Commit Graph

9510 Commits

Author SHA1 Message Date
Yann Leboulanger f1526df243 hide add bookmark menuitem in groupchat banner popup menu when room is already bookmarked 2008-11-11 19:15:55 +00:00
Jean-Marie Traissard e76817e77e If an avatar or vcard filename is > 48, use its hash for filename instead. I used the md5
method already in the same file. Fixes #4273.
2008-11-11 15:00:18 +00:00
Stephan Erb 8b945f69fa Do not draw roster when toggeling compact window mode. Fixes #4469. 2008-11-11 13:54:46 +00:00
Jean-Marie Traissard e2f562b4f8 Removed some unused imports 2008-11-11 00:02:43 +00:00
Stephan Erb 588f659d84 Small bugfix and introduce a new function in roster window.
* draw_completely: draw contact, mood, activity... of a given jid
 * For metacontacts over several accounts, not all avatars were shown correctly when the second accounts connected
2008-11-10 23:11:31 +00:00
Yann Leboulanger 14482c1e36 don't crash when fluxbox restarts. see http://bugzilla.gnome.org/show_bug.cgi?id=449858 2008-11-10 22:07:32 +00:00
js 5b1eb90557 Handle bookmark button in chat window like we handle add contact. 2008-11-10 20:06:28 +00:00
Yann Leboulanger 4006306d4f typo in windows installer script + french translation 2008-11-10 16:18:15 +00:00
Yann Leboulanger 7bc8f16012 [kalyan] don't show error when we press enter in chat while offline if enter is just for a line break. Fixes #3852 2008-11-10 13:27:25 +00:00
Yann Leboulanger 1078112473 prevent a traceback with completion. Fixes #4461 2008-11-09 21:40:14 +00:00
Yann Leboulanger 015a4ac038 don't show empty group when searching in ACE. see #4465 2008-11-09 09:02:28 +00:00
js f4ce4c0990 gajim.nsi: Better English, German translation. 2008-11-08 22:47:57 +00:00
Yann Leboulanger 56a40d68c8 Improve Windows Installer: don't allow to uninstall if Gajim is running, Don't allow to run several Gajim installer, and force to remove a previous Gajim installation before installing the new one. Fixes #4193 2008-11-08 22:41:55 +00:00
js 254dcd2f1c Added new activities. 2008-11-08 22:26:05 +00:00
js 216c865732 Updated mood icons. 2008-11-08 22:13:20 +00:00
Stephan Erb 246e549012 Improved "is_groupchat" logic. Fixes #4413. 2008-11-08 22:00:56 +00:00
Jean-Marie Traissard 67d38a0b86 Stop hiding options with an empty value in ACE 2008-11-08 11:41:38 +00:00
Jean-Marie Traissard fdc6b9d8bc -Use common format for function documentation.
-Specify separation for 'gc_nicknames_colors' option.
2008-11-08 11:14:31 +00:00
Yann Leboulanger a76f6b0133 show value in dataforms if there is no label 2008-11-07 22:22:58 +00:00
Yann Leboulanger b68a7a944b fix missing import 2008-11-07 21:47:26 +00:00
Yann Leboulanger c09edac5d8 [Fomin] updated russian translation 2008-11-07 08:49:45 +00:00
Yann Leboulanger f87a97b683 get var where it is (missing self.). Fixes #4459 2008-11-07 08:36:55 +00:00
Stephan Erb 0684ec1d3d Disable assertions. Remove a statement which is not supported by python24. 2008-11-06 08:19:24 +00:00
Yann Leboulanger 540fba2aaa prevent some disk write error and show error dialog. 2008-11-06 08:10:36 +00:00
Yann Leboulanger b632a8d2e1 [thorstenp] improve advanced configuration editor speed. see #4457 2008-11-05 20:26:58 +00:00
Yann Leboulanger 2521ea6080 [thorstenp] enable buffering of expat. see #4457 2008-11-05 20:03:27 +00:00
Yann Leboulanger 9b81b5d239 [thorstenp] delay remote control creation to speed up startup 2008-11-05 20:00:57 +00:00
Yann Leboulanger eb93f2a19e [thorstenp] remove useless import 2008-11-05 20:00:18 +00:00
Yann Leboulanger aaa82b8202 [thorstenp] import idna only when needed. see #4457 2008-11-05 19:48:58 +00:00
Yann Leboulanger 47f34bcd56 finish removing lastFM support. done in #9644 2008-11-05 19:45:57 +00:00
Yann Leboulanger bf169f302a [thorstenp] sort emoticons with sorted function. See #4457 2008-11-05 18:31:06 +00:00
Yann Leboulanger 7cb91c8b08 fix regex compiling 2008-11-05 18:30:21 +00:00
Yann Leboulanger a86f4d4d96 [thorstenp] compile regexes on demand. See #4457 2008-11-05 18:29:24 +00:00
Yann Leboulanger 4eb3a5b5ed [thorstenp] render filetransfer window icons on demand. See #4457 2008-11-05 18:26:58 +00:00
Yann Leboulanger a368839123 [thorstenp] import rst generator only when needed. see #4457 2008-11-05 18:25:40 +00:00
Yann Leboulanger 573ddce6c7 use regex to parse config file. See #4457 2008-11-05 18:21:47 +00:00
Yann Leboulanger 2603ee19cd don't require node in disco answer. It's only a should in XEP-0030. Fixes #3936 2008-11-04 22:03:54 +00:00
Yann Leboulanger cc685f1c24 request jabber:iq:last only when contact is offline. Fixes #4434 2008-11-04 10:45:48 +00:00
Yann Leboulanger 3f88abaf27 fix tb when we receive pep info from a room. Fixes #4449 2008-11-03 16:36:15 +00:00
Yann Leboulanger 67d19a226d handle mood in messages, send mood in message if pep is not supported on server. Fixes #4449 2008-11-03 14:25:08 +00:00
Yann Leboulanger bf93cb76f1 detect latex conversion error and print them in textview. Fixes #4439 2008-11-03 10:33:14 +00:00
Yann Leboulanger e706e86c2e disable bookmark button / menuitem when room is already bookmarked. Fixes #4156 2008-11-03 06:08:10 +00:00
Yann Leboulanger 3d7ef26ddb prevent traceback when removing idle object. fixes #4391 2008-11-02 16:28:29 +00:00
Yann Leboulanger 14140077ad [afflux] don't close Gajim after the first disconnect, but after all disconnects. Fixes #4409 2008-11-02 15:48:14 +00:00
Yann Leboulanger 223dc0a8f2 don't count echo as a file transfer proxy. Fixes #4411 2008-11-02 15:02:49 +00:00
Yann Leboulanger f5ae955764 show bookmark title instead of jid in tabs and roster. Fixes #4420 2008-11-02 14:31:11 +00:00
Yann Leboulanger dbaaca08b8 Ctrl+T -> Alt+T to change subject. Fixes #4432 2008-11-02 14:28:17 +00:00
Yann Leboulanger bd8ae59a76 Use Alt+T to change subject in a room instead of Ctrl+T 2008-11-02 14:04:46 +00:00
Yann Leboulanger c4d27cb340 don't print missing optional modules to stderr. Fixes #4433 2008-11-02 13:33:12 +00:00
Yann Leboulanger 25935a2f25 add a default icon in disco window when there is no icon to show. Fixes #4442 2008-11-02 13:20:12 +00:00