Commit Graph

4228 Commits

Author SHA1 Message Date
Jean-Marie Traissard 7d4cebf970 Fix TB when bookmark['print_status'] is not stored on server 2006-05-14 21:34:25 +00:00
Jean-Marie Traissard d39055fe3c Sorted merged account line right click -> account_list 2006-05-14 16:28:09 +00:00
Jean-Marie Traissard 8decfc44a2 Sort groups in edit group dialog, even when adding one. Note that it doesn't lower groupname before sort.
Make edit group window longer but with no vscroolbar if necessary.
2006-05-14 16:19:04 +00:00
Jean-Marie Traissard 1dfd15631b When in merged account mode, if we drag and drop contacts from one account to another, show drop menu,
allow to change group, inform user why creation of metacontact is not possible. Fixes #1383.
2006-05-14 15:12:17 +00:00
Jean-Marie Traissard de3af10b75 For GC, draw banner AFTER we change status of control 2006-05-11 21:46:55 +00:00
Dimitur Kirov 7db9216442 make sure we are disconnected after connection
is lost ??? #1955 by j@bootlab.org
2006-05-11 20:51:39 +00:00
Dimitur Kirov 59a51d8b0d add checkbutton for default chat font 2006-05-11 18:28:05 +00:00
Jean-Marie Traissard 00669c06a0 Missing upcase letter 2006-05-10 20:29:17 +00:00
Jean-Marie Traissard af3500a225 #1005 preparation : Begin to move notifications to notify.py :
-moved popup and sound for contact in/out
-added popup for status change (always disable for the moment, will be advanced only)
Note : removed "if not gajim.awaiting_events[account].has_key(jid)" from condition for an in/out popup to be showed
2006-05-10 20:25:51 +00:00
Yann Leboulanger d7d0e25d25 print_status_in_muc is not a string which can be 'all', 'none' or 'in_and_out'(default one). version is 0.10.0.1 to update this variable.
show_status becomes print_status in server (show_status is still read for transition)
2006-05-10 16:25:57 +00:00
Dimitur Kirov d008b51b64 updated connect error checks 2006-05-10 11:22:47 +00:00
Dimitur Kirov 0291b50fec added command start_chat (Geobert QUACH patch) 2006-05-09 22:13:46 +00:00
Dimitur Kirov d8bf9f69a8 add two more possible statuses - #1945 2006-05-09 19:56:29 +00:00
Jean-Marie Traissard a898cf4544 #1005 :
-Added events about FT, event status change
-Merge events first/next message reveived and add a condition about chat actually open with that contact for all events
-Added action about roster notification (animated icon for contact)
-Added glade file to translatable ones
2006-05-09 17:59:24 +00:00
Dimitur Kirov 6db39b590d sort texts in completion list 2006-05-09 13:07:33 +00:00
Dimitur Kirov 1db4aa142b redraw tabs from current window only
(fixes TB)
2006-05-09 13:03:52 +00:00
Jean-Marie Traissard a106d402b8 #1005 : Advanced Notifications Control : First part : Preferences GUI. 2006-05-09 00:05:15 +00:00
Dimitur Kirov b145e59b41 moved completion dict creation in helpers.py 2006-05-08 22:44:47 +00:00
Dimitur Kirov a727700780 show Start Chat dialog, instead of contacts
list  in systray context menu
2006-05-08 22:22:40 +00:00
Dimitur Kirov afdfdc05ce add completion for single message dialog 2006-05-08 22:06:42 +00:00
Yann Leboulanger c159894cc4 prevent TB 2006-05-08 22:00:02 +00:00
Dimitur Kirov 8f239a4be0 moved completion definition in a function
get_completion_liststore in gtkgui_helpers
2006-05-08 21:59:09 +00:00
Dimitur Kirov 37a65bd72e Start Chat text 2006-05-08 21:34:57 +00:00
Jean-Marie Traissard 0fd1fd485e Make 'None' translatable for proxy(connection proxy). 2006-05-08 21:25:41 +00:00
Dimitur Kirov 1941de6879 add completion for start chat dialog 2006-05-08 21:16:38 +00:00
Jean-Marie Traissard 019dd18e2f Added various ACE descriptions. 2006-05-08 14:50:38 +00:00
Yann Leboulanger 5942399214 [Geobert] ability to remove nickname in chat when consecutive message from same person. Fixes #1942 2006-05-08 08:19:20 +00:00
Yann Leboulanger 9abd27fbf8 we can now configure if we want to see all status or only enter/leave in bookmarked rooms. 2006-05-07 21:44:57 +00:00
Yann Leboulanger 5748b3c276 avatar size (when the original one is too big) is now 125x125 instead of 48x48 2006-05-07 19:00:38 +00:00
Yann Leboulanger 56672097d1 add "clear" and "insert nickname" in message textview contact menu. Fixes #1933 2006-05-07 12:47:24 +00:00
Yann Leboulanger 255667a41c shift + click on a GC occupant print his nick in textview. For #1933 2006-05-07 12:23:28 +00:00
Yann Leboulanger 92d7fe3d2a a[space][tab] doesn't cycle anymore 2006-05-06 20:55:52 +00:00
Yann Leboulanger d38840ba04 add , char at the end of nick at first TAB keypress. 2006-05-06 20:32:07 +00:00
Yann Leboulanger 34ee6ea2a7 show "NICK has joined the room" and print reason when someone leaves it. Fixes #1933 2006-05-06 20:01:25 +00:00
Yann Leboulanger 8fcd0a6c8d Tab in empty message textview cycles all nicknames in the room. Fixes #1933 2006-05-06 19:43:43 +00:00
Yann Leboulanger 032786bf47 build idle with corre3ct python version 2006-05-06 16:27:45 +00:00
Yann Leboulanger 7eca639863 use correct python version to build debian package 2006-05-05 06:29:31 +00:00
Jean-Marie Traissard ab05e38d59 Even if we are using notifications, we still want to see awaiting chats when clicking systray -> show events or left
click
2006-05-04 19:05:41 +00:00
Jean-Marie Traissard e96c70d332 Pango escape title of notification too. Fixes #1915. 2006-05-04 03:47:34 +00:00
Dimitur Kirov f9e874a1a3 make sure NBClientCommon, dispatcher and
NodeBuilder are callected when we close the
connection
2006-05-03 16:12:10 +00:00
Dimitur Kirov 4013818599 always del active connection 2006-05-03 15:31:08 +00:00
Yann Leboulanger 1e7c9e350d fix some ACE option description. Fixes #1877 2006-05-03 13:34:58 +00:00
Yann Leboulanger 2e06ec6d7e new ACE option: print_status_in_muc. Fixes #1502 2006-05-03 13:22:05 +00:00
Dimitur Kirov 70207eb52f updated to use splited glades 2006-05-02 18:27:15 +00:00
Jean-Marie Traissard 7b1d582bf1 Nicer systray tooltip when awaiting events of differents types (don't print gajim twice). Fixes #1053 2006-05-02 17:55:52 +00:00
Dimitur Kirov 690e3a5d3a fix TB 2006-05-02 16:25:59 +00:00
Dimitur Kirov 3d36c29d87 glade is moved to data/glade 2006-05-02 16:10:13 +00:00
Dimitur Kirov 5e6b016af1 split gtkgui.glade in several small glade
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Yann Leboulanger 064b7a234c correct list of not allowed chars under windows. Fixes #1913 2006-05-02 06:36:49 +00:00
Yann Leboulanger d25d056677 be sure that transport is really removed before we start to remove its contacts. 2006-05-01 18:29:12 +00:00