Yann Leboulanger
|
25dfa506cd
|
reconnect is now launched in a thread
|
2005-09-10 12:05:48 +00:00 |
Dimitur Kirov
|
676b7600cf
|
catch file read errors
|
2005-09-10 11:56:25 +00:00 |
Yann Leboulanger
|
b416cf60d7
|
xml_windows are never destroyed
|
2005-09-10 09:45:18 +00:00 |
Yann Leboulanger
|
e8b3a5898c
|
remove unneeded print
|
2005-09-10 09:31:29 +00:00 |
Yann Leboulanger
|
93c4ab0a9d
|
fix a typo
|
2005-09-10 09:30:46 +00:00 |
Yann Leboulanger
|
d271c29a24
|
we are now informed when vcard publication faild / succeed
|
2005-09-10 09:25:06 +00:00 |
Yann Leboulanger
|
ff1edfffff
|
add getAnID() function
|
2005-09-10 09:24:39 +00:00 |
Nikos Kouremenos
|
f7fe1fbbb0
|
[paladine] fix makefile
|
2005-09-09 23:47:09 +00:00 |
Dimitur Kirov
|
be43c2c850
|
added add_contact and remove_contact methods
|
2005-09-09 22:22:05 +00:00 |
Nikos Kouremenos
|
08a1bae712
|
adhere to GNOME HIG about help menuitem in roster window
|
2005-09-09 22:04:15 +00:00 |
Nikos Kouremenos
|
a648d44fd3
|
add support for sending invite stanza /invite jid [reason]. I improved patch by Sef
|
2005-09-09 22:00:01 +00:00 |
Nikos Kouremenos
|
0bf0c36323
|
use gajim.get_jid_from_account in some places
|
2005-09-09 21:15:41 +00:00 |
Nikos Kouremenos
|
e76e254650
|
typo
|
2005-09-09 21:03:53 +00:00 |
Dimitur Kirov
|
fec78f8781
|
fix exception in unrepr on empty dict/tuple
|
2005-09-09 21:01:25 +00:00 |
Nikos Kouremenos
|
ac3f96eac9
|
gajim.get_jid_from_account(account_name)
|
2005-09-09 20:52:29 +00:00 |
Dimitur Kirov
|
a1c0fbb4b0
|
added prefs_put and prefs_del commands
|
2005-09-09 20:51:22 +00:00 |
Nikos Kouremenos
|
2ec0cac1cc
|
nk is now sure
|
2005-09-09 20:28:25 +00:00 |
Nikos Kouremenos
|
ee3591470b
|
add gtkexcepthook.py to POTFILES.in and add GPL header
|
2005-09-09 20:26:06 +00:00 |
Nikos Kouremenos
|
6aca17ecf2
|
bye bye to old HigDialog which was 20 lines. now it is only 8
|
2005-09-09 20:21:14 +00:00 |
Yann Leboulanger
|
e20168f26c
|
add missing file
|
2005-09-09 19:59:08 +00:00 |
Nikos Kouremenos
|
d0f2ab8eb5
|
thanks to Dennis Caven we now use less code to do the same thing. pygtk26 functions rock
|
2005-09-09 19:42:47 +00:00 |
Yann Leboulanger
|
367eada5f0
|
[Yavor] po now incluse gajim.desktop
new pot/po files
|
2005-09-09 19:25:00 +00:00 |
Nikos Kouremenos
|
2a0a91995f
|
add hook by default
|
2005-09-09 17:43:39 +00:00 |
Nikos Kouremenos
|
e34f99cd30
|
more pythonic
|
2005-09-09 17:35:07 +00:00 |
Nikos Kouremenos
|
bfabd11f17
|
[gjc] add happy dialog to inform about tracebacks only if we have verbose on and user does not run from terminal or started X11 with startx
|
2005-09-09 17:09:04 +00:00 |
Alex Mauer
|
87567bfda0
|
* Don't set urgency hint for notifications, even if
notify_on_all_muc_messages is set.
|
2005-09-09 16:10:49 +00:00 |
Dimitur Kirov
|
37780f6b72
|
added prefs_list and prefs_store commands
(prefs_del, prefs_put are not implemented yet)
|
2005-09-09 15:29:32 +00:00 |
Dimitur Kirov
|
5aec18639d
|
don't save position if show_roster_on_start is
False and roster is never shown
|
2005-09-09 14:56:14 +00:00 |
Dimitur Kirov
|
d9e95eceeb
|
removed useless check. Faster sender speed
|
2005-09-09 14:53:19 +00:00 |
Nikos Kouremenos
|
14a49dcf25
|
fix logic
|
2005-09-09 14:09:37 +00:00 |
Dimitur Kirov
|
9c35bcd78a
|
don't send/read nl after auth
|
2005-09-08 23:14:09 +00:00 |
Dimitur Kirov
|
bbf068c7db
|
moved 'speed' in the time column. Still ugly!
|
2005-09-08 22:27:00 +00:00 |
Dimitur Kirov
|
268a265211
|
moved time column before progress column. It
still looks disgusting. Suggestions for the
layout are welcome!
|
2005-09-08 22:19:26 +00:00 |
Dimitur Kirov
|
ba4fadc5cc
|
add estimated time and speed to FT
|
2005-09-08 22:12:14 +00:00 |
Nikos Kouremenos
|
02be379d83
|
use C_NAME instead of 0 1 2 3 4 5 6 in roster py
|
2005-09-08 22:07:49 +00:00 |
Nikos Kouremenos
|
2e4b5245c1
|
add a fixme and stop bad behavior until I fix it for g00d
|
2005-09-08 22:07:28 +00:00 |
Nikos Kouremenos
|
65d7b18441
|
use CONTACTS like C_VALUE (Column that holds value) instead of 0 1 2 3 for model columns (hidden or not). that is very wise and clean code
|
2005-09-08 21:29:42 +00:00 |
Nikos Kouremenos
|
0709dec1c0
|
fix comment
|
2005-09-08 21:01:15 +00:00 |
Dimitur Kirov
|
50679ba5c2
|
add a progressbar to FT model
|
2005-09-08 20:05:28 +00:00 |
Nikos Kouremenos
|
e969ff6558
|
if we were to edit password/passphrase then Hidden string was saved as our password. now make it not editable
|
2005-09-08 19:55:47 +00:00 |
Dimitur Kirov
|
50ac7f932b
|
fix blocker bug: tb on Resource binding
|
2005-09-08 18:16:38 +00:00 |
Nikos Kouremenos
|
f077c2a040
|
commit glade changes to assist delmonico
|
2005-09-08 15:52:22 +00:00 |
Nikos Kouremenos
|
6ac76197ef
|
oops
|
2005-09-08 14:55:09 +00:00 |
Nikos Kouremenos
|
1789db7dde
|
fix a tb
|
2005-09-08 14:48:41 +00:00 |
Nikos Kouremenos
|
58df926934
|
pass APP to glade parsing
|
2005-09-08 14:04:20 +00:00 |
Nikos Kouremenos
|
619cdf307c
|
add missing import
|
2005-09-08 14:03:19 +00:00 |
Nikos Kouremenos
|
c7c555d8f4
|
we wrote a file as user but then we got it mounted as root, so file is root. so do not tb on that. thanks stellaris
|
2005-09-08 13:53:32 +00:00 |
Yann Leboulanger
|
0999cca7b4
|
python-gnome2 is suggested to be able to use gconf
|
2005-09-08 13:33:10 +00:00 |
Yann Leboulanger
|
c7c2b8bffc
|
typo
|
2005-09-08 12:32:42 +00:00 |
Yann Leboulanger
|
3803327b68
|
[multani] emots are sorted by length so :qwe is tested before :q
|
2005-09-08 11:25:47 +00:00 |