Commit graph

440 commits

Author SHA1 Message Date
Yann Leboulanger
5677f8c970 hide show_vcard_checkbutton when account creation failed 2006-03-26 12:31:02 +00:00
Nikos Kouremenos
1524521c7f pychecker on our files. everyone please have a look so we do not do the same mistakes and in case you catch a mistake I did when cleaning 2006-03-24 18:48:26 +00:00
Yann Leboulanger
b6038f7a0f server list link changed 2006-03-22 18:52:27 +00:00
Yann Leboulanger
088d8dbac9 ask to re-build actions menu when needed. Fixes #1676 2006-03-18 09:05:46 +00:00
Nikos Kouremenos
2e393b0d37 bye bye Manage Emoticons Window 2006-03-17 22:00:46 +00:00
Yann Leboulanger
0bb0fe4157 fix for #1182: show Disabled when it's the one selected 2006-03-17 19:45:08 +00:00
Yann Leboulanger
24fcd311df typo 2006-03-17 16:11:25 +00:00
Yann Leboulanger
3b4f6e20fe we can now have emoticons themes in ~/.gajim/emoticons/ see #1182 2006-03-17 14:24:58 +00:00
Yann Leboulanger
b4ed754b51 we now have emoticons themes. Fixes #1182
TODO: fill animated folder with his emoticons file
2006-03-16 23:37:06 +00:00
Nikos Kouremenos
f65a5be6e5 commit first part of special notifications (aka buddy pounces). at last make Choose Sound dlg a class; TODO: actually write to config user settings as well as take those into account [jim++] 2006-03-15 17:45:55 +00:00
Nikos Kouremenos
11d9f5398d preferences window is created on the fly like every other window (well apart from FT [TODO for that]); this is good as we do not want such window to sit in memory; also fix some border width and spacing in prefs window 2006-03-05 12:18:47 +00:00
Yann Leboulanger
7126dfb679 nes DataForm design that allow each widget on each line to have different size (it means I remove the gtk.Table). Fixes #1633 2006-03-03 08:15:53 +00:00
Yann Leboulanger
4a0a252d84 [Jim] don't save password in file if we don't want to in account creation wizard. Fixes #1646 2006-03-02 21:34:23 +00:00
Dimitur Kirov
8945173e51 update banner font with theme font 2006-03-01 11:03:56 +00:00
Yann Leboulanger
492a64d10e fix indentation 2006-02-27 17:12:02 +00:00
Yann Leboulanger
c3eb026e9c fix wrong var name 2006-02-27 17:11:36 +00:00
Nikos Kouremenos
d38d64d05f use YESNO dialog for asking to reconnect, catch a keyerror and refactor code 2006-02-27 16:14:14 +00:00
Yann Leboulanger
ac8121d802 when we change some options in account config, ask user to relog now. Fixes #1551 2006-02-26 23:52:00 +00:00
Yann Leboulanger
4b2fb25bfd remove sound columns in event tab. See #1621 2006-02-26 12:11:45 +00:00
Yann Leboulanger
b71fbf0b9d [Jim++] ask twice password when we create an account 2006-02-20 12:32:59 +00:00
Nikos Kouremenos
5b6adbef4a fix bad logic. c #1578 2006-02-17 19:43:31 +00:00
Nikos Kouremenos
967d278541 [jim++] sound events show in UI as translatable nice words. [me] refactor the whole thing 2006-02-16 15:21:34 +00:00
Nikos Kouremenos
3d21947e2a set home folder as default folder for fchooser and set nice title on fchooser 2006-02-10 16:12:16 +00:00
Yann Leboulanger
1bf6fa6643 typo 2006-02-07 23:31:02 +00:00
Yann Leboulanger
4c8fb94601 don't send config when we don't have it 2006-02-07 23:28:37 +00:00
Yann Leboulanger
d40026cabd an admin can now modify the ban list. for #530 2006-02-07 12:56:20 +00:00
Yann Leboulanger
149bff2b64 fix TB when there is no default value for a boolean field in dataForm 2006-02-05 18:55:17 +00:00
Nikos Kouremenos
9834fd62d3 almost nothing 2006-02-05 14:03:50 +00:00
Nikos Kouremenos
af95e11fc2 update glade and config to manage animated static emots. still not working of course 2006-02-05 13:44:40 +00:00
Nikos Kouremenos
29ec011b9a operate on model using path thus eliminate iter = model.get_iter(path) calls 2006-02-04 23:07:46 +00:00
Nikos Kouremenos
f36c324f8b python 2.3 None.decode() tbs 2006-02-04 13:52:58 +00:00
Dimitur Kirov
f62db4acfe Switched to non-blocking connections.
Removed threads and mutexes in connection.py
and gajim.py.
Add resolver through nslookup command, removed
dnspython and pydns (for now).
2006-02-03 12:17:34 +00:00
Yann Leboulanger
54f350b9c7 Also redraw message window when we check / uncheck the use_transport_iconset option. Fixes #1504 2006-02-03 11:24:33 +00:00
Yann Leboulanger
d2fce2d24a sound preview button. Fixes #1476 2006-02-02 07:33:30 +00:00
Nikos Kouremenos
06785811d9 fix bad title. c #1487 2006-01-31 12:43:28 +00:00
Yann Leboulanger
8458730327 [Campey] handle optional muc bookmark tags. Fixes #1438 2006-01-21 22:02:00 +00:00
Yann Leboulanger
6109fc798e fix typo. Fixes #1429 2006-01-21 17:05:28 +00:00
Nikos Kouremenos
61d7523030 custom appications vbox only shows up when we select Custom. this cleans up UI by making it more robust and less confusing and gains in height of contents of advanced tab in prefs window 2006-01-20 13:55:38 +00:00
Yann Leboulanger
00fcf1d617 allow removal of sevral line at the same time in affiliation treeviews 2006-01-19 21:36:04 +00:00
Nikos Kouremenos
a8def93b99 enrich with info on how to ban domain and what else is allowed; make Close --> Cancel and Apply --> OK; FIXME: OK cb is not called.. :( 2006-01-19 13:52:02 +00:00
Nikos Kouremenos
950572c07e [knuckles] do gmail notifications is exposed in PREFS under Misc but only if we have gtalk acct 2006-01-19 09:49:26 +00:00
Travis Shirk
c9a2c7565f Removed debug statements 2006-01-19 02:25:08 +00:00
Travis Shirk
1048936e21 Dynamic reconfig of gtkspell option works again 2006-01-19 02:24:02 +00:00
Yann Leboulanger
3b9c072687 show nick and role in member affiliation list 2006-01-18 23:08:34 +00:00
Yann Leboulanger
3e68f5c86d we can now see and modify reason in ban list 2006-01-18 22:52:27 +00:00
Yann Leboulanger
ed134c32ed [SF] don't use merge if only one account Fixes #1180 2006-01-18 19:31:25 +00:00
Yann Leboulanger
068fcc6c37 We now display the 4 affiliation lists and save changes when we click on apply 2006-01-17 22:46:08 +00:00
Yann Leboulanger
cea64c05df we can now remove jid from affiliation lists (#530) 2006-01-17 08:05:02 +00:00
Nikos Kouremenos
ade2619d7c do not dup the word list 2006-01-16 16:46:57 +00:00
Nikos Kouremenos
efbc25b648 HIG: title is AllCaps. remove space before puncuation; improve strings 2006-01-16 16:44:50 +00:00