Commit Graph

6299 Commits

Author SHA1 Message Date
Jean-Marie Traissard f633615b47 Update Changelog with everything new in 0.11 that I can remember or see in tickets. 2006-09-24 12:28:07 +00:00
Dimitur Kirov 5632144a94 fix #2446 2006-09-24 12:09:38 +00:00
Nikos Kouremenos ab4ecb5ea3 move inside the if 2006-09-23 14:56:16 +00:00
Nikos Kouremenos 712a4955d6 fix typo 2006-09-23 14:51:10 +00:00
Nikos Kouremenos 1347aa1de6 a gtk req that will never be done. rm the FIXME 2006-09-23 14:47:05 +00:00
Nikos Kouremenos 1c3aa8fda6 we now have a ui for speller 2006-09-23 14:44:26 +00:00
Nikos Kouremenos d6d6b90c03 [gjc] improve patch; he adds a timeout with a FIXME. Yann plz have a look if that is the only way 2006-09-23 14:39:58 +00:00
Nikos Kouremenos d2094e9efe use a new img for new email. fix a FIXME 2006-09-23 14:36:51 +00:00
Nikos Kouremenos 6adf05afb9 fix typo 2006-09-23 14:02:47 +00:00
Nikos Kouremenos a769512a91 commit missing glade [from gustavo patch] 2006-09-23 14:00:58 +00:00
Nikos Kouremenos 5851230084 make sure we do not fail if path to iconset no longer exists. fixes #2444 2006-09-23 13:58:46 +00:00
Nikos Kouremenos 65fc27e573 Improve in style, varnames, docstrings [make it readable after months have passed], a great patch by Gustavo Carneiro with which we can get currently playing music track from Rhythmbox and Muine to be shown in our status message. fixes #564 2006-09-23 13:49:33 +00:00
Nikos Kouremenos cc25e2613b update README 2006-09-22 22:27:29 +00:00
Nikos Kouremenos 315b9729f8 update Changelog 2006-09-22 22:27:19 +00:00
Dimitur Kirov afc98539d6 make sure we call the right event 2006-09-22 15:22:36 +00:00
Dimitur Kirov 6f768f2bb7 don't open chat window with full jid (#2443) 2006-09-22 15:16:05 +00:00
Yann Leboulanger 2ebd0af9de show URL in linkbutton. Fixes #2439 2006-09-22 15:03:54 +00:00
Yann Leboulanger b02eeac875 remove useless self. 2006-09-22 15:00:51 +00:00
Yann Leboulanger 38c8ba58a3 Do not propose to save avatar in profile window if it's not on HD. Fixes #2428 2006-09-22 14:24:26 +00:00
Yann Leboulanger 74471acd95 don't allow account name to be hoovered in systray menu. Fixes #2430 2006-09-22 13:39:07 +00:00
Yann Leboulanger bbc3aa4de3 remove GTK Warning in #2426 2006-09-22 09:17:37 +00:00
Yann Leboulanger 7abd1010ff don't expand too much name column in muc disco. Fixes #2426 2006-09-22 09:16:01 +00:00
Yann Leboulanger b65745f732 save model as private variable in disco.py. Fixes TB in #2426 2006-09-22 08:49:25 +00:00
Yann Leboulanger 15bfa2e095 handle correctly full_jid / jid in events (try to find one with fulljid before trying with jid). SHould fix #2414 2006-09-22 08:17:25 +00:00
Yann Leboulanger 28b2ba04ff add a clear button in choose avatar dialog. Fixes #2423 2006-09-21 20:52:37 +00:00
Yann Leboulanger dcbe3e5682 when we click on systray, do not hide roster, just move it. Fixes #2403 2006-09-21 16:15:53 +00:00
Nikos Kouremenos 3abc8a02d5 die old dbus die! 2006-09-21 15:11:13 +00:00
Nikos Kouremenos 7dc070519c actions button uses execute stock icon (better than prefs). fixes #2099 2006-09-21 13:42:56 +00:00
Nikos Kouremenos d889488c00 rm unused var 2006-09-21 13:30:21 +00:00
Nikos Kouremenos b4b96c837c kill support for old versions of dbus [noone runs it, noone tests it] fixes #1912 2006-09-21 13:28:46 +00:00
Nikos Kouremenos ea6427a004 UF string 2006-09-21 13:28:04 +00:00
Yann Leboulanger 0b381c2391 fill disco treeview MUCH faster. (disable the search of alerady existing row before adding: This can't happen, and disable sort function while adding items). Fir #2426 2006-09-21 12:35:18 +00:00
Yann Leboulanger af14e353b1 nicer textviews in pref window (no horizontal scrollbar and wrap) 2006-09-21 11:49:43 +00:00
Yann Leboulanger 05b867e53f fix height of before/after_time/nickname textviews in pref window 2006-09-21 11:41:13 +00:00
Yann Leboulanger 22628e65f1 keep icon in systray glade so that it's a ImageMenuItem and not a simple MenuItem. Fixes #2435 2006-09-20 20:09:33 +00:00
Yann Leboulanger 229d86ae9d before/after_time/nickname are now textviews in pref window. So that they can contacin \n and \t chars. Fixes #2206 2006-09-20 20:00:20 +00:00
Jean-Marie Traissard 8c07a06622 Don't allow notifs when we are away/xa/dnd and autopopupaway is False.
(Undo second part of [6735])
2006-09-20 17:40:42 +00:00
Yann Leboulanger 9809043057 show MUC icon in st=ystray context menu. Fixes #2430 2006-09-20 17:21:59 +00:00
Yann Leboulanger f780a0fe94 add a statusbar to profile window. Fixes #1840 2006-09-20 11:15:33 +00:00
Yann Leboulanger 351e666f97 show MUC icon in actions -> join_gc menuitem. Fixes #2430 2006-09-20 10:37:24 +00:00
Yann Leboulanger 23109aac2b create account with password even if we don't save it. Fixes #2433 2006-09-20 06:56:18 +00:00
Dimitur Kirov 1ed3a31f40 [anonymous] fix bug of renaming contact from
contextmenu
2006-09-19 15:31:34 +00:00
Dimitur Kirov 1463ca8289 merge from zeroconf branch
(fixed bug: xml error when we get CDATA after
 initial stream header)
2006-09-19 12:50:33 +00:00
Yann Leboulanger e1ab80d648 [sgala] don't show in history manager jids that have no logs. 2006-09-19 09:18:06 +00:00
Yann Leboulanger 34ff33e4c1 Prevent user that removing an account closes all chat / gc windows. Fixes #2370 2006-09-19 09:15:26 +00:00
Yann Leboulanger a698a969ae do not override jid_label in vcard when we get the vcard. Fixes #1840 2006-09-19 08:52:51 +00:00
Yann Leboulanger af68b178a1 add progressbar in vcard window and hide it when we get vcard and os info. For #1840 2006-09-19 08:17:36 +00:00
Yann Leboulanger b5c4edb60a add progressbar in profile window. For #1840 2006-09-19 07:52:40 +00:00
Yann Leboulanger 050afed553 set a text in avatar button instead of a fake avatar when no avatar is set in profile window. For #1840 2006-09-18 21:19:02 +00:00
Nikos Kouremenos 3420ddaffa fix a FIXME (do not reload muc_separator.png everytime) 2006-09-17 14:33:18 +00:00