Yann Leboulanger
|
31f3e2f44a
|
redo substitution when we get resource from config. fixes #3060
|
2007-06-30 08:40:14 +00:00 |
Yann Leboulanger
|
965e2b1c78
|
don't try to do Awn code if it's not available
|
2007-06-29 22:25:50 +00:00 |
Travis Shirk
|
270c956db3
|
Handle malformed timestamps (which would cause an unhandled exception and hork the connection)
and XEP-82 (dashes in timestamps).
|
2007-06-29 21:21:08 +00:00 |
Travis Shirk
|
6ca2d76cba
|
Fixed a traceback. Not sure how correct the contact=contact[0] is, but it handles the multiple return types from get_contact_from_full_jid
|
2007-06-29 21:19:47 +00:00 |
Yann Leboulanger
|
fd03586f2c
|
use helper function. fixes #3263
|
2007-06-29 16:25:05 +00:00 |
Yann Leboulanger
|
30a9202f9d
|
automaticaly fill password entry in groupchat invitation dialog if we get it. fixes #3271
|
2007-06-29 09:39:13 +00:00 |
Yann Leboulanger
|
fd2be16f24
|
make the ask password for groupchat window async and entry visibility to False. fixes #3265
|
2007-06-29 08:19:13 +00:00 |
Yann Leboulanger
|
c8d808d956
|
fix TB when we remove an account. Fixes #3268
|
2007-06-28 21:22:27 +00:00 |
Yann Leboulanger
|
e007756ac8
|
make idle part of preference window insensitive if idle is not supported. fixes #2949
|
2007-06-28 21:09:29 +00:00 |
Julien Pivotto
|
15597f8b37
|
In features window, show description on select, not on double-click. See #2783.
|
2007-06-28 10:42:24 +00:00 |
Tomasz Melcer
|
4c1fdb1fd8
|
xmpppy doesn't raise exceptions!
|
2007-06-28 08:14:25 +00:00 |
Tomasz Melcer
|
976cd12eef
|
contacts.py: get_contact_from_full_jid not to raise exceptions on bare jids
|
2007-06-27 23:26:07 +00:00 |
Tomasz Melcer
|
6995730808
|
Caps: removed debug module import
|
2007-06-27 22:57:01 +00:00 |
Tomasz Melcer
|
744d445c55
|
Caps: querying caps disco node (no checking result yet)
|
2007-06-27 22:32:35 +00:00 |
Stephan Erb
|
a1440388da
|
Feature window cleanup, first part . See #2783
|
2007-06-27 12:38:00 +00:00 |
Stephan Erb
|
2e8a39005e
|
Redraw groups if we add/remove contacts. Fixes #3192
|
2007-06-27 10:32:54 +00:00 |
Yann Leboulanger
|
967d050db2
|
call beep command instead of print '\a' <- doesn't work. fixes #909
|
2007-06-27 10:20:24 +00:00 |
Yann Leboulanger
|
6099e3eb43
|
fix missing import
|
2007-06-27 09:49:58 +00:00 |
Yann Leboulanger
|
9dc8404158
|
add features window in help menu. fixes #2783
|
2007-06-27 09:37:31 +00:00 |
Stephan Erb
|
e88d547ed9
|
See [8324]: do the same in groupchats. Comment added
|
2007-06-27 09:26:58 +00:00 |
Yann Leboulanger
|
497d5d0e0e
|
set visible property to False when there is no secondary pixbuf.
|
2007-06-27 08:28:36 +00:00 |
Tomasz Melcer
|
7a399e980b
|
Comments here and there
|
2007-06-27 00:51:38 +00:00 |
Tomasz Melcer
|
86798a56f0
|
Caps: Cache object
|
2007-06-27 00:51:12 +00:00 |
Yann Leboulanger
|
7493f29c9c
|
fix stupid traceback
|
2007-06-26 21:39:22 +00:00 |
Yann Leboulanger
|
a1bf7363c7
|
better network_manager detection
|
2007-06-26 20:59:30 +00:00 |
Yann Leboulanger
|
161cdf1e49
|
svn version is 0.11.1.1, not 0.12
|
2007-06-26 11:37:01 +00:00 |
Julien Pivotto
|
1dd251bb91
|
Better comment
|
2007-06-26 10:36:00 +00:00 |
Julien Pivotto
|
966a6f7a49
|
Fix a bug with closing tabs if GTK version >= 2.10.0 (don't disconnect
tab DnD)
|
2007-06-26 10:33:51 +00:00 |
Stephan Erb
|
7be506e3f5
|
Compact View:
* Move checkbox to preferences. Fixes #2662
* Merge option for muc and chat
|
2007-06-25 23:51:44 +00:00 |
Julien Pivotto
|
9a4a6a7eda
|
Use gtk native way to reorder tabs if gtk version >= 2.10
|
2007-06-25 21:46:08 +00:00 |
Yann Leboulanger
|
02aaafac91
|
use 2 columns in Muc browser so that int and str are stored. we show str and we sort on int
|
2007-06-25 20:03:43 +00:00 |
Yann Leboulanger
|
519bfa9352
|
remove private messges from unread_messages table in logs.db
|
2007-06-25 19:34:23 +00:00 |
Yann Leboulanger
|
ec31beb74a
|
ability to sort MUC by what we want in muc browser. fixes #2753
|
2007-06-25 17:49:14 +00:00 |
Yann Leboulanger
|
6c328e2a33
|
redraw acount row to have correct online / total number of contacts when we minimize / open / disconnect from a groupchat. fixes #3247
|
2007-06-25 17:07:17 +00:00 |
Yann Leboulanger
|
ebb5c511f3
|
fix TB when we close pubsub window before we get the answer from the server. see #3103
|
2007-06-25 16:36:57 +00:00 |
Yann Leboulanger
|
2c4f2896af
|
don't stop Gajim when dbus is stopped. Fixes #3032
|
2007-06-25 16:23:21 +00:00 |
Yann Leboulanger
|
abcb48d1e0
|
improve pubsub support. fixes #3103
|
2007-06-24 22:33:00 +00:00 |
Yann Leboulanger
|
fc153017ec
|
ask password to user when we try to connect to a password protected room. fixes #2890
|
2007-06-24 21:19:41 +00:00 |
Yann Leboulanger
|
6b18afd42e
|
update minimized_controls variable when we change an account name
|
2007-06-23 21:45:09 +00:00 |
Yann Leboulanger
|
12bb72059f
|
ability to forward unread messages through adhoc commands. fixes #1910
|
2007-06-23 19:44:09 +00:00 |
Yann Leboulanger
|
7abaabc4b8
|
remove two extra parenthesis. fixes #3256
|
2007-06-23 06:13:51 +00:00 |
Yann Leboulanger
|
12bede65b0
|
use opened_meta.png and closed_meta.png to create meta contacts icons in roster if they exists, else fall back to opened.png and closed.png. Fixes #1974
|
2007-06-22 20:42:01 +00:00 |
Yann Leboulanger
|
ebf074e5c1
|
use FakeDataform widget in search window. fixes #1922
|
2007-06-22 17:27:22 +00:00 |
Yann Leboulanger
|
f77ca8543f
|
send all files when we drop several files in roster
|
2007-06-22 16:53:06 +00:00 |
Yann Leboulanger
|
e65bca1049
|
initialize minimize_on_autojoin to False when we add a new bookmark
|
2007-06-19 17:31:47 +00:00 |
Yann Leboulanger
|
2c6b7494cc
|
check network events every 2 seconds is enough. fixes #3250
|
2007-06-19 16:19:57 +00:00 |
Julien Pivotto
|
2885e3dbda
|
[misc] Update own vcard when requested. Fix #3237.
|
2007-06-17 16:10:00 +00:00 |
Julien Pivotto
|
786d63a430
|
Don't ask twice if we want to leave a groupchat. Fix #3245.
|
2007-06-17 15:59:46 +00:00 |
Julien Pivotto
|
a5e155792b
|
Use another function to get color string. Fix #2906.
|
2007-06-17 12:09:45 +00:00 |
Julien Pivotto
|
c92145c3b9
|
[misc] repare sending composing chatstates using xep instead of xep.
Fix #3241.
|
2007-06-16 21:31:19 +00:00 |
Stephan Erb
|
3606de3b67
|
Raise rename dialog properly when already opened. Fixes #3230
|
2007-06-16 16:52:51 +00:00 |
Stephan Erb
|
2cd9fcf8db
|
Fix new bookmark. Completing #8272
|
2007-06-16 12:06:34 +00:00 |
Yann Leboulanger
|
ed0bf7884f
|
add a disconnect menuitem to groupchat context menu in roster
|
2007-06-15 18:55:21 +00:00 |
Yann Leboulanger
|
0a165c813b
|
improve minimize on close code
|
2007-06-15 18:30:48 +00:00 |
Yann Leboulanger
|
0758be7c14
|
ability to send a file to a groupchat occupant if we know his real JID
|
2007-06-15 17:38:14 +00:00 |
Julien Pivotto
|
2adf3dc837
|
Better better systray -> groupchat submenu. See #3209 and [8232].
|
2007-06-15 12:10:35 +00:00 |
Yann Leboulanger
|
0f72499eac
|
don't put an offline contact above another one only because it has a status message. fixes #3010
|
2007-06-14 22:05:33 +00:00 |
Julien Pivotto
|
ed3db807d9
|
Fix a bug with minimization and new accounts
|
2007-06-14 20:57:25 +00:00 |
Yann Leboulanger
|
e8bfebdd23
|
don't make minimize checkbutton sensitive if auto join is not sleected
|
2007-06-14 17:50:30 +00:00 |
Yann Leboulanger
|
b6eb2f94c9
|
minimize menuitem -> minimize on close checkbutton. see #3034
|
2007-06-14 17:44:24 +00:00 |
Stephan Erb
|
e22007f1d1
|
Fix tb when closing muc with unread messages
|
2007-06-14 16:06:59 +00:00 |
Stephan Erb
|
5f82f1a413
|
Fix autocomplation for jids where username is set as nickname. Fixes #2608.
|
2007-06-13 21:29:03 +00:00 |
Yann Leboulanger
|
6c8de6b1da
|
/me is also a command in normal chat
|
2007-06-13 21:14:03 +00:00 |
Yann Leboulanger
|
d2914f642b
|
add minimize button to manage_bookmarks window. see #3034
|
2007-06-13 20:24:04 +00:00 |
Stephan Erb
|
7b05adc678
|
Do not handle unknow commands as messages.
|
2007-06-13 19:16:57 +00:00 |
Yann Leboulanger
|
2aeeeaa896
|
fix substitution in some strings
|
2007-06-13 19:07:25 +00:00 |
Yann Leboulanger
|
510184a6b2
|
move focus_out_line when groupchat is minimized
|
2007-06-12 18:16:34 +00:00 |
Yann Leboulanger
|
ee41ae8927
|
don'trequest vcard on a irc channel when someone changes his nickname. fixes #3194
|
2007-06-12 17:51:57 +00:00 |
Julien Pivotto
|
692c390e5f
|
Fix a bug with reconnecting and auto-minimized autojoined groupchats
|
2007-06-12 13:12:52 +00:00 |
Julien Pivotto
|
741cc56a52
|
Add information menuitem in transports context menu
|
2007-06-12 11:35:13 +00:00 |
Julien Pivotto
|
ba5e4dbd3f
|
Add code removed by mistake in [8263].
|
2007-06-11 10:53:56 +00:00 |
Julien Pivotto
|
981045005c
|
Don't allow to send custom presence ton group "groupchats". Fix #3231.
|
2007-06-11 10:46:47 +00:00 |
Julien Pivotto
|
6338f63f03
|
Fix some bugs with minimized groupchats.
|
2007-06-11 10:13:16 +00:00 |
Stephan Erb
|
babd1ee042
|
Enable ellipsization in roster and chatwindow. Fixes #2079, #2739
Reorder occupantlist in groupchat to match roster. Fixes #2102
|
2007-06-11 08:37:46 +00:00 |
Yann Leboulanger
|
46a9657b46
|
show insensitive block menutitem if server doesn't support privacy lists. Fixes #3016
|
2007-06-11 07:06:20 +00:00 |
Stephan Erb
|
867199a89f
|
[misc] init Node in MultipleDataForm only once. Fixes #3228
|
2007-06-10 09:52:20 +00:00 |
Julien Pivotto
|
17adcf7520
|
Print Offline icon instead Gtk-Stop in blocked items roster
context 'send
custom status' menu entry.
|
2007-06-10 06:44:52 +00:00 |
Julien Pivotto
|
67f60dff1f
|
Make 'send custom status' in blocked groups context menu insensitive.
See [8255] and fix #3226.
|
2007-06-10 04:23:51 +00:00 |
Julien Pivotto
|
4e7871f695
|
Make 'send custom status' in contacts content menu insensitive.
|
2007-06-10 04:17:56 +00:00 |
Tomasz Melcer
|
93f963a1f0
|
Dataforms: fix a fix
|
2007-06-09 13:52:06 +00:00 |
Yann Leboulanger
|
7ef57b505d
|
discover our server at startup even if we don't use filetransfert proxies. fixes #3224
|
2007-06-09 12:26:30 +00:00 |
Tomasz Melcer
|
964c3752cb
|
Dataforms: DataRecord(extend=None) != DataRecord()
|
2007-06-09 12:21:35 +00:00 |
Stephan Erb
|
ae9d082587
|
Remove my debug print
|
2007-06-09 11:57:25 +00:00 |
Stephan Erb
|
b41770d1f8
|
Adapt transport_menu to the style of the other menus
|
2007-06-09 11:24:46 +00:00 |
Yann Leboulanger
|
9f3fe8490b
|
[Santiago Gala] IPv6 filetransfert. see #1969
|
2007-06-09 07:07:05 +00:00 |
Stephan Erb
|
ea83642afc
|
Adapt multi_contact_menu to the style of the other menus
|
2007-06-08 20:31:25 +00:00 |
Stephan Erb
|
1dd0c97838
|
Fix Account Creat Wizzard, let it not use a removed function.
|
2007-06-08 20:28:47 +00:00 |
Tomasz Melcer
|
401a9b4c02
|
Some comments added.
|
2007-06-07 22:49:47 +00:00 |
Julien Pivotto
|
08a8d169e9
|
remove groupchats from roster when the tab is destroyed
|
2007-06-07 12:47:07 +00:00 |
Julien Pivotto
|
2f6c9f0d19
|
Open private messages in minimized rooms by middle-clicking on systray icon.
|
2007-06-07 11:58:56 +00:00 |
Yann Leboulanger
|
7276ca50cf
|
don't open autojoined groupchats when we go from invisible to offline
|
2007-06-06 21:55:43 +00:00 |
Yann Leboulanger
|
044feb0e1f
|
Do not use xmpppy DataForm class
|
2007-06-06 21:40:56 +00:00 |
Yann Leboulanger
|
42746fc24f
|
correct widget name
|
2007-06-06 21:07:06 +00:00 |
Yann Leboulanger
|
5ca32ba606
|
[sgala] check autoaway state only every 10 seconds, so that gajim allows for processors to sleep longer for power saving (see linuxpowertop.org)
|
2007-06-06 09:57:33 +00:00 |
Yann Leboulanger
|
3ba415dfea
|
prevent a TB when a jid is in mem but not in DB (is has been removed while gajim was running) fixes #3073
|
2007-06-05 13:13:20 +00:00 |
Julien Pivotto
|
2beba33a4a
|
Fix inviting to a minimized groupchat in multiple contacts context menu
|
2007-06-05 11:19:13 +00:00 |
Yann Leboulanger
|
66e99f79ad
|
[steve-e] better actions -> groupchat submenu. fixes #3209
|
2007-06-05 10:08:05 +00:00 |
Julien Pivotto
|
166959f47f
|
synchronize context menu icons from contacts to multiple contacts
|
2007-06-04 21:46:55 +00:00 |
Julien Pivotto
|
615fd253e6
|
Hide Send Group Message on the Groupchats group context menu
|
2007-06-04 21:31:57 +00:00 |
Julien Pivotto
|
05a4bd99ac
|
Add a Maximize All item in Groupchats group context menu
|
2007-06-04 21:19:37 +00:00 |