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
junglecow
cc1e2fb383
Zeroconf/Bonjour/Avahi is optional: moved to optional dependencies.
2007-01-05 23:50:53 +00:00
junglecow
bf6feaefbc
Add PyOpenSSL dependency to README.html. See #2837 .
2007-01-05 23:44:36 +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