Commit graph

543 commits

Author SHA1 Message Date
Nikos Kouremenos
416015ccc2 typo 2005-11-14 13:30:36 +00:00
Yann Leboulanger
2da5b774e7 close all opened windows related to an account when we remove it 2005-11-14 10:49:07 +00:00
Nikos Kouremenos
1921c43a94 try to prevent circular imports 2005-11-13 20:25:04 +00:00
Nikos Kouremenos
082fc7aaa9 fixing dict name: gajim.interface.windows --> gajim.interface.instances 2005-11-13 15:08:47 +00:00
Nikos Kouremenos
287b40bde6 do not load at startup manage emoticons window [respect the RAM of user] 2005-11-13 14:55:52 +00:00
Nikos Kouremenos
e6d862e91b fix a tb 2005-11-10 15:14:03 +00:00
Yann Leboulanger
c2042e8689 call register_handlers only once at startup, it's not account specific 2005-11-10 10:16:25 +00:00
Nikos Kouremenos
0fd60e88aa we call a func that does not exist 2005-11-09 20:33:20 +00:00
Nikos Kouremenos
f466590c7b wizard texts on failure success are now pangoed and look nicer. also no more hardcoding \n and using word wrap; making translators life easier by ommiting some \n etc 2005-11-09 17:08:09 +00:00
Nikos Kouremenos
974e4324ba fix tb and do not have many window for editing our own vcard 2005-11-08 17:18:22 +00:00
Nikos Kouremenos
4034efa762 we now have avatars in roster. I default to 48x48 (gaim defaults to that too) u can change that to whatever you want via ACE and you can take avatars off via PREFS; defaulting to 32x32 is too small. njoy 2005-11-08 13:04:59 +00:00
Yann Leboulanger
02d88c5915 add a "Set an avatar when I connect" checkbutton in wizard, so that when we connect it open the vcard in the about tab and opens the filechooser 2005-11-07 15:43:47 +00:00
Nikos Kouremenos
ea11076a0e we now show status message under contact name in roster thanks to initial patch by Michał Sobiegraj. if you do not like that, go to prefs and uncheck it. dimgrey to become white when row is selected 2005-11-06 14:30:17 +00:00
Nikos Kouremenos
b96c24fe77 fix typo in comment 2005-11-05 11:33:41 +00:00
Yann Leboulanger
6556b2724e account name is now the server name 2005-11-05 11:30:42 +00:00
Nikos Kouremenos
8d26752f48 fix strings, add code for progressbar to work, fix a bit of ui 2005-11-05 11:28:19 +00:00
Yann Leboulanger
e0b1dd77f8 at the end of the account creatio we don't need to enter the password if we entered it in the paramteres (even is save pass is not checked) 2005-11-05 11:21:41 +00:00
Yann Leboulanger
febe8d4a1a correctly show the result of an account creation (success / fail) 2005-11-04 21:27:14 +00:00
Nikos Kouremenos
e0bf58cba7 give default to finish button once we show it 2005-11-03 22:57:54 +00:00
Nikos Kouremenos
4dbfdc33d4 well nothing compared to Yann.. :$ 2005-11-03 22:47:26 +00:00
Yann Leboulanger
6d7ec70dd1 add some test when we create / modify an account (a valid JID can have no nickname according to the RFC, but an account MUST have one) 2005-11-03 22:37:21 +00:00
Yann Leboulanger
2b0d8e2a70 fix TB 2005-11-03 22:15:40 +00:00
Yann Leboulanger
42b897bb31 add a go online checkbutton at the end of wizard 2005-11-03 22:12:00 +00:00
Yann Leboulanger
4db0a0a608 remove unneeded tab in wizard 2005-11-03 21:50:23 +00:00
Yann Leboulanger
f130ce29c0 we now stringprep jid and resource everywhere:
when we recieve a jid from server
when we enter a jid or resource in GUI
2005-11-03 14:46:56 +00:00
Yann Leboulanger
9bf4819404 user correct login when we create an account 2005-11-03 12:20:17 +00:00
Yann Leboulanger
dd6a9ced49 accountModificationWindow is never used to create an account, just modify it
add an advanced button to AccountCreationWizard that open the accountModificationWindow
2005-11-03 10:32:26 +00:00
Yann Leboulanger
41cbaa7c2b we now call the AccountCreationWizard window each time we create a new account 2005-11-03 09:33:22 +00:00
Yann Leboulanger
acd09eaba2 FirstTimeWizard -> AccountCreationWizard 2005-11-03 09:27:45 +00:00
Yann Leboulanger
2c016fddab tab_position in GUI has been removed 2005-11-01 15:35:00 +00:00
Yann Leboulanger
89d00ada0d we send our username, not our nick when we change password 2005-10-30 16:50:05 +00:00
shteef
b69bc501ae New Service Discovery, couple of quick notes about this commit:
* src/disco.py contains all the disco stuff
 * registration remains in src/config.py
 * data/pixmaps/agents contains the icons used in the toplevel server browser
   and the banner. They're referenced at the top of src/disco.py.
2005-10-30 09:58:13 +00:00
Nikos Kouremenos
c2994578ad better varname 2005-10-29 17:02:59 +00:00
Nikos Kouremenos
1b62d12dba wizard: account name is Main (translatable) and not from first part of jid 2005-10-29 16:59:11 +00:00
Nikos Kouremenos
b975b9380a fallback to green (or should it be human?) theme. afterall what dkirov called GTK+ was not GTK. renaming that to plain 2005-10-29 16:56:33 +00:00
Nikos Kouremenos
9065e17d1c better strings; remove double import 2005-10-28 22:17:50 +00:00
Nikos Kouremenos
ca60bacdb5 code optimization: tupples not lists in stuff like: 'if foo in [abc]' etc 2005-10-27 13:15:03 +00:00
Nikos Kouremenos
1f1d87019f optimize: xrange instead of range 2005-10-27 12:47:54 +00:00
Nikos Kouremenos
af7dd4b83c lightyellow bg as it was first intended for contrustring JID 2005-10-21 21:50:44 +00:00
Yann Leboulanger
5d647e3c94 fix TB 2005-10-21 17:49:35 +00:00
Nikos Kouremenos
8a1326a810 sys.getfilesystemencoding() can return None to some systems (eg. OpenBSD). Thanks Jolan for patches 2005-10-21 13:21:31 +00:00
Yann Leboulanger
726640ef4b the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes 2005-10-20 11:17:17 +00:00
Yann Leboulanger
8060b8b515 there are problems with IDNA, so I remove it for the moment 2005-10-20 08:48:19 +00:00
Yann Leboulanger
7d5cba01a7 typo 2005-10-19 20:18:09 +00:00
Yann Leboulanger
16a4d81cdf we now support non-ascii hostname thanks to IDNA 2005-10-19 18:47:09 +00:00
Yann Leboulanger
966afbb031 awaiting_messages is now named awaiting events
it now contains subject of messages
2005-10-15 20:49:08 +00:00
Yann Leboulanger
6ff2bf8c53 [Norman] subnodes are correctly browsed now 2005-10-09 10:11:24 +00:00
Nikos Kouremenos
3fc223bfb4 None proxy cannot be removed 2005-10-07 13:37:04 +00:00
Dimitur Kirov
b628d8f849 chnage banner style when theme 'banner'
properties change.
2005-10-05 10:23:48 +00:00
Yann Leboulanger
61c64536c8 ServiceRegistrationWindow now support Data form 2005-10-05 10:13:31 +00:00