Commit Graph

6004 Commits

Author SHA1 Message Date
Jean-Marie Traissard 38856338ac [nk]removed useless word in tooltip 2006-05-25 14:23:51 +00:00
Jean-Marie Traissard a0df4ece76 oups, fix reference problem 2006-05-25 10:40:07 +00:00
Jean-Marie Traissard aec02d72db Comment and clarify roster_window.on_message() 2006-05-25 10:26:55 +00:00
Dimitur Kirov 6953685979 prevent loop when adding metacontact to roster
(fixes #1953 and maybe #1991)
2006-05-24 18:17:51 +00:00
Jean-Marie Traissard d440bdddab Do not highlight in gc in case we are sure our nick is beginning of a real word (nick after = A->Z or a->z) 2006-05-24 16:15:49 +00:00
Jean-Marie Traissard e96724224d #1005 preparation : move popups and sound code for incomming new messages to notify.py 2006-05-22 20:14:54 +00:00
Jean-Marie Traissard 1a7fbe727f make muc-actions -> "bookmark this room" work with print_status 2006-05-22 14:38:20 +00:00
Jean-Marie Traissard 6a05b5d529 Rename gtkgui.glade to manage_accounts_window.glade. (contain only manage_accounts_window) 2006-05-21 20:50:48 +00:00
Jean-Marie Traissard 93fec9d9e1 Set gajim icon for history manager window too. Fixes #1986. 2006-05-21 20:42:26 +00:00
Jean-Marie Traissard 6d0e6b5289 Do not play incoming message sound when message from unknown contact and ignore_unknown_contacts
Fixes #1970.
2006-05-21 19:46:36 +00:00
Jean-Marie Traissard c462cbba16 when clicking on a contact in roster : remove duplicate code, also open awaiting events when middle clicking
instead of always open chat
2006-05-21 19:35:33 +00:00
Dimitur Kirov d0bb4b3f53 prevent TB 2006-05-20 19:06:16 +00:00
Dimitur Kirov 3caa576400 better string (10x Hawke) 2006-05-19 23:01:49 +00:00
Dimitur Kirov 7e467e04f8 shrink account and protocol comboboxes 2006-05-19 22:30:23 +00:00
Dimitur Kirov 226e5372e4 new arguments for gajim-remote add_contact
(<jid> [account]). If account is not specified,
show a combobox with active accounts
2006-05-19 21:13:45 +00:00
Jean-Marie Traissard d7c5230573 Do not try to remove item from roster if contact is not in roster. Fixes #1967. 2006-05-19 02:42:54 +00:00
Alex Mauer d4c11be06d * Add/move the last read line even if the window is focused, if we're on
a different tab.
2006-05-18 21:45:59 +00:00
Jean-Marie Traissard 243ff81626 Proxy password should be show as ***** 2006-05-18 18:26:51 +00:00
Jean-Marie Traissard 30f83fc2cb Typo + Really delete unused make_groups_submenus_for_chat_with() + redraw pm tab AFTER muc contact
disconnected + fix reference before assignement TB
2006-05-18 18:07:53 +00:00
Travis Shirk 14187e6eee A friend running OpenBox on Debian had an undefined trayicons_functions symbol which prevented the trayicon from loading. This patch fixes that. 2006-05-18 00:11:58 +00:00
Jean-Marie Traissard 7cd0b8d603 Don't print "new_nick has joined the room" after "old_nick is now known as new_nick". Add new_nick to roster
when we receive /nick stanza.
2006-05-17 17:56:33 +00:00
Alex Mauer b82a36083e * If the room bookmark has no print_status defined, then default to
configured print_status_in_muc
2006-05-16 22:30:55 +00:00
Jean-Marie Traissard e58130611d Deal with non utf8 status messages in change status message dialog 2006-05-16 18:49:34 +00:00
Yann Leboulanger 8bc7911a27 new patch for debian build 2006-05-16 16:16:14 +00:00
Dimitur Kirov c4d7ec992a added eggtrayicon from mail-notification.
This should make tray icon transparent for non-
gnome desktops.
2006-05-16 08:51:48 +00:00
Yann Leboulanger 956ae9c34b [francois] notifies dbus when a new gmail message arrives. Fixes #1961 2006-05-15 17:27:48 +00:00
Jean-Marie Traissard 1bb7edc5b5 Put me in devs :) 2006-05-15 16:52:34 +00:00
Jean-Marie Traissard a5b7301cd8 [nicfit] Better description of option tabs_border. 2006-05-15 16:35:49 +00:00
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
Dimitur Kirov fe335b6c0d fix #1960 2006-05-13 18:43:48 +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 f619ddd76b fixed accel 2006-05-11 20:34:37 +00:00
Dimitur Kirov 59a51d8b0d add checkbutton for default chat font 2006-05-11 18:28:05 +00:00
Yann Leboulanger 4dff0ab9ff remove missing fr folder 2006-05-11 06:02:36 +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 7a8cdad04c new po location: po/LANG.po 2006-05-10 19:20:16 +00:00
Yann Leboulanger 51836690a8 missing glade diff ... 2006-05-10 16:34:59 +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
Yann Leboulanger 76bed366e2 better string 2006-05-09 20:38:44 +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