Yann Leboulanger
|
4cf50119cb
|
new translatable words
|
2005-03-12 23:14:00 +00:00 |
Yann Leboulanger
|
4a67797ca7
|
init this widget in the __init__ function (init_account is not called when we create a new account)
|
2005-03-12 18:21:49 +00:00 |
Yann Leboulanger
|
7bf83a3d71
|
no need to save that here, it is done later in the function
|
2005-03-12 18:18:52 +00:00 |
Yann Leboulanger
|
6471ac26b8
|
we want to save 0 or 1, not True or False
|
2005-03-12 17:18:33 +00:00 |
Nikos Kouremenos
|
6b8203916f
|
ticket 86 remains
|
2005-03-12 15:50:13 +00:00 |
Yann Leboulanger
|
737fcfe414
|
the sync_with_global_status option now works
|
2005-03-11 15:23:47 +00:00 |
Nikos Kouremenos
|
eae0bdc4e0
|
tried some stuff. yann plz have a look at the window.present() and at the stuff with sync_with_global_status [used to be active]. I'm close I think :P
|
2005-03-11 01:10:30 +00:00 |
Nikos Kouremenos
|
37e75cb84f
|
fixes
|
2005-03-11 00:32:41 +00:00 |
Yann Leboulanger
|
ac84e25dcb
|
typo
|
2005-03-11 00:31:15 +00:00 |
Yann Leboulanger
|
4bed9c30b1
|
code the ignore messages from contacts not in the roster option
|
2005-03-10 23:45:10 +00:00 |
Yann Leboulanger
|
3b4a2f748a
|
force the infos = {} when we call Account_modificaion_window
print special words in status messages
|
2005-03-10 23:21:30 +00:00 |
Yann Leboulanger
|
bbbeba0b48
|
show the correct cursor and block only right click on conversation textview
|
2005-03-10 18:53:55 +00:00 |
Nikos Kouremenos
|
b8ece6c041
|
URL detection just got better and fixes allover
|
2005-03-10 14:53:24 +00:00 |
Yann Leboulanger
|
3db089b3c4
|
upgrade plugin.sleeper_state dict when we change the account name
get the active option before we delete the dict
|
2005-03-09 21:01:31 +00:00 |
Yann Leboulanger
|
06fa551b72
|
typos
|
2005-03-09 20:43:22 +00:00 |
Yann Leboulanger
|
ffa613a7f2
|
typo
|
2005-03-09 17:14:40 +00:00 |
bigpod
|
d2f546403b
|
small fix om emoticons_treemodel_row_changed
|
2005-03-09 13:32:33 +00:00 |
Yann Leboulanger
|
be74122555
|
all the options in preferences window now apply instantly
|
2005-03-09 10:26:57 +00:00 |
Yann Leboulanger
|
09ce159387
|
code for instantly apply changements about links grabber
function to launch the application
|
2005-03-08 20:59:29 +00:00 |
Yann Leboulanger
|
723a83c380
|
in config.py, in preferences window : order the functions in the order they apear in the window
add the code for the time printing option
|
2005-03-08 14:08:46 +00:00 |
Yann Leboulanger
|
d34db3a91e
|
add a button in preferences window for colors in chat windows
|
2005-03-07 23:25:43 +00:00 |
Yann Leboulanger
|
935e57c18c
|
on_edit_details_button_clicked is better like that
|
2005-03-07 21:03:48 +00:00 |
Yann Leboulanger
|
1525445d3c
|
little bugfix
|
2005-03-07 20:51:27 +00:00 |
Yann Leboulanger
|
b19a1e1d27
|
save the account's preferences when we add a new account
|
2005-03-07 20:41:28 +00:00 |
Nikos Kouremenos
|
b791479159
|
code and glade fixes all over
|
2005-03-07 17:01:56 +00:00 |
Yann Leboulanger
|
973e001832
|
typo
|
2005-03-07 11:14:29 +00:00 |
Yann Leboulanger
|
cda51794ce
|
we can now set ask_online_status and ask_offline_status in the preferences window
|
2005-03-06 23:20:30 +00:00 |
bigpod
|
fb42a00add
|
second tab instant apply, row-changed needs fix
|
2005-03-06 21:43:35 +00:00 |
Nikos Kouremenos
|
56d4876b33
|
thanks yann
|
2005-03-06 20:53:58 +00:00 |
bigpod
|
c6fe9aa655
|
small fix on config.py
|
2005-03-06 19:45:38 +00:00 |
bigpod
|
7f3b895cdc
|
code added forreset color button
|
2005-03-06 19:30:32 +00:00 |
Yann Leboulanger
|
f33b9f9fb6
|
we can now desactivate the history logging for all contacts in an account
|
2005-03-06 19:19:21 +00:00 |
bigpod
|
f1575690af
|
iconstyle_combobox fix some other small fixes
|
2005-03-06 18:28:42 +00:00 |
bigpod
|
1408778961
|
first tab in preferences is working with instant apply the only thing that does not work correctly is iconstyle_combobox i will fix it in about an hour from now
|
2005-03-06 16:20:33 +00:00 |
bigpod
|
19785c664f
|
instant apply on first tab of preferences window
|
2005-03-06 15:14:34 +00:00 |
bigpod
|
9f65782645
|
small fix on config.py
|
2005-03-06 02:06:00 +00:00 |
bigpod
|
20edeaf030
|
some fixes in config.py
|
2005-03-06 01:58:42 +00:00 |
Nikos Kouremenos
|
893358edfe
|
PLEASE HAVE A LOOK. string module is deprecated. starting to change in order not to be deprecated. PLEASE HAVE A LOOK. I DID 2 times, maybe I missed sth though. split(' ') --> split() is the same so that's not an error [sep=' '] is the default one [and I don't expect that to change :P
|
2005-03-05 21:02:38 +00:00 |
bigpod
|
6d67431f37
|
Some variable name fixes in preferences, and in config.py
|
2005-03-05 18:56:32 +00:00 |
bigpod
|
a65a856ebd
|
Now the signals made from the glade file
|
2005-03-05 17:01:14 +00:00 |
bigpod
|
f34437a7f7
|
config properties for openwith
|
2005-03-05 00:31:39 +00:00 |
Yann Leboulanger
|
45212e8d74
|
an item can not have a 'name' key if it is for a person in the groupchat :
for example when jid = gajim@conference.jabber.lagaule.org/nick
|
2005-03-04 13:57:21 +00:00 |
Yann Leboulanger
|
cf41cb93f4
|
we can now change our jabber password
|
2005-03-04 13:10:00 +00:00 |
Nikos Kouremenos
|
036c476127
|
partial fixes
|
2005-03-02 20:27:09 +00:00 |
Yann Leboulanger
|
37764c01af
|
bugfix in the agent browser
|
2005-03-02 16:11:54 +00:00 |
Nikos Kouremenos
|
64682f8899
|
added our logo
|
2005-03-02 13:42:33 +00:00 |
Yann Leboulanger
|
e0671d5534
|
change callback, widget and variable names for agent_registration_window in glade and in the code
|
2005-03-02 13:11:21 +00:00 |
Yann Leboulanger
|
86bc75a036
|
change the class names
|
2005-03-02 13:04:47 +00:00 |
Nikos Kouremenos
|
2c4362db46
|
a commit to check bugs
|
2005-03-02 12:56:20 +00:00 |
Yann Leboulanger
|
6d6b9796f0
|
change callback, widget and variable names for join groupchat window in glade and in the code
|
2005-03-02 12:32:44 +00:00 |