junglecow
321020751d
Bugfix
2006-11-14 06:39:08 +00:00
junglecow
be1b58aa79
Handle OpenSSL.SSL.SysCallError
2006-11-13 22:17:16 +00:00
junglecow
4617618463
Removing all calls to sys.exc_clear(). This is only necessary in very rare circumstances, and if there is such a circumstance, it should be clearly documented in code.
2006-11-13 15:07:47 +00:00
junglecow
9e3e14dd78
Fixed a bug in compatibility code
2006-11-13 14:44:17 +00:00
junglecow
c5ffc7bf5d
- Added support for PyOpenSSL (with fallback to old library if not found)
...
- Also added a wrapper for cleaner compatibility handling of old SSL library
- Changed exception handling to be more precise. (Catching Exception. Ish.)
- Added lots of debug printing
You will need to install pyopenssl (Debian unstable: python-pyopenssl) to try this.
2006-11-13 14:24:41 +00:00
Yann Leboulanger
0f53cbb3f6
in choose GPG key dialog, search on name column instead of keyid. fixes #2655
2006-11-13 07:10:54 +00:00
Yann Leboulanger
786d3e9fb8
remove useless test. fixes #2167
2006-11-13 06:58:41 +00:00
Yann Leboulanger
1a2cb6a071
redraw account row when we add the first child. fixes #2576
2006-11-13 06:41:43 +00:00
Yann Leboulanger
9ea82566d5
don't hide contact when other offline resource have pending events. fixes #2657
2006-11-12 11:32:43 +00:00
Yann Leboulanger
ed5930a1b1
count as pending events message from other resources too. see #2657
2006-11-11 14:47:08 +00:00
Yann Leboulanger
2f354b464d
show correct status icon in chat banner when we open a chat for a specific resource. see #2657
2006-11-11 14:40:26 +00:00
Yann Leboulanger
1abf5865d6
remove an old debug print
2006-11-11 14:03:59 +00:00
Yann Leboulanger
0e092980fd
show unread pm in tab and in chat window title. fixes #2645
2006-11-10 23:17:52 +00:00
Stefan Bethge
27849fc3d7
fix #2586 , cleanup
2006-11-10 20:43:23 +00:00
Yann Leboulanger
da58aeaf88
[Petteri] topic autocompletion. fixes #2654
2006-11-10 20:06:57 +00:00
Yann Leboulanger
38fd89a378
shorter string to fit popup window. fixes #2640
2006-11-10 19:33:34 +00:00
Yann Leboulanger
3fd64392c4
make homepage selectable
2006-11-10 19:18:40 +00:00
Yann Leboulanger
28dee0867f
[misc] ability to send messages to a group or to several contacts. fixes #1823
2006-11-10 18:41:08 +00:00
Yann Leboulanger
1add317cc9
use PRAGMA synchronous = OFF in sqlite to avoid hard drive spin up. fixes #2183
2006-11-10 18:32:38 +00:00
Tomasz Melcer
fafc555b6b
Some changes in new dataforms, they're almost usable now.
2006-11-10 13:17:59 +00:00
Yann Leboulanger
d701c1ef3d
show status changement of contact without a resource only once. fixes #2542
2006-11-10 08:59:14 +00:00
Yann Leboulanger
a6201bff11
number of tab in vcard.py has changed
2006-11-10 08:24:36 +00:00
Yann Leboulanger
a4c29cd6c2
[misc] XEP-145 (annotations) support. Thanks fixes #776
2006-11-09 19:13:53 +00:00
Yann Leboulanger
bac3b8f2f2
always show change status message window to current desktop when we change status. fixes #2615
2006-11-09 18:21:25 +00:00
Stefan Bethge
0cc8a9fad2
fix #2656
2006-11-09 17:06:28 +00:00
Stefan Bethge
1d8dab4b22
read password from account config window using get_password, not from config
2006-11-09 15:42:27 +00:00
Jean-Marie Traissard
20dc155f65
Reset pending messages count in message_win even in more than one tab stay, delete
...
banners redraw when control whith same nick is present, it's related to accounts
now.
2006-11-09 00:06:03 +00:00
Jean-Marie Traissard
587a4d4e73
Don't count first messages in roster title when we auto open
2006-11-08 21:28:28 +00:00
Yann Leboulanger
5b9a784b68
don't copy contact when the only one has no resource. it means it's the first message we got. fixes #2652
2006-11-08 17:23:57 +00:00
Yann Leboulanger
f39fd2a861
redraw transport when we read it's queue
2006-11-08 16:47:07 +00:00
Yann Leboulanger
038c4e4c77
use good filename when saving avatar of a contact from info window. Fixes #2650
2006-11-08 14:31:40 +00:00
Yann Leboulanger
c897263ed0
[dkirov] When .so modules are loaded from module path there is no need to do extra checks.
2006-11-08 13:23:38 +00:00
Yann Leboulanger
b288264135
[dkirov] idle module is not correctly build (linked to xss lib) and loaded from .libs folder for svn users. fixes #2611
2006-11-08 13:16:35 +00:00
Yann Leboulanger
2034948d2a
fjid must always be set.
2006-11-08 13:04:31 +00:00
Yann Leboulanger
3e18b3b7fc
don't ensure_utf8_string() when prefferedencoding is not 'UTF-8'. fixes #2514
2006-11-08 08:09:42 +00:00
Yann Leboulanger
a9624838ef
overwrite contact instance when the one that remain is offline. fixes #2569
2006-11-08 07:36:52 +00:00
Yann Leboulanger
17d17ae50f
fix TB when we get a message from a not in roster contact
2006-11-08 07:23:30 +00:00
Jean-Marie Traissard
bb072aafb8
agh, re typo
2006-11-08 02:34:12 +00:00
Jean-Marie Traissard
72ae44ec0c
Typo
2006-11-08 02:32:49 +00:00
Jean-Marie Traissard
2e1e5ab218
Use good filename when saving avatar of a contact without a renamed nick. Fixes #2650 .
2006-11-08 02:28:03 +00:00
Jean-Marie Traissard
943338b00b
We NEVER want to count gc_messages in roster title. Good catch hawke
2006-11-07 23:36:48 +00:00
Stefan Bethge
7c433c7c85
display error messages only when there is an error (hopefully), see #2586
2006-11-07 23:25:24 +00:00
Yann Leboulanger
ae8c6e309e
handle correctly messages from invisible resources
2006-11-07 23:13:11 +00:00
Yann Leboulanger
b2d4177962
use correct jid (not always jid_with_resource) in popup. fixes #2569
2006-11-07 21:58:33 +00:00
Jean-Marie Traissard
cdd9618635
Fix roster not refreshed in on_conversation_vadjustment_value_changed() by merging duplicate code
2006-11-07 21:29:59 +00:00
Stefan Bethge
bf69759900
fix #2649
2006-11-06 22:47:25 +00:00
Yann Leboulanger
636342bc30
take into events from fill jid when deciding if we should remove it from roster. fixes #2646
2006-11-06 22:15:33 +00:00
Stefan Bethge
745434fdab
give error messages when local message could not be sent, see #2586
2006-11-06 21:30:39 +00:00
Yann Leboulanger
f5fedaf737
prevent TB. fixes #2534
2006-11-06 21:21:04 +00:00
Tomasz Melcer
289928050c
Reworked dataforms, not finished yet.
2006-11-06 12:23:39 +00:00
Jean-Marie Traissard
e8d2bfe1ce
[elghinn/jim]Correctly reload emoticons set :). Fixes #2445
2006-11-06 05:37:29 +00:00
Jean-Marie Traissard
dcbde70325
View my_emoticones sets in prefs (regression in [7355])
2006-11-06 00:06:35 +00:00
Yann Leboulanger
291666a5e3
show gc topic changements with timestamp as old conversations (grey)
2006-11-05 23:46:06 +00:00
Jean-Marie Traissard
57e4c75a83
[junglecow] Bookmarked groupchat rooms to follow global print_status_in_muc setting
...
if print_status unspecified by user. Fixes #2641 .
2006-11-05 22:09:19 +00:00
Yann Leboulanger
e96edbb7a6
- add a confirmation dialog when we create a metacontact for the forst time. fixes #2259
...
- for server that doesn't support storinx privacy XML, add a warning dialog
2006-11-05 00:47:25 +00:00
Yann Leboulanger
83a5014b14
[junglecow] refactor paths and directories in a single file. fixes #2629
2006-11-04 18:15:38 +00:00
Jean-Marie Traissard
1ea1be854b
Fix bug with accounts NOT merged, use get_global_show() and simplify [7354]
2006-11-04 04:06:50 +00:00
Yann Leboulanger
fefbc29079
show only folders in iconsets and emoticons combobox. fixes #2638
2006-11-04 02:39:11 +00:00
Yann Leboulanger
43ddd31399
how correct status iconin merged account row. fixes #2620
2006-11-04 02:29:16 +00:00
Yann Leboulanger
eeb4dfc61b
show change status message window in current workspace. fixes #2615
2006-11-04 01:47:30 +00:00
Yann Leboulanger
354b6fd1c5
[elrodeo] add must sounds in systray context menu. fixes #2626
2006-11-04 01:42:29 +00:00
Jean-Marie Traissard
7db777868e
Revert [7334]
2006-11-04 00:27:56 +00:00
Jean-Marie Traissard
e2929d12bf
Fix notify_on_all_muc_messages I just broke, remove useless and unclear function
2006-11-03 21:27:56 +00:00
Jean-Marie Traissard
a8354e1132
Fixed totally broken trayicon_notification_on_new_messages behaviour, change name to
...
trayicon_notification_on_events and do what's expected
2006-11-03 19:52:39 +00:00
Jean-Marie Traissard
b50d3b86ba
Show good count of awaiting messages in message_window title
2006-11-03 18:03:59 +00:00
Jean-Marie Traissard
aff110a047
Use psi bug workaround less often, so we never see "/me changed topic" anymore, clarify comment
...
about why we do that. Fixes #2636 .
2006-11-03 17:10:55 +00:00
Nikos Kouremenos
213cfba438
gajim-remote get_unread_msgs_number now works ok. fix #2622
2006-11-03 12:55:05 +00:00
Nikos Kouremenos
ee4e96c4ad
[elrodeo] font button for roster font in prefs window. see #2633
2006-11-03 12:43:27 +00:00
Jean-Marie Traissard
ea496bdace
More logical meaning of first message for a single message (if no single already in queue for this jid)
...
Fixed possible bad value of first for pm
Slaped bad bad comments
2006-11-03 07:58:44 +00:00
Jean-Marie Traissard
b978097c42
Removed import sys, useless since [7326]
2006-11-03 06:41:34 +00:00
Jean-Marie Traissard
1a12bcc831
Do not print unwanted notifications for file_* events
2006-11-03 05:41:11 +00:00
Jean-Marie Traissard
dd0173cb1f
When some event for a jid arrive and we want show in roster, always show, even if contact is not in the
...
roster
Generalize selection of incomming event in the roster
separate add_to_not_in_the_roster() in a func
Deleted a Redraw of parent that seems useless (done in draw_contact())
Fixes #2247 .
2006-11-03 05:11:43 +00:00
Yann Leboulanger
77df1f0986
fixe default value to a variable.
2006-11-02 21:13:36 +00:00
Jean-Marie Traissard
3acfe5f359
Do not clear when Xclear or whatever is not /clear in a chat_control, thanks b4d for report
2006-11-02 20:30:14 +00:00
Yann Leboulanger
fdb0a9b099
focus on close button in vcard.py when we open it. fixes #2537
2006-11-02 16:13:39 +00:00
Nikos Kouremenos
fa20b21507
use locale.getpreferredencoding() instead of sys.getfsencoding in decode_string
2006-11-02 13:42:51 +00:00
Nikos Kouremenos
c494b7f5b9
if it is alreayd unicode instance, do not decode
2006-11-02 13:40:57 +00:00
Yann Leboulanger
18207be244
update contact instance in chat control when a resource comes back online (a new contact instance is created). fixes #2619
2006-11-02 00:07:15 +00:00
Yann Leboulanger
4c64eb6cce
don't show contact in roster if account is offline and no pending events and show_offline is False. fixes #2618
2006-11-01 20:12:08 +00:00
Yann Leboulanger
f0f5243e32
don't show pm event twice when we restore conversation. fixes #2621
2006-11-01 17:09:10 +00:00
Yann Leboulanger
6466c45d74
[gjc] workaround gnome-keyring-daemon bug. see #2595
2006-11-01 16:49:49 +00:00
Yann Leboulanger
dba0a34a74
follow global status for merged account line. fixes #2620
2006-11-01 14:50:07 +00:00
Yann Leboulanger
bf09d27040
don't fail to auto-detect mailer and browser under win
2006-11-01 14:46:57 +00:00
Jean-Marie Traissard
e6ccbf517a
It's ok, contact.last_status_time is always local time, remove comment.
2006-10-30 17:40:34 +00:00
Nikos Kouremenos
72e26a5137
noone does ./gajim.py anymore. so remove forcing call to python -OOt via shell
2006-10-30 10:25:52 +00:00
Nikos Kouremenos
c841e3b744
[psy_il] do python 25 compatible import for pysqlite in common/logger.py too
2006-10-24 16:04:21 +00:00
Nikos Kouremenos
42621a44be
enrich comment about nm support more
2006-10-21 10:25:39 +00:00
Nikos Kouremenos
897190031e
fix and enrich comment about nm support
2006-10-21 10:15:19 +00:00
Nikos Kouremenos
cf5666043c
again fix Gajim so it runs if NM is not there. Stefan please have a look from time to time in the timeline to see other ppl fixes [f.e. this was done by Yann b4]
2006-10-21 10:10:34 +00:00
Stefan Bethge
4f85656bb0
fix previous commit, don't do nm stuff if account is not synchronized to global status
2006-10-21 00:54:21 +00:00
Stefan Bethge
0465e3dcdb
fix #860 , add patch from <jeff at ocjtech.us>, add per account options,
...
(options are in ACE only)
2006-10-21 00:49:30 +00:00
Stefan Bethge
2875fbda4b
add fixme notice to workaround for #2585
2006-10-20 23:19:57 +00:00
Nikos Kouremenos
f02d7e446e
missing logic on prefs window for exo-open stuff. fixes #2606 . thanks baze for ur attention to detail
2006-10-20 21:25:47 +00:00
Stefan Bethge
18ef6edb74
don't allow sending messages via local account when offline or invisible
2006-10-20 17:02:38 +00:00
Nikos Kouremenos
d98263c5e8
do not do gnomekeyring.is_available check eveyrytime (only once); remove an assert
2006-10-20 10:14:15 +00:00
Nikos Kouremenos
78e56c56e8
rm the print
2006-10-20 10:08:08 +00:00
Nikos Kouremenos
cdb7fb67e6
add print to assist baze. see #2600
2006-10-20 09:43:40 +00:00
Nikos Kouremenos
0580e69f1c
damn typo
2006-10-20 09:42:33 +00:00
Nikos Kouremenos
946d180054
some events are not readable. thus unread event does not make sense. Pending Events is what we wanna say
2006-10-20 09:37:24 +00:00
Nikos Kouremenos
b37bf4ec0a
common/helpers also does exo-open
2006-10-20 09:25:14 +00:00
Nikos Kouremenos
d63d78be66
if user is xfce4 user [startxfce4 or xfce4-session in running procs] then use exo-open (needs libexo) to open urls using the xfce defined default apps
2006-10-20 09:22:17 +00:00
Nikos Kouremenos
62051dd998
use single quotes. Manager with capital in net manager
2006-10-20 09:06:36 +00:00
Jean-Marie Traissard
bffc81eec1
Better description
2006-10-20 00:52:34 +00:00
Jean-Marie Traissard
cb7f63f0f4
var name
2006-10-19 23:45:43 +00:00
Stefan Bethge
bc98a0756e
fix tb when renaming offline local contacts (dkirov)
2006-10-18 21:15:54 +00:00
Yann Leboulanger
8caa122a64
[misc & asterix] improve privacy_list and privacy_lists window
2006-10-18 08:37:44 +00:00
Yann Leboulanger
06609bcb89
add GUI option to ignore incoming XHTML tag. fixes #2522
2006-10-18 08:20:49 +00:00
Yann Leboulanger
ac0682e991
catch network manager not present error. fixes #2597 , #2599
2006-10-18 07:41:09 +00:00
Jean-Marie Traissard
27812fe3b0
Better description of chat_merge_consecutive_nickname option
2006-10-17 22:26:25 +00:00
Stefan Bethge
8cf6f4c7c2
add simple implementation of network manager awareness
...
(should find a better place) - see #860
2006-10-17 22:15:20 +00:00
Yann Leboulanger
f3b6fa94e9
ignor wrong mail from gmail. fixes #2587
2006-10-17 21:56:59 +00:00
Yann Leboulanger
edf0ea9f4d
[Gustavo] make gnomekeyring code more robust.
2006-10-17 21:48:10 +00:00
Yann Leboulanger
e2430062f1
add missing () in a test. fices #2589
2006-10-17 21:40:48 +00:00
Stefan Bethge
8bfbb62aac
complete [7275] - remove send file for offline users (dkirov)
2006-10-17 19:38:43 +00:00
Stefan Bethge
4aeb92e52f
temporarily replace unicode txt data from local contacts with a dot until we get info from avahi
2006-10-17 19:18:25 +00:00
Stefan Bethge
e5806104ce
patch from dkirov: fix problem with chat window jid != roster contact jid (local contacts)
2006-10-17 19:13:36 +00:00
Stefan Bethge
ff735c4d36
don't allow vcard window for offline local contacts
2006-10-17 16:35:56 +00:00
Yann Leboulanger
2d4f689891
remove unneeded import
2006-10-17 16:03:12 +00:00
Yann Leboulanger
fafa2d0c0a
show our server in roster when we get a message from it, and hide it if show_transports_group is False. Fixes #2568
2006-10-17 12:31:16 +00:00
Yann Leboulanger
4500643eaf
catch only invalid format error. see #2574
2006-10-17 10:50:14 +00:00
Yann Leboulanger
0c0c81ca03
ignore transports with wrong jid. fixes #2574
2006-10-17 10:09:11 +00:00
Stefan Bethge
6ca90b0a9f
revert [7259]
2006-10-16 22:40:52 +00:00
Yann Leboulanger
2ee4333b0b
escape filename before adding them to filetransfert window. fixes #2582
2006-10-16 21:48:20 +00:00
Yann Leboulanger
8a45a73226
show in roster not in roster contacts. also fixes a TB when receiving messages from not in roster contacts.
2006-10-16 21:37:32 +00:00
Yann Leboulanger
0909fae3cf
do not remove contact from roster when we remove a events from a contact and it is not offline. fixes #2583
2006-10-16 21:01:07 +00:00
Yann Leboulanger
21e3f8a6a7
don't show subject tooltip if there is no subject. fixes #2572
2006-10-16 20:28:18 +00:00
Yann Leboulanger
fa1be18664
show transport if they have awaiting events, even if show_transport is off. fixes #2568
2006-10-16 20:05:09 +00:00
Stefan Bethge
39688db977
patch from dkirov to fix TB with gaim presences
2006-10-16 19:43:02 +00:00
Yann Leboulanger
96f19e9c10
[sgala] fix dubble emoticon in htmltextview when receiving xhtml message. see #316
2006-10-16 19:18:36 +00:00
Yann Leboulanger
92f579aa79
use correct account name when DND'ing contacts. fixes #2531
2006-10-16 19:02:49 +00:00
Nikos Kouremenos
ae108fb633
make homepage label in vcard selectable. see #2579
2006-10-16 13:53:35 +00:00
Stefan Bethge
c456312e86
fix #2575 (thanks for the patch)
2006-10-16 13:37:49 +00:00
Stefan Bethge
b5d4bb4a1c
fix #2574 (allow 0x5f in hostnames)
2006-10-16 13:24:09 +00:00
Stefan Bethge
0464ac380f
fix TB on remove account
2006-10-16 02:00:13 +00:00
Yann Leboulanger
b3d405b616
handle correctly messages from offline resources
2006-10-15 21:51:34 +00:00
Yann Leboulanger
fe5407907a
do not take into account offline resources in vcard / roster and tooltips. They may stay here if they are awaiting events.
2006-10-15 21:47:35 +00:00
Nikos Kouremenos
5b600300fd
room -> group chat
2006-10-15 17:29:22 +00:00
Nikos Kouremenos
7bcc6dd246
no need for [7252]. it is already done by GTK. we do not hide, nobody hides. std context menu with 2 or menuitems is baaaad. user eyes are used to finding paste under cut copy etc
2006-10-15 17:13:55 +00:00
Nikos Kouremenos
06ef2a1a24
Cut Paste and Delete menuitem from conversation popupmenu become INSENSITIVE (not removed!)
2006-10-15 16:40:42 +00:00
Nikos Kouremenos
a1820a4ed5
fix logic for observers to work as XEP 0162 says
2006-10-15 13:23:05 +00:00
Nikos Kouremenos
467f4d8aa1
actions for string can be max 2 lines
2006-10-15 12:59:23 +00:00
Yann Leboulanger
f1dce33515
remove duplicate code
2006-10-15 10:51:26 +00:00
Dimitur Kirov
1fcea90561
enable utf-8 strings in txt records
2006-10-15 02:09:23 +00:00
Yann Leboulanger
e8151ed1d2
remove Cut Paste and Delete menuitem from conversation popupmenu. fixes #2567
2006-10-14 14:54:54 +00:00
Nikos Kouremenos
ca65a1a097
commit something to complete [7176]
2006-10-14 13:22:37 +00:00
Yann Leboulanger
dc1b4951b2
save gpg_enabled pref for jid, not full_jid. Fixes #2448
2006-10-14 13:13:00 +00:00
Nikos Kouremenos
aa238c8a0b
use single quotes
2006-10-14 11:42:36 +00:00
Nikos Kouremenos
d96933601a
do not use plural in ace comment
2006-10-14 11:32:10 +00:00
Yann Leboulanger
15fc024d7c
do not allow to join a room with the jid of an opened chat window. fixes #2558
2006-10-14 10:31:26 +00:00
Stefan Bethge
7ad0a850d6
only show corresponding lines in actions/advanced menu
2006-10-14 06:15:43 +00:00
Stefan Bethge
18ba4ec4e7
fix #2551
2006-10-14 05:33:08 +00:00
Dimitur Kirov
d1b2d21ba1
same as [7234]
2006-10-13 08:18:54 +00:00
Dimitur Kirov
f0258f0f0d
don't dist defs.py.in from common
2006-10-13 08:17:43 +00:00
Dimitur Kirov
62fcc8eb76
move defs.py.in in data/ dir
2006-10-13 08:15:20 +00:00
Yann Leboulanger
bce21faeab
update instantly privacy_lists window when we add or remove a privacy list in privacy_list window
2006-10-13 07:47:21 +00:00
Yann Leboulanger
ce10327b19
remove unneeded self variable
2006-10-13 07:22:26 +00:00
Yann Leboulanger
1a5a4817b3
do not allow to create a privacy lists with an empty name. fixes #2541
2006-10-13 07:09:43 +00:00
Yann Leboulanger
b69d736c94
prevent TB, call set_active() with jid without resource if we open window without resource
2006-10-12 16:37:08 +00:00
Yann Leboulanger
f6565b5703
add a defs.py to svn for windows users
...
take version number from defs.py, so now when we upgrade it we have to upgrade in configure.ac AND defs.py (for win users)
2006-10-12 15:10:17 +00:00
Yann Leboulanger
dff640fc6a
fixes behaviour when contact with sevral resources sends us messages and we click in systray or popup window. fixes #2443 and #2498
2006-10-12 14:08:28 +00:00
Yann Leboulanger
010eb2c9f3
do not align jid to bottom in roster tooltips
2006-10-12 08:28:16 +00:00
Stefan Bethge
a8c0bbe7c1
fix #2555
2006-10-12 03:22:57 +00:00
Jean-Marie Traissard
345ab7846d
Correct tooltips after zeroconf merge. Fixes #2554 .
2006-10-12 02:44:15 +00:00
Stefan Bethge
41594ac4e8
fix #2545 , pop up error message when publishing fails
2006-10-12 02:21:23 +00:00
Jean-Marie Traissard
ccf2b261c7
Use "group chat" instead of "room" in all strings. Fixes #2523 .
2006-10-12 02:12:10 +00:00
Jean-Marie Traissard
483b3ac149
Keep precedent config about playing muc_received_sound or not
2006-10-12 01:28:09 +00:00
Stefan Bethge
150073da23
fix problems when local account is deleted in config file
2006-10-12 00:58:01 +00:00
Dimitur Kirov
76d6649d66
mention new build system in ChangeLog and
...
README.html
downgrade build dependencies to automake 1.8
2006-10-11 23:55:03 +00:00
Dimitur Kirov
c24351d58f
split error for unable to bind to port
2006-10-11 23:11:54 +00:00
Stefan Bethge
6621657ccc
include patch from misc@zarb.org to only show lock on tls
...
fixes #2556
2006-10-11 23:03:18 +00:00
Nikos Kouremenos
47d557fc1b
import once sqlite and logger and exceptsion in optparser.py
2006-10-11 22:45:33 +00:00
Dimitur Kirov
28aee13699
add more descriptive note for svn users about
...
the new setup requirements
2006-10-11 22:41:03 +00:00
Nikos Kouremenos
3535249ba1
py25 comes with pysqlite module in the stdlib
2006-10-11 22:31:51 +00:00
Nikos Kouremenos
307abbc384
put a comment
2006-10-11 22:08:30 +00:00
Dimitur Kirov
b3ab116a38
patch from 2553
2006-10-11 21:26:58 +00:00
Yann Leboulanger
e0e503472a
[gjc] handle the case when gnomekeyring is present, but daemon is not running
2006-10-11 20:38:23 +00:00
Dimitur Kirov
6d1097f1e2
add a note to svn users
2006-10-11 18:27:55 +00:00
Dimitur Kirov
2a2c358cf9
remove unneeded file
2006-10-11 18:07:36 +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
Yann Leboulanger
8194bd0480
use 'muc_message_received' sound if it is enable without checking notify_on_all_muc_messages option. Fixes #2494
2006-10-11 17:03:25 +00:00
Yann Leboulanger
c600364342
temporary defs.py until defs.py.in arrives (ppl are so responsive !). fixes #2548
2006-10-11 16:57:11 +00:00
Yann Leboulanger
c0ca8027af
use defs file to look for COPYING, AUTHORS and THANKS files.
2006-10-11 15:51:42 +00:00
Dimitur Kirov
c9b6b043de
removing dist files.
2006-10-11 12:42:31 +00:00
Dimitur Kirov
595f4bbf4b
adding Stefan to AUTHORS file
...
cleaning Makefile.in-s in make maintainer-clean
skip noisy message in autogen.sh
2006-10-11 12:37:08 +00:00
Dimitur Kirov
2aee5a93e8
patch form #2546
2006-10-11 09:27:47 +00:00
Stefan Bethge
b15387f37a
merge autoconf additions to trunk
2006-10-11 02:17:53 +00:00
Stefan Bethge
1dbb2a891f
merge zeroconf branch to trunk
2006-10-11 02:12:56 +00:00
Yann Leboulanger
ff8ba1f56e
print error message instead of raising a TB when Dbus is not present and we try to use gajim-remote. Fixes #2539
2006-10-10 18:20:09 +00:00
Yann Leboulanger
78f27533b6
remove a test that breaks Gajim, Nikos, look at what you wanted to do.
...
And fix a func name too
2006-10-10 17:33:53 +00:00
Yann Leboulanger
713d523344
fix wrong var name. fixes TBs
2006-10-10 17:25:26 +00:00
Jean-Marie Traissard
9f417b7396
syntax
2006-10-10 16:34:09 +00:00
Nikos Kouremenos
d2261775c1
ask os_info for observers. fixes #2476 . the same happens (and cannot be fixed) for invisible, but how often we ask os info on invisible people? (and also that can betray their invisibility eventhough it is their client that hsould not reply if they are invisible. anyways..)
2006-10-10 16:01:15 +00:00
Nikos Kouremenos
9448a325c7
use introduced functions
2006-10-10 15:58:48 +00:00
Nikos Kouremenos
a1102880b9
intro is_hidden_from_roster and is_observer
2006-10-10 15:57:20 +00:00
Yann Leboulanger
aae7e7e99c
allow shutdown func now get the method we used to close the tab. So that we check if a row is selected in gc control only if we close tab by pressing Esc key. fixes #2528
2006-10-10 15:53:42 +00:00
Nikos Kouremenos
f6ba23bf13
if not dbus, music track synching cannot happen no matter if user is not windows user. fixes #2526
2006-10-10 15:33:08 +00:00
Nikos Kouremenos
627469e5e0
from common.exceptions import GajimGeneralException as GajimGeneralException -> from common.exceptions import GajimGeneralException
2006-10-10 15:29:10 +00:00
Nikos Kouremenos
a25b63bcc3
remove a fixme. close #2493
2006-10-10 15:26:52 +00:00
Jean-Marie Traissard
6ab1780bdc
typo
2006-10-10 08:05:02 +00:00
Stefan Bethge
6ea11dc7ad
fix avatars not showing with zeroconf enabled
2006-10-10 00:59:31 +00:00