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
Julien Pivotto
8bc9bc29ae
* Big headers review
...
* Remove some licencing problems
* To do: same for images
* See #4200
2008-08-15 03:20:23 +00:00
Yann Leboulanger
1b160115ec
fix version name
2008-08-12 10:42:50 +00:00
Yann Leboulanger
a5c2b1d3dd
prepare sources for 0.12-alpha
2008-08-12 09:10:07 +00:00
js
8605cd3f38
For historical reasons, we have a tab width of 3. This is strange, but
...
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
js
6239ae57c3
Remove rev keyword code again as this doesn't work. It's only updated
...
when the defs.py file is changed.
2008-07-21 22:55:03 +00:00
js
dd63bbe7d2
This does a better job :).
2008-07-20 14:48:08 +00:00
js
41e3b00dbe
This should automatically include the revision in our version.
2008-07-20 14:44:08 +00:00
Yann Leboulanger
a3827fe5d0
new XEP-0115 implementation (version 1.5)
2008-04-20 22:58:47 +00:00
Jean-Marie Traissard
f32901d243
Create a new small table in DB to remember rooms last_history_line at next
...
launch. This is necessary because with a big history get_last_date_that_has_logs
can take about 5 seconds on first launch.
Created new gajim subversion.
2008-04-15 01:52:11 +00:00
Yann Leboulanger
7d5602c4b1
add a new event to allow not playing sound when chat window is focused. fixes #2907
2008-01-27 20:15:17 +00:00
Yann Leboulanger
5264b14290
create caps_cache table if it doesn't exists. fixes #3641
2007-12-26 21:30:45 +00:00
Yann Leboulanger
00ad2846c0
import release diff from 0.11.4, svn version is now 0.11.4.0-svn
2007-12-06 20:38:41 +00:00
Yann Leboulanger
97f4c470b5
create caps_cache if it doesn't exists (can happen if logs.db is created in 0.11.2 version). fixes #3512
2007-10-23 15:16:39 +00:00
Brendan Taylor
289fd99e8e
remove old unencrypted secrets file
2007-09-29 20:51:38 +00:00
Yann Leboulanger
5c80d100b7
handle - in version name. It's not taken into account for config file updates and caps. fixes #3011 . svn version is not 0.11.2.0-svn
2007-09-27 21:34:00 +00:00
Tomasz Melcer
4ce9d89077
caps: Real fix for [3295] -- changing separator from ' ' to '\0'.
2007-07-13 14:44:01 +00:00
Yann Leboulanger
53d68c9c7f
copy old gtk+ theme to new default one
2007-07-11 10:09:31 +00:00
Tomasz Melcer
6c1858224e
caps: data stored and retrieved
2007-07-09 21:24:47 +00:00