Commit graph

235 commits

Author SHA1 Message Date
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
25572229da fix offline icon for sun iconset 2007-02-09 23:51:08 +00:00
Jean-Marie Traissard
32ca86db03 Machos ! Give the girls back !
Thanks "localhost".
2007-02-01 14:25:33 +00:00
Yann Leboulanger
dd9949fb2c [guillaume Morin & Cornelius] new sun iconset 2007-01-29 12:48:39 +00:00
junglecow
53321ed464 New fingerprint for jabber.org is 66:9B:DB:4F:85:B7:A2:26:4D:76:01:C1:14:ED:0A:A9:24:15:8C:85 2007-01-24 22:39:51 +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
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
284066fe40 make some example strings as not translatable 2007-01-22 13:51:42 +00:00
Jean-Marie Traissard
d48cde2b29 prefs win : Fix some design things. See #2916. (fixes 5.) 2007-01-20 22:30:57 +00:00
Jean-Marie Traissard
f81c4ca010 ACE win : hscrollbar_policy->GTK_POLICY_NEVER. See #2916. (3.)
(problem occured with big fonts)
2007-01-20 20:44:36 +00:00
Yann Leboulanger
ac58d394e9 add ability to execute adhoc commands in disco window 2007-01-18 09:12:03 +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
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
7433835994 add an option to override incoming message type. fixes #2804 2007-01-05 20:38:36 +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
3ba76e4e62 expand sound list in pref window 2007-01-04 12:37:23 +00:00
Yann Leboulanger
47f9461584 [Jeff Bailes] improved english strings 2007-01-02 13:36:54 +00:00
Yann Leboulanger
6b22382946 remove useless space 2007-01-02 12:59:15 +00:00
Yann Leboulanger
4d9a557594 remove useless space 2007-01-02 12:52: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
7945ceac83 add auto join checkbutton in join room dialog. fixes #2056 2007-01-02 01:38:58 +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
161093faa9 More in profile window should not be expaned by default 2006-12-30 01:01:00 +00:00
Yann Leboulanger
5e424e873f wrap text in passphrase dialog 2006-12-29 17:39:29 +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
Josef Vybíral
4b97963abb Icons for not-in-roster contacts for relevant transports (see ticket #2829) 2006-12-28 14:11:03 +00:00
junglecow
44674f7e75 - Implement matching of fingerprints against servers.xml
- Add support for fingerprints to servers.xml parser.
 - Add support for 'hidden' servers to servers.xml parser.
 - Add some fingerprints to servers.xml, for testing and as example for the new format.
 - Force asynchronous (nonblocking) SSL handshake in all case
 - Add logging to c/connection.py

Known issues:
 - Checking of fingerprints doesn't work on in-band SSL (Typically port 5222) because of stuff happening out of sequence. Workaround: use immediate SSL mode ("Legacy SSL" option in server config). Because there is as of yet no other way to /force/ SSL, this is also the most secure setting.
 - A lot of code is still looking for a better place to live.
2006-12-22 23:30:23 +00:00
junglecow
b0ba6742cc Oops, local mods weren't meant to go into repository. 2006-12-20 21:13:07 +00:00
junglecow
a4655276fe [Trunk]
- In verbose mode, print encodings. (Especially for Windows users who don't have Python) (gajim.py)
 - Attempt at fixing traceback when getting user's home directory in Windows. See #2812. (c/configpaths.py)
 - Show 'error' icon next to account while waiting for reconnect. Fixes #2786. (c/connection_handlers.py, c/gajim.py, c/connection.py)
[PyOpenSSL]
 - Fix 100% CPU usage and hanging connection when server closes connection on us. (c/x/transports_nb.py)
 - Fix 'hanging' connection when server closes the connection on us before we can open the XML stream. (Disconnect handler didn't get called.) (c/x/client_nb.py)
 - Change prints to logger calls, various enhancements to debug printing, reduce spam (c/x/transports_nb.py)
 - this → self (c/x/transports_nb.py)
 - Call _do_receive() once to collect error message from socket, when error flag is raised in scheduler. (c/x/transports_nb.py)
2006-12-20 20:40:08 +00:00
Josef Vybíral
d6acc4de23 A bit improved gadu-gadu 16x16 online icon 2006-12-17 13:33:56 +00:00
Tomasz Melcer
257b1b7eeb Data forms: labels are aligned with top of widgets, default instructions gone,
borders removed.
2006-12-16 20:05:06 +00:00
Tomasz Melcer
a06937d905 Data forms: separator removed. 2006-12-16 18:13:10 +00:00
Nikos Kouremenos
708977f0c0 HIG to adhod glade file; TODO-> FIXME and better header for the corresponding py 2006-12-16 17:44:59 +00:00
Josef Vybíral
de22ec65de Updating gadu-gadud statuses to satisfy users' needs 2006-12-14 19:11:24 +00:00
Yann Leboulanger
224e1dfe8e make profile and pref window resizable
make profile window translatable
fixes #2773, thanks Yavor
2006-12-12 10:57:59 +00:00
Yann Leboulanger
d3cebabbbd make vcard information window translatable. fixes #2768 2006-12-10 14:20:02 +00:00
Josef Vybíral
f5e5a208ed emoticons (Y) and (N) updated 2006-12-09 20:24:39 +00:00
Josef Vybíral
7d2ad56d62 Update of error icon for dcraven 2006-12-09 19:09:00 +00:00
Josef Vybíral
e546670132 Update of "animated" set of emoticons wuth current version of some used static icons. 2006-12-09 17:31:14 +00:00
Josef Vybíral
19418743ac Package of small (16x16) emoticons and big (22x22) emoticons.
The small one is set to be default.
2006-12-09 17:02:24 +00:00
Josef Vybíral
d46f311790 Forgotten Tlen icons 2006-12-08 20:48:06 +00:00
Josef Vybíral
42d6a8d509 Finishing Static set of emoticons with last set of images 2006-12-08 20:01:49 +00:00
Josef Vybíral
248010c4a9 some more updated emoticons 2006-12-08 09:42:34 +00:00
Josef Vybíral
8b32ffa999 Uppdate of emoticons in static set 2006-12-07 21:19:08 +00:00
Nikos Kouremenos
baf4679438 make edit privacy list window resizable. [generally all windows should be resizable to assist i18n]. Fixes #2762. thanks Yavor! 2006-12-07 17:23:08 +00:00
Josef Vybíral
0229aa33ec Update of weather transport & agent data 2006-12-06 08:40:56 +00:00
Josef Vybíral
e9b32fe109 Updated icons in default iconsets, agents and static emoticons 2006-12-06 08:20:35 +00:00
Nikos Kouremenos
330ebb9c09 use the blinking when systray holds pending events [only new api/only in windows atm] 2006-12-05 18:45:02 +00:00