Commit graph

10969 commits

Author SHA1 Message Date
Éric Araujo
9b5ee1e13b convert tabs to spaces in source code thanks to reindent.py
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix
some whitespace, and fix some other madness manually.
2010-04-08 01:20:17 +02:00
Yann Leboulanger
57cd53aea1 rename gc_banner_status_image to banner_status_image so it's the same than schat control 2010-02-12 21:08:40 +01:00
Yann Leboulanger
73a4c4e1b9 fix acronyms expander plugin 2010-02-12 20:41:21 +01:00
Yann Leboulanger
ad8c7a0f41 add adjustment to spinbutton in length notifier plugin 2010-02-12 09:14:47 +01:00
Yann Leboulanger
fa05d88b2b merge from default branch 2010-02-08 22:25:41 +01:00
Yann Leboulanger
1a69ea93f1 never call twice cancel handler of a dialog or call cancel after ok handler 2010-02-07 22:42:19 +01:00
Yann Leboulanger
bfab8e3614 [David Flatz] show transports even if show transports is false when they have unread events. Fixes #5591 2010-02-07 20:12:58 +01:00
Yann Leboulanger
5372611e60 put pid file to $XDG_CACHE_HOME. Fixes #2149 2010-02-07 19:33:09 +01:00
Éric Araujo
8d8c8a7f4e look at environment variables by hand if PyXDG isn't available. see #2149 2010-02-07 17:52:15 +01:00
Yann Leboulanger
00db7df873 don't call cancel handler after we call ok handler 2010-02-06 20:22:28 +01:00
Yann Leboulanger
71e97426e9 fix log file path 2010-02-05 21:56:18 +01:00
Yann Leboulanger
c3c5e68b1f merge 2010-02-05 21:03:40 +01:00
Yann Leboulanger
8455e779cb move files from ~/.gajim to XDG folders 2010-02-05 20:13:49 +01:00
Yann Leboulanger
3ada2293db revert unwanted changes in [428adcf83dc7] 2010-02-05 07:21:12 +01:00
Yann Leboulanger
3e777ea8f1 use and create files in folders using XDG standards. Fixes #2149 2010-02-04 20:08:30 +01:00
Yann Leboulanger
eef9e264ae don't call twice cancel handler 2010-02-04 19:34:01 +01:00
Yann Leboulanger
c642556377 increase SRV answer timeout. Fixes #5466 2010-02-03 23:20:11 +01:00
Yann Leboulanger
5b527408bb When there is an error connecting to an account, close only this account's pass dialog. Fixes #5586 2010-02-03 22:13:52 +01:00
Yann Leboulanger
6406a9d710 ability to open rename dialog twice when we cancel first instance. Fixes #5587 2010-02-03 21:16:38 +01:00
Yann Leboulanger
9230f12496 [zimio and me] Ask what to do when we want to unregister from a server but connection fails. Fixes #324 2010-02-03 19:59:41 +01:00
Yann Leboulanger
64da0b0671 correctly get error numbre from error object. 2010-02-02 20:02:47 +01:00
Yann Leboulanger
4fe50e9466 don't mix TextTag and tag names in buffer.insert_with_tags. Fixes #5581 2010-01-29 21:59:13 +01:00
Yann Leboulanger
841e3401d3 add missing function. Fixes #5585 2010-01-29 19:47:52 +01:00
Yann Leboulanger
7035a5cb24 allow default status message to be on several lines. Fixes #5580 2010-01-29 19:40:15 +01:00
Yann Leboulanger
b56de4fea8 fix groups combobox in add contact dialog. Fixes #5584 2010-01-29 19:16:48 +01:00
Yann Leboulanger
7a07d32b49 prevent wrong spliting of db 2010-01-29 19:02:54 +01:00
Yann Leboulanger
e86d1feeb2 missing import and incomplete error message. Fixes #5583 2010-01-29 15:20:23 +01:00
Yann Leboulanger
46b50f48a1 split logs.db into logs.db and cache.db. Fixes #2845 2010-01-29 11:25:06 +01:00
Yann Leboulanger
ebf9407c5d improve subscription request message, ability to save it. Fixes #2176 2010-01-27 17:23:37 +01:00
Yann Leboulanger
d8c3e6f39f use Ctrl + Shift + n to change nick in groupchats. Fixes #5450 2010-01-26 19:55:28 +01:00
Yann Leboulanger
7923ff54c1 coding standards 2010-01-26 15:41:13 +01:00
Yann Leboulanger
3578204869 add XEP-0184 warning image in textview with an empty text so copy/past don't include a strange char. Fixes #5578 2010-01-26 15:40:56 +01:00
Yann Leboulanger
b893d5daaa removed unused callback from glade file 2010-01-25 19:35:13 +01:00
Yann Leboulanger
bfded43d1e don't synchronize groupchats when we synchronize contacts between 2 accounts. Fixes #5570 2010-01-25 19:31:48 +01:00
Yann Leboulanger
faca096b56 add StartCom's Root CA Certificate. Fixes #5569 2010-01-25 18:54:43 +01:00
Yann Leboulanger
eb3ff65c62 prevent traceback when enabling Zeroconf account. Fixes #5576 2010-01-25 18:51:57 +01:00
Yann Leboulanger
53a974114a fix some typo in comments 2010-01-25 18:29:57 +01:00
Yann Leboulanger
1cbb9ad3fb use a connected account to join groupchat when we press Ctrl+J 2010-01-25 18:21:54 +01:00
Yann Leboulanger
68615ee38a make rename and remove buttons insensitive when no account is selected. Fixes #5577 2010-01-25 18:17:43 +01:00
Yann Leboulanger
69d53e0907 [Zash] Fix underline in some menus. Fixes #5575 2010-01-24 20:00:46 +01:00
Yann Leboulanger
e462beba42 [zimio & me] undo functionality in message text imput field. Fixes #4825 2010-01-24 11:44:54 +01:00
Yann Leboulanger
22576e9ebf fix rendering of PEP renderer background color in account row 2010-01-24 11:03:53 +01:00
Yann Leboulanger
b90fbd5fd3 fix handler name in pref window 2010-01-24 01:01:13 +01:00
Yann Leboulanger
5192ad2c28 remove unused signals 2010-01-24 00:39:35 +01:00
Yann Leboulanger
08756fdb69 add missing window in dataform_window.ui. Fixes #5573 2010-01-24 00:31:49 +01:00
Yann Leboulanger
0d20787e09 restore icons in menus 2010-01-23 20:42:23 +01:00
Yann Leboulanger
ac535f708c fix history window usage. Fixes #5571 2010-01-23 13:03:44 +01:00
Yann Leboulanger
b19ced6846 fix error when opening groupchat. see #5571 2010-01-23 11:31:59 +01:00
Yann Leboulanger
3862678303 fix widget id 2010-01-22 21:55:03 +01:00
Yann Leboulanger
99872d8ff8 split message_window.ui to separate chat_control.ui and groupchat_control.ui 2010-01-22 21:17:59 +01:00