Nikos Kouremenos
|
8b49efd38d
|
[multani] fix syntax typo
|
2006-03-17 12:32:56 +00:00 |
Yann Leboulanger
|
618e429d82
|
migrate the old useemoticons option to emoticons_theme. Fixes #1715
|
2006-03-17 12:15:31 +00:00 |
Dimitur Kirov
|
8945173e51
|
update banner font with theme font
|
2006-03-01 11:03:56 +00:00 |
Nikos Kouremenos
|
29d49b44c2
|
autodetect_browser_mailer is defaulted to False so Gajim starts up faster
|
2006-01-20 13:54:02 +00:00 |
Nikos Kouremenos
|
17f9fdabae
|
fix a typo and make sure not matter what we do not add dead server. TODO: (and also HOWTODO :)) rm from 0.9 config when we run 0.10
|
2006-01-17 23:08:35 +00:00 |
Yann Leboulanger
|
b6a171eeb6
|
function to update 0.9[.1] config file to 0.10
|
2006-01-11 12:18:32 +00:00 |
Yann Leboulanger
|
612716e2db
|
change copyright from "Gajim Team" to real people
|
2005-12-09 23:30:28 +00:00 |
Yann Leboulanger
|
cae7ce3bac
|
"Gajim Team" in all hearders become "Contributors for this file"
|
2005-12-09 17:15:30 +00:00 |
Yann Leboulanger
|
34255e5682
|
Vincent left us a long time ago
|
2005-12-07 23:09:10 +00:00 |
Yann Leboulanger
|
e7d7200e04
|
translate theme when we upgrade config file and check be sure that the current roster_theme exists
|
2005-11-28 22:12:46 +00:00 |
Nikos Kouremenos
|
203fd82b34
|
typo
|
2005-11-22 14:12:34 +00:00 |
Nikos Kouremenos
|
150cbce4e2
|
os.path. join in other places too
|
2005-11-22 11:39:32 +00:00 |
Nikos Kouremenos
|
3e9b8d6bd2
|
enormous cleanup in untested code
|
2005-11-22 10:56:25 +00:00 |
Nikos Kouremenos
|
68dea5d9f3
|
respect users past choice
|
2005-11-19 22:03:58 +00:00 |
Nikos Kouremenos
|
17b5ff7022
|
use tupple not list when nothing list-special is needed; fix comment
|
2005-11-14 14:19:53 +00:00 |
Yann Leboulanger
|
c94d1ca48a
|
function to update the config file from version to version
I currently update some var names, add new themes and remove cyan theme, add new proxies, add new emoticons
If things are missing add them there
|
2005-11-14 09:43:27 +00:00 |
Nikos Kouremenos
|
8a1326a810
|
sys.getfilesystemencoding() can return None to some systems (eg. OpenBSD). Thanks Jolan for patches
|
2005-10-21 13:21:31 +00:00 |
Nikos Kouremenos
|
1ce4015512
|
[stephan k.] decode path for config
|
2005-09-02 21:32:23 +00:00 |
Nikos Kouremenos
|
83c63e85de
|
fix parsing config file
|
2005-08-28 10:45:29 +00:00 |
Nikos Kouremenos
|
20a7a0c426
|
isinstance() is faster than type. pydoc timeit
|
2005-08-26 12:34:11 +00:00 |
Nikos Kouremenos
|
cec336112d
|
[Stéphan K.] make most strings we use unicode instacnes
|
2005-08-26 00:52:44 +00:00 |
Nikos Kouremenos
|
3cd7d46e68
|
fix strings/comments
|
2005-08-24 12:38:41 +00:00 |
Nikos Kouremenos
|
92903afd4c
|
chmod in the correct place
|
2005-08-23 09:30:54 +00:00 |
Nikos Kouremenos
|
6e29a8b524
|
create config file with 0600 [and remove \n from print!!!!!
|
2005-08-23 09:17:48 +00:00 |
Nikos Kouremenos
|
a91765990b
|
comments for translators; pot/po
|
2005-08-13 11:17:49 +00:00 |
Dimitur Kirov
|
cdf6e034b8
|
when IOError occurs during saving preferences
now print os.strerror of the error code
|
2005-08-09 11:17:32 +00:00 |
Nikos Kouremenos
|
d92d9e26e7
|
set, set_per used to return value, now they raise Exception if problems. this helped catch 3 problems. It is good to raise because only devs/patchers and expert users mess with config settings
|
2005-08-05 10:26:10 +00:00 |
Dimitur Kirov
|
3c59acddc2
|
print of exception not needed
|
2005-08-02 22:29:25 +00:00 |
Dimitur Kirov
|
a502d8d28c
|
this should fix the bug on windows
|
2005-08-02 20:33:44 +00:00 |
Yann Leboulanger
|
ce6b470967
|
no need to translate glade strings in optparser
|
2005-08-01 09:42:30 +00:00 |
Dimitur Kirov
|
d57c420112
|
show notification if there is no space on the
device
|
2005-08-01 09:37:41 +00:00 |
Yann Leboulanger
|
597e0c16f7
|
these files are not scripts
|
2005-06-20 10:56:54 +00:00 |
Nikos Kouremenos
|
ecf50d8c56
|
win32: store the config in the correct place, and move it if existes in the old place
|
2005-05-20 18:08:24 +00:00 |
Nikos Kouremenos
|
61d6692a8d
|
if config does not exist do not print error could not open file
|
2005-05-06 08:33:23 +00:00 |
Nikos Kouremenos
|
a346454c45
|
make gajim bootable if not config available. this code is temp but seems to fixes the pb. plz hack it so it meats your taste
|
2005-05-05 17:11:48 +00:00 |
Vincent Hanquez
|
92a4fea8a9
|
new simple optparser. *break* old configuration file compatibility.
|
2005-04-26 23:45:25 +00:00 |
Nikos Kouremenos
|
08f7c21fe8
|
adding LFS detection in get_os_info
|
2005-04-19 13:14:41 +00:00 |
Yann Leboulanger
|
a9ec741af4
|
do not crash when no accounts
|
2005-04-17 19:45:38 +00:00 |
Yann Leboulanger
|
cb821eb8fd
|
if we don't have accounts, don't crash
|
2005-04-17 19:43:28 +00:00 |
Yann Leboulanger
|
8cc28a8faa
|
config file is now saved to disk when we change an option or quit Gajim
|
2005-04-16 22:12:41 +00:00 |
Yann Leboulanger
|
5a354c283c
|
some minor typos / bugfixes
|
2005-04-16 17:36:27 +00:00 |
Yann Leboulanger
|
798fbfebf3
|
the configuration file is now parsed (but not saved atm)
|
2005-04-16 17:03:21 +00:00 |
Yann Leboulanger
|
149ed7a22d
|
reorder files
|
2005-04-12 15:47:20 +00:00 |