Yann Leboulanger
759ddff650
don't handle xmpp:// uri, correct uri are xmpp:
2007-01-05 17:38:43 +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
6076bd1028
ignore wrong incomming jid from gajim-remote open_chat. see #2861
2007-01-05 12:32:59 +00:00
Yann Leboulanger
ab4b14a228
[Benjamin Drung] fixed german translation
2007-01-05 01:16:21 +00:00
Yann Leboulanger
3ba76e4e62
expand sound list in pref window
2007-01-04 12:37:23 +00:00
Yann Leboulanger
6cbb621c15
[Benjamin Drung] fix german typo. fixes #2858
2007-01-04 10:14:51 +00:00
Yann Leboulanger
58886644c9
debian files for 0.11 package
2007-01-03 10:35:13 +00:00
Yann Leboulanger
558a57802c
handle correctly non ascii chars in path under win. fixes #2812
2007-01-02 17:56:26 +00:00
Yann Leboulanger
f5108c745f
change var name. type is a reserved word
2007-01-02 17:43:32 +00:00
Yann Leboulanger
4a58db0fca
hide progressbar in profile window when not used. fixes #2852
2007-01-02 17:01:33 +00:00
Yann Leboulanger
77f8e66ff4
use $0 and $1 in fuzzyclick not to confuse intltools
2007-01-02 14:02:31 +00:00
Yann Leboulanger
a08267b759
add belarussion in speller list
2007-01-02 13:50:32 +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
483481c586
ask transport contact avatars only when transport is connected. fixes #2832
2007-01-02 11:43:57 +00:00
Yann Leboulanger
cafef3c1c5
[misc] handle uri like room_jid?join. see #2133
2007-01-02 02:45:43 +00:00
Yann Leboulanger
7945ceac83
add auto join checkbutton in join room dialog. fixes #2056
2007-01-02 01:38:58 +00:00
Yann Leboulanger
08f21700ad
update message_control contact correctly to show correct status message. fixes #2851
2007-01-02 00:04:31 +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
Nikos Kouremenos
ae40ef13ae
make idle detection work in Windows without C compilation stuff (use ctypes and do the call to user32.dll via python [py25 includes ctypes else get it externally]. an Xmas gift from to Yann for .11 wonderful release!
2006-12-30 00:54:20 +00:00
Nikos Kouremenos
db4cacf239
fix typo
2006-12-30 00:53:02 +00:00
Yann Leboulanger
ae16d8956d
add missins var initialization.
2006-12-29 21:23:24 +00:00
Yann Leboulanger
0ac37a3b6c
add an ACE option to show or not number of online / total contacts. fixes #2811
2006-12-29 18:39:33 +00:00
Yann Leboulanger
77d9f89eee
add an ACE option to disable the use of Gnome Keyring. fixes #2835
2006-12-29 18:30:18 +00:00
Yann Leboulanger
9284e84f3e
don't change selection while Drag and Droping. fixes #2532
2006-12-29 17:41:13 +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
Yann Leboulanger
d027597bf8
prevent TB. fixes #2843
2006-12-28 19:03:55 +00:00
Yann Leboulanger
70bf104cfc
[misc] XEP-0202 (Entity Time) support. fixes #2830
2006-12-28 16:27:41 +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
e1ad5b15d0
- Removed unnecessary import
...
- Fixed name of transport_nb's logger
2006-12-28 11:15:44 +00:00
Yann Leboulanger
d1c01945be
show a message to user when gnomekeyring is installed but not well started. fixes #2834
2006-12-28 10:01:15 +00:00
junglecow
8707d511c1
- More accurate description of None outcome of _check_fingerprint
...
- Check for presence of PyOpenSSL in fingerprint check. Fixes #2841 .
2006-12-27 23:28:47 +00:00
junglecow
cf291c3c2f
Move fingerprint check into its own function.
2006-12-27 23:25:32 +00:00
junglecow
c16642c838
Catch socket.gaierror. Fixes #2840 .
2006-12-27 22:45:23 +00:00
Yann Leboulanger
447ec9ecd6
[gjc] ask password when gnomekeyring isn't available. fixes #2834
2006-12-27 21:13:42 +00:00
junglecow
e816b38a0f
Check if self._sock exists before trying to close it. Fixes #2839 .
2006-12-27 20:44:21 +00:00
junglecow
5f16eb633b
Re-deleted exc_clear. Reason:
...
- It's unnecessary
- It confuses people
See [7433] and #1575 . This is an old workaround for psyco braindeadness, which
we don't use anymore. If there's a reason this should stay in code, please
document clearly, and re-add. Thanks.
2006-12-27 18:57:30 +00:00
junglecow
847d9fe6e9
- Enhanced parsing of -l/--loglevel option
...
- Demote one message w/exception to debug
- Hopefully improved user error message when fingerprint is bad
2006-12-27 18:38:50 +00:00
Yann Leboulanger
45341476db
don't show empty () when a pm contact changes his status. fixes #2832
2006-12-27 11:32:01 +00:00
Yann Leboulanger
81fb64f6b2
don't add empty group when we add a contact. fixes #2833
2006-12-27 10:39:03 +00:00
Nikos Kouremenos
64dec82bb6
readd something, unless there is a reason it got removed in [7706]
2006-12-27 06:09:15 +00:00
Yann Leboulanger
6dde2b44ce
reconnect only previously connected account when connection manager detect the reconnection, and with correct status message. fixes #2813
2006-12-26 14:56:28 +00:00
Yann Leboulanger
7e11bf1172
do not count transport in global online / total users. fixes #2801
2006-12-26 13:40:01 +00:00
Yann Leboulanger
e8657b4fdb
do not count not in roster contacts in online / total users. see #2801
2006-12-26 13:33:09 +00:00