Jean-Marie Traissard
cfad535222
Put last highlighter on top on stack if he is already in it. Thanks Yann
2007-05-17 20:50:11 +00:00
Julien Pivotto
30ac161ee9
Fix a small bug with events and groupchats
2007-05-17 19:54:46 +00:00
Jean-Marie Traissard
38d2b822f8
[dema/Jim++]show last highlighters first on empty line nick completion. Fixes
...
#2975 .
2007-05-17 15:54:23 +00:00
Julien Pivotto
91edfcfbdd
Fix a bug with highlighing in groupchats
2007-05-17 15:50:55 +00:00
Julien Pivotto
993d72a8c1
Fix a bug with receiving Private Messages when roster is minimized, print the number of unread pm in roster, and change icon when a pm is received.
2007-05-17 12:55:44 +00:00
Julien Pivotto
93dbdd3dd8
( Fix #3174 ) Groupchats in roster: Open groupchats with middleclick, fix notifications in systray and print number of unread marked messages in roster.
2007-05-17 08:39:21 +00:00
Jean-Marie Traissard
5b758a4977
Do not use single click for roster and gc-roster to open chats if an usefull modifier key is
...
pressed. See #2072 .
2007-05-14 17:29:06 +00:00
Jean-Marie Traissard
983ea67c00
Use good funtion so we can see icon for pynotify notifs
2007-05-14 16:09:53 +00:00
Jean-Marie Traissard
320b500941
No usuable message here
2007-05-14 07:09:57 +00:00
Jean-Marie Traissard
2052410b3c
Choosing an avatar : Catch also invalid format errors for files < 16kb
2007-05-14 07:05:18 +00:00
Jean-Marie Traissard
c4d10a780e
Small typo, made pynotify click to be broken
2007-05-14 05:47:44 +00:00
Jean-Marie Traissard
b10981bd03
Use only one (up to date) error dialog for aspell dictionary error. See #3165 .
2007-05-14 03:59:57 +00:00
Jean-Marie Traissard
6022a52681
typo
2007-05-14 01:10:31 +00:00
Yann Leboulanger
eca640f2f7
don't ask vcard twice to the user when we enter a groupchat (one to fake jid and one to real jid)
2007-05-13 08:11:32 +00:00
Yann Leboulanger
d01c4983ad
fix traceback with zeroconf
2007-05-13 07:10:12 +00:00
Yann Leboulanger
71a768db72
don't count real jid as fake jid
2007-05-12 21:49:49 +00:00
Yann Leboulanger
936f8f8e93
request vcard to real jid when we ask avatar. Fixes #3054
2007-05-12 21:49:27 +00:00
Yann Leboulanger
1674110503
show transport nickname if there is one and user hasn't set a nickname. fixes #3094
2007-05-12 20:30:26 +00:00
Yann Leboulanger
31101e5049
when we're disconnected because of a resource conflict, ask the user another resource. Fixes #3044
2007-05-09 20:59:29 +00:00
Yann Leboulanger
aab2e0d14d
fix TB, call correctly ErrorDialog
2007-05-09 20:28:21 +00:00
Yann Leboulanger
e8fb4160d1
don't add a line break to the status message when we press ctrl+enter. Fixes #3106
2007-05-09 12:37:06 +00:00
Julien Pivotto
ced8d45a5f
Fix a bug with status in PM window on status change.
2007-05-08 18:32:44 +00:00
Julien Pivotto
1ee858e606
Fix a bug with notifs in systray.
2007-05-08 15:38:23 +00:00
Yann Leboulanger
0317b6af58
send status to connecting accounts when we change global status combobox. Fixes #3133
2007-05-08 12:07:11 +00:00
Julien Pivotto
37a234b1be
Remove unneeded commented code.
2007-05-07 21:10:27 +00:00
Julien Pivotto
c72d4cfb35
Call self.account directly instead of using an 'account = self.account' in chat_control.py.
2007-05-07 21:07:50 +00:00
Julien Pivotto
19df2a0f9e
Fix some bugs and improve coding of minimized groupchats.
2007-05-07 21:02:48 +00:00
Yann Leboulanger
fb95530daf
prevent TB when closing a window. fixes #3152
2007-05-07 20:18:22 +00:00
Yann Leboulanger
3455d9e578
consider all unknown types in presence as if there were no type. fixes #3144
2007-05-07 19:55:27 +00:00
Yann Leboulanger
3320bdc551
don't send SASL feature in zeroconf, we don't support it
2007-05-03 21:43:03 +00:00
Julien Pivotto
253c7e6cfc
( Fix #3034 ) Add ability to minimize groupchats in roster, and to minimize autojoigned bookmarked rooms at launch.
2007-05-03 21:02:50 +00:00
Yann Leboulanger
c0cd9912b1
correctly detect timeout in XHTML image code, print it, and increase timeout. fixes #3122
2007-05-01 10:14:59 +00:00
Yann Leboulanger
9c67eb961c
[Peritus] handle confirmation requests sent via messages for XEP-0070. fixes #2995
2007-04-30 20:27:11 +00:00
Yann Leboulanger
1346ec39aa
fix TB with zeroconf and blocked contacts. fixes #3141
2007-04-30 17:54:43 +00:00
Yann Leboulanger
7717257a37
catch all exceptions when trying to talk to Awn through dbus
2007-04-30 14:32:58 +00:00
Yann Leboulanger
ca271411be
always open chat window when we di middle click on a contact
2007-04-29 21:18:07 +00:00
Yann Leboulanger
7cbd1e3a0c
draw contacts under a blocked group as striked
2007-04-26 20:33:52 +00:00
Yann Leboulanger
3176f6e1f5
unstrike groups when we remove them from blocked contacts window
2007-04-26 20:05:06 +00:00
Yann Leboulanger
7d5aab332a
prevent TB with zeroconf and blocked contacts
2007-04-26 19:46:47 +00:00
Yann Leboulanger
09aa41a4df
draw blocked groups striked
2007-04-26 19:46:13 +00:00
Yann Leboulanger
1114b4c946
[thecurse] blacklist of latex commands. fixes #2796
2007-04-26 17:06:05 +00:00
Yann Leboulanger
c1c30d20de
copyright set to 2007. fixes #3131
2007-04-26 16:46:43 +00:00
Yann Leboulanger
3545dd3b90
[TheCurse] single-clicking ability. fixes #2072
2007-04-26 16:44:00 +00:00
Yann Leboulanger
798fd0e25a
[thecurse] add latex support (run dvips and convert externaly) through use_latex ACE option. fixes #2796
2007-04-25 21:51:08 +00:00
Yann Leboulanger
86eb5f7120
[roidelapluie] coding standards. see #253
2007-04-25 20:51:01 +00:00
Yann Leboulanger
680088ea2f
use awn only if dbus is available
2007-04-25 17:34:14 +00:00
Yann Leboulanger
30579706ce
redraw contact when we unblock it from blocked contacts window
2007-04-25 17:33:32 +00:00
Yann Leboulanger
1f7d9a39ed
show blocked contacts name striked and add [blocked] in tooltip. fixes #3129
2007-04-25 17:09:07 +00:00
Yann Leboulanger
550785233f
[roidelapluie] ability to block several contacts in the same time. fixes #3128
2007-04-25 15:54:58 +00:00
Yann Leboulanger
5162f691fd
try to fix zeroconf reconection. see #3076
2007-04-25 14:32:32 +00:00
Yann Leboulanger
e6fa47594b
fix TB. fixes #3076
2007-04-25 14:20:57 +00:00
Yann Leboulanger
b7097fac7f
send stream:features in zeroconf network, and send stanza only when other part reply to stream initialization. fixes #3057
2007-04-25 10:30:07 +00:00
Yann Leboulanger
e747cee265
fix reconnect feature with zeroconf. fixes #3068 and #3076
2007-04-25 10:25:22 +00:00
Yann Leboulanger
2dd261e97d
fix the to attribute of stream initiation in zeroconf network. see #3057
2007-04-25 09:01:05 +00:00
Yann Leboulanger
776c4614d5
[roidelapluie] add ability to block / unblock a contact / group directly from roster. see #253
2007-04-24 19:56:24 +00:00
Yann Leboulanger
38f11aef6f
[roidelapluie] don't disconnect from rooms when we send an offline presence to a specific contact
2007-04-24 18:43:13 +00:00
Yann Leboulanger
7a5c6ada11
fix typo that prevent to click on user-provided photo button in vcard
2007-04-24 07:39:34 +00:00
Yann Leboulanger
55a4e6c977
fix send_custom_status function. see #342
2007-04-22 19:45:19 +00:00
Yann Leboulanger
ca7ff635d9
[bronger] show user defined avatar in tooltip too. fixes #2967
2007-04-22 18:21:30 +00:00
Yann Leboulanger
42b1a1fff8
[bronger] make force avatar work under windows. see #2967
2007-04-22 18:05:53 +00:00
Yann Leboulanger
b15b53b5e2
[danguy] correctly encrypt message in zeroconf network. fixes #3113
2007-04-22 10:32:26 +00:00
Yann Leboulanger
2ef20efac5
add ability to set an avatar for a contact. fixes #2967
2007-04-22 10:23:23 +00:00
Yann Leboulanger
42bd8d64b3
[tristil] avant window navigator support. fixes #3081
2007-04-21 12:31:44 +00:00
Yann Leboulanger
4b0871f753
fix TB with [8088] and zeroconf. fixes #3114
2007-04-21 11:58:55 +00:00
Yann Leboulanger
1309db624b
ability to send custom status to a whole group. see #342
2007-04-21 11:45:23 +00:00
Yann Leboulanger
68e2c7ddd3
[roidelapluie & I] ability to send custom status to contacts. fixes #342
2007-04-21 11:29:55 +00:00
Yann Leboulanger
36f4bb14bd
remove ping menuitem and add /help command to chat_window. fixes #2947
2007-04-19 21:23:50 +00:00
Yann Leboulanger
9ed8a292f2
support JEP-0055 (search) for non-dataform services. TODO: improve GUI
2007-04-19 20:54:42 +00:00
Yann Leboulanger
f3676520c4
really take nick from FN field
2007-04-19 19:55:50 +00:00
Yann Leboulanger
cac46db66c
if no NICKNAME is present in our vcard, use FN fiield as our default nickname.
2007-04-19 19:02:56 +00:00
Yann Leboulanger
8661ed1c17
[misc] if status is not set in the TXT record in zeroconf, consider it as avail, see #3057
2007-04-19 17:54:04 +00:00
Yann Leboulanger
bda7da5027
[cornelius] use NEAREST method when we merge 2 pixbufs. it's better for small images
2007-04-19 14:44:11 +00:00
Yann Leboulanger
38f00992b7
add missing search window
2007-04-19 14:26:21 +00:00
Yann Leboulanger
41bdb0c7f6
begining of XEP-0055 (search) implmentation. For the moment, works only with dataforms. see #1922
2007-04-19 13:31:28 +00:00
Yann Leboulanger
b415df15cc
add multiple data form support (XEP-0004)
2007-04-19 13:27:14 +00:00
Yann Leboulanger
2c8116d5e6
re-read resource from config file when we reconnect to server so that if we modified it in maccount modification window it's tacken into account
2007-04-18 22:41:05 +00:00
Yann Leboulanger
353c62bc71
make contect menu items sentitive when they must be.
2007-04-18 22:30:42 +00:00
Yann Leboulanger
36d3c07676
[misc] add to and from attribut on the zeroconf stream opening. see #3057
2007-04-18 18:04:52 +00:00
Yann Leboulanger
38b48d0134
[roidelapluie] add /ping command and ping menuitem in chat window. fixes #2947
2007-04-18 16:40:48 +00:00
Yann Leboulanger
230eadd010
scroll to the end when we shrink conversation window. fixes #3078
2007-04-17 09:41:22 +00:00
Yann Leboulanger
c78a8b4380
[michael] fix bug when searching text containing a ' in history window. fixes #3091
2007-04-16 20:48:38 +00:00
Yann Leboulanger
54d9b8736e
fix a TB when password is None instead of a string. fixes #3075
2007-04-04 19:24:23 +00:00
Jean-Marie Traissard
79f92b9f6c
send xml status to groupchats AFTER changing our status, so when going from invisible to
...
online we reconnect to opened rooms.
2007-04-01 12:28:03 +00:00
Jean-Marie Traissard
069c0750a8
If we were disconnected from a gc but tab is still opened, reconnect to it nicely when
...
changing status. (Was already reconnecting, but with bad xml)
2007-04-01 09:36:03 +00:00
Jean-Marie Traissard
8c2c43be0f
Move log_for_this_contact checkbutton from vcard dialog to history dialog. So you can NOT
...
log some chatrooms. Fixes #2592 .
2007-03-31 13:40:23 +00:00
Yann Leboulanger
758f7949ca
fix wrong var name. fixes #2750
2007-03-31 12:43:07 +00:00
Jean-Marie Traissard
bf05bec320
re-add r'
2007-03-31 12:22:38 +00:00
Jean-Marie Traissard
8500cbcda7
Stop asking for xep85 (chat notifs) many times, xep says ask only one. Can
...
break notifs with gajim 0.10.1 or less. Fixes #2711 .
2007-03-31 12:21:53 +00:00
Yann Leboulanger
698b5c96f7
add missing argument to remove_tab call. fixes a TB
2007-03-31 12:12:12 +00:00
Jean-Marie Traissard
e0b88bb53c
[bb]Better string manipulation
2007-03-31 12:07:40 +00:00
Yann Leboulanger
83e3a2b4c9
wrap lines in roster tooltip. so we can increase width of status to 300 chars width. fixes #2966
2007-03-31 09:40:13 +00:00
Yann Leboulanger
010f53a492
request vcard to full jid if we know it. fixes #3054
2007-03-31 08:47:42 +00:00
Yann Leboulanger
8169960480
add pep_supported var to zeroconf too (always False there)
2007-03-30 19:14:07 +00:00
Yann Leboulanger
287a80e0c7
add a pep_supported variable to Connection class.
2007-03-30 19:12:46 +00:00
Yann Leboulanger
007d46364a
zeroconf has no resource. Fake an empty one. fix a TB as Roster class access it.
2007-03-30 18:42:58 +00:00
Yann Leboulanger
6ffe910185
use templte on resource only if a resource is set. fix a TB
2007-03-28 19:59:51 +00:00
Yann Leboulanger
c9f9c12c2c
re-add missing variable
2007-03-28 14:28:03 +00:00
Yann Leboulanger
113586a0db
substitute $hostname in resource by hostname of the machine. fixes #3060
2007-03-28 14:25:47 +00:00
Yann Leboulanger
090218e780
cleanup connection.connect(). fixes #3061
2007-03-28 14:20:50 +00:00
Yann Leboulanger
64af5db70c
[Anthony Lannuzel and I] add ability to synchronise contact list from another account.
2007-03-25 22:38:44 +00:00
Yann Leboulanger
ada5753cb9
detect correctly running instances under win with built version. fixes #3050
2007-03-22 18:37:23 +00:00
Yann Leboulanger
290df83c80
show combobox in dataform widget when there are more than 5 options. see #3046
2007-03-20 14:09:27 +00:00
Yann Leboulanger
aa241a338a
destroy send file confirmation dialog when we press ok. fixes #3048
2007-03-20 12:32:01 +00:00
Yann Leboulanger
ae9dc18244
fix number of arguments in a callback. fixes #3047
2007-03-20 10:35:06 +00:00
Yann Leboulanger
3bf528d988
add now argument to send funtions in zeroconf connection. fixes #3045
2007-03-20 07:13:25 +00:00
Yann Leboulanger
61949ac74d
in adhoc commands, use the node name provided by the entity (It can change)
2007-03-19 21:02:35 +00:00
Yann Leboulanger
1e58cb09e9
show a confirmation dialog when we drop a file on a contact before sending files. fixes #2896
2007-03-17 10:14:31 +00:00
Yann Leboulanger
f7799dfbec
add an ACE option to disable the fact that gajim auto-expand and selects the contact who sent last message. fixes #2911
2007-03-17 08:14:25 +00:00
Yann Leboulanger
efaa1a18e7
add a now argument to the send function, so that stanza is sent instantly instead of added to queue. Use it to send answer to adhoc command when we disconnect. fixes #3008 and #2808
2007-03-15 12:53:29 +00:00
Yann Leboulanger
f09799f9d9
warning and information dialogs are now no more modal, but transient for parent. This means all windows are usable even if such a dialog is opened, but dialog stays above parent windows. Parent is roster window. fixes #3035
2007-03-14 13:31:50 +00:00
Yann Leboulanger
5920d03aee
ability to destroy a room when we are owner, give a reason and alternative room
...
jid. fixes #3031
2007-03-11 20:14:53 +00:00
Yann Leboulanger
81c0b528ae
give list of removed event to fire_event_removed func so that it transmits it to listeners
2007-03-11 08:58:08 +00:00
Yann Leboulanger
a7ce2b28c3
[Mikhail Gusarov and me] Use listeners when an event is added / removed to the events class and use them to update systray.
2007-03-10 11:30:23 +00:00
Yann Leboulanger
718a4a006b
[tristil] better banshee music player support. fixes #2940
2007-03-09 19:58:21 +00:00
Yann Leboulanger
019f43fa38
when we compare 2 offline contacts, the one which has a status messages is shown above the one without. fixes #3010
2007-03-09 19:17:19 +00:00
Yann Leboulanger
607f13747e
don't re-open file transfert dialog when a transfert is finished. fixes #3002
2007-03-08 09:13:41 +00:00
Yann Leboulanger
0bacc77364
[misc] fix entity caps behaviour. fixes #3001
2007-03-08 08:57:20 +00:00
Yann Leboulanger
738da72f5a
[andreas] don't change status message when we go auto away and no autoaway status message is defined. Same thing for autoXA. fixes #2994
2007-03-07 16:52:08 +00:00
junglecow
bbed22a410
- Workaround for #2846 : Make the error silent. Fixes #2846 .
...
- Workaround for #2838 : Use synchronous (blocking) SSL handshake. Fixes #2838 .
2007-03-03 20:13:43 +00:00
Yann Leboulanger
e268cd7708
svn version is now 0.11.1.0
2007-02-20 08:08:42 +00:00
Yann Leboulanger
2fb7c9cf99
[misc] Don't duplicate status message when someone is kicked
2007-02-20 07:08:36 +00:00
Yann Leboulanger
aa44fc9eb3
[bronger] translate None when selecting gpg key. fixes #2390
2007-02-18 20:58:56 +00:00
Yann Leboulanger
d7f5885778
change click on systray behaviour. left click always toggle roster appearance, middle lcick to open pending events. fixes #2932
2007-02-15 22:15:37 +00:00
Yann Leboulanger
4a1a99a220
revert [7980]: remove useless command /slap
2007-02-15 15:59:55 +00:00
Yann Leboulanger
4d864fe2aa
fix instructions code in dataforms.py
2007-02-15 09:33:30 +00:00
Yann Leboulanger
5b63c41c41
use new dataform widget in register agent window. Remove no more used old DataFormWindow.
2007-02-15 09:18:24 +00:00
Jean-Marie Traissard
78f7ac7886
[bb] /slap
2007-02-15 00:17:05 +00:00
Yann Leboulanger
3534bb30cd
use new dataform widget in groupchat config window
2007-02-14 16:48:25 +00:00
Yann Leboulanger
b1c350f35c
we keep node in self.subscriptions, not name, so when we look in this dict, look for node.
2007-02-14 10:13:27 +00:00
Yann Leboulanger
ec80b7dc82
fix number of argument of _add_item() function in pubsub browser. fixes #2990
2007-02-14 09:10:50 +00:00
Yann Leboulanger
efad862700
share space in pref window in status tab between default status message expander and preset status message frame when expander is expander. see #2918
2007-02-13 20:35:41 +00:00
Yann Leboulanger
6484e67d36
if gajim is quit while roster was hidden, start gajim with roster minimized next time. fixes #2986
2007-02-13 20:12:52 +00:00
Yann Leboulanger
b55a0c097e
fixes [7955]: don't set sleeper state to off when we send a presence while autoaway.
2007-02-12 21:51:12 +00:00
Yann Leboulanger
0f91b1cdad
catch correct exception when we try to use set_restart_command()
2007-02-12 19:59:40 +00:00
Yann Leboulanger
a5b0e51dcb
since 2006-11-29 we don't require a status message to sign a presence.
2007-02-12 19:37:09 +00:00
Yann Leboulanger
db6a9787f2
[Branko Kokanovic] Serbian translation
2007-02-12 18:33:33 +00:00
Jean-Marie Traissard
bb0a985432
If we can't find gajim-remote, stop checking everytime if we are default client
2007-02-12 16:53:59 +00:00
Jean-Marie Traissard
05f306115e
Delete change_nick() func, use join_gc() instead. Fixes #2903 .
2007-02-11 03:22:40 +00:00
Jean-Marie Traissard
039fbb7953
better var name, use int instead of float
2007-02-11 02:35:02 +00:00
Jean-Marie Traissard
9611d4f945
oups, forgot that one
2007-02-08 23:48:52 +00:00
Jean-Marie Traissard
60cccbbd3d
Use one var less and works better (we could lost first typing message previously)
...
See Yann, was possible, even if it's only one bit gain :D
2007-02-08 23:36:17 +00:00
Jean-Marie Traissard
578fd59361
Use one focus_out_line pixbuf for all conv_textview instances
2007-02-08 23:00:27 +00:00
Jean-Marie Traissard
2d55775f85
Do NOT save muc_cmds list for every gc_control instance
2007-02-08 19:08:44 +00:00
Jean-Marie Traissard
5e15b7c5f5
Small indent fix
2007-02-08 18:33:42 +00:00
Jean-Marie Traissard
e6b3c40e97
Deleting control.display_names, useless var now
2007-02-08 18:32:10 +00:00
Yann Leboulanger
71293a38e6
don't set sleeper state to off when we send a presence while not online
2007-02-08 16:21:28 +00:00
Yann Leboulanger
cba44a43a1
handle proxy errors. fixes #799 (socks5 proxies should now be supported. tests needed)
2007-02-07 22:05:52 +00:00
Yann Leboulanger
56bcc2e1fa
missing commit
2007-02-07 12:13:41 +00:00
Yann Leboulanger
0a10659b07
[B.Steinbrink & me] improve perfrmences when using animated emoticons. see #2933
2007-02-07 08:59:40 +00:00
Yann Leboulanger
6d30138e80
fix call to self
2007-02-07 08:49:13 +00:00
Yann Leboulanger
0ec4aa3676
[smoku] fix SASL auth. fixes #1911
2007-02-06 08:57:59 +00:00
Jean-Marie Traissard
68619a5597
No space in indentation, /src/common/ part
2007-02-04 18:57:25 +00:00
Jean-Marie Traissard
20835ad104
Removing useless global vars (finally found a good debugger :)
2007-02-04 14:09:38 +00:00
Jean-Marie Traissard
d37e7d8e3e
No space in indentation, checked by drpython (editor). /src part
2007-02-04 13:01:04 +00:00
Jean-Marie Traissard
e4fca50eb7
If we got sha from disk and don't ask for new avatar, store sha in mem
2007-02-04 00:45:14 +00:00
Jean-Marie Traissard
3f16220afb
Group chat avatars fixs :
...
- Stop saving avatars of participants without their resource.
- Complement of [7927], don't save sha before avatar. Really fix #2956
- Don't save sha if avatar not readable.
2007-02-03 23:56:40 +00:00
Yann Leboulanger
736007f704
let's freeze even less
2007-02-03 18:06:47 +00:00
Yann Leboulanger
5d2257f4a6
[bb & me] don't block when we get an image
2007-02-03 17:28:36 +00:00
Jean-Marie Traissard
b8f40f78cf
typo in [7921]
2007-02-01 16:26:52 +00:00
Jean-Marie Traissard
f6a0fe4724
Don't store avatar sha until we really have avatar. Fixes #2956 .
2007-02-01 14:51:14 +00:00
Yann Leboulanger
a794812ea5
stringprep nickname when we want to change nick in a room. fixes #2605
2007-01-31 21:31:10 +00:00
Yann Leboulanger
f079604c15
reset status_before_autoaway var when we come back online
2007-01-31 20:39:44 +00:00
Yann Leboulanger
b02cdd378d
when we are disconnected while autoaway, don't loose previous status. fixes #2934
2007-01-31 20:38:49 +00:00
Yann Leboulanger
8f50d04ea8
we can now remove a contact from not in roster group which has unread events. there are just removed. fixes #2888
2007-01-31 19:45:13 +00:00
Yann Leboulanger
b45b27697a
create statusicon only when needed
2007-01-31 16:38:04 +00:00
Yann Leboulanger
5fc442b6f5
better indentation
2007-01-31 11:31:07 +00:00
Jean-Marie Traissard
e62a01d6d9
utf problem ?
2007-01-30 18:32:15 +00:00
Jean-Marie Traissard
f4d43979ed
Verify avatars'sha on hdd in muc too, don't send sha when disconnecting from muc
2007-01-29 22:04:22 +00:00
Yann Leboulanger
b971afec24
always use contact chatstate when none is given
2007-01-29 18:29:51 +00:00
Yann Leboulanger
1bccdb48fd
migration func for ft_add_hosts_to_send option. see #2953
2007-01-28 19:16:38 +00:00
Yann Leboulanger
8a0c47e4a0
[Michal Vaner] add ability to send several ip when we do file transfers, and send all local IPs. fixes #2953
2007-01-28 19:11:39 +00:00
Yann Leboulanger
b22db5c331
[tristil] we now detect banshee track changement. fixes #2940
2007-01-28 18:41:51 +00:00
Yann Leboulanger
d85eb8b95f
fix english words breton ans basque
2007-01-28 16:11:21 +00:00
Yann Leboulanger
7d8f7e2a6e
don't scroll to end each time we press a key in message textview, but only when scrollbar appear. fixes #2944
2007-01-28 14:20:37 +00:00
Yann Leboulanger
d83d744a27
reset tab color when contact goes offline. fixes #2951
2007-01-28 13:31:30 +00:00
Yann Leboulanger
57e9eadff8
fix version of notification-daemon detection
2007-01-28 12:53:14 +00:00
Yann Leboulanger
b4b2ecb41d
Do not remove resource from jid when using Actions -> Start chat. fixes #2942
2007-01-27 18:43:28 +00:00
Yann Leboulanger
f450c0eb65
[misc] XEP-0199 (Xmp ping) support.fixes #2947
2007-01-27 10:19:53 +00:00
Yann Leboulanger
27ffd437a9
[misc] advertise we support XEP 85, 50 and 30. fixes #2948
2007-01-27 10:16:46 +00:00
Yann Leboulanger
bbab7a3d94
disable and redraw pm when we leave a groupchat or when we are disconnected. fixes #2935
2007-01-26 22:11:28 +00:00
Yann Leboulanger
852974efa7
ability to set and receive an empty subject. fixes #2938
2007-01-26 18:30:45 +00:00
Yann Leboulanger
9a6b090506
begining of socks5 proxy support. error handling is missing. see #799
2007-01-24 21:50:59 +00:00
Yann Leboulanger
0014e6e597
prevent TB. fixes #2936
2007-01-24 20:57:41 +00:00
Yann Leboulanger
d7b9b50a67
prevent TB. fixes 2nd traceback of #2936 . see #2936
2007-01-24 20:54:22 +00:00
Yann Leboulanger
0f43fa9840
fix call to self
2007-01-24 10:01:25 +00:00
Yann Leboulanger
9a3505a9e3
fix online / total transport count
2007-01-24 10:00:17 +00:00
Yann Leboulanger
be81dbcc40
negate timezone so it's positive east of Greenwitch. fixes #2927
2007-01-23 20:31:25 +00:00
junglecow
37ffd5585b
Removed an old-style logging command, as _owner may not always exist. Partial attempt at #2928
2007-01-23 20:06:07 +00:00
Yann Leboulanger
20a146dabf
use 2 buttons in profile windows because some GTK themes don't show images in buttons when there is text. gtk-button-images option in gtkrc file.
2007-01-23 12:34:07 +00:00
Yann Leboulanger
cac2832701
revert bad change from [7807]. focus_out_line in gc are now not moved on each message.
2007-01-22 21:08:54 +00:00
Yann Leboulanger
b30e454848
Gnomekeyring -> Gnoem Keyring. see #2916 (2.)
2007-01-22 18:21:13 +00:00
Yann Leboulanger
290154189f
prevent other client's bug. fixes #2910
2007-01-22 18:05:59 +00:00
Jean-Marie Traissard
bcbcc98b06
Close the pixbufloader in all cases. Fixes gtk warnings in console.
2007-01-21 20:16:29 +00:00
Yann Leboulanger
5f797834ae
fix signatures in remote control. fixes #2865
2007-01-21 18:13:23 +00:00
Yann Leboulanger
34da018faf
don't try to read ACE option before configure file is read. import gnome keyring after config file is read. fixes #2917
2007-01-21 15:13:57 +00:00
Yann Leboulanger
605924b2b8
[Jeff] fix some strings.
2007-01-21 14:13:39 +00:00
Jean-Marie Traissard
a8eeb56cb4
Add some correction to ([7838]remove timestamp and before/after_nickname from GUI).
...
Fixes #2913 .
2007-01-20 16:49:32 +00:00
Yann Leboulanger
ac58d394e9
add ability to execute adhoc commands in disco window
2007-01-18 09:12:03 +00:00
Yann Leboulanger
ba2b1a0f58
change function name. see #2898
2007-01-17 11:40:59 +00:00
Yann Leboulanger
24a4ee24ba
don't automatically add transport to roster. some transport aren't added to roster (rss one)
2007-01-17 08:44:57 +00:00
Yann Leboulanger
ec8a294053
prevent TB
2007-01-17 08:04:51 +00:00
Nikos Kouremenos
76354c9677
fix typos
2007-01-16 23:29:07 +00:00
Nikos Kouremenos
e9afe36ff3
clean code and update to using GTK/PyGTK 2.8; see #2248
2007-01-16 23:26:38 +00:00
Yann Leboulanger
abcb9a35f1
handle correltly SRV and registration on IDN servers. fixes #2898
2007-01-16 22:36:41 +00:00
Jean-Marie Traissard
37bd1142f9
Coding standards, include real date of 0.11 release in Changelog
2007-01-16 17:30:40 +00:00
Jean-Marie Traissard
9178c9cb13
Add link for rst in ACE
2007-01-15 22:28:26 +00:00
Jean-Marie Traissard
9ab2800fd0
XHTML Image size limit : 10mo->2mo
2007-01-15 20:56:30 +00:00
Yann Leboulanger
2403239695
use get_time_to_show in conversation_textview that print "yesterday" or "X days ago". fixes #2797
2007-01-15 18:37:19 +00:00
Yann Leboulanger
3c9170cb61
add missing arguments. see #2797
2007-01-15 13:07:24 +00:00
Yann Leboulanger
08a90159dc
remove timestamp and before/after_nickname from GUI. and add comment in ACE. fixes #2797
2007-01-15 12:54:54 +00:00
Yann Leboulanger
363c5b45b0
show nickname in invitation dialog. fixes #2899
2007-01-15 10:34:53 +00:00
Yann Leboulanger
50c1fcb7a7
fix translation
2007-01-15 10:15:27 +00:00
Jean-Marie Traissard
6f9889bc4d
Fuck dev language False -> Deactivated, True -> Activated
2007-01-14 23:11:16 +00:00
Jean-Marie Traissard
14f432fcd7
Make 'True', 'False' and Types translatables in ACE
2007-01-14 23:04:29 +00:00
Yann Leboulanger
8301700501
typo
2007-01-14 21:45:43 +00:00
Yann Leboulanger
b21e2882c8
[misc & I] add adhoc command: ability to leave a room. see #1910
2007-01-14 21:38:34 +00:00
Jean-Marie Traissard
bb306163a6
Implement choice of resource (when more than one) for "Invite to -> room"
...
Fix "Invite to -> room" on other-resource-of-us-line
2007-01-14 20:43:42 +00:00
Yann Leboulanger
9b336bceed
fix TB
2007-01-13 21:42:28 +00:00
Yann Leboulanger
8919febc5d
typo. see #2797
2007-01-13 19:28:42 +00:00
Yann Leboulanger
c5d5facdcf
remove temp file once we don't need it anymore. fixes #2894
2007-01-13 01:01:49 +00:00
Yann Leboulanger
99b08744ed
fix TB when python-notify is installed but not notification-daemon. fixes #2893
2007-01-13 00:52:47 +00:00
Yann Leboulanger
dc4f4922af
[Brice Maron & I] add option to configure the way time is printed. fixes #2797
2007-01-12 19:27:00 +00:00
Yann Leboulanger
476908a54b
ignore unparsable vcards. fixes #2826
2007-01-12 10:10:01 +00:00
Jean-Marie Traissard
775b85a83e
Var name, removed unused import, thanks pyflakes
2007-01-11 22:41:00 +00:00
Yann Leboulanger
9cbdad9df5
select iter when we add a bookmark. fixes #2889
2007-01-11 22:26:56 +00:00
Yann Leboulanger
17fa45890e
select row when we add a new status message
2007-01-11 22:23:36 +00:00
Yann Leboulanger
85ed580b6d
fix indentation
2007-01-11 22:22:48 +00:00
Yann Leboulanger
f69fef3cbe
fix indentation. fixes #2891
2007-01-11 22:14:37 +00:00
Jean-Marie Traissard
1e8aba9d83
Fix indent
2007-01-11 22:05:28 +00:00
Yann Leboulanger
0b035ee6cc
indent with tabs, and prevent TB when ctypes modules is not found.
2007-01-11 21:27:05 +00:00
Yann Leboulanger
3567a8c20f
remove privacy list from dialog only when server return the result, else show an error dialog. fixes #2853
2007-01-11 20:21:53 +00:00
Yann Leboulanger
2f857047d3
check if connection is active before sending something.
2007-01-11 19:58:51 +00:00
Yann Leboulanger
99f8a9cbb9
add context to None translation. fixes #2726
2007-01-11 18:26:35 +00:00
Yann Leboulanger
74c447f46b
unassign GPG key in contact instances when we unassign it, and redraw chat control. fixes #2590
2007-01-11 18:19:24 +00:00
Yann Leboulanger
5f7ad6fea1
always give the same number of arguments to dbus methods, use signatures. fixes #2784
...
simon, could you have a look to this patch ? does it seems correct ?
2007-01-11 17:58:44 +00:00
Yann Leboulanger
1b45a78584
fix indentation
2007-01-10 16:18:04 +00:00
Yann Leboulanger
4d5790e8cb
restore correctly error messages. fixes #2880
2007-01-10 12:51:15 +00:00
Yann Leboulanger
1599dfdfbb
fix HTMLTextView tooltips
2007-01-09 23:31:41 +00:00
Jean-Marie Traissard
6b0edad24d
Memory usage : Don't store some vars in self when not necessary
2007-01-09 23:09:14 +00:00
Jean-Marie Traissard
5da41204ef
memory usage : Do not save gc_refer_to_nick_char for each gc control
2007-01-09 22:36:26 +00:00
Jean-Marie Traissard
712b39bba7
Skip self in nick completion
2007-01-09 22:24:41 +00:00
Jean-Marie Traissard
0b3af95972
I deleted this var, was always None, but when does this happen ?
2007-01-09 22:05:27 +00:00
Yann Leboulanger
f5986fec43
don't reassign control.contact to a control when not needed
2007-01-09 20:01:30 +00:00
Yann Leboulanger
daa064a657
[Simon Mcvittie] fix gajim-remote list_contacts. fixes #2865
2007-01-09 19:09:21 +00:00
Jean-Marie Traissard
86fbcece1f
use the GOOD syntax for the get_last_date_that_has_logs() SQL request :)
...
(Open gc win three times faster, and even more when time cached !
Also opens history wins two times faster)
2007-01-09 17:30:03 +00:00
Jean-Marie Traissard
a57d59edaf
Don't redraw gc banner text when gc comes online, useless
2007-01-09 15:29:23 +00:00
Jean-Marie Traissard
57355708f4
typo
2007-01-09 14:35:31 +00:00
Jean-Marie Traissard
88a358f297
add some comments to previous changeset
2007-01-09 14:29:20 +00:00
Jean-Marie Traissard
eea2e1c881
Remove a LOT of useless draw_banner()
...
(stop drawing it 5 times when joining muc, stop reloading banner state icon on ALL
notifications, ...)
roster.py one seems useless because ctrl.update_ui() did it already
2007-01-09 14:23:28 +00:00
Yann Leboulanger
0ac904c6be
remove unread events from systray when we leave a room. Fixes #2867
2007-01-06 20:41:03 +00:00
Yann Leboulanger
8ede60ebb0
add --use-agent to GPG so that we work with gnupg-agent
2007-01-06 20:19:47 +00:00
Yann Leboulanger
a1349f9c3d
add a space between account name and (. fixes #2873
2007-01-06 19:48:18 +00:00
Tomasz Melcer
dea9879dfa
Commands: dataforms sent have type="submit"; commands' window show form title
2007-01-06 19:05:45 +00:00
junglecow
3be5a9df3b
In debug mode, log exception.
2007-01-06 15:31:30 +00:00
Yann Leboulanger
2082034e85
root under win9X is . instead of ''
2007-01-06 15:29:09 +00:00
Yann Leboulanger
4bd6253192
don't show empty lines in XML console. fixes #2857
2007-01-06 14:57:18 +00:00
junglecow
f060342b5e
Catch only what you expect. We don't want to catch things like unknown variables (and other programming errors) and SystemExit.
2007-01-06 14:15:49 +00:00
Nikos Kouremenos
239d2308c8
fix logic allover
2007-01-06 10:20:13 +00:00
Nikos Kouremenos
5099ae35bb
fix logic
2007-01-06 10:17:55 +00:00
Nikos Kouremenos
67c1816d01
do not create anonymous tag. use special name for span with no id tag
2007-01-06 10:15:13 +00:00
Nikos Kouremenos
978068378d
if span with no id, we have an anonymous tag. make sure we do not TB. fix #2856
2007-01-06 10:14:05 +00:00
Yann Leboulanger
02285f0a84
[misc] more robust KDE integration. fixes #2872 , #2871
2007-01-06 09:45:12 +00:00
Yann Leboulanger
72a632c76e
fix indentation
2007-01-06 00:40:46 +00:00
Yann Leboulanger
7433835994
add an option to override incoming message type. fixes #2804
2007-01-05 20:38:36 +00:00
Yann Leboulanger
bf35cab4fc
create ~/.kde/share/services/xmpp.protocol if it does not exist.
2007-01-05 19:44:53 +00:00
Yann Leboulanger
a581391c03
typo in a comment
2007-01-05 19:26:10 +00:00
Yann Leboulanger
148c216c58
handle correctly xmpp:// registration under KDE. fixes #2869
2007-01-05 19:19:29 +00:00
Yann Leboulanger
d84b63b172
windows require to remove old_file before doing os.rename(new_file, old_file)
2007-01-05 18:05:51 +00:00
Yann Leboulanger
759ddff650
don't handle xmpp:// uri, correct uri are xmpp:
2007-01-05 17:38:43 +00:00
Yann Leboulanger
959687c262
check at startup if gajim is the default xmp:// handler and prompt user if it's not. fixes #2861
2007-01-05 17:20:58 +00:00
Yann Leboulanger
6076bd1028
ignore wrong incomming jid from gajim-remote open_chat. see #2861
2007-01-05 12:32:59 +00:00
Yann Leboulanger
558a57802c
handle correctly non ascii chars in path under win. fixes #2812
2007-01-02 17:56:26 +00:00
Yann Leboulanger
f5108c745f
change var name. type is a reserved word
2007-01-02 17:43:32 +00:00
Yann Leboulanger
4a58db0fca
hide progressbar in profile window when not used. fixes #2852
2007-01-02 17:01:33 +00:00
Yann Leboulanger
77f8e66ff4
use $0 and $1 in fuzzyclick not to confuse intltools
2007-01-02 14:02:31 +00:00
Yann Leboulanger
a08267b759
add belarussion in speller list
2007-01-02 13:50:32 +00:00
Yann Leboulanger
47f9461584
[Jeff Bailes] improved english strings
2007-01-02 13:36:54 +00:00
Yann Leboulanger
f82f07d2f6
gajim -> Gajim
2007-01-02 12:49:18 +00:00
Yann Leboulanger
53b901cf4e
[Yavor Doganov] some typoe in strings and comments
2007-01-02 12:17:51 +00:00
Yann Leboulanger
483481c586
ask transport contact avatars only when transport is connected. fixes #2832
2007-01-02 11:43:57 +00:00
Yann Leboulanger
cafef3c1c5
[misc] handle uri like room_jid?join. see #2133
2007-01-02 02:45:43 +00:00
Yann Leboulanger
7945ceac83
add auto join checkbutton in join room dialog. fixes #2056
2007-01-02 01:38:58 +00:00
Yann Leboulanger
08f21700ad
update message_control contact correctly to show correct status message. fixes #2851
2007-01-02 00:04:31 +00:00
junglecow
9814451e07
- [dcraven] Fixed spelling error. Fixes #2580 .
...
- Demoted some error messages from error to debug level.
2007-01-01 02:11:15 +00:00
Nikos Kouremenos
ae40ef13ae
make idle detection work in Windows without C compilation stuff (use ctypes and do the call to user32.dll via python [py25 includes ctypes else get it externally]. an Xmas gift from to Yann for .11 wonderful release!
2006-12-30 00:54:20 +00:00
Nikos Kouremenos
db4cacf239
fix typo
2006-12-30 00:53:02 +00:00
Yann Leboulanger
ae16d8956d
add missins var initialization.
2006-12-29 21:23:24 +00:00
Yann Leboulanger
0ac37a3b6c
add an ACE option to show or not number of online / total contacts. fixes #2811
2006-12-29 18:39:33 +00:00
Yann Leboulanger
77d9f89eee
add an ACE option to disable the use of Gnome Keyring. fixes #2835
2006-12-29 18:30:18 +00:00
Yann Leboulanger
9284e84f3e
don't change selection while Drag and Droping. fixes #2532
2006-12-29 17:41:13 +00:00
Yann Leboulanger
4684c573a0
remove publish / retrieve button in profile window. fixes #2471
2006-12-29 07:32:18 +00:00
junglecow
5529852ded
- Fix TB on fingerprint mismatch
...
- Add debug message on import failure of PyOpenSSL
- Update gajim.org digest after migration to new server
2006-12-29 01:46:46 +00:00
Yann Leboulanger
d027597bf8
prevent TB. fixes #2843
2006-12-28 19:03:55 +00:00
Yann Leboulanger
70bf104cfc
[misc] XEP-0202 (Entity Time) support. fixes #2830
2006-12-28 16:27:41 +00:00
junglecow
e1ad5b15d0
- Removed unnecessary import
...
- Fixed name of transport_nb's logger
2006-12-28 11:15:44 +00:00
Yann Leboulanger
d1c01945be
show a message to user when gnomekeyring is installed but not well started. fixes #2834
2006-12-28 10:01:15 +00:00
junglecow
8707d511c1
- More accurate description of None outcome of _check_fingerprint
...
- Check for presence of PyOpenSSL in fingerprint check. Fixes #2841 .
2006-12-27 23:28:47 +00:00
junglecow
cf291c3c2f
Move fingerprint check into its own function.
2006-12-27 23:25:32 +00:00
junglecow
c16642c838
Catch socket.gaierror. Fixes #2840 .
2006-12-27 22:45:23 +00:00
Yann Leboulanger
447ec9ecd6
[gjc] ask password when gnomekeyring isn't available. fixes #2834
2006-12-27 21:13:42 +00:00