Commit graph

5828 commits

Author SHA1 Message Date
Dimitur Kirov
c45426b18f register resultCB for testing proxy activation
results
2006-04-11 22:23:51 +00:00
Dimitur Kirov
64271eb325 set GC list text colors 2006-04-11 22:03:43 +00:00
Dimitur Kirov
c6de60d13c set GC theme color for group row 2006-04-11 21:54:15 +00:00
Yann Leboulanger
bd7b4bc035 use STATE_PRELIGHT colors for group rows and STATE_ACTIVE for account rows 2006-04-11 21:04:38 +00:00
Yann Leboulanger
ca8d4da260 add tab reordering to changelog 2006-04-11 20:51:21 +00:00
Dimitur Kirov
501394553a ACTIVE, instead of PRELIGHT 2006-04-11 20:32:50 +00:00
Yann Leboulanger
1252786642 remove useless code. old metacontact stuff is removed for everyone 2006-04-11 20:18:33 +00:00
Yann Leboulanger
fe2ec40ad7 new metacontacts JEP (not yet published) uses order instead of priority. 2006-04-11 20:16:33 +00:00
Dimitur Kirov
40c61de7cf set group and account colors to tv bg prelight
if there are no colors specified
2006-04-11 20:02:40 +00:00
Yann Leboulanger
fe7ce6ba3b strings are frozen for 0.10 2006-04-11 19:40:48 +00:00
Yann Leboulanger
918884fa54 fix TB 2006-04-11 19:39:54 +00:00
Yann Leboulanger
19cb8269c0 resset connection type when we go offline 2006-04-11 18:54:28 +00:00
Yann Leboulanger
4e2f02c725 fix import (add missing, remove useless) 2006-04-11 18:36:09 +00:00
Yann Leboulanger
be246e984d update avatar files when we update our vcard 2006-04-11 18:28:31 +00:00
Yann Leboulanger
f57cd7b0d3 remove status message before renaming an agent, and redraw it if we cancel. Fixes #1154 2006-04-11 18:20:47 +00:00
Nikos Kouremenos
76da3f4b5a past in about dlg too 2006-04-11 13:38:51 +00:00
Yann Leboulanger
d5d2f3c055 call got_[dis]connected() for all controls. Fixes #1845 2006-04-11 12:35:50 +00:00
Dimitur Kirov
a9199bf921 commit after each query 2006-04-11 11:52:42 +00:00
Yann Leboulanger
01a9da1e35 typo 2006-04-11 11:41:02 +00:00
Nikos Kouremenos
908547c71e put me as Past Developers; I appreciate nice hackers such as Dimitur, but I cannot stand his laziness and low quality hacks and most of all his willing "not to lose time" to fix his code or even read complaint about it. I guess I could just go and fix his code my self, but I am done babysitting 2006-04-11 11:31:32 +00:00
Yann Leboulanger
84f0307085 update unread_messages table for those who already have it 2006-04-11 11:31:16 +00:00
Yann Leboulanger
145db1a107 save jid_id in unread_messages table too to increase speed (it was definitively too slow) 2006-04-11 11:28:36 +00:00
Yann Leboulanger
4b43cda815 call fire_up_unread_messages_events when needed 2006-04-11 10:32:16 +00:00
Dimitur Kirov
fbb2ab6a4c put executescript in try block 2006-04-11 08:16:22 +00:00
Yann Leboulanger
01f5effcef fall back to a working (but not optimal) table creation until better is done. see #1844 2006-04-11 07:29:43 +00:00
Yann Leboulanger
b383a17cfd nk: call fire_up_unread_messages_events where it is really needed, fix coding standards 2006-04-11 07:27:04 +00:00
Nikos Kouremenos
924528aadb first f##ck lazy hacking and respect the API. add_accounts_contacts cannot also mess with messages; second move it to new method (instead of f.e. renaming the current method) because we want to have all contacts in roster and then see events about them 2006-04-10 23:30:18 +00:00
Nikos Kouremenos
213dcd32bb put back IF NOT as currently we always try to create and TB. first we wait for info in ticket. then if needed we ask db to list table and perhaps parse it or find a way to test table is there (rather than everything catching 2006-04-10 23:28:53 +00:00
Nikos Kouremenos
5fcf9dca06 fix um again; fix coding standrads (crazy tabbing, bad spacing before comma) 2006-04-10 23:18:28 +00:00
Nikos Kouremenos
764b08924e 80chars 2006-04-10 23:16:27 +00:00
Dimitur Kirov
e75425a660 IF NOT EXISTS is not present in some sqlite
versions
2006-04-10 23:13:33 +00:00
Nikos Kouremenos
58f7a20e91 because we also limit and offset 2006-04-10 23:07:25 +00:00
Nikos Kouremenos
86326d849d get_um_for_contact => get_unread_msgs_for_jid because um is too vague and for_contact lies about expecting contact instance 2006-04-10 23:06:11 +00:00
Dimitur Kirov
5c3b2ff2e8 temp disable assert_um_exists 2006-04-10 22:51:25 +00:00
Dimitur Kirov
94b194966f show unread messages on roster load 2006-04-10 22:36:55 +00:00
Dimitur Kirov
97dc7215df keep reference to unread messages untill they
are printed in tv
2006-04-10 22:08:02 +00:00
Yann Leboulanger
6b1e1d1c8b remove useless function. It has moved to dialogs.py. 2006-04-10 21:29:50 +00:00
Yann Leboulanger
e20824e6e6 typo 2006-04-10 21:15:49 +00:00
Yann Leboulanger
1241da51f2 save also call on_response_ok. Fixes #1843 2006-04-10 21:15:44 +00:00
Dimitur Kirov
47d3a2f813 nk: command name is gajim-remote 2006-04-10 20:10:49 +00:00
Nikos Kouremenos
9f950f5a1f add .ico files goojim 2006-04-10 20:02:12 +00:00
Yann Leboulanger
e2ed5d82ff new non-blocking ImageChooserDialog. Fixes #777 2006-04-10 19:49:24 +00:00
Nikos Kouremenos
c6ce8c763a [jim++] include status into status message 2006-04-10 18:53:02 +00:00
Yann Leboulanger
a1b8dfbcd7 /SoundChooserDialog are now non blocker. Fixes #777 2006-04-10 17:21:28 +00:00
Dimitur Kirov
2b845f6fd5 make sure we are disconnected, before relogin 2006-04-10 16:01:12 +00:00
Dimitur Kirov
f1f385f7c3 disconnect account on unregister from server 2006-04-10 15:47:31 +00:00
Yann Leboulanger
37252b0c21 remove debug print 2006-04-10 15:41:28 +00:00
Yann Leboulanger
c9bc8fd6a7 filechooser when we receive file doesn't block anymore (no run() call). Fixes #777 2006-04-10 15:38:59 +00:00
Yann Leboulanger
cf819d3835 filechooserdialog is no more blocking (no call to run() func). see #777 2006-04-10 14:45:35 +00:00
Yann Leboulanger
eb8cc5b7ea show correctly error message and log them in DB. fixes #1802 2006-04-10 14:00:04 +00:00