Yann Leboulanger
6adec9b8e3
trunk is now 0.15.2.0
2012-11-11 10:05:23 +01:00
Yann Leboulanger
abd850e298
update version number
2012-08-29 16:12:30 +02:00
Yann Leboulanger
6cecc36509
version will be 0.15.1
2012-08-28 11:10:42 +02:00
Yann Leboulanger
a51bf035cd
current version is 0.15.0.1
2012-06-17 22:11:17 +02:00
Denis Fomin
a05046c69b
fix version string
2012-03-18 23:53:11 +04:00
Yann Leboulanger
7d19d743a0
prepare 0.15 release
2012-03-18 10:30:08 +01:00
Yann Leboulanger
3a3f99d618
upgrade copyright
2012-01-11 22:20:34 +01:00
Denis Fomin
dea092f7bb
'beta3' version for hg users
2011-12-18 18:35:23 +04:00
Yann Leboulanger
3bce5332e0
prepare beta2
2011-09-27 17:14:40 +02:00
Yann Leboulanger
372d2ed284
prepare 0.15-beta1
2011-09-17 19:47:10 +02:00
Yann Leboulanger
5f00e33fd2
prepare 0.15-alpha1 release
2011-08-27 12:21:09 +02:00
Yann Leboulanger
5e5fd150c6
don't set use_stun_server as True by default. It's useless when there is no stun server configured. Fixes #6935
2011-08-02 10:38:51 +02:00
Denis Fomin
eea9947caa
A simpler way to get changeset identification hash
2011-03-21 00:25:30 +03:00
Denis Fomin
7fb3ec1c1d
set gajim hg version to 0.14.1.1
2011-03-05 11:46:53 +03:00
Yann Leboulanger
3e2bfd67a3
use xdg-open if available. Thanks to polymorphm forthe initial patch. Fixes #5874
2010-09-08 15:25:36 +02:00
Yann Leboulanger
8af6bd2aae
mercurial python module is not installed in site-packages under windows. use hg binary instead to get current revision
2010-08-17 11:55:58 +02:00
Yann Leboulanger
f4e0992e9c
use a more portable code to get current hg revision. se #5831
2010-08-17 11:34:53 +02:00
Yann Leboulanger
4ef341bf2e
handle URI in a better way. some require ://, some only :. Fixes #5841
2010-08-15 21:51:40 +02:00
Yann Leboulanger
6c5565bfe2
add hg revision in Gajim version for hg users too
2010-08-09 14:42:55 +02:00
Yann Leboulanger
0c14e5c266
prepare 0.14 beta1
2010-07-24 22:08:21 +02:00
Yann Leboulanger
2be53c4aac
update my copyright to 2010
2010-03-11 16:52:36 +01:00
Éric Araujo
fedd7dc8e2
convert tabs to spaces in source code thanks to reindent.py
...
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger
46b50f48a1
split logs.db into logs.db and cache.db. Fixes #2845
2010-01-29 11:25:06 +01:00
Stephan Erb
d00a5f737c
Create index on the logs table on time instead of on kind.
...
That way we can search through all logs in constant time instead of having to perform a full table scan.
2009-12-27 16:50:43 +01:00
Yann Leboulanger
bbd4b16d9c
set hg version higher than 0.13.1. Fixes #5488
2009-12-06 11:45:05 +01:00
Bruno Tarquini
fe8bd2b027
autotools: remove confusing variables ${datadir} and DATADIR.
...
Those variables were confusing because autoconf usually defines DATADIR to
PREFIX/share and gajim uses both defs.datadir=PREFIX/share/gajim and
gajim.DATA_DIR=PREFIX/share/gajim/data.
Now, autoconf will use PKGDATADIR for setting the (renamed) defs.basedir
variable which will be used to set gajimpaths['DATA_DIR'] and
gajimpaths['ICONS_DIR'] in configpaths.py
Gajim will also looks for the ${GAJIM_BASEDIR} environment variable instead of
${datadir} which was really too generic (no namespace).
2009-11-28 12:54:41 +01:00
Stephan Erb
af3af5bec8
Remove caps which have not been seen for three months from the db.
...
Thanks Asterix for the initial version of this patch!
2009-11-11 23:14:51 +01:00
Yann Leboulanger
cb1fcc8cf8
update ft proxies list
2009-11-01 16:50:27 +01:00
Yann Leboulanger
5716ba5fd5
remove some deprecated iconsets. Fixes #5284
2009-10-28 13:20:27 +01:00
Yann Leboulanger
50aac85e88
remove our outgoing nickname color and status message color from gc_nicknames_colors
2009-10-14 16:31:42 +02:00
Yann Leboulanger
166a70b48e
update some colors. Fixes #5321
2009-10-13 20:05:45 +02:00
Yann Leboulanger
07277df1e2
[gotham] update default colors to be tangoified. see #5307
2009-10-06 11:41:32 +02:00
Yann Leboulanger
95047d3e50
add an enable checkbutton in accounts window for normal accounts too. Fixes #4489
2009-10-06 11:23:31 +02:00
Yann Leboulanger
709dba715a
global option alwaysauth become a per-account autoauth option. Fixes #5264
2009-09-15 22:26:42 +02:00
Yann Leboulanger
23dbb00d2d
show only once unread messages at startup when we have twice the same contact in 2 accounts. Fixes #2921
2009-08-30 22:48:45 +02:00
Yann Leboulanger
72ed0a7339
fix merge error. Fixes #5154
2009-07-10 15:48:46 +02:00
Yann Leboulanger
77c5a8d36d
finish previous commit, and change to a more generic name
2009-06-29 23:10:30 +02:00
Jonathan Schleifer
45fbcfaa01
Change the -svn suffix to -hg.
2009-06-29 23:02:03 +02:00
Yann Leboulanger
fd01f7aa4d
[brubru] better sound file managment, Fixes #5016
2009-05-10 19:32:57 +00:00
Yann Leboulanger
e6aea43665
When saving last_status_msg_*, save also pep info
2009-05-01 09:33:50 +00:00
Yann Leboulanger
44e0ec913a
save pep things (activity and mood) in preset status messages.
2009-04-13 21:00:33 +00:00
Yann Leboulanger
ba9836af65
[brubru] Load LOCALEDIR from configure (with defs.py). see #4770
2009-02-11 10:46:07 +00:00
Yann Leboulanger
0e452e55b9
fix missing commit. see [11033]
2009-01-28 13:16:45 +00:00
Yann Leboulanger
e1ae6ea0fe
ability to hide systray icon when there is no pending events. Fixes #4645
2009-01-25 09:19:24 +00:00
Yann Leboulanger
e2118de64c
[thorstenp] remove useless import
2008-12-02 14:44:26 +00:00
Yann Leboulanger
f059f3948f
[Florob] handle xmpp: and mailto: in a nicer way in conversations. Fixes #4245
2008-11-21 11:05:11 +00:00
Yann Leboulanger
96ec9fb6bf
alpha -> beta
2008-11-11 20:45:44 +00:00
Yann Leboulanger
06ab4a7b6d
revert thorstenp patches for now. They introduce bugs.
2008-10-20 21:38:06 +00:00
Yann Leboulanger
c2c681e05c
[thorstenp] remove useless import
2008-10-20 17:54:02 +00:00
Julien Pivotto
de4a23e751
See #4200 .
...
* remove js from some headers
* set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00