Commit Graph

10279 Commits

Author SHA1 Message Date
Yann Leboulanger f00f22dd05 translate string correctly. fixes #4203 2008-08-25 18:10:18 +00:00
Yann Leboulanger 6cbb010330 let GTK guess service registration window size. Fixes #4234 2008-08-25 11:30:11 +00:00
Yann Leboulanger 6f3cca4669 [Jeff Bailes] better strings 2008-08-25 10:06:22 +00:00
Yann Leboulanger b84d073df2 [Jeff Bailes] updated british english translation 2008-08-25 09:55:36 +00:00
Yann Leboulanger 8ed74327a0 [Branko Kokanovic] updated sr@Latn serbian translation 2008-08-25 09:54:23 +00:00
Yann Leboulanger 17a9995c12 [Branko Kokanovic] updated serbian translation 2008-08-25 09:42:46 +00:00
Yann Leboulanger bd9fca0ac7 [pk] updated slovak translation 2008-08-25 09:40:52 +00:00
js bd472ba5be Small fix for OS X. Without it, Gajim won't restart if it crashed. 2008-08-24 06:15:14 +00:00
Travis Shirk 49ad57084e Updated copyright years for myself. 2008-08-22 03:15:54 +00:00
Travis Shirk 55c1868d92 Make the message control text entry grab focus when new controls are created and each time the tabs
are switched.  Fixes #4227
2008-08-22 03:03:15 +00:00
Julien Pivotto e8bd2d3f66 improve Changelog 2008-08-21 16:05:56 +00:00
Nikos Kouremenos fe4f1c0e92 fix language and speak better in the ChangeLog 2008-08-20 20:46:56 +00:00
Nikos Kouremenos aae8ceb4ce commit a FIXME 2008-08-20 20:36:34 +00:00
Nikos Kouremenos 6527c797b2 TODO -> FIXME; and a typo (aka yes you guessed it!: cosmetic) 2008-08-20 20:07:18 +00:00
Julien Pivotto 2be8142bbd Update Changelog 2008-08-19 21:46:40 +00:00
Stephan Erb 433fcafc52 Correctly sort metacontact data if one of the jids is a transport and not in our roster. Fixes #4208, #4195. 2008-08-19 21:41:43 +00:00
Stephan Erb 0bc1ac47f7 Unittest to reproduce #4208. With some tweaks to data.py it should also help to reproduce #4195. 2008-08-18 22:15:45 +00:00
tomk ed7dd84cfe fixed zeroconf to work with refactored dispatcher 2008-08-18 14:34:09 +00:00
tomk 2712786383 Corrected return values of zeroconf client in order to return true-evaluable values. related to #4051 2008-08-18 14:20:03 +00:00
tomk acdf4ff143 improved disconnect handling, added comments, fixed minor bugs 2008-08-17 22:57:48 +00:00
js 9c3c70ad7b Fix typo. 2008-08-16 23:23:23 +00:00
js 8d0d85ee99 Make a string translatable. Fixes #4203. 2008-08-16 19:49:56 +00:00
Julien Pivotto de4a23e751 See #4200.
* remove js from some headers
 * set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Yann Leboulanger 4e320ed36f CTRL+i in private message now works. Fixes #4066 2008-08-15 09:35:44 +00:00
Julien Pivotto b58dfd6a59 Prevent many traceback due to headers and my last commit (it's late,
sorry)
2008-08-15 03:39:27 +00:00
Julien Pivotto 8bc9bc29ae * Big headers review
* Remove some licencing problems
 * To do: same for images
 * See #4200
2008-08-15 03:20:23 +00:00
tomk a76c173816 - improved SSL connections with BOSH - SSL over HTTP proxy is possible now,
Gajim will do HTTP CONNECT on proxy to reach the BOSH Conn manager and try
  to estabilish TLS (same as what firefox do when approaching HTTPS server via
  proxy)
- moved proxy-connecting code to xmpp/proxy_connectors.py
- debugged SOCKS5 proxy code
- tested with Tigase server
2008-08-14 21:48:43 +00:00
js 7944990a1b Fully POSIX-compliant shell scripts. 2008-08-14 19:17:53 +00:00
Julien Pivotto 8043bb9fb2 correct changelog 2008-08-14 18:06:03 +00:00
Jean-Marie Traissard 34964401ab [acm] Typo in [10241] 2008-08-14 18:01:56 +00:00
Yann Leboulanger 37014a2ace don't remove label in dataforms if there is no. Fixes #4202 2008-08-14 17:51:14 +00:00
Yann Leboulanger 7efaecc5d8 make a string translatable. Fixes #4203 2008-08-14 17:19:21 +00:00
Yann Leboulanger 4e52e954d0 use accel func for all key in chat controls. Fixes #1503 2008-08-14 16:17:32 +00:00
js 150d109434 Sort activities. 2008-08-14 14:49:03 +00:00
js f19e747985 Same for the other script. 2008-08-14 14:12:11 +00:00
js 635ea16a29 Oops. I locally changed it to python2.5 and didn't notice I commited this... 2008-08-14 14:10:44 +00:00
js f15ec68ae9 This fixes the problem that we can't get the python path using
sys.executable.
2008-08-14 14:02:18 +00:00
Julien Pivotto 34d7aacdf8 Inlarge account window to fit with the french translation. Fix #4198. 2008-08-14 13:39:31 +00:00
js 429fc2d1b3 Don't hardcode 'python' as our Python interpreter.
Should save OpenBSD a patch for the next alpha :).
2008-08-14 11:59:02 +00:00
Yann Leboulanger 7082d66dfc send other sub activity when none is selected. Fixes #4019 2008-08-14 10:54:29 +00:00
Julien Pivotto 05ddfa3cda update server list 2008-08-13 22:54:03 +00:00
Julien Pivotto 4b039ce4d6 hide verify button in E2E dialog if identity is alerady verified 2008-08-13 21:44:52 +00:00
Julien Pivotto ff96a236e0 add a title to E2E dialog 2008-08-13 21:30:18 +00:00
Julien Pivotto 3eb1b551e5 Nicer E2E dialog 2008-08-13 21:25:26 +00:00
Julien Pivotto aeba5aa0e3 Update Changelog 2008-08-13 18:55:03 +00:00
Yann Leboulanger 04de76b65a don't look for history in database when none is typed in history window. Fixes #4192 2008-08-13 11:46:06 +00:00
Julien Pivotto db0be5c05a improve CSS property text-decoration (allow multi text-decoration) 2008-08-13 11:21:39 +00:00
Julien Pivotto e3428713e3 Add some 32x32 icons for MUC 2008-08-12 19:04:24 +00:00
js e4027ff2dd Update version properly. We should repackage 0.12-alpha1! 2008-08-12 16:12:25 +00:00
js ad901d645f Make string better translatable. 2008-08-12 14:33:13 +00:00