Nikos Kouremenos
|
627469e5e0
|
from common.exceptions import GajimGeneralException as GajimGeneralException -> from common.exceptions import GajimGeneralException
|
2006-10-10 15:29:10 +00:00 |
|
Jean-Marie Traissard
|
0f7e244623
|
Do not reload full UI when opening prefs. I see no reason. Introduced in [5586].
|
2006-10-09 00:01:18 +00:00 |
|
Yann Leboulanger
|
182963242b
|
fix adjust_priority_with_status option: save when we change this option and correctly get autopriority_* values
|
2006-10-08 09:01:32 +00:00 |
|
Nikos Kouremenos
|
10ae874cb6
|
We now use one term "group chat" in the place of sometimes used room
|
2006-10-07 14:36:08 +00:00 |
|
Nikos Kouremenos
|
01e3fc1199
|
introduce GajimGeneralException and use that instead of RunTimeError when raising so instances are not created. This is better because python can also raise RunTimeError, which we will catch by accident and we do not want that to happen
|
2006-10-07 12:41:19 +00:00 |
|
Nikos Kouremenos
|
8dfb1a5a66
|
unite room and server name resulting in a room jid interface [so it aligns with add new contact]. fixes #2504
|
2006-10-07 12:18:51 +00:00 |
|
Nikos Kouremenos
|
d592fbdf05
|
fix identation [rm spaces too]
|
2006-10-06 12:30:57 +00:00 |
|
Nikos Kouremenos
|
ebd6f65460
|
[Gustavo Carneiro] add GnomeKeyring support. see #2493
|
2006-10-05 23:06:54 +00:00 |
|
Nikos Kouremenos
|
702eb60e46
|
autodetect_browser_mailer() is already called in gajim.py [on init]
|
2006-10-05 22:53:52 +00:00 |
|
Yann Leboulanger
|
725325eb7e
|
priority is now by default set from status. online: 50, away: 40...
priorities are configurable with autopriority_* ACE options.
Fixes #1999, #1439, #1885, #1076
|
2006-10-03 14:57:19 +00:00 |
|
Yann Leboulanger
|
f34c41c93b
|
Di not ask "are you sure you want to leave room X" when we remove an account. We already replied to "you have opend chat windows". Fixes #2462
|
2006-10-03 08:54:14 +00:00 |
|
Yann Leboulanger
|
d691ec38dd
|
don't show set_status_msg_from_current_music_track_checkbutton if we're under windows. Fixes #2454
|
2006-10-02 13:08:53 +00:00 |
|
Nikos Kouremenos
|
65fc27e573
|
Improve in style, varnames, docstrings [make it readable after months have passed], a great patch by Gustavo Carneiro with which we can get currently playing music track from Rhythmbox and Muine to be shown in our status message. fixes #564
|
2006-09-23 13:49:33 +00:00 |
|
Yann Leboulanger
|
229d86ae9d
|
before/after_time/nickname are now textviews in pref window. So that they can contacin \n and \t chars. Fixes #2206
|
2006-09-20 20:00:20 +00:00 |
|
Yann Leboulanger
|
23109aac2b
|
create account with password even if we don't save it. Fixes #2433
|
2006-09-20 06:56:18 +00:00 |
|
Yann Leboulanger
|
34ff33e4c1
|
Prevent user that removing an account closes all chat / gc windows. Fixes #2370
|
2006-09-19 09:15:26 +00:00 |
|
Yann Leboulanger
|
f6df3bbbee
|
show roster when it's hidden and we try to remove systray icon. Fixes #2421
|
2006-09-16 11:23:18 +00:00 |
|
Yann Leboulanger
|
8c243eab43
|
correctly change chat control/window account name when we change it. Fixes #2369
|
2006-09-15 09:22:52 +00:00 |
|
Yann Leboulanger
|
875f4f8894
|
check if dictionary is installed when enabling spell checking and at gajim startup. For #2387
|
2006-09-10 22:25:07 +00:00 |
|
Yann Leboulanger
|
56c01ceace
|
in ChooseGPGKeyDialog, put None iter on top. Fixes #2390
|
2006-09-09 19:56:57 +00:00 |
|
Yann Leboulanger
|
a15dbddca3
|
autocompletion of server on creating/adding an account. Fixes #2274
|
2006-09-09 12:26:26 +00:00 |
|
Yann Leboulanger
|
152093e42e
|
[bronger] translate correclt strings during runtime. Fixes #2394
|
2006-09-08 22:27:04 +00:00 |
|
Nikos Kouremenos
|
56f248c287
|
Make default status messages feature release-ready
|
2006-09-08 12:48:46 +00:00 |
|
Yann Leboulanger
|
9603146fa6
|
when we edit member / ban / ... list in config room, send to server only the diff, as required by the JEP.
|
2006-09-06 10:39:06 +00:00 |
|
Yann Leboulanger
|
2b06b55994
|
close chat window when we remove an account. Fixes #2370
|
2006-09-03 20:21:26 +00:00 |
|
Yann Leboulanger
|
5ac4a0d86c
|
remove no more used var. chat and gc are now handles by message window manager
|
2006-09-03 11:34:06 +00:00 |
|
Yann Leboulanger
|
e24f3e5e96
|
when we rename an account, change account var in chat / gc controls. Fixes #2369
|
2006-09-03 11:32:01 +00:00 |
|
Yann Leboulanger
|
a67eaba727
|
events are now saved in an Event class. show in roster/systray options in Advanced Notification Control (for incomming messages) now work.
|
2006-09-02 21:01:11 +00:00 |
|
Yann Leboulanger
|
07f5b39e58
|
default status message are now used (if enabled) instead of asking status message. Fixes #2069
|
2006-08-22 14:40:19 +00:00 |
|
Yann Leboulanger
|
748c62c3ef
|
always show preferences window in current workspace. Fixes #2189
|
2006-07-28 11:23:19 +00:00 |
|
Yann Leboulanger
|
e3ba73be74
|
if server doesn't support vcard, don't allow user to modify it. Fixes #2182
|
2006-07-26 12:01:14 +00:00 |
|
Yann Leboulanger
|
f02b77f4ff
|
missing commit: update newly created variable automatic_rooms when we change account name
|
2006-07-25 23:47:26 +00:00 |
|
Yann Leboulanger
|
9af7317fc6
|
when we create a new profile, interface.roster is not available yet when we start AccountCreationWizard
|
2006-07-19 12:56:07 +00:00 |
|
Yann Leboulanger
|
3895724710
|
systray now saves unread messages even if it is not enabled (but module is present). Fixes #2134
|
2006-07-17 21:41:11 +00:00 |
|
Yann Leboulanger
|
196062bbc2
|
use window.set_transient_for(parent) for some windows. Fixes #1024
|
2006-07-17 20:27:30 +00:00 |
|
Yann Leboulanger
|
8fbf18c4ce
|
Fix TB when closing account modification window. Fixes #2161
|
2006-07-17 10:36:28 +00:00 |
|
Jean-Marie Traissard
|
8660b503a9
|
Do not enable sound when selecting a sound event line. Fixes #2145.
|
2006-07-08 11:01:20 +00:00 |
|
Dimitur Kirov
|
d3d82f3e66
|
don't set default font when config value is ''
|
2006-07-03 11:53:50 +00:00 |
|
Yann Leboulanger
|
171da99fcf
|
hide the whole gmail frame when no gmail account
|
2006-07-03 07:44:35 +00:00 |
|
Yann Leboulanger
|
88cf8b5c84
|
[bluegray] extra gmail info (from field) in popup notification. Fixes #1982
|
2006-07-02 18:39:43 +00:00 |
|
Yann Leboulanger
|
64fcd53cff
|
launch aplay -q instead of aplay
|
2006-06-28 07:28:59 +00:00 |
|
Jean-Marie Traissard
|
d68509164f
|
Oops, I forgot to delete a '=', thanks roidelapluie
|
2006-06-21 18:13:20 +00:00 |
|
Jean-Marie Traissard
|
f7b2a7fe81
|
[nk] Better logic
|
2006-06-21 17:03:14 +00:00 |
|
Jean-Marie Traissard
|
f757025e85
|
[nk] some visual fixes
|
2006-06-16 13:18:04 +00:00 |
|
Yann Leboulanger
|
bc26593974
|
use gettext.install. Fixes #497
|
2006-06-15 06:49:04 +00:00 |
|
Jean-Marie Traissard
|
25caac724c
|
Sort preset messages by title in prefs too
|
2006-06-10 20:35:57 +00:00 |
|
Jean-Marie Traissard
|
cfceab7d44
|
Really use translated word for 'Disabled', about emoticones
Updated version to 0.10.1.2 for optparser because all non-english users have 'Disabled' instead of '' for
their emot
|
2006-06-10 18:18:46 +00:00 |
|
Jean-Marie Traissard
|
e2f7a09778
|
Use unified way to ask our own vcard so it is auto retrieved
|
2006-06-05 12:01:17 +00:00 |
|
Jean-Marie Traissard
|
30f83fc2cb
|
Typo + Really delete unused make_groups_submenus_for_chat_with() + redraw pm tab AFTER muc contact
disconnected + fix reference before assignement TB
|
2006-05-18 18:07:53 +00:00 |
|
Jean-Marie Traissard
|
7d4cebf970
|
Fix TB when bookmark['print_status'] is not stored on server
|
2006-05-14 21:34:25 +00:00 |
|