Commit Graph

7271 Commits

Author SHA1 Message Date
Jean-Marie Traissard 37bd1142f9 Coding standards, include real date of 0.11 release in Changelog 2007-01-16 17:30:40 +00:00
Jean-Marie Traissard 9178c9cb13 Add link for rst in ACE 2007-01-15 22:28:26 +00:00
Jean-Marie Traissard 9ab2800fd0 XHTML Image size limit : 10mo->2mo 2007-01-15 20:56:30 +00:00
Yann Leboulanger 2403239695 use get_time_to_show in conversation_textview that print "yesterday" or "X days ago". fixes #2797 2007-01-15 18:37:19 +00:00
Yann Leboulanger 3c9170cb61 add missing arguments. see #2797 2007-01-15 13:07:24 +00:00
Yann Leboulanger 08a90159dc remove timestamp and before/after_nickname from GUI. and add comment in ACE. fixes #2797 2007-01-15 12:54:54 +00:00
Yann Leboulanger 363c5b45b0 show nickname in invitation dialog. fixes #2899 2007-01-15 10:34:53 +00:00
Yann Leboulanger 50c1fcb7a7 fix translation 2007-01-15 10:15:27 +00:00
Jean-Marie Traissard 6f9889bc4d Fuck dev language False -> Deactivated, True -> Activated 2007-01-14 23:11:16 +00:00
Jean-Marie Traissard 14f432fcd7 Make 'True', 'False' and Types translatables in ACE 2007-01-14 23:04:29 +00:00
Yann Leboulanger 8301700501 typo 2007-01-14 21:45:43 +00:00
Yann Leboulanger b21e2882c8 [misc & I] add adhoc command: ability to leave a room. see #1910 2007-01-14 21:38:34 +00:00
Jean-Marie Traissard bb306163a6 Implement choice of resource (when more than one) for "Invite to -> room"
Fix "Invite to -> room" on other-resource-of-us-line
2007-01-14 20:43:42 +00:00
Yann Leboulanger 9b336bceed fix TB 2007-01-13 21:42:28 +00:00
Yann Leboulanger 8919febc5d typo. see #2797 2007-01-13 19:28:42 +00:00
Yann Leboulanger c5d5facdcf remove temp file once we don't need it anymore. fixes #2894 2007-01-13 01:01:49 +00:00
Yann Leboulanger 99b08744ed fix TB when python-notify is installed but not notification-daemon. fixes #2893 2007-01-13 00:52:47 +00:00
Yann Leboulanger dc4f4922af [Brice Maron & I] add option to configure the way time is printed. fixes #2797 2007-01-12 19:27:00 +00:00
Yann Leboulanger 476908a54b ignore unparsable vcards. fixes #2826 2007-01-12 10:10:01 +00:00
Jean-Marie Traissard 775b85a83e Var name, removed unused import, thanks pyflakes 2007-01-11 22:41:00 +00:00
Yann Leboulanger 9cbdad9df5 select iter when we add a bookmark. fixes #2889 2007-01-11 22:26:56 +00:00
Yann Leboulanger 17fa45890e select row when we add a new status message 2007-01-11 22:23:36 +00:00
Yann Leboulanger 85ed580b6d fix indentation 2007-01-11 22:22:48 +00:00
Yann Leboulanger f69fef3cbe fix indentation. fixes #2891 2007-01-11 22:14:37 +00:00
Jean-Marie Traissard 1e8aba9d83 Fix indent 2007-01-11 22:05:28 +00:00
Yann Leboulanger 0b035ee6cc indent with tabs, and prevent TB when ctypes modules is not found. 2007-01-11 21:27:05 +00:00
Yann Leboulanger 3567a8c20f remove privacy list from dialog only when server return the result, else show an error dialog. fixes #2853 2007-01-11 20:21:53 +00:00
Yann Leboulanger 2f857047d3 check if connection is active before sending something. 2007-01-11 19:58:51 +00:00
Yann Leboulanger 99f8a9cbb9 add context to None translation. fixes #2726 2007-01-11 18:26:35 +00:00
Yann Leboulanger 74c447f46b unassign GPG key in contact instances when we unassign it, and redraw chat control. fixes #2590 2007-01-11 18:19:24 +00:00
Yann Leboulanger 5f7ad6fea1 always give the same number of arguments to dbus methods, use signatures. fixes #2784
simon, could you have a look to this patch ? does it seems correct ?
2007-01-11 17:58:44 +00:00
Yann Leboulanger 1b45a78584 fix indentation 2007-01-10 16:18:04 +00:00
Yann Leboulanger 4d5790e8cb restore correctly error messages. fixes #2880 2007-01-10 12:51:15 +00:00
Yann Leboulanger 1599dfdfbb fix HTMLTextView tooltips 2007-01-09 23:31:41 +00:00
Jean-Marie Traissard 6b0edad24d Memory usage : Don't store some vars in self when not necessary 2007-01-09 23:09:14 +00:00
Jean-Marie Traissard 5da41204ef memory usage : Do not save gc_refer_to_nick_char for each gc control 2007-01-09 22:36:26 +00:00
Jean-Marie Traissard 712b39bba7 Skip self in nick completion 2007-01-09 22:24:41 +00:00
Jean-Marie Traissard 0b3af95972 I deleted this var, was always None, but when does this happen ? 2007-01-09 22:05:27 +00:00
Yann Leboulanger f5986fec43 don't reassign control.contact to a control when not needed 2007-01-09 20:01:30 +00:00
Yann Leboulanger daa064a657 [Simon Mcvittie] fix gajim-remote list_contacts. fixes #2865 2007-01-09 19:09:21 +00:00
Jean-Marie Traissard 86fbcece1f use the GOOD syntax for the get_last_date_that_has_logs() SQL request :)
(Open gc win three times faster, and even more when time cached !
Also opens history wins two times faster)
2007-01-09 17:30:03 +00:00
Jean-Marie Traissard a57d59edaf Don't redraw gc banner text when gc comes online, useless 2007-01-09 15:29:23 +00:00
Jean-Marie Traissard 57355708f4 typo 2007-01-09 14:35:31 +00:00
Jean-Marie Traissard 88a358f297 add some comments to previous changeset 2007-01-09 14:29:20 +00:00
Jean-Marie Traissard eea2e1c881 Remove a LOT of useless draw_banner()
(stop drawing it 5 times when joining muc, stop reloading banner state icon on ALL
notifications, ...)
roster.py one seems useless because ctrl.update_ui() did it already
2007-01-09 14:23:28 +00:00
Yann Leboulanger 0ac904c6be remove unread events from systray when we leave a room. Fixes #2867 2007-01-06 20:41:03 +00:00
Yann Leboulanger 8ede60ebb0 add --use-agent to GPG so that we work with gnupg-agent 2007-01-06 20:19:47 +00:00
Yann Leboulanger a1349f9c3d add a space between account name and (. fixes #2873 2007-01-06 19:48:18 +00:00
Tomasz Melcer dea9879dfa Commands: dataforms sent have type="submit"; commands' window show form title 2007-01-06 19:05:45 +00:00
junglecow 3be5a9df3b In debug mode, log exception. 2007-01-06 15:31:30 +00:00