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 |
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
|
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
|
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 |
Yann Leboulanger
|
5f4a2b9cad
|
context menu has icons now (with previous patch) in roster window, thx Dennis
|
2005-06-20 20:17:39 +00:00 |
Nikos Kouremenos
|
8e985d068a
|
add tlen and do better detection for gadugadu [thanks to da.killa]
|
2005-06-20 19:54:27 +00:00 |
Yann Leboulanger
|
b9259399be
|
bugfix: we need to re-create images when we create a menu
|
2005-06-20 19:18:53 +00:00 |
Yann Leboulanger
|
9fc4e790e8
|
we know have icons in systray submenu
|
2005-06-20 17:45:04 +00:00 |
Yann Leboulanger
|
908add931b
|
MUC list only the actions one can do (patch from Liorithiel)
|
2005-06-20 16:27:06 +00:00 |
Yann Leboulanger
|
0db20c9304
|
use-agent must be use only when if the user want that
|
2005-06-20 12:17:11 +00:00 |
Yann Leboulanger
|
597e0c16f7
|
these files are not scripts
|
2005-06-20 10:56:54 +00:00 |
Nikos Kouremenos
|
53e59fe8a4
|
put ... when subject is too long. thanks to Liorithiel
|
2005-06-20 10:37:13 +00:00 |
Nikos Kouremenos
|
9f03fc4f98
|
TLS/SSL and response [typo]
|
2005-06-20 10:35:58 +00:00 |
Yann Leboulanger
|
16c8717a45
|
bugfix with /clear command
|
2005-06-20 10:01:19 +00:00 |
Yann Leboulanger
|
61d86fdaac
|
we first try to use GnuPG-Agent if it is available
|
2005-06-20 09:32:54 +00:00 |
Yann Leboulanger
|
829fb64dea
|
add a space at the end of command when we use completion
|
2005-06-20 08:14:06 +00:00 |
Yann Leboulanger
|
751ae44b7c
|
little bugfix: missing arg to NOTIFY event
|
2005-06-20 07:50:50 +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 |
Nikos Kouremenos
|
0eeba54e67
|
only if connected show menuitems
|
2005-06-19 23:01:45 +00:00 |
Yann Leboulanger
|
f279bcf8af
|
little bugfix in command completion (thx dennis)
|
2005-06-19 22:45:33 +00:00 |
Yann Leboulanger
|
d3293ef3cb
|
no need of an expander for avatar in vcard window
|
2005-06-19 17:15:36 +00:00 |
Yann Leboulanger
|
324fbeae62
|
command autocompletion (patch from aldafu)
|
2005-06-19 17:06:41 +00:00 |
Nikos Kouremenos
|
f7732b30f9
|
say 0.8
|
2005-06-19 13:17:32 +00:00 |
Nikos Kouremenos
|
17967d38d7
|
fix comment
|
2005-06-19 13:12:50 +00:00 |
Nikos Kouremenos
|
58d243417b
|
nothing
|
2005-06-19 13:12:21 +00:00 |