Commit graph

8819 commits

Author SHA1 Message Date
Jean-Marie Traissard
ff32d0ccb3 roster.on_quit_request() cleanups :
-Check if there are pending events and send offline even if we don't ask a status message (was a indentation
mistake I think)
- Really make unread and recent working according to 'notify_on_all_muc_messages' value
- be faster, hopefully
2008-03-20 20:26:58 +00:00
Jean-Marie Traissard
9e15e4bcab do not redraw_tab too much if not needed 2008-03-20 19:37:20 +00:00
Jean-Marie Traissard
d7a6734601 Clarify how roster.quit_on_next_offline works with comments.
Use only one function when user wants to quit. Bad dup code !
Maybe see #3643.
2008-03-20 16:31:21 +00:00
Jean-Marie Traissard
e07ce48240 Restore single click behaviour. Function was called 2 times by mistake. 2008-03-19 23:53:40 +00:00
Jean-Marie Traissard
88db86bb99 Make jid_is_from_pm works with not-full jid 2008-03-19 23:14:58 +00:00
Jean-Marie Traissard
624a16034e Fix small TBs about last changeset that could happen if some history were manually removed. 2008-03-19 22:01:21 +00:00
Jean-Marie Traissard
f9ca40ff1b - Change the way roster.fire_up_unread_messages_events()/logger.get_unread_msgs() work, so it's
faster
- Stop adding pm chat messages received to unread messages. This is in addition to [8311], but
works also when chat win is already opened now.
- Automatically remove unread_message lines for messages older than a month, so we will clear this
table for everybody, and keep it quite clear. Specially because messages can still be blocked here
if it's from someone not in the roster and we don't open it during the session. This can be long
at first connection with this version, because we delete a lot of lines (nearly one per PMs you
received since a long time). Could also be a very little longer during one month.
2008-03-19 21:43:01 +00:00
Jean-Marie Traissard
7dca69467e Stop loading all transport iconsets at launch. Load them on the fly, if and when needed. Speedup gajim start and
use less mem :)
2008-03-19 00:25:28 +00:00
Yann Leboulanger
80aeea1bd0 draw pixbuf at the corect place in cell_renderer_image. Fixes #3775 2008-03-18 12:26:32 +00:00
Jean-Marie Traissard
d32e1ae0ed Fix another place where database could be malformed, using Asterix work in [9390]. Fixes #3342. 2008-03-17 19:30:38 +00:00
Yann Leboulanger
cc6eb92337 additional mappings for existing emoticons. fixes #3762 2008-03-17 10:17:45 +00:00
Yann Leboulanger
0d427eff3b Warn user when database is corrupted and unreadable. Fixes #3761 2008-03-17 07:22:43 +00:00
Yann Leboulanger
2e7d8f7486 [Maciek] updated polish translation 2008-03-16 21:24:20 +00:00
Yann Leboulanger
63601a0abf [Nico Gulden] updated german translation 2008-03-16 21:19:16 +00:00
Yann Leboulanger
f3e6a4a120 fix indentation in gajim_remote.py. Fixes #3655 2008-03-16 12:59:04 +00:00
Yann Leboulanger
39c2e612b9 fix group listing in gajim-remote list_contacts and add number of unread events. Fixes #3655 2008-03-16 09:49:41 +00:00
Jean-Marie Traissard
61e723d632 Removing default W size for gc-roster in glade. Fixes a bug where at creation,
this size replace the one we saved, everytime. Hope that doesn't create others
problems, but seems not.
2008-03-15 21:44:10 +00:00
Yann Leboulanger
e6e0323a70 fix launch.sh script when run from absolute path. fixes #3665 2008-03-14 16:43:18 +00:00
Stephan Erb
8d4a0dd203 Indentation error. Fixes #3768 2008-03-14 12:37:02 +00:00
Yann Leboulanger
e572a0cd65 warn user when emoticon theme can't be loaded. fixed #3696 2008-03-14 08:46:10 +00:00
Yann Leboulanger
323c50ec44 coding standards 2008-03-13 09:07:58 +00:00
Yann Leboulanger
cc1c4457c3 don't lower jids in DB. They are already stringprep'ed. Fixes #3766 2008-03-13 09:04:43 +00:00
Jean-Marie Traissard
49dcc089a7 Make history window work even if we don't have roster. 2008-03-13 02:12:25 +00:00
Jean-Marie Traissard
67f69fe688 History log checkbutton cleanings :
* Fix a bug when accessing by nickname
* Restore usability for rooms (opened ones) and offlines contacts (but if in roster)
* Don't search account of contact if we already have it
* Disable checkbutton if we don't log for the whole account
2008-03-13 01:15:57 +00:00
Yann Leboulanger
474192acbe add title to accounts window 2008-03-12 17:16:31 +00:00
Jean-Marie Traissard
7f96ba9ceb Readd call to font handler forgot when redisigning pref win 2008-03-12 16:51:03 +00:00
Jean-Marie Traissard
801c31e537 Correctly remove highlighted messages events when scrolling at end of textview.
Fixes #3717.
2008-03-12 01:34:41 +00:00
Jean-Marie Traissard
a2fdd299ad Added a notice in Changelog for emoticons.py format change, for users using their
own emoticons to know. See #3696.
2008-03-11 23:15:51 +00:00
Jean-Marie Traissard
4199789612 Fix sent history (ctrl+up) browse. There was a bug when history was full and we browsed history. 2008-03-11 23:05:56 +00:00
Yann Leboulanger
30d86e7f8b [Pavol Klačanský] updated slovak translation 2008-03-11 17:12:29 +00:00
Yann Leboulanger
64c2fb1667 fix some strings 2008-03-11 16:50:35 +00:00
Yann Leboulanger
d17b5b7bad new way to create emoticons.py file. fixes #3696 2008-03-10 23:26:04 +00:00
Jean-Marie Traissard
6e84de1fbe Fix indentation error in [9348]. 2008-03-10 22:40:46 +00:00
Yann Leboulanger
1fd13ae4fa fix call to Popen() 2008-03-10 22:11:43 +00:00
Yann Leboulanger
d26080a3dd missing space in a string 2008-03-10 21:41:21 +00:00
Yann Leboulanger
f0b2ee4027 stop automatic scroll when user manually scroll conversation textview. Fixes #3716 2008-03-10 16:21:26 +00:00
Yann Leboulanger
3f98f9c53b prevent traceback when there is a row in roster without an associated Contact instance. see #3718 2008-03-10 15:41:06 +00:00
Yann Leboulanger
244d222b82 remove blocked transport from roster when we go offline. see #3718 2008-03-10 15:38:21 +00:00
Yann Leboulanger
866d3c27ca don't hide roster when we press Escape if a chat is opened. Fixes #3751 2008-03-10 15:11:57 +00:00
Yann Leboulanger
7f639f145d Use subprocess instead of Popen2. fixes #3369 2008-03-10 13:27:31 +00:00
Yann Leboulanger
545eb1ec33 Don't fully clean contact list on reconnect. Fixes #3733 2008-03-10 11:20:22 +00:00
Yann Leboulanger
7f73f0418d add the handler on ANC button 2008-03-08 19:34:43 +00:00
Yann Leboulanger
3ef3a2b70b re-add advanced notification control button (hidden) in preferences window 2008-03-08 19:30:40 +00:00
Yann Leboulanger
95bf9c4f74 send xml:lang in groupchat presences and configuration request. fixes #3743 2008-03-03 23:00:01 +00:00
Yann Leboulanger
cdb31a2b55 remove use_pep option, always PEP it to send played song. fixes #3053 2008-03-03 22:42:04 +00:00
Yann Leboulanger
1b90552446 ability to remove a PEP node 2008-03-02 23:56:39 +00:00
Yann Leboulanger
c1ed365521 bigger DataFormWindow 2008-03-02 21:44:43 +00:00
Yann Leboulanger
102ff630fb highlight us when we are mentioned in a /me sentence. fixes #3753 2008-03-02 14:23:52 +00:00
Yann Leboulanger
d42f46db4c make password entry sensitive when we check save password checkbutton 2008-03-02 13:08:21 +00:00
Nikos Kouremenos
dd26b56b83 features window should have desc label selectable (in order for example to be able to select url mentioned there) 2008-03-01 22:53:13 +00:00