- Jul 11, 2008
-
-
js authored
-
js authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
detect sound player on first start as soon as gajim is started, not first time we open preferences window. Fixes #3566
-
Yann Leboulanger authored
don't request jabber:iq:last and jabber:iq:version to real jid in a (semi) anonymous room, even if we're moderator and we know the real JID. Fixes #3454
-
- Jul 10, 2008
-
-
Yann Leboulanger authored
-
- Jul 09, 2008
-
-
Brendan Taylor authored
-
Brendan Taylor authored
-
Brendan Taylor authored
-
Brendan Taylor authored
-
- Jul 08, 2008
- Jul 07, 2008
-
-
Brendan Taylor authored
-
- Jul 06, 2008
-
-
steve-e authored
-
steve-e authored
* Coding standards * remove useless key-list creation
-
jimpp authored
Make nick completion sorted case-insensitive. Fixes #4063. (was already IMO) Restore #2975 way. Last nick that highlighted us are first. Fixes #2975.
-
steve-e authored
Remove some usage of has_key() in the contacts module. It is a bit slower (method overhead) and will be deprecated soon. In roster_window. make a small if-clause more pythonic.
-
- Jul 05, 2008
-
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
Yann Leboulanger authored
-
steve-e authored
Correctly count metacontacts in non merged accounts mode if we have metacontacts over several accounts.
-
- Jul 04, 2008
-
-
steve-e authored
Remove timing information for roster drawing.
-
js authored
-
Brendan Taylor authored
-
- Jul 03, 2008
-
-
Brendan Taylor authored
-
Yann Leboulanger authored
-
- Jul 02, 2008
-
-
js authored
-
Yann Leboulanger authored
-
js authored
-
js authored
implementing a later coming fallback to disco rather easy.
-
js authored
-
- Jul 01, 2008
-
-
js authored
Caps is now used for: File Transfers, MUC Invites, Ad-Hoc Commands. TODO: * Also handle it this way for typing notifications (This might give some trouble / compatibility issues) * Fall back to service discovery if no caps are available. Otherwise, we break compatibility with a lot of clients. (Asterix?)
-
- Jun 30, 2008
-
-
steve-e authored
This also fixes the problem of showing the wrong icon when expanding metacontacts. Example: We have the groups A, B, C in our child model But only A and C are visible (and therefore in modelfilter) Imagine we have a childIter_G pointing to group B Getting its path in the childmodel, will give us (lets say) 2 2 means now the second group/row in the CHILD model We now pass this to the tree and tell him "Expand row 2" The tree itself is looking at the 2nd row of modelfilter: "Hey modelfilter, expand row number 2" For modelfilter row number 2 is C and NOT B
-
steve-e authored
We are not absolutely sure why some things are happening. Maybe that will help tracing the strange bugs.
-
- Jun 29, 2008
-
-
Brendan Taylor authored
-
Brendan Taylor authored
-
Brendan Taylor authored
-