Yann Leboulanger
5348c3a37f
add ACE option to configure interval between 2 idlness checks. default to 2 seconds. fixes #3004
2008-04-15 09:35:36 +00:00
Yann Leboulanger
e7f88e6dd6
prevent traceback when ping reply arrives after we close the control. fixes #3859
2008-04-15 09:02:36 +00:00
Brendan Taylor
76808901eb
check tic-tac-toe win conditions, slimmed down _messageCB some more
2008-04-15 05:32:45 +00:00
Jean-Marie Traissard
2c4e901b8f
Fix table creation typo.
...
Btw thanks elghinn for idea of this table :)
2008-04-15 02:05:08 +00:00
Jean-Marie Traissard
8f84ff29f5
fix indent
2008-04-15 01:54:31 +00:00
Jean-Marie Traissard
f32901d243
Create a new small table in DB to remember rooms last_history_line at next
...
launch. This is necessary because with a big history get_last_date_that_has_logs
can take about 5 seconds on first launch.
Created new gajim subversion.
2008-04-15 01:52:11 +00:00
Yann Leboulanger
29dd9d2576
added ipython for SVN users only.
2008-04-14 15:19:09 +00:00
Yann Leboulanger
ae4aeb5dab
fix path in setup_osx.py file. fixes #3830
2008-04-14 10:52:03 +00:00
Brendan Taylor
b170e77cdb
functioning tic-tac-toe :D
2008-04-11 03:52:45 +00:00
Yann Leboulanger
bdac12d789
don't go autoaway when screensaver is activated is user disabled the autoaway option. Fixes #3824
2008-04-10 14:47:12 +00:00
Yann Leboulanger
b04d6aea63
correctly detect vcard error from groupchat participants (with fake jid)
2008-04-09 21:30:12 +00:00
Yann Leboulanger
7d8540a4a3
remove -U in ls arguments in autogen.sh: doesn't work on OSX and we don't care the order. see #3822
2008-04-08 16:21:53 +00:00
Yann Leboulanger
8cb585a362
[Le Coz Florent] updated french translation
2008-04-08 06:24:11 +00:00
Yann Leboulanger
e2757f4763
update gtk link in README.osx. fixes #3820
2008-04-07 13:29:18 +00:00
Yann Leboulanger
3679fe8cb8
use local gtk folder if present when building Windows binary
2008-04-07 13:14:06 +00:00
Yann Leboulanger
db59de9397
fix argument in a menu.popup() call
2008-04-07 12:58:34 +00:00
Stephan Erb
7e6431fcea
Small fixes for activity dialog.
2008-04-07 11:44:35 +00:00
Yann Leboulanger
05218db68a
[rOOt & Asterix] use get_uf_activity/mood to translate them. store subactivities according to selected activity. fixes #3809
2008-04-07 11:17:33 +00:00
Stephan Erb
855a72855d
Add get_uf_* functions to make mood and activity translatable.
2008-04-07 11:14:23 +00:00
Brendan Taylor
d034078c03
rearranged _messageCB and split it into multiple methods
2008-04-06 22:21:46 +00:00
Yann Leboulanger
da966efaa7
use getaddrinfo to know if we should use ipv4 or v6 for zeroconf
2008-04-06 21:33:40 +00:00
Yann Leboulanger
7dbef236af
[louiz] updated french translation
2008-04-06 19:51:24 +00:00
Yann Leboulanger
a686f71140
[Pavol Klačanský] updated slovak translation
2008-04-06 19:50:59 +00:00
Yann Leboulanger
067d9dbf2b
make zeroconf work correctly on both ipv4 and ipv6. Bind on an ipv6 socket if possible.
2008-04-06 16:51:31 +00:00
Jean-Marie Traissard
fd728570e8
Integrate note about bookmark's auto sorting in Changelog. Order change could be confusing
2008-04-06 13:35:44 +00:00
Jean-Marie Traissard
eb22930361
do a little less loops
2008-04-06 13:23:10 +00:00
Jean-Marie Traissard
06fdc8367b
Auto sort bookmarked rooms list (when opening manage dialog and when adding
...
new one). Fixes #3739 .
2008-04-06 13:14:00 +00:00
Jean-Marie Traissard
59cc0a4aa8
Correct indent
2008-04-05 12:53:01 +00:00
Jean-Marie Traissard
df13948d87
Make nick cycle works with spaces in nicks, fix a possible bug if gc_refer_to_nick_char is not ",". Fixes #3810 .
2008-04-05 12:48:39 +00:00
Yann Leboulanger
e341548d25
really ignore GTK warnings under windows
2008-04-04 21:31:27 +00:00
Yann Leboulanger
163b680200
don't translate user_mood and user_activity
2008-04-04 20:24:55 +00:00
Stephan Erb
b991b32886
Add missing tooltip and markup in vcard window. See #1069 . Make string a doc string.
2008-04-04 15:10:50 +00:00
Stephan Erb
e95a9fa5ef
Fix indentation.
2008-04-04 09:51:49 +00:00
Stephan Erb
bea91baeaa
Remove useless group redrawing. Remove unused variable.
2008-04-04 09:44:47 +00:00
Stephan Erb
611a53422e
A few small PEP GUI and code changes. No new functionality.
2008-04-03 22:50:03 +00:00
Stephan Erb
573ae48a43
History Window:
...
* Make usage of history_window (hopefully) more straight forward. (widget placement, focus, shown nicks, completion...)
* Kill two bugs where wrong nicknames were shown in chathistory and results window.
* Rename functions to make clear that their are intended for private usage only.
2008-04-03 17:48:55 +00:00
Yann Leboulanger
e40cb0d4b3
use -alpha option only with recent version of imagemagick. fixes #3755
2008-04-01 23:33:23 +00:00
Yann Leboulanger
f3665cd689
don't remove metacontact when we reconnect. fixes #3771
2008-04-01 23:13:10 +00:00
Jean-Marie Traissard
c497087115
Continue to check message for HL words after we found one that could be only the beginning of another real word.
2008-04-01 19:57:27 +00:00
Jean-Marie Traissard
d10e203255
Cleaner version to check if char after a highlight is an alphanum or not
2008-03-30 21:45:51 +00:00
Jean-Marie Traissard
39d18c893d
Fix logic, fix char code
2008-03-30 21:16:35 +00:00
Jean-Marie Traissard
75983ff571
Some "jep" -> "xep"
2008-03-30 20:35:02 +00:00
Yann Leboulanger
61be183c8e
don't stop autoconnect after first account
2008-03-30 12:05:04 +00:00
Yann Leboulanger
a6e06b3bca
add autoconnect_as feature to autoconnect as away or invisible
2008-03-30 11:50:59 +00:00
Yann Leboulanger
1c313ed242
update string printed when running gajim -h to show --config-path option
2008-03-27 13:59:03 +00:00
Yann Leboulanger
d55c12763f
addmissing callbacks to preferences glade file for chatstates comboboxes. fixes #3794
2008-03-26 16:19:49 +00:00
Yann Leboulanger
cfdd4447bd
fix german translation (remove a \n)
2008-03-25 08:23:11 +00:00
Yann Leboulanger
45b3ec7c75
[Nico Gulden] Updated german translation
2008-03-24 22:00:44 +00:00
Yann Leboulanger
849a235263
[Nico Gulden] typo in some strings
2008-03-24 21:59:39 +00:00
Yann Leboulanger
6de493fbb5
update GC_Contact instance when we change our nickname in a room. fixes #3784
2008-03-24 09:16:03 +00:00