Commit graph

4273 commits

Author SHA1 Message Date
Nikos Kouremenos
7ad4ff2878 remove two prints we do not need 2005-11-25 23:25:41 +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
acd9d5a26b give focus to join button in join_gc_window when we give a room and server 2005-11-25 22:45:58 +00:00
Yann Leboulanger
fb42b277a0 in join_gc, when typing '@' focus goes to server_entry, and back in room_entry when I press backspace in enpty server_entry 2005-11-25 22:28:51 +00:00
Yann Leboulanger
c8a921aee4 in join_gc, when typing '@' focus goes to server_entry, and back in room_entry when I press backspace in enpty server_entry 2005-11-25 22:23:58 +00:00
Nikos Kouremenos
378555434a history window for old days is ok now 2005-11-25 22:13:39 +00:00
Nikos Kouremenos
6fa7c779e6 fix calendar in history window to not take all the height 2005-11-25 21:45:02 +00:00
Yann Leboulanger
e59058845c we can now revoke a contact's authorization 2005-11-25 21:32:56 +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
Nikos Kouremenos
644376a8c8 top padding from 1 to 2 2005-11-25 14:14:01 +00:00
Nikos Kouremenos
ecc7dd6818 comment out unfinished code that slows done month browsing in history window 2005-11-25 13:54:52 +00:00
Yann Leboulanger
21e203f6c2 open chat window quicker and print restored_conversation after window is shown 2005-11-25 08:01:30 +00:00
Yann Leboulanger
58138ce994 ask confirmation when we close one tab in groupchat window 2005-11-25 07:43:51 +00:00
Alex Mauer
8d41ebbdee Added python2.4-dbus as optional debian Recommends: 2005-11-25 03:42:56 +00:00
Alex Mauer
0399da22e9 Added Depends: python-pysqlite2 2005-11-25 03:29:01 +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
89952468ef various fixes in previous commit 2005-11-24 21:11:44 +00:00
Yann Leboulanger
a6643b103b print an error and don't crash when we get a non-RFC-complient jid 2005-11-24 21:05:18 +00:00
Nikos Kouremenos
8c3d0c8014 remove 2 prints 2005-11-24 18:52:26 +00:00
Nikos Kouremenos
eb1c72921c fix so we store send stuff in the same place we store recv stuffed. todo: we need one more column in jids table called type_of_msg to store tc or gc and then migration needs fixing. this means people who migrated will have to migrate again by first removing the current log db. this also means until migration script is ready and after the migration u did logs will be lost 2005-11-24 18:29:45 +00:00
Nikos Kouremenos
448dd4ace0 if we have tabs in notebook, top-padding is 1 2005-11-24 18:12:51 +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
Nikos Kouremenos
c7eb45aef5 all accounts to default to the same settings. fixing #1140 2005-11-24 12:39:21 +00:00
Yann Leboulanger
d06e51ab34 debian package now recomands python2.3-dbus 2005-11-24 07:02:16 +00:00
Nikos Kouremenos
fb07453d57 initial stuff at mark day that has logs. atm it is slow and has some bugs I will fix soon. I commit this nonetheless 2005-11-24 01:39:47 +00:00
Nikos Kouremenos
117f7e9999 add scripts/migrate_logs_to_dot9_db.py to makefile so we distribute it in snaps and releases. thanks Jim++! 2005-11-24 00:41:04 +00:00
Nikos Kouremenos
ccdea9dfb7 fix calendar to return only the date asked 2005-11-24 00:26:01 +00:00
Nikos Kouremenos
97371d384c ACE: restored_messages_color. you can now configure from grey to blue, red, green whatever you like 2005-11-24 00:17:28 +00:00
Nikos Kouremenos
359824bec1 add ACE log_contact_status_changes and expose to UI in advanced tab in misc. this replaces the previous options and imo is good to expose to that place (used to have log-related stuff) 2005-11-23 23:28:26 +00:00
Nikos Kouremenos
8c3a624a77 subj entry to grab focus in single message only if we have jid to sent already 2005-11-23 22:52:50 +00:00
Nikos Kouremenos
fbec47dd3f sec text should not be escaped for pango as it is put in pango formatting. apostrophe etc show ok now in file req window 2005-11-23 22:33:58 +00:00
shteef
381ce663bf Typo fix 2005-11-23 21:10:07 +00:00
Nikos Kouremenos
d958bcf521 typo 2005-11-23 19:21:46 +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
Yann Leboulanger
767dc426ed add comment in xmpp_stringprep 2005-11-23 18:36:07 +00:00
Yann Leboulanger
004c2b546e SingleMEssageWindow now shows resource of sender 2005-11-23 18:19:22 +00:00
Yann Leboulanger
c9ad61044d awaiting_events now keep resource of sender when event_type is chat or normal 2005-11-23 18:15:24 +00:00
Nikos Kouremenos
396c61de14 replace tab with space 2005-11-23 17:48:32 +00:00
Nikos Kouremenos
9772eca1c6 remove a commented out line and add a space after comma 2005-11-23 17:47:22 +00:00
Nikos Kouremenos
64f2ef7d0e [lorien420] try to start notif-daemon if not there 2005-11-23 17:44:32 +00:00
Nikos Kouremenos
e0ba19f93c commit logic of func; we were returning anyways. TC is oftenly touched, so I commit to avoid conflicts 2005-11-23 00:20:07 +00:00
Nikos Kouremenos
880da6fb53 revert a commit until better fix is here; notifaction-daemon popups are back! 2005-11-23 00:17:02 +00:00
Nikos Kouremenos
d319c8eedf update migration script to match the new api 2005-11-23 00:06:29 +00:00
Nikos Kouremenos
3b35e6366d [Juraj Michalek] update slovak 2005-11-22 23:13:17 +00:00
Yann Leboulanger
c511a31038 list-multi are now handled in DataForm 2005-11-22 23:10:08 +00:00
Nikos Kouremenos
6f01263b38 add slovak (not ready yet) 2005-11-22 20:54:09 +00:00
Travis Shirk
d17fac8e53 Fix a TB; closes #1139 2005-11-22 20:09:47 +00:00