Commit graph

2062 commits

Author SHA1 Message Date
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
Yann Leboulanger
db90fc6430 middle click in roster open chat window
middle clicl in gc window open a pm
2005-06-23 08:33:25 +00:00
Yann Leboulanger
697a49a9e9 show the room_jid even if there is no subject 2005-06-23 08:15:32 +00:00
Yann Leboulanger
1eda5e7b38 don't show text formating buttons for 0.8 release 2005-06-23 08:15:13 +00:00
Yann Leboulanger
772d79fa78 alt + c now toggle compact mode
some functions goes to chat.py
2005-06-22 21:58:45 +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
d62b4e1ea2 NAT Timeout packet are now sent from connection.py so they will be configurable and won't be sent while we connect to a server 2005-06-22 14:54:02 +00:00
Yann Leboulanger
a51c63ae35 don't send empty messages 2005-06-21 20:04:23 +00:00
Yann Leboulanger
f076a17de1 we change the status only for account already connected and with sync_with_global_status option on (if one is connected) fix #406 2005-06-21 18:32:52 +00:00
Yann Leboulanger
5a083a94d0 bigger start in message icon from dcraven iconset 2005-06-21 16:10:33 +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
a05392dcde bugfix in new_account function 2005-06-21 14:24:15 +00:00
Yann Leboulanger
962bc2d14e custom emotions MUST be uppercased 2005-06-21 10:03:45 +00:00
Nikos Kouremenos
64539f9099 adding a file with a fix and some FIXME comments 2005-06-21 08:58:45 +00:00
Yann Leboulanger
33a83db622 no need of this file 2005-06-21 07:05:08 +00:00
Yann Leboulanger
5d44204264 when we use merge and we collapse/expand a group, we collapse/expand this group in every accounts (fix #295) 2005-06-20 22:51:42 +00:00
Nikos Kouremenos
a4263d3515 nothing new 2005-06-20 22:22:54 +00:00
Yann Leboulanger
304d316066 in gc, lines with user's nick is not a separate word are also marked as for us (Liorithiel's patch) fix #463 2005-06-20 21:41:01 +00:00
Yann Leboulanger
858702cb1e check if the vcard is correct to not TB 2005-06-20 20:58:57 +00:00