Commit Graph

188 Commits

Author SHA1 Message Date
Yann Leboulanger a4132ee58b ability to use adtadir environment variable to set data directory 2009-01-05 15:12:19 +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
js 7944990a1b Fully POSIX-compliant shell scripts. 2008-08-14 19:17:53 +00:00
js f19e747985 Same for the other script. 2008-08-14 14:12:11 +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
Yann Leboulanger 2dcceee317 [Fab] install gajim-remote only if dbus is present. see #2723 2006-11-29 08:07:41 +00:00
Dimitur Kirov 1d40d71182 keep defs in defs.py.in
switch autogen order
dist defs.py.in
2006-10-11 17:40:56 +00:00
Dimitur Kirov 59b6ae468a merge from trunk
automake based instalation
2006-10-04 00:10:49 +00:00
Stefan Bethge 77d45f5d2c rest of the r6870 merge... 2006-09-17 15:35:04 +00:00
Yann Leboulanger 7a8cdad04c new po location: po/LANG.po 2006-05-10 19:20:16 +00:00
Dimitur Kirov 5e6b016af1 split gtkgui.glade in several small glade
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Yann Leboulanger 832f6d8ab4 make install can now handle sevral version of python by using make install PYTHON=python2.4 for exemple. 2006-04-13 19:32:22 +00:00
Yann Leboulanger 46623708e9 remove output warning about indentation in released gajim. Fixes #1527 2006-04-09 10:00:45 +00:00
Nikos Kouremenos f303313394 fix trasnation.py to produce history manager header and update pos/po 2006-04-08 23:00:00 +00:00
Travis Shirk a39d946bee Fix TB #1791 2006-04-01 04:58:53 +00:00
Nikos Kouremenos 7a125073c5 run-pychecker.py under scripts/dev to assist us catch runtime errors 2006-02-05 12:28:54 +00:00
Travis Shirk 321d4c0342 One last trunk merge 2006-01-11 01:46:45 +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 4527348bf1 migration script has moved to src/common 2005-12-02 11:18:42 +00:00
Nikos Kouremenos 7bc34a8532 revert sth really minor 2005-11-26 22:03:08 +00:00
Nikos Kouremenos 98e66332ee restore last lines for correct jid 2005-11-26 22:02:07 +00:00
Yann Leboulanger afe373c6f4 [multani] commit in DB only once per file, noe migration is SO FAST !!! 2hours -> 3 minutes 2005-11-26 13:53:29 +00:00
Yann Leboulanger 362d60ab8f print strange chars correctly 2005-11-26 13:06:02 +00:00
Yann Leboulanger 0cef4d5b69 typo: logs are not logs2.db but logs.db 2005-11-26 11:58:53 +00:00
Yann Leboulanger c044255f4c create the table only if we have something to add to it
don't decode messages
2005-11-26 11:55:55 +00:00
Nikos Kouremenos c311183d57 fix so we mark new jids if they are room as room-type 2005-11-26 00:03:09 +00:00
Nikos Kouremenos caade489ee new db design and improved migration script. if you ran before the migration please remove you old logs.db as it is incompatible with the new one and rerun migration if you care about old logs. a print on show is on purpose, bonus of the first to traceback and give us the value of show that causes the tb. yea svn got unstable these days. sorry about that but big changes 2005-11-25 23:23:25 +00:00
Yann Leboulanger aa25e739c6 decode string and not lists 2005-11-25 18:02:41 +00:00
Yann Leboulanger 1ea3f10a41 try to guess encoding when we add a new table and a new log line when we migrate 2005-11-25 16:58:49 +00:00
Yann Leboulanger 41d31cc31d fix path in win9x in migration script (we run it from script folder, logs are in src folder) 2005-11-25 15:58:20 +00:00
Yann Leboulanger 6c95b75631 migration tool doesn't produce invalid db with wrong filenames 2005-11-24 21:20:31 +00:00
Nikos Kouremenos 7ca18675c7 inform user about wiki page. give him to time to read the message and inform him he cancel and read wiki more carefully. start migration after 40 secs of first informative message 2005-11-24 13:27:09 +00:00
Nikos Kouremenos 0b3cece7a6 inform about not running gajim while migrating 2005-11-24 13:20:53 +00:00
shteef 381ce663bf Typo fix 2005-11-23 21:10:07 +00:00
Nikos Kouremenos d9cc33cf26 log system rewrite to use sqlite database instead of plain ascii files. this allows us to scale better (be faster), provide search in history, and save logs for JIDs that are non-ASCII. PLEASE read http://trac.gajim.org/wiki/MigrateLogToDot9DB 2005-11-23 19:12:52 +00:00
Nikos Kouremenos d319c8eedf update migration script to match the new api 2005-11-23 00:06:29 +00:00
Nikos Kouremenos 8fd42ee7d8 add uniq; fix name of index to be cooler, fix a typo in comment, and most importantly use lastrowid instead of asking max (eg. play a little less with db 2005-11-22 15:38:03 +00:00
Nikos Kouremenos 67bdcf983f typo 2005-11-22 14:52:37 +00:00
Nikos Kouremenos f5dfa2c804 check if db is already there and fail nicely 2005-11-22 14:52:04 +00:00
Nikos Kouremenos 374bde0914 typo 2005-11-22 11:53:56 +00:00
Nikos Kouremenos 76b4181123 use os.path.join 2005-11-22 11:25:04 +00:00
Nikos Kouremenos 8beb2e0266 do not fail in windoz part 3 and last 2005-11-22 11:24:10 +00:00
Nikos Kouremenos 5989b495d1 do not fail in windoz part 2 2005-11-22 11:21:48 +00:00
Nikos Kouremenos d8b732ad2a do not fail in windoz 2005-11-22 11:18:08 +00:00
Yann Leboulanger db89101271 add some comments 2005-11-22 11:13:54 +00:00
Yann Leboulanger a5f7c01911 prevent some TB when converting logs 2005-11-22 11:06:39 +00:00
Nikos Kouremenos e78f26908c max is faster than count. thanks norman 2005-11-22 00:05:45 +00:00
Nikos Kouremenos 50af6160bf use global pattern. the pb is HD I/O not CPU but anyways 2005-11-21 23:47:22 +00:00
Nikos Kouremenos 801f8bd985 minor 2005-11-21 23:33:09 +00:00
Nikos Kouremenos 2c0d7cea12 make it executable 2005-11-21 23:30:39 +00:00
Nikos Kouremenos 011462eec7 make it a bit faster 2005-11-21 23:25:04 +00:00
Nikos Kouremenos 7a6cf5a98d add script that migrates plain old files to db logs 2005-11-21 23:19:31 +00:00
Nikos Kouremenos 4e924fc0b2 minor 2005-11-21 10:33:39 +00:00
Nikos Kouremenos be09166c15 [neurocyte] accept params with spaces via gajim-remote bash script 2005-11-09 19:35:31 +00:00
Yann Leboulanger 20f86ff0aa update translation.py for new folder 2005-11-09 14:33:51 +00:00
Yann Leboulanger 2cd263d1f2 move scripts that have nothing to do in release in a dev folder 2005-11-09 14:30:56 +00:00
Nikos Kouremenos e16cf32ae9 add gimp2 script to assist to splitting from spirtes to layers so we can save gif, until we go gtk28+ and we burn gifs 2005-11-09 14:20:44 +00:00
Yann Leboulanger 908992ac11 remove unneeded file 2005-11-08 16:18:08 +00:00
Nikos Kouremenos af3a8dd695 commit missing file 2005-11-08 15:57:35 +00:00
Nikos Kouremenos 01f99f25b3 say PROBLEM 2005-09-17 13:56:18 +00:00
Nikos Kouremenos e203f79874 fix scripts 2005-09-07 22:07:46 +00:00
Nikos Kouremenos aa7dc3e31f [gjc] We register to session manager. so if we save session and Gajim was running, next time we see Gajim. ME: IT ALSO WORKS FOR SVN! 2005-09-07 19:46:09 +00:00
Nikos Kouremenos c497457a2a commit executable for gajim-remote 2005-09-07 10:05:38 +00:00
Nikos Kouremenos d6c2c048ce typo and fix launch.sh 2005-09-07 09:37:21 +00:00
Nikos Kouremenos 5b9e8d7b2e scripts call python -OOt via exec [so no bash]. thanks Michael Reinsch 2005-09-07 09:28:01 +00:00
Nikos Kouremenos 77270a80af it is a bash script 2005-09-06 17:11:48 +00:00
Nikos Kouremenos 0db258bccf fix trnslation.py to support pt_BR 2005-09-06 09:49:22 +00:00
Nikos Kouremenos fa5f7c85c3 move the file 2005-09-04 11:33:41 +00:00
Nikos Kouremenos 9c0876ec38 put gajim-remote.py in src/ so we cna use one 18n.py 2005-09-04 11:33:14 +00:00
Nikos Kouremenos 73bd65013f [paladine] make D-Bus version check less strict 2005-09-04 11:24:34 +00:00
Dimitur Kirov fdac5a4387 move send_error as global 2005-09-04 10:03:29 +00:00
Nikos Kouremenos a4d7e26ab4 [paladine] fix a typo 2005-08-28 17:49:51 +00:00
Nikos Kouremenos 1764de4631 that is more logical I believe 2005-08-28 16:24:12 +00:00
Nikos Kouremenos 85c957f49d cleanups in gajim-remote.py: use ininstance and use in and not in instead of many or 2005-08-26 12:35:00 +00:00
Dimitur Kirov e4a28f6572 added send_file remote command 2005-08-23 23:41:23 +00:00
Nikos Kouremenos bf92d33a5f fix bad strings part2 2005-08-19 11:33:58 +00:00
Nikos Kouremenos ff1a648725 more fixes by nebulum [ru transl]. Dimitur plz have a look. thanks in advance 2005-08-18 17:54:36 +00:00
Nikos Kouremenos b04b202832 future fix comment by nebulam 2005-08-18 17:50:34 +00:00
Nikos Kouremenos 9335b39b71 translations.py now accepts check 2005-08-15 11:41:15 +00:00
Nikos Kouremenos 50c5aad226 update translations.py to check the file 2005-08-13 11:14:20 +00:00
Dimitur Kirov 1be0ea46f1 missing gettext or string 'Arguments:' 2005-08-11 23:22:43 +00:00
Dimitur Kirov 3739b63561 stupid typo 2005-08-11 23:20:24 +00:00
Nikos Kouremenos cfdbb80d5d add license header 2005-08-11 19:06:20 +00:00
Nikos Kouremenos ea704fc426 fix english typos 2005-08-10 19:10:58 +00:00
Dimitur Kirov 41706acc51 the ONLY possible fix for dbus 0.34 __getitem__
nonsence
2005-08-10 00:04:25 +00:00
Dimitur Kirov 8c26791c44 added translation help for 'on_command' 2005-08-09 13:39:31 +00:00
Yann Leboulanger 78cd90e43d translation.py now update pot file 2005-08-08 08:09:27 +00:00
Nikos Kouremenos 542ac483f6 using plural forms in a place where duganov reported, all devs, patchers have a look; also updating pot/po to match plural forms usage and some new strings changes from greek po [as I go on]; we now also have make gajim.pot to produce the pot with the help of intltool 2005-08-02 23:42:37 +00:00
Dimitur Kirov a25a59fe84 eval, instead of __getattr__ 2005-08-01 23:42:51 +00:00
Nikos Kouremenos dd821ac164 use better strings (adhere to HIG, try to describe better what is going on), make code by dkirov adhere to our coding standards, fix comments and FIXME in comments 2005-08-01 22:48:58 +00:00
Dimitur Kirov 6cee963698 this should fix ': No such file or directory'
bug???
2005-08-01 15:38:00 +00:00
Dimitur Kirov fcdbb820d0 fixed line end characters. 2005-08-01 15:23:45 +00:00
Yann Leboulanger b00bff7f14 scripts now look for libs in the correct folder 2005-08-01 09:00:18 +00:00
Dimitur Kirov 35559bed7b added int type to unrepr. Nice output for
list contacts
2005-07-26 15:04:40 +00:00
Dimitur Kirov 17c65a9d24 all methods in class GajimRemote, added unrepr
and cleaner output for vcards
2005-07-21 21:00:18 +00:00
Nikos Kouremenos 171fefcdfa we are already in scripts 2005-07-21 20:59:01 +00:00
Dimitur Kirov d54c388ca0 Added scripts/gajim-remote.py 2005-07-21 18:51:23 +00:00
Dimitur Kirov dcedc99d23 catch remote method exceptions 2005-07-20 17:51:31 +00:00