Jonathan Schleifer
|
f7014072a7
|
Remove all OS X-specific code from the default branch.
OS X support is still maintained in the osx_newbuildsys branch - and
only there.
|
2009-06-15 21:34:38 +02:00 |
Jonathan Schleifer
|
086d031374
|
Remove spaces at EOL.
|
2009-06-15 21:00:14 +02:00 |
Yann Leboulanger
|
2327600745
|
import xmpp only when needed in helpers.py so decode_string is loaded before. see #4764
|
2009-06-15 09:12:32 +02:00 |
Mateusz Biliński
|
5026aa9655
|
Fixes #4536. NM 0.7 was never used because NameError for 'dbus' object was raised. Changed 'exception Exception' to catch only 'DBusException' from bus.get_object() method.
|
2009-06-13 20:31:40 +02:00 |
Mateusz Biliński
|
19a0f91bfc
|
Unicode characters are detected properly as part of URLs now. Fixes 4522.
|
2009-06-12 01:50:43 +02:00 |
Yann Leboulanger
|
e8b0090e9e
|
set iconset to DEFAULT_ICONSET when configured one doesn't exist. Fixes #5083
|
2009-06-10 11:44:58 +02:00 |
Yann Leboulanger
|
b583fa2479
|
fix missing import in trunk. Fixes #5078
|
2009-06-07 20:59:04 +02:00 |
Yann Leboulanger
|
2281527a5e
|
put latest filetransfer on top
|
2009-06-06 19:05:49 +02:00 |
Yann Leboulanger
|
610a747c79
|
really execute ad hoc command when clicking on Execute command in disco window
|
2009-06-05 21:26:23 +02:00 |
Yann Leboulanger
|
d844f7f632
|
fix os info / client info / contact time in vcard of groupchat contacts
|
2009-06-04 22:46:05 +02:00 |
Yann Leboulanger
|
0e11e16bc2
|
mark groupchat messages as read when we scroll at the end in groupchat window
|
2009-06-04 21:45:46 +02:00 |
Yann Leboulanger
|
a2d6d25324
|
export time when exporting logs. see #5060
|
2009-06-04 20:48:04 +02:00 |
Yann Leboulanger
|
b6475d07e6
|
add ossplay to the list of tested soundplayer. Fixes #5061
|
2009-06-04 18:26:25 +02:00 |
Yann Leboulanger
|
c7d4dc8bee
|
prevent a traceback when we get a groupchat presence from unknown participant. see #5067
|
2009-06-04 18:06:50 +02:00 |
Yann Leboulanger
|
daa86b240e
|
prevent traceback when trying to open a second search window. Fixes #5073
|
2009-06-04 17:34:38 +02:00 |
Yann Leboulanger
|
b18d79b0a0
|
handle 210 status code in groupchat (Server changed our nickname)
|
2009-06-02 19:35:57 +02:00 |
Yann Leboulanger
|
e6efcebfa8
|
add -c option to history_manager. Fixes #5058
|
2009-05-29 09:18:55 +02:00 |
Yann Leboulanger
|
5a72c9b3ac
|
fix disconnection of client_zeroconf. Fixes #5049
|
2009-05-29 08:59:08 +02:00 |
Yann Leboulanger
|
8a70c5a679
|
no need of IF NOT EXISTS when creating the database
|
2009-05-27 09:50:12 +02:00 |
Yann Leboulanger
|
05e63acc22
|
clean gpg call when we list keys. Fixes #5043
|
2009-05-22 19:44:43 +02:00 |
Yann Leboulanger
|
798bed6838
|
prevent traceback when writing avatar file to HD fails. Fixes #5005
|
2009-05-22 19:19:23 +02:00 |
Yann Leboulanger
|
731c8f691f
|
prevent traceback when receiving a disco info while we are disconnected. Fixes #5042
|
2009-05-21 21:12:11 +02:00 |
Yann Leboulanger
|
796c5084c5
|
prevent traceback when trying to show event from gajim-remote while there is no event. Fixes #5031
|
2009-05-20 10:58:46 +02:00 |
Yann Leboulanger
|
ffd82a69a4
|
prevent traceback when we receive a presence but we are no more connected. Fixes #5028
|
2009-05-20 10:33:19 +02:00 |
Yann Leboulanger
|
428a0c8eba
|
[egaz] prevent GTK Warning about color. Fixes #5035
|
2009-05-19 14:34:57 +02:00 |
Yann Leboulanger
|
07d552b656
|
prevent traceback when trying to print error message in a non existing message window. Fixes #5036
|
2009-05-19 14:12:38 +02:00 |
Yann Leboulanger
|
7d725fc1ab
|
[Dicson] Don't try to translate empty string. Fixes #5032
|
2009-05-18 22:33:09 +02:00 |
Yann Leboulanger
|
b2e0e4cc86
|
prevent traceback when notification daemon doesn't support GetCapabilities. Fixed #5015
|
2009-05-18 16:17:14 +02:00 |
Yann Leboulanger
|
c48f4c409f
|
prevent traceback when negociating E2E. see #5015
|
2009-05-17 17:59:00 +02:00 |
Yann Leboulanger
|
6672075683
|
prevent traceback when receiving wrong E2E negotiation stanza. Fixes #5015
|
2009-05-11 11:48:32 +00:00 |
Yann Leboulanger
|
c15f487deb
|
don't call gtk.gdk/threads_init() under windows. Fixes #5020
|
2009-05-10 20:02:46 +00:00 |
Yann Leboulanger
|
1290a751e1
|
prevent traceback when we click on Rename in accounts window, but no account is selected. Fixes #5019
|
2009-05-10 19:37:39 +00:00 |
Yann Leboulanger
|
f02dcaca6a
|
don't show _last_* status message in GUI, they are internal only.
|
2009-05-10 19:36:04 +00:00 |
Yann Leboulanger
|
fd01f7aa4d
|
[brubru] better sound file managment, Fixes #5016
|
2009-05-10 19:32:57 +00:00 |
Yann Leboulanger
|
23c6c708cd
|
except: -> except Exception:
|
2009-05-07 11:30:46 +00:00 |
Yann Leboulanger
|
d71e82921e
|
fix an unhandled traceback under windows
|
2009-05-07 11:18:48 +00:00 |
Yann Leboulanger
|
5dd9756bfd
|
[Florob] mpris DBUS API has changed
|
2009-05-01 10:15:56 +00:00 |
Yann Leboulanger
|
ef281d8608
|
roster.get_status_message don't take pep_dict anymore.
|
2009-05-01 10:03:38 +00:00 |
Yann Leboulanger
|
1c1d6b6c26
|
no pep with default status messages.
|
2009-05-01 09:51:48 +00:00 |
Yann Leboulanger
|
f8267ad047
|
missing commit. see #4643
|
2009-05-01 09:40:03 +00:00 |
Yann Leboulanger
|
5d8e96ad47
|
don't call gtk.main_quit() from outside of a mainloop
|
2009-05-01 09:37:13 +00:00 |
Yann Leboulanger
|
e6aea43665
|
When saving last_status_msg_*, save also pep info
|
2009-05-01 09:33:50 +00:00 |
Yann Leboulanger
|
8182363b76
|
missing options for ping alive. see #4643
|
2009-05-01 09:20:26 +00:00 |
Yann Leboulanger
|
a7f0022bb4
|
Add a second timeout to differenciate keepalive and ping alive packets. We now wait 55s before sending a keepalive (whitespace packet) and 2 minutes before sendind a xmpp ping (and then we wait for 1min the answer before reconnecting) Fixes #4643
|
2009-05-01 09:18:21 +00:00 |
Yann Leboulanger
|
38b4e54011
|
ignore invalid presences
|
2009-04-30 15:20:37 +00:00 |
Yann Leboulanger
|
4458db5d2c
|
[Yrogirg & I] add a first quote ability. see #2943
|
2009-04-30 13:36:29 +00:00 |
Yann Leboulanger
|
e4029dddd6
|
prevent traceback when identifying stream error. Fixes #4946
|
2009-04-30 08:32:32 +00:00 |
Yann Leboulanger
|
5b001701f0
|
save roster window / position when Gajim is shut down not intentionally. Fixes #4868
|
2009-04-29 17:40:50 +00:00 |
Yann Leboulanger
|
1a8def3341
|
prevent traceback when we get a presence from an invalid JID
|
2009-04-29 17:34:27 +00:00 |
Yann Leboulanger
|
533e36c22c
|
close filtransfers when we get an offline presence, but only for this resource. Fixes #4980
|
2009-04-29 07:46:24 +00:00 |