Yann Leboulanger
c0ca8027af
use defs file to look for COPYING, AUTHORS and THANKS files.
2006-10-11 15:51:42 +00:00
Nikos Kouremenos
627469e5e0
from common.exceptions import GajimGeneralException as GajimGeneralException -> from common.exceptions import GajimGeneralException
2006-10-10 15:29:10 +00:00
Nikos Kouremenos
8d74950f42
use GajimGeneralException instead of RuntimeError everywhere we meant to use that
2006-10-08 12:07:33 +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
Yann Leboulanger
683c3145e0
Do not allow to add special groups in edit groups dialog.
2006-10-04 07:00:42 +00:00
Jean-Marie Traissard
aeb6116ba6
Add auto_authorize_checkbutton things missing in [7041]
2006-10-03 12:03:14 +00:00
Yann Leboulanger
aa3230814c
hide protocol_jid_combobox if only one
...
move auto_authorize checkbutton outside of table
Fixes #2461
2006-10-02 22:56:26 +00:00
Yann Leboulanger
8eac5a6e28
fix wrong var name. REally detect correctly transport jid in add contact dialog.
2006-10-02 22:37:17 +00:00
Yann Leboulanger
478579cde1
recognize correctly transport's jid in add contact dialog
2006-10-02 19:11:27 +00:00
Yann Leboulanger
6f48b3bcb8
[Timur]add an action button in subscription_request_window ti start a chat directly from there.
2006-10-01 17:52:57 +00:00
Jean-Marie Traissard
ba83ec833e
Disable privacy list menuitem when disconnecting
...
Fix TB about wrong widget name. Hope that works, can't test as only server I found that claims to support
it says I'm sending bad requests...
2006-09-29 22:22:46 +00:00
Nikos Kouremenos
2439915136
clean, clean, clean privacy list "patch"
2006-09-28 15:04:25 +00:00
Nikos Kouremenos
9002b3d293
put my email (and jid), not one of my JIDs
2006-09-28 11:31:25 +00:00
Nikos Kouremenos
11cd6d152c
Support for notify-python so if notification-daemon is not available, we still can show cool popups. FIXES #1901
2006-09-28 00:31:59 +00:00
Nikos Kouremenos
96930c8ad3
HIG plz for string in add new contact dialog
2006-09-27 14:28:44 +00:00
Nikos Kouremenos
ba10724e36
make privacy lists patch commitable
2006-09-25 12:33:53 +00:00
Yann Leboulanger
28b2ba04ff
add a clear button in choose avatar dialog. Fixes #2423
2006-09-21 20:52:37 +00:00
Nikos Kouremenos
ea6427a004
UF string
2006-09-21 13:28:04 +00:00
Yann Leboulanger
bcf163324e
destroy FileChooserDialog when we press cancel.
2006-09-16 15:52:52 +00:00
Dimitur Kirov
70d1977c00
check file permissions before saving avatar
...
catch FileChooser 'response' signal, instead
of dialog buttons 'clicked' signals (gtk+-2.10)
2006-09-16 01:44:04 +00:00
Yann Leboulanger
56c01ceace
in ChooseGPGKeyDialog, put None iter on top. Fixes #2390
2006-09-09 19:56:57 +00:00
Yann Leboulanger
152093e42e
[bronger] translate correclt strings during runtime. Fixes #2394
2006-09-08 22:27:04 +00:00
Yann Leboulanger
7046a19af0
raise is usefull to know if join was sucesfull or not (in roster_window.py). Fixes #6698
2006-09-02 11:17:02 +00:00
Jean-Marie Traissard
8945d21345
Do not raise useless RuntimeError. Fixes #2376 .
2006-09-02 01:00:22 +00:00
Yann Leboulanger
0ee02dd62f
order groups in add contact dialog. Fixes #2365
2006-08-30 20:27:38 +00:00
Travis Shirk
6fe8efff64
Removed set_transient_for(roster) for windows/dialogs that can be launched from
...
message windows (i.e., the window appears on the roster desktop rather than the current
desktop). There may be some more places where this may be wanted, but this hits the
major ones.
2006-08-30 03:25:28 +00:00
Yann Leboulanger
00ee3a62d5
really print subscription table when we register to a transport
2006-08-21 19:53:26 +00:00
Yann Leboulanger
285f190a28
really show subscription table when needed. Fixes #2212
2006-08-20 18:02:33 +00:00
Yann Leboulanger
ed4406472a
don't fail where there is an unknown transport type
2006-08-07 17:35:03 +00:00
Yann Leboulanger
f99308207e
o -> 0: fix TB
2006-08-03 20:25:38 +00:00
Yann Leboulanger
2428298bda
new add_contact window with a combobox. Fixes #872
2006-08-03 19:13:42 +00:00
Yann Leboulanger
29ed784cd2
better title for single message window depending on if we're sending or receiving
2006-08-01 10:41:45 +00:00
Yann Leboulanger
ebb01e96ec
show vertical scrollbar automatically in edit groupos dialog. Fixes #2196
2006-08-01 09:45:00 +00:00
Yann Leboulanger
57aeb0d0ef
we can now register to a transport in add contact window is server has such a transport. Fixes #1944
2006-07-31 17:08:21 +00:00
Yann Leboulanger
1c9b21d9d8
remove a useless print
2006-07-31 15:06:00 +00:00
Yann Leboulanger
b6ba2b1727
remove some FIXME
2006-07-31 15:05:29 +00:00
Yann Leboulanger
572857cf06
better string
2006-07-31 14:36:49 +00:00
Yann Leboulanger
dc9bf86184
we can now the language we want for speller. Just use speller_language advanced
...
option to define it.
2006-07-31 13:55:21 +00:00
Yann Leboulanger
6e5ce765d9
new add contact window. TODO: enable the register button when our server have this transport. Fixes #872
2006-07-31 13:32:40 +00:00
Yann Leboulanger
98928886ef
don't ask nick when we want to join a room in which we already are
2006-07-29 20:54:17 +00:00
Yann Leboulanger
7ae4d03628
privacy lists open / delete buttons are not unsensitive when we open the window and no privacy lists is available. Fixes #2140
2006-07-28 11:05:13 +00:00
Yann Leboulanger
766f6054fe
fix 2 typo. Fixes #1514
2006-07-28 10:53:51 +00:00
Yann Leboulanger
1ee455edb7
we can now edit groups of multiple contacts. Fixes #1514
2006-07-28 10:25:58 +00:00
Yann Leboulanger
134483f936
fix minor TB when there is no image file in a folder and we browse it
2006-07-26 09:05:33 +00:00
Yann Leboulanger
65d57253c9
we can now invite to new room
2006-07-25 22:26:07 +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
0614f534bb
code for advanced_notifications_window: config is now saved in config file
2006-07-17 10:07:26 +00:00
Yann Leboulanger
98349b2bf1
subscription can be translated but english version is always sent to server
2006-07-03 21:56:19 +00:00
Yann Leboulanger
42f636bf4e
also hide active and default checkbuttons when there is no rules
2006-07-03 21:17:05 +00:00