Commit Graph

8163 Commits

Author SHA1 Message Date
Yann Leboulanger 034999989d remove useless spaces and tabulations 2007-11-26 10:27:51 +00:00
Yann Leboulanger c33d19113c [mmassonnet] XFCE -> Xfce 2007-11-26 10:17:12 +00:00
Yann Leboulanger 08ecb3715d [Fomin Denis] updated russian translation 2007-11-25 20:34:04 +00:00
Yann Leboulanger 8d7cce23f4 fix invisible status 2007-11-25 14:31:04 +00:00
Yann Leboulanger 243ece28ba fix possible traceback when we get a signed presence 2007-11-24 20:08:24 +00:00
Yann Leboulanger 4a711a7542 fix utf-8 bug in feature window. fixes #3580 2007-11-24 19:00:10 +00:00
Yann Leboulanger 4442098276 prevent traceback when we fill the roster. fixes #3579 2007-11-24 09:48:38 +00:00
Yann Leboulanger 9acde16dde fis metacontact behaviour. fixes #3464 2007-11-23 20:54:25 +00:00
Yann Leboulanger 833f58754a Compute metacontact big brother by comparing them instead of computing an absolute score for each one 2007-11-23 19:22:27 +00:00
Yann Leboulanger 908d4f17e7 [Fabian Fingerle] updated german translation 2007-11-23 10:01:55 +00:00
James Newton 3be6d51d8b Setup the env for osx before checking for pkg-config in case there is no
fink/darwin ports with pkg-config installed.
2007-11-23 00:08:13 +00:00
Yann Leboulanger 510725255a fix indentation in lastfm.py 2007-11-22 21:09:46 +00:00
Yann Leboulanger 5fb061478f signe -> sign 2007-11-22 14:05:05 +00:00
Yann Leboulanger 8722df168c typo again 2007-11-22 14:00:01 +00:00
Yann Leboulanger b833bd3cb7 typo 2007-11-22 13:55:50 +00:00
Yann Leboulanger 08e577c637 fix GPG behaviour 2007-11-22 13:53:12 +00:00
Yann Leboulanger 04e92485fc [shtrom] fix var names when sending song in status message. fixes #3558 2007-11-22 12:58:39 +00:00
Yann Leboulanger 19037e90a9 add Class3 CAcert.org Certificate in cacert.pem. fixes #3329 2007-11-22 11:26:27 +00:00
Yann Leboulanger d19c28930a fix missing ) 2007-11-22 11:03:45 +00:00
Yann Leboulanger 0ceb41f650 request GPG password only when connected to server, before sending presence. fixes #3483, #3375, #3115 2007-11-22 10:41:57 +00:00
Yann Leboulanger e52be0071b coding standards 2007-11-21 13:02:06 +00:00
Yann Leboulanger 1c7c459c5f correctly decode string returned by strftime when we get a jabber:iq:time request. fixes #3569 2007-11-21 09:49:18 +00:00
Yann Leboulanger 420246c26a keep instances of chat2muc dialogs so garbage collector don't destroy them too early 2007-11-20 22:45:13 +00:00
Stephan Erb a2b799f6bf The never ending glade annoyance... 2007-11-20 21:53:20 +00:00
Yann Leboulanger 114f519337 default description is '' instead of None 2007-11-20 21:39:21 +00:00
Yann Leboulanger 100360fe3e [tibg] ability to add a description when we send a file. Fixes #3491 2007-11-20 21:19:43 +00:00
Yann Leboulanger bc1b27c45e get debian files and gajim-remote manpage from 0.11.3 2007-11-20 18:20:58 +00:00
James Newton 2137ab0bbd need the __init__.py for the module import. It had been an empty file and
probably didn't make it through the patch before because of that.
2007-11-19 23:14:42 +00:00
Yann Leboulanger 38a1a09c80 [Fomin Denis] updated russion translation 2007-11-19 20:09:49 +00:00
James Newton f995b3268e native gtk on osx seems to like to send file uri's like
'file://localhost/usr/bin/foo'. rip out the host and check the uri's for valid
before asking the user to send the files.
2007-11-19 15:53:16 +00:00
James Newton aa3932f147 do a better split that accounts for escaped .'s. 2007-11-19 15:47:17 +00:00
Yann Leboulanger 2bdcc33005 fix track information in status message when there is no status message. fixes #3563 2007-11-19 09:41:13 +00:00
Yann Leboulanger 39a03aa369 [shtrom] ability to get last played music from lastfm. fixes #3559 2007-11-19 09:22:26 +00:00
Stefan Bethge 50fbbe9b7d fix link-local collision detection 2007-11-19 03:34:40 +00:00
Stefan Bethge 1f818a04e9 fix link-local problems when reconnecting vie network-manager 2007-11-19 03:29:10 +00:00
Yann Leboulanger 2369c01cc1 prevent traceback when opening accounts window 2007-11-18 10:45:29 +00:00
Yann Leboulanger 7590a57f66 optionally attach notification to systray. fixes #3123 2007-11-17 22:27:40 +00:00
Yann Leboulanger 377d8e9081 [Famin Denis] updated russion translation 2007-11-17 21:08:52 +00:00
Yann Leboulanger fc49b44963 make some strings translatable 2007-11-17 15:09:03 +00:00
James Newton f1d3f85037 Fixed a bug with forcing autodetection of browser/mail during startup when the
config file already existed and had a different option choosen. Added in an
'Always use OS/X default applications' option for when running on OS/X. Changed
the custom defaults to use OS/X native applications.
2007-11-17 15:03:02 +00:00
Yann Leboulanger 95a46ff9f9 [cilugnedon] fix bug in de translation 2007-11-17 14:01:05 +00:00
Yann Leboulanger b5e5d5803e [Nafallo] remove middle dots in pl.po 2007-11-17 12:42:54 +00:00
James Newton cf40534ac8 removed print 2007-11-17 02:06:57 +00:00
James Newton b1c5bc3984 those darn double quotes... 2007-11-16 23:33:05 +00:00
James Newton c2b901dfe9 Adjusted the menu code in an attempt to make it work better on leopard. Removed
the idle_add wrapper for on_quit and moved the idle_add wrapping into the
sync-menu code instead.
2007-11-16 23:11:35 +00:00
Yann Leboulanger 483604cd0b remove useless print 2007-11-16 18:25:45 +00:00
James Newton 6a17fb166c Removing these automake generated files that were accidentally checked in. 2007-11-16 14:11:23 +00:00
James Newton c6c31a17c3 Removed path adjustment from gajim.py and moved it outside of gajim proper. 2007-11-16 14:04:18 +00:00
Yann Leboulanger a5e8adf232 detect when we get our own presences 2007-11-16 10:51:52 +00:00
Yann Leboulanger 11e581fb8b don't autojoin all bookmarks when comming back from invisible 2007-11-16 10:32:36 +00:00