Dimitur Kirov
d0bb4b3f53
prevent TB
2006-05-20 19:06:16 +00:00
Dimitur Kirov
7e467e04f8
shrink account and protocol comboboxes
2006-05-19 22:30:23 +00:00
Dimitur Kirov
226e5372e4
new arguments for gajim-remote add_contact
...
(<jid> [account]). If account is not specified,
show a combobox with active accounts
2006-05-19 21:13:45 +00:00
Jean-Marie Traissard
d7c5230573
Do not try to remove item from roster if contact is not in roster. Fixes #1967 .
2006-05-19 02:42:54 +00:00
Alex Mauer
d4c11be06d
* Add/move the last read line even if the window is focused, if we're on
...
a different tab.
2006-05-18 21:45:59 +00:00
Jean-Marie Traissard
30f83fc2cb
Typo + Really delete unused make_groups_submenus_for_chat_with() + redraw pm tab AFTER muc contact
...
disconnected + fix reference before assignement TB
2006-05-18 18:07:53 +00:00
Travis Shirk
14187e6eee
A friend running OpenBox on Debian had an undefined trayicons_functions symbol which prevented the trayicon from loading. This patch fixes that.
2006-05-18 00:11:58 +00:00
Jean-Marie Traissard
7cd0b8d603
Don't print "new_nick has joined the room" after "old_nick is now known as new_nick". Add new_nick to roster
...
when we receive /nick stanza.
2006-05-17 17:56:33 +00:00
Alex Mauer
b82a36083e
* If the room bookmark has no print_status defined, then default to
...
configured print_status_in_muc
2006-05-16 22:30:55 +00:00
Jean-Marie Traissard
e58130611d
Deal with non utf8 status messages in change status message dialog
2006-05-16 18:49:34 +00:00
Dimitur Kirov
c4d7ec992a
added eggtrayicon from mail-notification.
...
This should make tray icon transparent for non-
gnome desktops.
2006-05-16 08:51:48 +00:00
Yann Leboulanger
956ae9c34b
[francois] notifies dbus when a new gmail message arrives. Fixes #1961
2006-05-15 17:27:48 +00:00
Jean-Marie Traissard
a5b7301cd8
[nicfit] Better description of option tabs_border.
2006-05-15 16:35:49 +00:00
Jean-Marie Traissard
7d4cebf970
Fix TB when bookmark['print_status'] is not stored on server
2006-05-14 21:34:25 +00:00
Jean-Marie Traissard
d39055fe3c
Sorted merged account line right click -> account_list
2006-05-14 16:28:09 +00:00
Jean-Marie Traissard
8decfc44a2
Sort groups in edit group dialog, even when adding one. Note that it doesn't lower groupname before sort.
...
Make edit group window longer but with no vscroolbar if necessary.
2006-05-14 16:19:04 +00:00
Jean-Marie Traissard
1dfd15631b
When in merged account mode, if we drag and drop contacts from one account to another, show drop menu,
...
allow to change group, inform user why creation of metacontact is not possible. Fixes #1383 .
2006-05-14 15:12:17 +00:00
Jean-Marie Traissard
de3af10b75
For GC, draw banner AFTER we change status of control
2006-05-11 21:46:55 +00:00
Dimitur Kirov
7db9216442
make sure we are disconnected after connection
...
is lost ??? #1955 by j@bootlab.org
2006-05-11 20:51:39 +00:00
Dimitur Kirov
59a51d8b0d
add checkbutton for default chat font
2006-05-11 18:28:05 +00:00
Jean-Marie Traissard
00669c06a0
Missing upcase letter
2006-05-10 20:29:17 +00:00
Jean-Marie Traissard
af3500a225
#1005 preparation : Begin to move notifications to notify.py :
...
-moved popup and sound for contact in/out
-added popup for status change (always disable for the moment, will be advanced only)
Note : removed "if not gajim.awaiting_events[account].has_key(jid)" from condition for an in/out popup to be showed
2006-05-10 20:25:51 +00:00
Yann Leboulanger
d7d0e25d25
print_status_in_muc is not a string which can be 'all', 'none' or 'in_and_out'(default one). version is 0.10.0.1 to update this variable.
...
show_status becomes print_status in server (show_status is still read for transition)
2006-05-10 16:25:57 +00:00
Dimitur Kirov
d008b51b64
updated connect error checks
2006-05-10 11:22:47 +00:00
Dimitur Kirov
0291b50fec
added command start_chat (Geobert QUACH patch)
2006-05-09 22:13:46 +00:00
Dimitur Kirov
d8bf9f69a8
add two more possible statuses - #1945
2006-05-09 19:56:29 +00:00
Jean-Marie Traissard
a898cf4544
#1005 :
...
-Added events about FT, event status change
-Merge events first/next message reveived and add a condition about chat actually open with that contact for all events
-Added action about roster notification (animated icon for contact)
-Added glade file to translatable ones
2006-05-09 17:59:24 +00:00
Dimitur Kirov
6db39b590d
sort texts in completion list
2006-05-09 13:07:33 +00:00
Dimitur Kirov
1db4aa142b
redraw tabs from current window only
...
(fixes TB)
2006-05-09 13:03:52 +00:00
Jean-Marie Traissard
a106d402b8
#1005 : Advanced Notifications Control : First part : Preferences GUI.
2006-05-09 00:05:15 +00:00
Dimitur Kirov
b145e59b41
moved completion dict creation in helpers.py
2006-05-08 22:44:47 +00:00
Dimitur Kirov
a727700780
show Start Chat dialog, instead of contacts
...
list in systray context menu
2006-05-08 22:22:40 +00:00
Dimitur Kirov
afdfdc05ce
add completion for single message dialog
2006-05-08 22:06:42 +00:00
Yann Leboulanger
c159894cc4
prevent TB
2006-05-08 22:00:02 +00:00
Dimitur Kirov
8f239a4be0
moved completion definition in a function
...
get_completion_liststore in gtkgui_helpers
2006-05-08 21:59:09 +00:00
Dimitur Kirov
37a65bd72e
Start Chat text
2006-05-08 21:34:57 +00:00
Jean-Marie Traissard
0fd1fd485e
Make 'None' translatable for proxy(connection proxy).
2006-05-08 21:25:41 +00:00
Dimitur Kirov
1941de6879
add completion for start chat dialog
2006-05-08 21:16:38 +00:00
Jean-Marie Traissard
019dd18e2f
Added various ACE descriptions.
2006-05-08 14:50:38 +00:00
Yann Leboulanger
5942399214
[Geobert] ability to remove nickname in chat when consecutive message from same person. Fixes #1942
2006-05-08 08:19:20 +00:00
Yann Leboulanger
9abd27fbf8
we can now configure if we want to see all status or only enter/leave in bookmarked rooms.
2006-05-07 21:44:57 +00:00
Yann Leboulanger
5748b3c276
avatar size (when the original one is too big) is now 125x125 instead of 48x48
2006-05-07 19:00:38 +00:00
Yann Leboulanger
56672097d1
add "clear" and "insert nickname" in message textview contact menu. Fixes #1933
2006-05-07 12:47:24 +00:00
Yann Leboulanger
255667a41c
shift + click on a GC occupant print his nick in textview. For #1933
2006-05-07 12:23:28 +00:00
Yann Leboulanger
92d7fe3d2a
a[space][tab] doesn't cycle anymore
2006-05-06 20:55:52 +00:00
Yann Leboulanger
d38840ba04
add , char at the end of nick at first TAB keypress.
2006-05-06 20:32:07 +00:00
Yann Leboulanger
34ee6ea2a7
show "NICK has joined the room" and print reason when someone leaves it. Fixes #1933
2006-05-06 20:01:25 +00:00
Yann Leboulanger
8fcd0a6c8d
Tab in empty message textview cycles all nicknames in the room. Fixes #1933
2006-05-06 19:43:43 +00:00
Yann Leboulanger
032786bf47
build idle with corre3ct python version
2006-05-06 16:27:45 +00:00
Yann Leboulanger
7eca639863
use correct python version to build debian package
2006-05-05 06:29:31 +00:00
Jean-Marie Traissard
ab05e38d59
Even if we are using notifications, we still want to see awaiting chats when clicking systray -> show events or left
...
click
2006-05-04 19:05:41 +00:00
Jean-Marie Traissard
e96c70d332
Pango escape title of notification too. Fixes #1915 .
2006-05-04 03:47:34 +00:00
Dimitur Kirov
f9e874a1a3
make sure NBClientCommon, dispatcher and
...
NodeBuilder are callected when we close the
connection
2006-05-03 16:12:10 +00:00
Dimitur Kirov
4013818599
always del active connection
2006-05-03 15:31:08 +00:00
Yann Leboulanger
1e7c9e350d
fix some ACE option description. Fixes #1877
2006-05-03 13:34:58 +00:00
Yann Leboulanger
2e06ec6d7e
new ACE option: print_status_in_muc. Fixes #1502
2006-05-03 13:22:05 +00:00
Dimitur Kirov
70207eb52f
updated to use splited glades
2006-05-02 18:27:15 +00:00
Jean-Marie Traissard
7b1d582bf1
Nicer systray tooltip when awaiting events of differents types (don't print gajim twice). Fixes #1053
2006-05-02 17:55:52 +00:00
Dimitur Kirov
690e3a5d3a
fix TB
2006-05-02 16:25:59 +00:00
Dimitur Kirov
3d36c29d87
glade is moved to data/glade
2006-05-02 16:10:13 +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
064b7a234c
correct list of not allowed chars under windows. Fixes #1913
2006-05-02 06:36:49 +00:00
Yann Leboulanger
d25d056677
be sure that transport is really removed before we start to remove its contacts.
2006-05-01 18:29:12 +00:00
Yann Leboulanger
50c14f16a8
typo
2006-05-01 17:42:12 +00:00
Yann Leboulanger
bd3ced933a
nicer file header for executable files.
2006-05-01 17:34:08 +00:00
Dimitur Kirov
a2a5bfe9a6
reduce chars for GC tooltip status message
2006-05-01 15:50:33 +00:00
Dimitur Kirov
36426778f0
add gajim caps, fixes #608
2006-05-01 14:15:28 +00:00
Yann Leboulanger
1e6c848761
use jid_is_transport func to detect transport jid
2006-05-01 13:29:16 +00:00
Yann Leboulanger
5a9625ff90
nothing
2006-05-01 13:26:07 +00:00
Dimitur Kirov
0eac300378
fixes 1909
...
what a silly typo!
2006-04-30 20:05:12 +00:00
Dimitur Kirov
8d35bf38af
don't activate PGP and FT menuitems/button
...
for transports. fixes #1903
2006-04-30 19:52:02 +00:00
Dimitur Kirov
9c37887ea0
handle challenge response multiple qops: #1907
2006-04-30 17:33:10 +00:00
Dimitur Kirov
fcda778746
converted line end to <LF>
2006-04-29 09:44:47 +00:00
Yann Leboulanger
f7c8ccea94
VcardWindow now takes a new argument: is_fake, need to be true when we open a vcard for a fake jid
2006-04-28 20:55:45 +00:00
Yann Leboulanger
c62463da92
no need to call request_vcard twice, it's already in VcardWindow class
2006-04-28 20:55:00 +00:00
Yann Leboulanger
6d57097177
no need to call request_vcard twice, it's already in VcardWindow class
2006-04-28 20:54:29 +00:00
Dimitur Kirov
c4dc648637
old opt value of 'always_compact_view_chat'
...
is string, not boolean
2006-04-28 19:41:35 +00:00
Yann Leboulanger
cab5718458
we can DND a contact on another account's group if we are in merged mode. Fixes #1888
2006-04-28 19:09:52 +00:00
Dimitur Kirov
87253c461a
reset on_purpose var, when we manually change
...
our status to !offline
2006-04-28 18:42:18 +00:00
Dimitur Kirov
173c81ad8c
remove failure handler, after we call it
2006-04-28 16:20:24 +00:00
Yann Leboulanger
94c1f17538
add missing signal in glade. Fixes #1902
2006-04-28 15:41:25 +00:00
Yann Leboulanger
5a20109e05
don't definitively remove a contact when it has unread events
2006-04-26 21:43:58 +00:00
Dimitur Kirov
0cb3d7cbd7
we don't need escape for strings, that are
...
displayed as text
2006-04-26 08:40:40 +00:00
Yann Leboulanger
7719f41ecc
no need to escape filname here
2006-04-26 08:33:22 +00:00
Yann Leboulanger
98f9525a43
prevent TB when we get a conference vcard. Fixes #1887
2006-04-26 08:11:16 +00:00
Yann Leboulanger
f3457a8f0c
escape filename (in case they contain _). Fixes #1897
2006-04-26 07:25:59 +00:00
Yann Leboulanger
933d84ebd3
a group can be ''. Fixes #1900
2006-04-26 07:06:11 +00:00
Jean-Marie Traissard
1309befd16
[nk]Clean "about" dialog
2006-04-25 20:38:16 +00:00
Yann Leboulanger
5655449d08
escape password when we create gmail URL
2006-04-25 19:56:27 +00:00
Yann Leboulanger
84a026aa17
ServiceDiscoveryWindow must be a sub-class of object, so that property() works fine
2006-04-25 19:38:08 +00:00
Dimitur Kirov
d552425379
update property account in ServerCache, when
...
we rename account
2006-04-25 08:08:45 +00:00
Jean-Marie Traissard
7cdc78d4a8
Don't print 'Disconnected' in systray tooltip (Simple revert of [2686], not needed anymore). Fix #890 .
2006-04-24 19:22:44 +00:00
Dimitur Kirov
42118e7423
reverted [6216] because of #1889
2006-04-24 18:58:58 +00:00
Yann Leboulanger
7ae0998c9b
changing prio doesn't require relog, just resend presence. changing resource needs relogin. Fixes #1836
2006-04-23 19:29:02 +00:00
Yann Leboulanger
7e190cd107
don't unsensitive change_status_message menuitem in status ocmbobox when there are connected accounts.
2006-04-23 17:36:33 +00:00
Yann Leboulanger
0c0e28b78f
GnuPGInterface can't work under windows.
2006-04-23 17:12:14 +00:00
Jean-Marie Traissard
3642ea0fab
Show good status in systray when enabling it. Fix part of #1263
2006-04-22 14:02:00 +00:00
Dimitur Kirov
e35e5029f1
prevent TB with context menu on roster
2006-04-22 12:45:01 +00:00
Dimitur Kirov
029668bf20
unsupported locale error is skipped and
...
we use en for wiki search (better to search
in english wikipedia than not having gajim at
all)
2006-04-22 08:53:01 +00:00
Yann Leboulanger
29784e622c
handle correctly clear and compact commands. Fixes #1882
2006-04-21 19:54:47 +00:00
Yann Leboulanger
922eeb5b4d
activate autostatus also for free for chat status
2006-04-21 17:31:24 +00:00
Yann Leboulanger
5f48392890
don't activate auto away if we connect as away or invisible or anything else than online
2006-04-21 17:27:28 +00:00
Yann Leboulanger
50cdffd26f
update sleepy_state value before we change our status, so we use the old status. Fixes #1879
2006-04-21 17:02:36 +00:00
Dimitur Kirov
79d1443497
#1881 remove boldness of strings in tooltip
2006-04-21 13:48:27 +00:00
Dimitur Kirov
b865cc678c
clear is a method of ConversationTextview
...
fixes #1881
2006-04-21 10:18:03 +00:00
Yann Leboulanger
70282f0bd5
set sleeper_state to off when we manualy go away so that we desactivate auto away
2006-04-20 21:53:41 +00:00
Jean-Marie Traissard
d691dce2a0
Do not load transport iconsets (only for 'opened' and 'closed') if it's not needed
2006-04-20 17:27:55 +00:00
Jean-Marie Traissard
a560e6c7c8
Fix indentation
2006-04-20 17:12:15 +00:00
Yann Leboulanger
d42bba202b
idle autostatus is activated only when we sign in. Fixes #1874
2006-04-20 17:06:05 +00:00
Yann Leboulanger
d040cc13fc
be sure chat_control.contact is never None, even when server connection is brocken. Fixes #1878
2006-04-20 16:57:43 +00:00
Yann Leboulanger
228b841e6f
no_log_for is a space separated list. Fixes #1876
2006-04-20 12:46:51 +00:00
Yann Leboulanger
2e1e2e2c86
chat_control.contact MUST always be a Contact instance. Fixes #1874
2006-04-20 07:43:24 +00:00
Yann Leboulanger
e42fc1ac46
ask vcard of contact when we don't have it and we receive his avatar sha
2006-04-19 15:16:51 +00:00
Dimitur Kirov
482ea2fed0
suppress warning for not registered signal
2006-04-19 12:21:06 +00:00
Dimitur Kirov
7f369eb127
drop may fail, we still have to create the
...
table
2006-04-19 10:47:29 +00:00
Dimitur Kirov
f4a203d5bc
better pass of args
2006-04-19 10:36:45 +00:00
Yann Leboulanger
7e69364f60
re-create unread_messages_table if there is a missing column (this can happen to svn users only)
2006-04-19 10:28:42 +00:00
Yann Leboulanger
dafb182a0f
when a contact change his sub (from -> both) redraw it in correct group
2006-04-19 10:07:47 +00:00
Yann Leboulanger
9fa62c5529
nothing: remove ^M from win
2006-04-19 10:06:59 +00:00
Dimitur Kirov
84e7b2926b
better way of doing #1872
2006-04-19 09:08:27 +00:00
Dimitur Kirov
70da8ae011
fix db creation
2006-04-19 08:53:27 +00:00
Dimitur Kirov
27f1461abe
get timeformat in utf-8
2006-04-19 07:51:11 +00:00
Dimitur Kirov
aba2527be4
fix for #1869 . More compound one will include
...
removing of notification windows, but I guess
it is not a good idea to do it for 0.10
2006-04-18 18:11:18 +00:00
Jean-Marie Traissard
3a27a78e36
Deal with unknow status, thanks Yann for idea.
2006-04-18 18:01:07 +00:00
Dimitur Kirov
53764afbe7
new ConversationTextview doesn't extend
...
TextView
2006-04-18 16:08:56 +00:00
Dimitur Kirov
5c9613db65
break more circular references that keep
...
objects alive (the other 1/2 of #1829 )
context menu for groupchat banner
2006-04-18 15:36:16 +00:00
Jean-Marie Traissard
365d9d4eb6
Clarify menuitem new chat code : message->chat . Correct actions->chat behaviour
2006-04-18 15:17:07 +00:00
Yann Leboulanger
1a3a987556
auto-authorize transport contacts when we add a transport. fixes #326
2006-04-18 14:30:00 +00:00
Yann Leboulanger
ae054b413e
nothing
2006-04-17 22:42:23 +00:00
Dimitur Kirov
7b173cdc24
add empty box to keep buttons right aligned
2006-04-17 22:03:34 +00:00
Dimitur Kirov
b6ca28f342
make sure ChatControl instances are destroyed
...
when chat tab is closed
1/2 fixes #1829
2006-04-17 21:59:04 +00:00
Yann Leboulanger
0b9868b82a
typo. Fixes #1862
2006-04-17 09:07:58 +00:00
Yann Leboulanger
1f815113f8
Fix strange behavior in systray while in connecting state
2006-04-16 13:13:44 +00:00
Yann Leboulanger
9efa1a9cb4
use the correct size of the icon when computing transparent lock icon
2006-04-16 12:43:14 +00:00
Yann Leboulanger
2d7b41ecb9
enable GPG by default if I assigned a GPG key
2006-04-15 12:02:19 +00:00
Dimitur Kirov
9768940b3a
show connect failure dialog when Unhandled data
...
is received (wrong protocol)
2006-04-15 09:43:15 +00:00
Dimitur Kirov
ad1ec1ab40
lock icon in tooltip for merged accounts row
...
and notif area
2006-04-15 09:24:07 +00:00
Yann Leboulanger
c4a3262488
[sol] save GPG status
2006-04-15 08:10:24 +00:00
Dimitur Kirov
14588f5e0f
win32: check against 2,8 for gtk too
2006-04-14 11:16:00 +00:00
Dimitur Kirov
e6981f6f2b
show error dialog for lost connection, after
...
10 reconnect attempts has failed.
No need of po update.
2006-04-14 09:01:24 +00:00
Dimitur Kirov
a7fe49be20
on_connect_failure is None after we auth
2006-04-14 05:23:19 +00:00
Dimitur Kirov
927b6d09bc
destroy dialogs on delete event
...
don't send streamhosts if they have been
already sent
2006-04-13 18:00:04 +00:00
Yann Leboulanger
66c198a67f
don't use confirm-overwrite signal in fileChooserDialog as we don't use run() anymore
2006-04-13 10:30:21 +00:00
Yann Leboulanger
e76b1a4fd6
draw lock icon transparent in merge accounts mode if not all accounts are secured connected.
2006-04-13 09:36:55 +00:00
Dimitur Kirov
19b7e6b0fc
disconnect without reconnect, when we notify
...
user about connection errors
2006-04-12 20:56:25 +00:00
Jean-Marie Traissard
839b75f2dd
systray->chat with : sort in the same order than roster (name.lower()), really connect the menuitem to the jid...
2006-04-12 18:39:12 +00:00
Yann Leboulanger
a5ce1a1503
print gtk and pygtk version in about dialog
2006-04-12 16:31:35 +00:00
Dimitur Kirov
8f645b8661
msg should be string, not object instance
...
show error dialog if file_path is not a file
or file_size is 0
2006-04-12 14:47:31 +00:00
Jean-Marie Traissard
ca6668d83e
In account and systray menu, put groupchat before single so menuitems with submenus are grouped and it's easier to choose
...
where to click.
Add back disco to account menu.
Use the good label for account->group chat (doesn't break string freeze)
2006-04-12 14:30:30 +00:00
Yann Leboulanger
7a723b51ee
decode filename only once
2006-04-12 14:25:33 +00:00
Yann Leboulanger
af424d5bb9
fixes encoding problems when choosing a file in FileChooserDialog on non-utf-8 systems
2006-04-12 13:56:30 +00:00
Yann Leboulanger
2a5e41e06a
update groupchat contacts avatar when they change it, and send our presence to groupchat when we change our vcard
2006-04-12 12:55:06 +00:00
Dimitur Kirov
0a7e840756
last_selected_contact is None if new selection
...
is not a contact
2006-04-12 11:33:23 +00:00
Yann Leboulanger
ba558c03e7
typo
2006-04-12 10:08:59 +00:00
Dimitur Kirov
9d3976c2d7
restored proxy.jabber.cd.chalmers.se in the
...
list of default proxies
2006-04-12 09:13:38 +00:00
Yann Leboulanger
ad04559cbf
try to create unread_messages table only once when we update config file.
2006-04-12 08:38:51 +00:00
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
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
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
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
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