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
Jean-Marie Traissard
8decfc44a2
Sort groups in edit group dialog, even when adding one. Note that it doesn't lower groupname before sort.
...
Make edit group window longer but with no vscroolbar if necessary.
2006-05-14 16:19:04 +00:00
Jean-Marie Traissard
00669c06a0
Missing upcase letter
2006-05-10 20:29:17 +00:00
Jean-Marie Traissard
af3500a225
#1005 preparation : Begin to move notifications to notify.py :
...
-moved popup and sound for contact in/out
-added popup for status change (always disable for the moment, will be advanced only)
Note : removed "if not gajim.awaiting_events[account].has_key(jid)" from condition for an in/out popup to be showed
2006-05-10 20:25:51 +00:00
Jean-Marie Traissard
a898cf4544
#1005 :
...
-Added events about FT, event status change
-Merge events first/next message reveived and add a condition about chat actually open with that contact for all events
-Added action about roster notification (animated icon for contact)
-Added glade file to translatable ones
2006-05-09 17:59:24 +00:00
Dimitur Kirov
6db39b590d
sort texts in completion list
2006-05-09 13:07:33 +00:00
Jean-Marie Traissard
a106d402b8
#1005 : Advanced Notifications Control : First part : Preferences GUI.
2006-05-09 00:05:15 +00:00
Dimitur Kirov
b145e59b41
moved completion dict creation in helpers.py
2006-05-08 22:44:47 +00:00
Dimitur Kirov
afdfdc05ce
add completion for single message dialog
2006-05-08 22:06:42 +00:00
Dimitur Kirov
8f239a4be0
moved completion definition in a function
...
get_completion_liststore in gtkgui_helpers
2006-05-08 21:59:09 +00:00
Dimitur Kirov
37a65bd72e
Start Chat text
2006-05-08 21:34:57 +00:00
Dimitur Kirov
1941de6879
add completion for start chat dialog
2006-05-08 21:16:38 +00:00
Dimitur Kirov
5e6b016af1
split gtkgui.glade in several small glade
...
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Yann Leboulanger
6d57097177
no need to call request_vcard twice, it's already in VcardWindow class
2006-04-28 20:54:29 +00:00
Jean-Marie Traissard
1309befd16
[nk]Clean "about" dialog
2006-04-25 20:38:16 +00:00
Dimitur Kirov
53764afbe7
new ConversationTextview doesn't extend
...
TextView
2006-04-18 16:08:56 +00:00
Jean-Marie Traissard
365d9d4eb6
Clarify menuitem new chat code : message->chat . Correct actions->chat behaviour
2006-04-18 15:17:07 +00:00
Yann Leboulanger
a5ce1a1503
print gtk and pygtk version in about dialog
2006-04-12 16:31:35 +00:00
Yann Leboulanger
af424d5bb9
fixes encoding problems when choosing a file in FileChooserDialog on non-utf-8 systems
2006-04-12 13:56:30 +00:00
Nikos Kouremenos
76da3f4b5a
past in about dlg too
2006-04-11 13:38:51 +00:00
Yann Leboulanger
1241da51f2
save also call on_response_ok. Fixes #1843
2006-04-10 21:15:44 +00:00
Yann Leboulanger
e2ed5d82ff
new non-blocking ImageChooserDialog. Fixes #777
2006-04-10 19:49:24 +00:00
Yann Leboulanger
a1b8dfbcd7
/SoundChooserDialog are now non blocker. Fixes #777
2006-04-10 17:21:28 +00:00