Commit Graph

8838 Commits

Author SHA1 Message Date
Yann Leboulanger 90ddc1f595 fix arguments list of a on_cancel function 2010-05-25 09:00:42 +02:00
Yann Leboulanger 3fd6afb311 give focus to chat window after we open if. Fixes #5740 2010-05-25 09:00:14 +02:00
Yann Leboulanger b7d6441846 move "Do not ask me again" accelerator to D. Fixes #5755 2010-05-21 09:38:09 +02:00
Yann Leboulanger e9e54f2c9f uncomment lines commented for tests 2010-05-20 20:51:07 +02:00
Yann Leboulanger 493dbce89d don't show more than one error dialog for a given groupchat. Fixes #5753 2010-05-20 18:45:09 +02:00
Yann Leboulanger 469d496dcb fix indentation and 80 char width 2010-05-20 09:17:56 +02:00
Yann Leboulanger fc5e91a039 [eMerzh and me] ability to restart a new adhoc command without closing / reopening the window. Fixes #5698 2010-05-12 10:18:52 +02:00
Yann Leboulanger bcee7c2125 indicator API changes too much, remove it's support. Fixes #5694 2010-05-11 17:20:23 +02:00
Yann Leboulanger f8ab01b418 check birthday date format when editing profile window. Fixes #5692 2010-05-11 16:58:53 +02:00
Yann Leboulanger ed28b14b82 prevent some traceback when receiving an error when we want to configure pep. Fixes #5737 2010-05-05 19:32:18 +02:00
Yann Leboulanger e6a4eb7c17 fix a bit of indentation 2010-05-05 08:56:36 +02:00
Yann Leboulanger 93d15da2b3 remove fixed TODO 2010-05-04 10:46:47 +02:00
Thibaut Girka 5960ec3bce [Jingle] Handle description-info 2010-05-04 10:31:05 +02:00
Thibaut Girka 50482f7c2a [Jingle] Don't end the session on a content failure, only remove the content 2010-05-04 10:04:53 +02:00
Thibaut Girka 10554ff067 [Jingle] Introduce RTP stream fallback 2010-05-03 21:59:46 +02:00
Thibaut Girka 800e87d5e9 [Jingle] Reduce CPU and bandwidth usage with videotestsrc by fixing framerate 2010-05-03 18:09:55 +02:00
Thibaut Girka bf8347e931 [Jingle] Fix detection of multiple devices 2010-05-03 17:23:06 +02:00
Thibaut Girka 06c7f2bdd5 [Jingle] Don't send transport-info before the content itself 2010-05-03 15:27:56 +02:00
Thibaut Girka af7238f4e7 [Jingle] Sends bad-request when receiving jingle action on unknown content 2010-05-03 15:17:02 +02:00
Alexander Cherniuk 93e895dde1 Micro code improvement 2010-05-03 06:42:37 +03:00
Yann Leboulanger c6044ca60a request full roster if we have no contacts in our current database, in case we cleaned database but not roster_version option. Fixes #5729 2010-05-02 19:33:16 +02:00
Yann Leboulanger 8da03ee1d1 fix zeroconf name conflict answer. 2010-05-02 11:59:13 +02:00
Yann Leboulanger 8a1305c082 [Dicson] don't flood with geoloc info if only timestamp changes. Fixes #5728 2010-05-02 11:10:42 +02:00
Yann Leboulanger 3fd9a0a282 don't request vcard to full JID when we join a room 2010-04-30 14:18:06 +02:00
Yann Leboulanger 11ddb8a6fb [Dicson] differenciate what we get from geoclue and when we get from jabber server. It's different. Fixes #5724 2010-04-29 23:27:34 +02:00
Alexander Cherniuk d8b17e0166 Correct a timestamp for the XEP-0080 implementation. Thanks to Dicson. Fixes #5727 2010-04-29 22:20:07 +03:00
Yann Leboulanger 25d251b455 add new ad-hoc command to forward unread messages then disconnect. Thanks Geobert. 2010-04-27 11:31:36 +02:00
Yann Leboulanger 3d6f65defb merge with default 2010-04-26 17:47:49 +02:00
Yann Leboulanger e0e8a2ac04 one EntryCompletion cannot be used for 2 Entry. So use 2 EntryCompletion for both server comboboxes in add account wizard. Fixed #5629 2010-04-26 17:46:52 +02:00
Yann Leboulanger bc0844f7f1 fix indentation 2010-04-26 17:23:35 +02:00
Alexander Cherniuk 120e983d49 Coding style improvements 2010-04-25 21:59:53 +03:00
Yann Leboulanger de32ffcd34 [lemonyogster] don't allow to put @ in room entry in join groupchat dialog and automatically switch to server entry. see #5528 2010-04-25 20:18:41 +02:00
Yann Leboulanger 8ca195131b don't try to resize groupchat contact list that are not yet re-added to window when we change window mode behaviour. Fixes #5663 2010-04-25 19:35:22 +02:00
Yann Leboulanger d3ae49ea60 catch all ssl exception. Fixes #5706 2010-04-24 13:49:12 +02:00
Yann Leboulanger fe48933d5f fix BOSH connection over SSL. Fixes #5710 2010-04-24 12:31:19 +02:00
Yann Leboulanger ad6c4d7500 enable "invite to" submenu when we select several contacts. Fixes #5711 2010-04-24 09:51:32 +02:00
Yann Leboulanger a359b06912 [Dicson] try to run geoclue service id it's not running. Fixes #5715 2010-04-24 09:21:09 +02:00
Yann Leboulanger 9081b465ed better var name. 2010-04-24 09:06:07 +02:00
Alexander Cherniuk 378096f797 Fixed a typo. Thanks to Dicson. Fixes #5714 2010-04-23 21:13:41 +03:00
Alexander Cherniuk 08eb94ed61 Unobvious code execution order. Minor fix. Fixes #5713 2010-04-23 15:08:42 +03:00
Thibaut Girka 8209f4543d [Jingle] Fix misplaced tags in error stanzas ; added error type support (for types other than cancel) 2010-04-21 20:25:27 +02:00
Alexander Cherniuk 3353e0cb23 <confirm/> must be included if it's a message instead of an IQ. Fixes #5690 2010-04-21 14:59:46 +03:00
Alexander Cherniuk 6d62571da3 Fix the check of whether command succeeded or not 2010-04-19 17:26:59 +03:00
Alexander Cherniuk 5d56decdc4 A fix for the SASL EXTERNAL. Thanks to Calmar. Fixes #5704 2010-04-19 13:28:25 +03:00
Alexander Cherniuk 6bf8a13a26 gtk.Builder.get_widget is now known as gtk.Builder.get_object. Fixes #5709 2010-04-19 12:37:08 +03:00
Yann Leboulanger e6f6f65746 better coding style 2010-04-18 20:57:47 +02:00
Yann Leboulanger d44c30373f [Calamar and me]sasl-external c2s authentication. Fixes #5704 2010-04-18 20:43:40 +02:00
Alexander Cherniuk dd4af8cd6c Do not clear the input, when there has been a command-related error 2010-04-17 21:53:09 +03:00
Yann Leboulanger 3728658933 [Stefan] handle user/password from HTTP_PROXY environment variable. Fixes #5691 2010-04-09 22:49:17 +02:00
Yann Leboulanger 292a78abc3 merge trunk 2010-04-09 21:25:50 +02:00
Yann Leboulanger 974001196d [Gabriel] add <confirm> tag when we reply to XEP-0070 request when it's a message. Fixes #5690 2010-04-09 15:11:04 +02:00
Éric Araujo 56da0c19d8 More whitespace fixes. 2010-04-08 01:20:22 +02:00
É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
Éric Araujo dd6062319a More whitespace mini fixes. 2010-04-08 01:10:17 +02:00
Alexander Cherniuk cf0bc0b478 Refactored the Q_ translation function 2010-04-07 04:09:58 +03:00
Alexander Cherniuk d57dd3adaa Apply some cosmetics to the GCTooltip as well 2010-04-03 21:38:54 +03:00
Alexander Cherniuk 1c1fb442b4 Make GCTooltip behave more like the RosterTooltip 2010-04-03 21:08:09 +03:00
Alexander Cherniuk d359879c2c Reflect recent changes in translation 2010-04-03 20:49:31 +03:00
Alexander Cherniuk af1785ebe8 Fixed the translation issue with the tooltip 2010-04-03 20:46:57 +03:00
Alexander Cherniuk f0492c2f8f Fixed the pattern to be PEP8 compatible 2010-04-03 20:23:15 +03:00
Alexander Cherniuk a7d14c329c Missed the Busy translation 2010-04-03 18:50:26 +03:00
Alexander Cherniuk 7b2d351003 A condition typo 2010-04-03 18:40:40 +03:00
Alexander Cherniuk 63d1ef9e43 Do not show the idle time in the tooltip, unless it's meaningful 2010-04-03 18:37:41 +03:00
Alexander Cherniuk ab0353a13c Made a fix to consider translation of a status 2010-04-03 18:17:54 +03:00
Alexander Cherniuk bf344627dd Improved roster's tooltip cosmetics 2010-04-03 18:06:42 +03:00
Alexander Cherniuk 918b8d5c32 Disambiguation of some words to translate. Thanks to mako. Fixes #5686 2010-04-03 14:38:12 +03:00
Yann Leboulanger 87d430d726 don't go before 1/1/1900 in history window. Fixes #5684 2010-04-02 09:21:56 +02:00
Yann Leboulanger 1d6378e5c1 auto-enable XML logging when opening XML console, and destroy window on closing. Fixes #5664 2010-04-01 11:40:27 +02:00
Yann Leboulanger 50f1567bc8 check we have a cached vcard before looking in it. Fixes #5670 2010-04-01 11:28:21 +02:00
Alexander Cherniuk c6389decfb Does not look like we need to emulate gobject.timeout_add_second anymore 2010-03-31 17:05:58 +03:00
Alexander Cherniuk a5ec7232a6 Moved a call to gobject.set_prgname a bit up 2010-03-31 09:19:21 +03:00
Alexander Cherniuk da6b4c031e Added a call to gobject.set_prgname 2010-03-31 09:05:17 +03:00
Alexander Cherniuk 31ddc4ae66 Fixed a typo 2010-03-30 21:28:50 +03:00
Alexander Cherniuk 5c1a462e1c No need to separate %s from translatable strings 2010-03-30 18:14:03 +03:00
Alexander Cherniuk c407084e7a Forgot the translation 2010-03-30 17:09:14 +03:00
Alexander Cherniuk f41c8d6527 Yet another improvement for the tooltip 2010-03-30 17:03:10 +03:00
Alexander Cherniuk 07da2caf61 Improved idle time displaying in the tooltip 2010-03-30 16:39:49 +03:00
Alexander Cherniuk cc7eb2ae96 Cleaned the code for the 'Idle since' tooltip item 2010-03-30 15:27:59 +03:00
Alexander Cherniuk 6081909a26 Fixed out-of-scope variables. Might need a better fix. Fixes #5680 2010-03-29 17:15:32 +03:00
Alexander Cherniuk 36ea39e74a Fixed the autorejoin bug with overlimited MUC. Fixes #5678 2010-03-28 15:36:51 +03:00
Yann Leboulanger 5f2b217fd6 [Florob] improve geoloc usage. Fixes #5677 2010-03-28 11:34:17 +02:00
Alexander Cherniuk 49b49cf8fc Use contracted form for RE flags 2010-03-26 21:23:05 +02:00
Alexander Cherniuk 48cd4d796a Tweak URI detection RE to capture non-ascii symbols. Fixes #5675 2010-03-26 21:17:11 +02:00
Alexander Cherniuk aed9179d15 List comprehension fits better 2010-03-26 14:52:54 +02:00
Yann Leboulanger 5ea5309035 don't send change_nick presnece (without NS_MUC) after a nick conflict 2010-03-25 19:52:27 +01:00
Yann Leboulanger 0aca2d6a34 correctly add contacts to roster when we get a roster set <iq>, even in case we have a Contact instance already. Fixes #5595 2010-03-25 07:50:32 +01:00
Yann Leboulanger 5622d3a4ef correctly set server in join groupcht dialog, even if it's an IRC room 2010-03-23 17:58:48 +01:00
Alexander Cherniuk dcc6869a0f Switched DTMF batch implementation to use deque 2010-03-23 11:45:58 +02:00
Alexander Cherniuk e501754aab Improved sending a DTMF batch 2010-03-23 09:31:52 +02:00
Thibaut GIRKA 845d310c9b Fix /dtmf command 2010-03-21 22:06:10 +01:00
Yann Leboulanger 23ab28d76f restore combobox in disco window. Fixes #5656 2010-03-21 21:50:07 +01:00
Thibaut GIRKA ff34c61caa Merged local changes 2010-03-21 21:47:34 +01:00
Thibaut GIRKA fbf9a769d8 Delete invalid jingle sessions. Kick audio/video availability from jingle states.
Fixes #5668, #5651
2010-03-21 21:45:45 +01:00
Yann Leboulanger 20fbaff581 reset tooltip on send file button when filetransfer become available. Fixes #5669 2010-03-21 09:36:51 +01:00
Yann Leboulanger 32a14182df check that we are authenticated to server before sending anything. 2010-03-20 19:00:33 +01:00
David Campey 4a864f71cd pid_alive() now works under Windows64 2010-03-19 12:33:50 +02:00
Yann Leboulanger 9a72b97768 don't try to resolve wrong streamhost. Fixes #5665 2010-03-19 14:06:22 +01:00
Yann Leboulanger 103a6ccd51 fix traceback with zeroconf under windows. Fixes #5652 2010-03-19 08:27:35 +01:00
Yann Leboulanger 9dedf990bd merge with default 2010-03-19 08:23:24 +01:00
Yann Leboulanger d3e1b50ed1 remove useless print 2010-03-19 08:21:57 +01:00
Yann Leboulanger ea592cdcf7 fix call to notify_another_way 2010-03-19 08:20:58 +01:00
Alexander Cherniuk e42a50dc44 Contracted @documentation to @doc 2010-03-19 03:22:17 +02:00
Thibaut GIRKA dadf58286f Fix gstreamer device discovery 2010-03-18 14:40:00 +01:00
Yann Leboulanger 17d142550b Check that there is an argument to gajim-remove handle_uri function. Fixes #5660 2010-03-18 13:31:12 +01:00
Alexander Cherniuk 033843093f Added /gpg command and re-arranged commands scope 2010-03-18 10:45:56 +02:00
Alexander Cherniuk 03f6c9f380 Missed some copyrights, updating 2010-03-18 08:32:47 +02:00
Alexander Cherniuk 4429cd0c93 Updated copyright date in the command system 2010-03-18 08:29:44 +02:00
Alexander Cherniuk 46a3094466 Touchup for /dtmf implementation 2010-03-18 08:17:48 +02:00
Alexander Cherniuk 48b2bfd700 Added a comment about command escaping and tiny touchups 2010-03-18 07:37:49 +02:00
Alexander Cherniuk faca8c5d12 Tiny code cleanup 2010-03-18 06:52:05 +02:00
Alexander Cherniuk 7be53c6136 Misindented statement 2010-03-17 16:59:25 +02:00
Yann Leboulanger cd21d4a68f [MattJ] don't send an authorization identity in SASL PLAIN. Fixes #5658 2010-03-16 07:09:44 +01:00
Thibaut GIRKA ab0f7899ad Refuse multiple sessions and implement alternative-session; make jingle GUI a bit more reliable. 2010-03-15 21:34:28 +01:00
Thibaut GIRKA b3b8e2f46b Fix TraceBack in the case of failure in jingle content negotiation 2010-03-15 19:25:27 +01:00
Thibaut GIRKA 3b7eaa6866 Fix a TraceBack when a stun host name cannot be resolved. 2010-03-14 22:47:54 +01:00
Yann Leboulanger 320157ec82 ability to do jingle with zeroconf 2010-03-14 22:12:10 +01:00
Thibaut GIRKA e5f95be6e9 Oops, missed a delete_jingle_session last time. 2010-03-14 22:01:48 +01:00
Thibaut GIRKA 6e5d8c4ce0 Change ConnectionJingle.__sessions keys from (jid, sid) to sid. 2010-03-14 21:51:04 +01:00
Alexander Cherniuk d3e91d90a8 Wrong variable name. Fixes #5653 2010-03-14 16:59:01 +02:00
Yann Leboulanger 2cdca091fc don't fail when notification-daemon doesn't follow specifications. Fixes #5638 2010-03-14 00:12:18 +01:00
Yann Leboulanger 6b36b6729d fix 80 char width 2010-03-14 00:05:30 +01:00
Yann Leboulanger 86acbd398c compute keycode and insert keycode only once. Fixes #5636 2010-03-12 20:57:35 +01:00
Yann Leboulanger 7ccbcdcb19 set copyright to 2010. Fixes #5649 2010-03-11 22:48:04 +01:00
Yann Leboulanger 2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Yann Leboulanger 33f16cd959 don't disconnect an account that is not fully connected. Fixes #5648 2010-03-10 22:43:55 +01:00
Yann Leboulanger 28e2874853 ability to send jabber:iq:last query over zeroconf. Fixes #5644 2010-03-10 21:58:14 +01:00
Yann Leboulanger f0dde42f77 merge with default 2010-03-10 13:52:54 +01:00
Yann Leboulanger ccde9e4382 don't traceback when remove a disabled account. Fixes #5647 2010-03-10 13:51:55 +01:00
Yann Leboulanger 31d1d35b17 never move roster window outside of screen. Fixes #5646 2010-03-10 13:28:51 +01:00
Yann Leboulanger dfc0a4feab don't traceback when we try to draw an account that is not contacts._accounts. Fixes #5640 2010-03-09 22:37:57 +01:00
Yann Leboulanger 42f1952e15 don't print a second DB error message if a first one is already shown. Fixes #5637 2010-03-09 21:48:57 +01:00
Yann Leboulanger 5d6fd195ab don't traceback when we get disconnected wile we parse stream features. Fixes #5574 2010-03-09 20:28:25 +01:00
Alexander Cherniuk c558a6751c Fixed the missing import 2010-03-09 14:15:54 +02:00
Alexander Cherniuk bbe46f2a5c Improved get_contacts_jid_list 2010-03-08 18:33:53 +02:00
Alexander Cherniuk 5e5dba080b Missed a bracket 2010-03-05 15:56:13 +02:00
Alexander Cherniuk 43527d23d0 Fixed buggy config update to 01215 2010-03-05 15:54:06 +02:00
Yann Leboulanger e5e5a0363f [Geobert] fix chat_merge_consecutive_nickname after textview is cleared. 2010-02-26 22:42:36 +01:00
Yann Leboulanger c9f31ec966 fix some function call under windows 2010-02-26 18:54:42 +01:00
Yann Leboulanger 16607e0909 don't traceback when using metacontact over several accounts. Fixes #5616 2010-02-26 17:09:29 +01:00
Alexander Cherniuk 455b1df248 Remove the sequence constraint, that is never used 2010-02-26 12:53:06 +02:00
Alexander Cherniuk c272fce312 Realigned width of text meant for humans to 72 characters 2010-02-26 12:35:09 +02:00
Yann Leboulanger ef05eb75d9 don't remove keepalive and xmpp ping timeouts when we get an expected stanza. 2010-02-25 22:56:38 +01:00
Yann Leboulanger dd2ee07826 check session and system bus before supposing dbus is working. Fixes #5628 2010-02-25 15:33:27 +01:00
Alexander Cherniuk 407c9a2975 Tiny fixups for the SCRAM-SHA-1 2010-02-25 13:10:35 +02:00
Alexander Cherniuk 74572af64e Code improvments for the SCRAM-SHA-1 implementation 2010-02-25 13:02:28 +02:00
Yann Leboulanger 8e35e76d78 fix get_password argument list. Fixes #5624 2010-02-25 11:59:12 +01:00
Yann Leboulanger 50c4a2fa42 [Dave Cridland] basic SCRAM-SHA-1 implementation (no channel binding). Fixes #5622 2010-02-25 10:42:58 +01:00
Yann Leboulanger 182df3ae1f get muc server correctly in join groupchat dialog. 2010-02-24 22:12:37 +01:00
Yann Leboulanger 7b0c54a606 fix connection to openfire server using TLS. Fixes #5530 2010-02-24 21:32:35 +01:00
Yann Leboulanger 4287d26669 fix upgrading from 0.12.5. Fixes #5619 2010-02-23 19:47:14 +01:00
Yann Leboulanger 52442fcf13 fix bad class name in zeroconf 2010-02-23 19:10:51 +01:00
Yann Leboulanger 72f10672e5 split XEP-0096 (FT negociation) and XEP-0066 (Socks5 bytestream) into 2 clases 2010-02-22 16:29:01 +01:00
Yann Leboulanger 7387d779c0 don't traceback when using metacontact over several accounts. Fixes #5616 2010-02-22 09:57:59 +01:00
Yann Leboulanger e552333b85 Split room jid field in join groupchat dialog. Fixes #5528
Add browse rooms button in join groupchat dialog. Fixes #3546
2010-02-21 23:35:29 +01:00
Yann Leboulanger ce039ff2eb [fantasticsid] Fix Fake Dataform multi-jid field names. Fixes #5614 2010-02-19 13:54:42 +01:00
Yann Leboulanger 6ec5d3e689 fix Ctrl+C handling. Fixes #1503 2010-02-19 13:43:11 +01:00
Yann Leboulanger be9aa8ba8c save and restore roster position when we click on systray icon. Fixes #5196 2010-02-19 09:48:22 +01:00
Yann Leboulanger dde42ddc75 fix CTRL+C with non-latin keyboard. Fixes #1503 2010-02-18 22:05:07 +01:00
Yann Leboulanger 8abbf990ba don't show sign in/out notifications if another resource or a metacontact brother is already connected. Fixes #5318 2010-02-17 22:23:13 +01:00
Yann Leboulanger b21d538b0f fix insecure_connection text to not talk about password, and add new warning to inform user when he is about to send plain password on plain connection. Fixes #5607 2010-02-17 13:35:18 +01:00
Yann Leboulanger d8f9289349 fix indentation and some pylint warning in roster_window.py 2010-02-17 11:32:55 +01:00
Yann Leboulanger 408be06002 prevent traceback when destroy handler already clean self.instances[account]['online_dialog'] dict. Fixes #5604 2010-02-16 10:41:16 +01:00
Yann Leboulanger 9d9ef1da89 move some error/warning to info so it's not printed in stderr by default. Fixes #5609 2010-02-16 09:44:23 +01:00
Yann Leboulanger 04db669265 don't fail to connect when no <stream:features> is sent by server. Fixes #5610 2010-02-16 09:27:19 +01:00
Yann Leboulanger c6b496e1de process network events faster under windows so Gajim reacts faster. 2010-02-14 21:07:19 +01:00
Yann Leboulanger 5cf27f1b11 improve bigger avatar behaviour in case on_avatar_eventbox_enter_notify_event is called twice (when using unclutter). Fixes #5590 2010-02-12 22:35:07 +01: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 23f73004db [Mattj] Fix connection to facebook server that don't understand ver="" in roster query. Fixes #5600 2010-02-11 18:57:39 +01:00
Yann Leboulanger 708d94a310 fix adding a new contact. Fixes #5602 2010-02-11 18:50:56 +01:00
Yann Leboulanger 336102c6f2 build regex pattern correctly. Fixes #5596 2010-02-11 10:24:39 +01:00
Éric Araujo 357d7db07d fixed some whitespace thanks to 2to3 -f ws_comma 2010-02-10 19:24:11 +01:00
Éric Araujo 0408b35cfb convert tabs to spaces in source code thanks to reindent.py
also use 2to3 -f ws_comma to fix some whitespace
2010-02-10 17:59:17 +01:00
Yann Leboulanger c9ad0f5d7d fix pylint warnings 2010-02-10 16:17:09 +01:00
Yann Leboulanger 77e4e6e45f fix line width and some pylint errors 2010-02-10 15:29:50 +01:00
Yann Leboulanger bb30fb7b65 fix line width and some warning from pylint 2010-02-10 15:09:35 +01:00
Yann Leboulanger c887a92b3a rename some variables to remove some pylint warning 2010-02-10 14:00:28 +01:00
Yann Leboulanger 062caecfc8 ability to show / hide roster from statusicon menu. Fixes #5557 2010-02-09 19:36:32 +01:00
Yann Leboulanger abb846f883 Doubble -> Double 2010-02-08 23:23:02 +01:00
Yann Leboulanger 93fe011100 some error fixed, thanks pylint. 2010-02-08 23:22:06 +01:00
Yann Leboulanger b20199a423 Dubble -> Doubble 2010-02-08 22:46:50 +01:00
Yann Leboulanger fa05d88b2b merge from default branch 2010-02-08 22:25:41 +01:00
Éric Araujo fedd7dc8e2 convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
2010-02-08 15:08:40 +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