Commit graph

236 commits

Author SHA1 Message Date
Yann Leboulanger
004094b10f ctrl+N open new message dialog when we have only one account configured 2005-07-02 08:52:16 +00:00
Nikos Kouremenos
2b42ff7572 some new tooltips, some better english in some previous, and some spacing fixes allover 2005-07-01 20:49:30 +00:00
Nikos Kouremenos
ed1b26f120 HIG spacing 6 on some places 2005-07-01 20:14:43 +00:00
Yann Leboulanger
c53a3286bd don't show text formating button for 0.8 release 2005-07-01 17:55:41 +00:00
Nikos Kouremenos
11434df567 roster contact context menu now via glade, also has a non working yet menuitem to single message (eg. type=normal and not chat); last but not we now use ImageMenuItem and not hbox + MenuItem to have images where we implement gui on code and not on glade [as we prefer] 2005-07-01 15:15:35 +00:00
Nikos Kouremenos
c7f8486e8c we now have option in case abc@doremi.org is not an email and it is jid (we can add it to roster, we can chat to it, we can join group chat). Most of the patch is done by neurocyte 2005-06-30 16:45:14 +00:00
Yann Leboulanger
39ee13f5ac vcard are really not editable now 2005-06-30 16:36:25 +00:00
Nikos Kouremenos
4fef38de93 do gc and tabbedchat menus via glade; and various other fixes 2005-06-30 13:31:31 +00:00
Nikos Kouremenos
07a70ae4a0 put the eventbox back in 2005-06-26 23:42:42 +00:00
Yann Leboulanger
ea7d45ac2a fixes in editable properties of some entries in vcard (fix #438) 2005-06-26 21:35:52 +00:00
Yann Leboulanger
7921b1fbe6 remove some unneeded eventboxs 2005-06-26 21:28:00 +00:00
Nikos Kouremenos
d29bbbee55 you can now disable keepalives; we know now if keepalive disconnected us; experts can change the seconds for keepalive stuff 2005-06-25 23:25:17 +00:00
Nikos Kouremenos
fd0bfbc59b do not use event but use button_press_event. [this hopefully will keep out the segfault (it was always returned True in event CB]. actions_hbox still don't popup the menu (maybe because it's invisible?) but anyways it's not big and I pledge that we focus on more important stuff) 2005-06-24 23:59:55 +00:00
Nikos Kouremenos
903a5483e6 remove an uneeded eventbox 2005-06-24 23:44:16 +00:00
Nikos Kouremenos
123d0d295a selectable for a label 2005-06-24 14:10:47 +00:00
Yann Leboulanger
399589e406 we can now togglt to a minimalistic mode in gc/tabbed chat window thankx to liorithiel
TODO: add a keyboard shortcut, should we save the latest state ?
2005-06-22 19:39:19 +00:00
Yann Leboulanger
a99dd7794b we now have iconset preview in preference window (Thx Dennis) 2005-06-21 15:54:18 +00:00
Yann Leboulanger
2db9ac75e0 status combobox is now defined in glade 2005-06-21 14:45:23 +00:00
Yann Leboulanger
9fc4e790e8 we know have icons in systray submenu 2005-06-20 17:45:04 +00:00
Nikos Kouremenos
a758d7babb fix vcard window so it handles avatar better [expand stuff] 2005-06-19 23:18:31 +00:00
Nikos Kouremenos
4aa1f88420 NewMessageDialog now uses InputDialog 2005-06-19 23:09:15 +00:00
Yann Leboulanger
d3293ef3cb no need of an expander for avatar in vcard window 2005-06-19 17:15:36 +00:00
Nikos Kouremenos
4b4bc7c2df various glade fixes 2005-06-19 13:09:40 +00:00
Nikos Kouremenos
daacc7334d we can change nick by IRC command too (/nick foo); input dialog also has get_response() now 2005-06-18 23:44:33 +00:00
Yann Leboulanger
87f1dbcac8 we can now change our nick in gc 2005-06-18 22:09:31 +00:00
Nikos Kouremenos
71e06b9606 a better string (thanks Lucas Nussbaum) 2005-06-18 21:59:23 +00:00
Nikos Kouremenos
36240c71de default to connect at startup for a new account 2005-06-18 21:55:31 +00:00
Nikos Kouremenos
0bc0b5f783 do not show B U I for 0.8 2005-06-18 16:40:05 +00:00
Nikos Kouremenos
f513a9c167 fix #315 2005-06-18 15:18:15 +00:00
Nikos Kouremenos
bb2b90ccfb fix some spacing to look better 2005-06-17 23:19:36 +00:00
Nikos Kouremenos
65d1ac199e adding prefs in tryaicon menu 2005-06-15 11:14:59 +00:00
Nikos Kouremenos
51ef2a23df do not default to sync with global status for new account 2005-06-15 10:00:08 +00:00
Nikos Kouremenos
965e569b36 fix a tooltip 2005-06-14 23:29:52 +00:00
Nikos Kouremenos
62ae4a1c88 fix aligns and remove focus from B U I 2005-06-14 22:09:47 +00:00
Nikos Kouremenos
268fba26b4 fix #441 by adding a tooltip and max_width [pygtk2.6 only] 2005-06-14 15:51:34 +00:00
Nikos Kouremenos
de5edd389b gc and chat window have now the same look. using alignments and not borders to align some widgets 2005-06-14 10:23:00 +00:00
Nikos Kouremenos
5514387db7 gajim can now connect to custom hostname and port [TODO: patch xmpppy to do ssl in any port I ask] 2005-06-13 21:16:41 +00:00
Nikos Kouremenos
89337ea5bc fixing a fix 2005-06-13 13:19:54 +00:00
Yann Leboulanger
310100f70e conenct the signals in glade instead of in the code 2005-06-13 12:44:09 +00:00
Nikos Kouremenos
af960ec2c8 applying a patch by dennis craven to remember gc/chat window sizes and even vpaned positions. also fixing minor stuff in glade [eg better strings] 2005-06-13 12:20:34 +00:00
Nikos Kouremenos
caccfd6955 gui now has custom hostname port 2005-06-13 10:57:49 +00:00
Nikos Kouremenos
3abd6c3f56 fixes in glade and nothing in two other files 2005-06-13 10:21:12 +00:00
Yann Leboulanger
ef1771c479 show the account name when we receive a subscription request 2005-06-12 16:56:26 +00:00
Yann Leboulanger
a19e89fbfb bookmarks are now checked thanks to christoph 2005-06-12 16:39:04 +00:00
Yann Leboulanger
ac1d22881f add a label in add contct window to know for which account we add a contact 2005-06-12 16:22:50 +00:00
Nikos Kouremenos
3eab7400af almost finishing patch of delmonico 2005-06-11 16:15:01 +00:00
Nikos Kouremenos
2214478e87 fixing colors and prettying the gc and chat window a bit 2005-06-11 13:45:48 +00:00
Nikos Kouremenos
1339274ce5 fixes in glade [chat windows] 2005-06-11 10:54:22 +00:00
Nikos Kouremenos
f3703e9260 remove toolbar and emulate the same with hbox and togglebuttons that default to relief None and imgs of the mare large toolbar 2005-06-11 10:34:28 +00:00
Nikos Kouremenos
0fd8735c3b fix bgcolor in gc 2005-06-11 09:57:01 +00:00