Yann Leboulanger
|
2da1d8b171
|
Ctrl+PageUp/Down is back, it is done by gtk, so no need to do it in the code
|
2005-06-27 08:37:02 +00:00 |
Nikos Kouremenos
|
b64634880f
|
for ctrl+[shift]+tab it works. I put a print in what you said it's a gtk+ bug and it get called so it may be one [need small example to show the case]
|
2005-06-27 00:07:20 +00:00 |
Nikos Kouremenos
|
07a70ae4a0
|
put the eventbox back in
|
2005-06-26 23:42:42 +00:00 |
Yann Leboulanger
|
ef926b1c2b
|
more simple tab switching (still doesn't work ... GTK bug ?)
|
2005-06-26 22:41:25 +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 |
Yann Leboulanger
|
b401c9888e
|
no need to ask os_info twice (it is asked in vcard_niformation_window)
|
2005-06-26 20:34:09 +00:00 |
Yann Leboulanger
|
dd60161e35
|
little bugfix
|
2005-06-26 19:59:34 +00:00 |
Yann Leboulanger
|
5e3a405329
|
we now have Contacts in gc, so we can ask information to everyone (even if we don't have the real jid)
|
2005-06-26 19:40:57 +00:00 |
Nikos Kouremenos
|
b657c0ff8c
|
ctrl+up/down now put the cursor after the message with and with a space [thanks to rohan and me]
|
2005-06-26 13:10:37 +00:00 |
Nikos Kouremenos
|
1f256b7431
|
fix for debian
|
2005-06-26 12:41:18 +00:00 |
Nikos Kouremenos
|
2e48cbb2bd
|
some slight fixes
|
2005-06-26 11:35:40 +00:00 |
Nikos Kouremenos
|
7707649431
|
gota new iconset [I really like it] thanks membris
|
2005-06-26 11:07:46 +00:00 |
Yann Leboulanger
|
a0d4506533
|
disconnect only if we use keepalive
|
2005-06-26 09:19:37 +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
|
ad05a9d1de
|
typo. thanks Thomas!
|
2005-06-25 21:18:07 +00:00 |
Nikos Kouremenos
|
f681c1f941
|
README (again) now achieved perfection :P
|
2005-06-25 14:24:29 +00:00 |
Nikos Kouremenos
|
7332fe3cdf
|
README: putting . when we can, and use distibution and not distro [more formal]
|
2005-06-25 14:20:34 +00:00 |
Nikos Kouremenos
|
26d790f008
|
improve README
|
2005-06-25 14:18:51 +00:00 |
Nikos Kouremenos
|
b0dc05a92d
|
Makefile now accept make help and make uninstall (which uninstalls from the official locations if nothing else is specific. also Makefile now uses MANDIR var
|
2005-06-25 14:05:49 +00:00 |
Nikos Kouremenos
|
20e6434ba7
|
some better comments
|
2005-06-25 09:46:04 +00:00 |
Nikos Kouremenos
|
bd6accc143
|
bugfix
|
2005-06-25 09:35:31 +00:00 |
Yann Leboulanger
|
7cd28d5e2d
|
Contact class is easier to use now
|
2005-06-25 09:18:39 +00:00 |
Yann Leboulanger
|
f0547ba13d
|
don't show huge messages in context menu
we can also have this submenu on a status message word
|
2005-06-25 08:12:59 +00:00 |
Yann Leboulanger
|
f7f31bf802
|
remove unneeded function
|
2005-06-25 07:55:30 +00:00 |
Yann Leboulanger
|
eeafdd4e92
|
use a default LANG value
|
2005-06-25 07:37:14 +00:00 |
Nikos Kouremenos
|
958beaa486
|
Gajim now can search, visit wikipedia and dict a selected word or phrase. Yes it rocks :)
|
2005-06-25 01:23:21 +00:00 |
Nikos Kouremenos
|
3dbe1ccd23
|
pass "" in os.system after command (so shell dont touch the argument) Also added a fixme for when we go 2.4+ so we can use subproccess module
|
2005-06-25 01:21:30 +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
|
111ccf1e0a
|
nothing
|
2005-06-24 23:43:24 +00:00 |
Yann Leboulanger
|
c19e0f0bd4
|
add an INFORMATION event from connection to gui
|
2005-06-24 16:46:45 +00:00 |
Nikos Kouremenos
|
0342329e0f
|
User class becomes Contact class
|
2005-06-24 14:28:00 +00:00 |
Nikos Kouremenos
|
5a2a8892ac
|
do not show empty tooltip
|
2005-06-24 14:20:24 +00:00 |
Nikos Kouremenos
|
123d0d295a
|
selectable for a label
|
2005-06-24 14:10:47 +00:00 |
Nikos Kouremenos
|
5d05e52d34
|
use os.system() with & to send in the bg because app we call may not return soon. we use that for playing sounds and opening url/mailto
|
2005-06-24 13:29:26 +00:00 |
Nikos Kouremenos
|
ed26c8fa77
|
remove spawnvp {leaves zombies} and use os.system [since windows now use registry]
|
2005-06-23 23:25:20 +00:00 |
Yann Leboulanger
|
0433b146c7
|
no need of print_with_tag_list function, we can use buffer.insert_with_tags_by_name() (Thx Liorithiel)
|
2005-06-23 21:35:54 +00:00 |
Nikos Kouremenos
|
bd0d5cf94b
|
fix a comment
|
2005-06-23 21:26:22 +00:00 |
Nikos Kouremenos
|
b2d83f092f
|
yet another string that was commited and didn't obey to HIG nor was marked for translation
|
2005-06-23 21:20:26 +00:00 |
Nikos Kouremenos
|
7e6878e2f3
|
fix logic
|
2005-06-23 21:16:10 +00:00 |
Yann Leboulanger
|
03a98e86d8
|
we now show the resource in tabbed_chat_window (thx Liorithiel)
|
2005-06-23 19:35:47 +00:00 |
Yann Leboulanger
|
9f925c236e
|
no need to add these events
|
2005-06-23 18:41:47 +00:00 |
Nikos Kouremenos
|
b496ae3498
|
ICON_SIZE_MENU and not BUTTON. so now it's smaller as it has to be for menuitems
|
2005-06-23 18:36:32 +00:00 |
Yann Leboulanger
|
418c02de9a
|
we now ignore unknown show
|
2005-06-23 18:27:14 +00:00 |
Nikos Kouremenos
|
cca69c2881
|
adding a padding in status iconset combobox [dcraven]
|
2005-06-23 16:31:35 +00:00 |
Nikos Kouremenos
|
7ebeebc6c1
|
now they are pngcrushed [better compression]
|
2005-06-23 16:27:57 +00:00 |
Nikos Kouremenos
|
e917d4c280
|
nuvola JISP slightly modified by da.killa and sent to me by witold
|
2005-06-23 16:25:32 +00:00 |
Yann Leboulanger
|
2650441742
|
on_close_button_clicked need one more argument
|
2005-06-23 15:23:24 +00:00 |
Yann Leboulanger
|
3b358d603c
|
add icons to menu
|
2005-06-23 10:28:31 +00:00 |