Yann Leboulanger
|
dc4f4922af
|
[Brice Maron & I] add option to configure the way time is printed. fixes #2797
|
2007-01-12 19:27:00 +00:00 |
Jean-Marie Traissard
|
775b85a83e
|
Var name, removed unused import, thanks pyflakes
|
2007-01-11 22:41:00 +00:00 |
Yann Leboulanger
|
558a57802c
|
handle correctly non ascii chars in path under win. fixes #2812
|
2007-01-02 17:56:26 +00:00 |
Yann Leboulanger
|
53b901cf4e
|
[Yavor Doganov] some typoe in strings and comments
|
2007-01-02 12:17:51 +00:00 |
Yann Leboulanger
|
5e6f9d0118
|
add an option to define the chatstate we want to show in char window. fixes #2706
|
2006-11-26 09:06:47 +00:00 |
Jean-Marie Traissard
|
a8354e1132
|
Fixed totally broken trayicon_notification_on_new_messages behaviour, change name to
trayicon_notification_on_events and do what's expected
|
2006-11-03 19:52:39 +00:00 |
Jean-Marie Traissard
|
483b3ac149
|
Keep precedent config about playing muc_received_sound or not
|
2006-10-12 01:28:09 +00:00 |
Nikos Kouremenos
|
47d557fc1b
|
import once sqlite and logger and exceptsion in optparser.py
|
2006-10-11 22:45:33 +00:00 |
Nikos Kouremenos
|
3535249ba1
|
py25 comes with pysqlite module in the stdlib
|
2006-10-11 22:31:51 +00:00 |
Nikos Kouremenos
|
307abbc384
|
put a comment
|
2006-10-11 22:08:30 +00:00 |
Nikos Kouremenos
|
ff513d850a
|
close cursor before close connection
|
2006-10-08 13:54:22 +00:00 |
Nikos Kouremenos
|
ddeb9dfe8e
|
execute not executescript
|
2006-10-08 13:18:32 +00:00 |
Yann Leboulanger
|
5c615f53b5
|
clean logs table so that show field contains only 0, 1, 2, 3, 4, 5 values
|
2006-10-08 09:57:23 +00:00 |
Nikos Kouremenos
|
b4ab022956
|
IF NOT EXISTS does not work for all systems [some sqlite pysqlite stuff]. avoid it
|
2006-10-07 14:48:01 +00:00 |
Nikos Kouremenos
|
16d062c9b7
|
fix typo. thanks Fox
|
2006-10-07 11:28:38 +00:00 |
Nikos Kouremenos
|
e5c61095f9
|
migrate in the correct place
|
2006-10-07 10:19:25 +00:00 |
Nikos Kouremenos
|
9002b3d293
|
put my email (and jid), not one of my JIDs
|
2006-09-28 11:31:25 +00:00 |
Yann Leboulanger
|
1f72608d20
|
re-connect to DB after upgrades (upgrade can modify DB structure)
|
2006-07-31 07:45:29 +00:00 |
Yann Leboulanger
|
32b18d9237
|
we now get transport type from disco info and save that in DB. Fixes #1990 and #1938
|
2006-07-29 22:29:59 +00:00 |
Yann Leboulanger
|
bc26593974
|
use gettext.install. Fixes #497
|
2006-06-15 06:49:04 +00:00 |
Dimitur Kirov
|
668b98e403
|
prevent TB for missing option
|
2006-06-12 07:37:17 +00:00 |
Jean-Marie Traissard
|
3a71c72244
|
Do not fail with keyError in some cases due to 0.10.0.1 version change to 0.10.1.1 (failed from 0.10.1 to
svn)
|
2006-06-11 13:01:54 +00:00 |
Jean-Marie Traissard
|
28691db92b
|
Relate to changeset
|
2006-06-10 18:23:19 +00:00 |
Jean-Marie Traissard
|
cfceab7d44
|
Really use translated word for 'Disabled', about emoticones
Updated version to 0.10.1.2 for optparser because all non-english users have 'Disabled' instead of '' for
their emot
|
2006-06-10 18:18:46 +00:00 |
Yann Leboulanger
|
226b923a17
|
always set version to latest even there is no update func for config file
|
2006-06-05 10:52:35 +00:00 |
Yann Leboulanger
|
8ed37983e6
|
print_status_in_muc changement won't be in 0.10.1
|
2006-06-02 11:21:05 +00:00 |
Yann Leboulanger
|
d7d0e25d25
|
print_status_in_muc is not a string which can be 'all', 'none' or 'in_and_out'(default one). version is 0.10.0.1 to update this variable.
show_status becomes print_status in server (show_status is still read for transition)
|
2006-05-10 16:25:57 +00:00 |
Dimitur Kirov
|
c4dc648637
|
old opt value of 'always_compact_view_chat'
is string, not boolean
|
2006-04-28 19:41:35 +00:00 |
Yann Leboulanger
|
ba558c03e7
|
typo
|
2006-04-12 10:08:59 +00:00 |
Dimitur Kirov
|
9d3976c2d7
|
restored proxy.jabber.cd.chalmers.se in the
list of default proxies
|
2006-04-12 09:13:38 +00:00 |
Yann Leboulanger
|
ad04559cbf
|
try to create unread_messages table only once when we update config file.
|
2006-04-12 08:38:51 +00:00 |
Nikos Kouremenos
|
f0f054af6b
|
[Geobert] new compact view so important info are not hidden (f.e. chatstates) for maximum adjustment, see hide_* in ACE. fixes #1276
|
2006-04-10 12:09:05 +00:00 |
Yann Leboulanger
|
a174f3e1c3
|
plain has ben renamed to gtk+
emoticons are no more in config file. Fixes #1838
|
2006-04-10 11:46:53 +00:00 |
Nikos Kouremenos
|
e703218466
|
coding standards. rm too much identation
|
2006-04-05 14:54:17 +00:00 |
Nikos Kouremenos
|
66029d652e
|
rm debug prints from optparser
|
2006-03-26 19:26:25 +00:00 |
Yann Leboulanger
|
f58503f8e7
|
fix update_config procedure. Also remove proxy65.unstable.nl proxy. Fixes #1748
|
2006-03-26 10:24:42 +00:00 |
Dimitur Kirov
|
e6b2686138
|
remove inactive proxies on upgrate. All svn
users remove these proxies from your accounts:
proxy65.jabber.ccc.de
proxy65.jabber.autocom.pl
proxy.jabber.cd.chalmers.se
|
2006-03-25 20:29:29 +00:00 |
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 |