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
Yann Leboulanger
96b21bbc6f
[roidelapluie & asterix] Privacy lists. Fixes #253
2006-07-03 20:49:20 +00:00
Dimitur Kirov
f1d2380cac
prevent TB in completion list
2006-07-03 06:52:25 +00:00
Yann Leboulanger
60f9741046
* meta contacts over accounts
...
* DND a contact to another group asks to add it in this group
Fixes #1515
2006-06-28 07:27:40 +00:00
Jean-Marie Traissard
17f891a22f
Do nou use gtkspell on RECEIVED single messages. Fixes #2065 .
2006-06-16 17:47:47 +00:00
Yann Leboulanger
bc26593974
use gettext.install. Fixes #497
2006-06-15 06:49:04 +00:00
Jean-Marie Traissard
4e1e46a8ac
19:26:12 Jim++: is space before AND after ":" mandatory (in french it is) ?
...
19:26:17 Hawke: No
19:26:22 Hawke: Only after
Let translator decide
2006-06-10 17:31:43 +00:00
Jean-Marie Traissard
5252ec2d3f
Set all strings translatable in about dialog, use AUTHORS file
...
logger->Typo
2006-06-10 17:23:58 +00:00
Jean-Marie Traissard
9ed43cf6d1
Show a real error box when unable to bind to port
...
Fixes #1941 .
2006-06-05 17:07:48 +00:00
Yann Leboulanger
59c3b7b3c8
JEP 172 support (user nickname) Fixes #464 and #884
2006-06-01 15:23:38 +00:00
Dimitur Kirov
adb54d0eb7
prevent TB on window destroy
2006-05-29 18:23:12 +00:00
Dimitur Kirov
7e467e04f8
shrink account and protocol comboboxes
2006-05-19 22:30:23 +00:00
Dimitur Kirov
226e5372e4
new arguments for gajim-remote add_contact
...
(<jid> [account]). If account is not specified,
show a combobox with active accounts
2006-05-19 21:13:45 +00:00
Jean-Marie Traissard
e58130611d
Deal with non utf8 status messages in change status message dialog
2006-05-16 18:49:34 +00:00