Yann Leboulanger
|
9cd8f04322
|
fix TB (#1681)
|
2006-03-10 13:17:21 +00:00 |
Nikos Kouremenos
|
98d03e2855
|
[geobert] fix having None as chatstate after recv single message
|
2006-03-10 10:53:30 +00:00 |
Yann Leboulanger
|
3355cf4ea3
|
room_contacts vcards are now saved in room_jid folder. Fixes #1105
|
2006-03-09 18:41:57 +00:00 |
Yann Leboulanger
|
9d045fc69b
|
avatar is now 200x200 max in vcar window. Fixes #1582
|
2006-03-08 16:01:01 +00:00 |
Yann Leboulanger
|
549872473c
|
cleaner code
|
2006-03-08 15:56:49 +00:00 |
Nikos Kouremenos
|
b6a02b00d8
|
fix typo. thx baze
|
2006-03-08 14:27:04 +00:00 |
Yann Leboulanger
|
9f837ededb
|
check if we are conencted when we press send button. Fixes #1562
|
2006-03-08 12:29:34 +00:00 |
Yann Leboulanger
|
e108ccb617
|
use the always_comptact_view_gc option. Fixes #1670
|
2006-03-08 12:23:05 +00:00 |
Nikos Kouremenos
|
7515e1d433
|
better varname for list of jids for auto auth
|
2006-03-08 11:42:15 +00:00 |
Yann Leboulanger
|
d4cbe39fc2
|
auto_authorization is now keept in mem. This way it works correctly, but doesn't if you close gajim before your contact ask your auth. Fixes #1630
|
2006-03-08 10:46:36 +00:00 |
Yann Leboulanger
|
119c5ed55f
|
typo
|
2006-03-08 08:29:09 +00:00 |
Nikos Kouremenos
|
b3f9fc764e
|
fix a TB in trayicon menu functionality. fix varname which lead to bad functionality for single message [we were doing new message] and also fix functionality for it, add %s in strings and not +, use gtkgui helper function
|
2006-03-08 01:27:01 +00:00 |
Yann Leboulanger
|
213b36a692
|
[avm] add -lpython2.[3/4] in Makefiles. Fixes #1668
|
2006-03-07 17:53:05 +00:00 |
Nikos Kouremenos
|
80c58110e2
|
now we can save preset messages from change status message dialog. we also use ComboBox and not ComboBoxEntry because the first shows clearer that it is not editable. fixes #1407
|
2006-03-07 14:02:45 +00:00 |
Yann Leboulanger
|
37c84ef192
|
when we open a message window by clicking popup menu or systray or doubble click on roster, treate it as long time ago message (don't show 2 seconds confirmation when closing it). Fixes #1591
|
2006-03-07 13:44:42 +00:00 |
Yann Leboulanger
|
e6200b599a
|
add 2 advanced options: confirm_close_muc_rooms and noconfirm_close_muc_rooms. Fixes #1622
|
2006-03-07 13:13:36 +00:00 |
Dimitur Kirov
|
bc7d9a2943
|
clean last exception to prevent printing TB
( #1629 )
|
2006-03-07 11:54:45 +00:00 |
Yann Leboulanger
|
0c8079f8b2
|
add an option to add_contact_to_roster to force the adding of children contacts. Fixes #1657
|
2006-03-06 12:50:38 +00:00 |
Yann Leboulanger
|
97183e141c
|
fix add_contact_to_roster so it handles correctly sub-child contacts. Fixes #1650
|
2006-03-06 12:24:04 +00:00 |
Yann Leboulanger
|
aa796665c5
|
get_contact_iter now handles sub child. Fixes #1650
|
2006-03-06 10:34:51 +00:00 |
Yann Leboulanger
|
15a1451f7f
|
missing import
|
2006-03-05 22:13:37 +00:00 |
Yann Leboulanger
|
743d514997
|
strftime returns local-encoded string. decode it. Fixes #1662
|
2006-03-05 22:09:39 +00:00 |
Yann Leboulanger
|
e8f810f7cb
|
[Geobert] fix chatstate thing. See #1317
|
2006-03-05 21:41:49 +00:00 |
Yann Leboulanger
|
cb6347ebac
|
typo. Fixes #1654
|
2006-03-05 21:32:51 +00:00 |
Yann Leboulanger
|
fe43649db9
|
move a contact on himself in another group now moves it there. see #1654
|
2006-03-05 21:32:33 +00:00 |
Yann Leboulanger
|
7594b7c0ab
|
[misc] better regex to catch url. Fixes #1322
|
2006-03-05 20:33:54 +00:00 |
Yann Leboulanger
|
d3417371c0
|
clear _expected dict when callback is called. This way when another stanza arrives with the same id, it isn't catched as expected.
|
2006-03-05 20:30:38 +00:00 |
Nikos Kouremenos
|
0349c4ad23
|
fix typo
|
2006-03-05 19:43:41 +00:00 |
Yann Leboulanger
|
a3ddb8981c
|
clean info about last exception. Fixes #1575
|
2006-03-05 19:40:56 +00:00 |
Yann Leboulanger
|
d54915c62a
|
base64.encodestring() adds some \n in the string. Remove it
|
2006-03-05 19:39:07 +00:00 |
Nikos Kouremenos
|
35e7328e19
|
systray show prefs menuitem now works again
|
2006-03-05 16:07:27 +00:00 |
Yann Leboulanger
|
6ae027fe20
|
drop a child to a group row now works. Fixes #1665
|
2006-03-05 15:59:51 +00:00 |
Yann Leboulanger
|
cdc15278b1
|
drop on a group without control move contact and doesn't copy. Fixes #1660
|
2006-03-05 15:51:38 +00:00 |
Nikos Kouremenos
|
11d9f5398d
|
preferences window is created on the fly like every other window (well apart from FT [TODO for that]); this is good as we do not want such window to sit in memory; also fix some border width and spacing in prefs window
|
2006-03-05 12:18:47 +00:00 |
Nikos Kouremenos
|
9ec5e798b1
|
improve a comment
|
2006-03-05 11:42:42 +00:00 |
Nikos Kouremenos
|
c205010d88
|
clarify in tooltip for chatstates in prefs that we configure what WE SEND
|
2006-03-05 11:35:09 +00:00 |
Yann Leboulanger
|
89f2afd048
|
Be sure not to create a loop when we drag parent on one of his child. Fixes #1656
|
2006-03-05 10:19:36 +00:00 |
Yann Leboulanger
|
0c2ba59f98
|
fix TB
|
2006-03-05 09:46:50 +00:00 |
Yann Leboulanger
|
45ca90bbe1
|
fix TB
|
2006-03-05 09:46:37 +00:00 |
Nikos Kouremenos
|
644e744bd2
|
order jids in left col by name; fixes 1658
|
2006-03-04 21:00:58 +00:00 |
Yann Leboulanger
|
08d07e3ffc
|
when a child change his status, redraw parent line too (parent icon may depend on children status). Fixes #1649
|
2006-03-04 09:49:53 +00:00 |
Travis Shirk
|
c88b4faf65
|
[zloygod] X padding to banner label. #1648
|
2006-03-04 07:06:08 +00:00 |
Yann Leboulanger
|
1112e8fba6
|
[Jim++] Don't show child icon if it is error or not in roster. See #1649
|
2006-03-04 00:29:29 +00:00 |
Yann Leboulanger
|
9a340cabaf
|
[zloygod] Show "need gajim restart" label in ACE only when needed. Fixes #1645
|
2006-03-04 00:25:36 +00:00 |
Yann Leboulanger
|
5e23ba3adb
|
add account name in disco title. Fixes #1643
|
2006-03-03 16:57:44 +00:00 |
Yann Leboulanger
|
1c13fcd648
|
[Geobert] Don't send bot JEP85 and JEP22 when only JEP22 is supported by contact. Fixes #1317
|
2006-03-03 14:41:55 +00:00 |
Travis Shirk
|
554b508e9f
|
[Jim++] Patch for #1603
|
2006-03-03 13:58:52 +00:00 |
Yann Leboulanger
|
7126dfb679
|
nes DataForm design that allow each widget on each line to have different size (it means I remove the gtk.Table). Fixes #1633
|
2006-03-03 08:15:53 +00:00 |
Yann Leboulanger
|
4a0a252d84
|
[Jim] don't save password in file if we don't want to in account creation wizard. Fixes #1646
|
2006-03-02 21:34:23 +00:00 |
Yann Leboulanger
|
7934380cb2
|
when we click on a popup window, event is maybe already shown. prevent this TB. Fixes #1644
|
2006-03-02 21:13:12 +00:00 |
Nikos Kouremenos
|
60656d9cc2
|
inform user about possible restart of Gajim for some ACE settings to apply
|
2006-03-02 16:48:29 +00:00 |
Nikos Kouremenos
|
6a6ab0b7f1
|
[rituko_a] intro ACE ascii_formatting
|
2006-03-02 16:05:52 +00:00 |
Yann Leboulanger
|
a4839a720c
|
don't ask twice the password when we create an account and show correct page in vcard even we receive an empty vcard. Fixes #1560
|
2006-03-02 15:47:21 +00:00 |
Nikos Kouremenos
|
8db58f3932
|
fix your jid lable alignment
|
2006-03-02 13:16:48 +00:00 |
Nikos Kouremenos
|
0247f96ecf
|
fix server label alignment and text for password confirmation
|
2006-03-02 13:14:08 +00:00 |
Nikos Kouremenos
|
5d6c0db657
|
fix copyright header
|
2006-03-02 13:13:35 +00:00 |
Yann Leboulanger
|
34e8e0c950
|
use correct JID when we receive a file-completed event depending if we send or receive the file. See #1553
|
2006-03-02 11:22:27 +00:00 |
Yann Leboulanger
|
559307912e
|
remove awaiting events associated to a FT when we remove it from FT window. Fixes #1553
|
2006-03-02 11:14:45 +00:00 |
Yann Leboulanger
|
9209a98764
|
fix logic/TB. See #1639
|
2006-03-02 06:49:25 +00:00 |
Nikos Kouremenos
|
16bc64e7cb
|
[jim++] print status change iwth no status message when we log status changes. fixes #1635
|
2006-03-01 21:32:49 +00:00 |
Nikos Kouremenos
|
91691221c6
|
fix a bug which appeared after a patch which caused us to stop at 27 or 28 or 29 or 30 instead of 28 or 29 or 30 or 31 accordinly. [eg. count one more day. xrange logic fix]
|
2006-03-01 21:15:01 +00:00 |
Yann Leboulanger
|
69f8e83bcc
|
[Jim] fix wrong context menu. Fixes #1638
|
2006-03-01 21:08:37 +00:00 |
Yann Leboulanger
|
c307cb61f6
|
fix TB when we use merged accounts and drag a contact on another from another account. Fixes #1637 and see also #1596
|
2006-03-01 21:00:59 +00:00 |
Yann Leboulanger
|
4fe40baab9
|
don't take last_status_time into account when it's a groupchat contact. Fixes #1628
|
2006-03-01 20:20:00 +00:00 |
Yann Leboulanger
|
aa90dc35a6
|
typo
|
2006-03-01 19:25:55 +00:00 |
Yann Leboulanger
|
6505d57f38
|
some check in meta contacts. See #1627
|
2006-03-01 18:58:28 +00:00 |
Yann Leboulanger
|
4b327b5682
|
[Geobert] JEP-0022 partial support (composing). Tunned by me. Fixes #1317
|
2006-03-01 18:16:54 +00:00 |
Yann Leboulanger
|
03ce89fdac
|
avatars are back in tooltips
|
2006-03-01 17:45:18 +00:00 |
Dimitur Kirov
|
2efb4c2837
|
show_tooltip with the new arguments
(widget_height, widget_y_position)
|
2006-03-01 17:36:44 +00:00 |
Yann Leboulanger
|
b07bf11d0b
|
[Jim] middle click on a tab closes it. Fixes #1554
|
2006-03-01 17:01:25 +00:00 |
Dimitur Kirov
|
8945173e51
|
update banner font with theme font
|
2006-03-01 11:03:56 +00:00 |
Dimitur Kirov
|
c40692a779
|
change show_tooltip arguments
|
2006-02-28 17:24:36 +00:00 |
Dimitur Kirov
|
981cb163f2
|
show correct image icon for multiple resources
|
2006-02-28 16:12:59 +00:00 |
Dimitur Kirov
|
182490359c
|
show the correct status icon, not the one from
helpers
|
2006-02-28 10:54:14 +00:00 |
Dimitur Kirov
|
d59678c60f
|
2 typos
|
2006-02-28 10:15:42 +00:00 |
Dimitur Kirov
|
1f467c0fc3
|
show_tooltip uses less argumens, added some
docs, explaining what this arguments are for
|
2006-02-28 10:13:42 +00:00 |
Yann Leboulanger
|
2af0a1dd29
|
update urgency hint in function of the correct control, not the active one
|
2006-02-27 21:26:58 +00:00 |
Dimitur Kirov
|
65ca70d29f
|
encode, only when result is unicode
|
2006-02-27 18:07:38 +00:00 |
Dimitur Kirov
|
89fabab718
|
a typo
|
2006-02-27 17:54:20 +00:00 |
Nikos Kouremenos
|
9d6c1888c0
|
bye bye to noconfirm_close_muc_rooms
|
2006-02-27 17:18:56 +00:00 |
Dimitur Kirov
|
1dca69469c
|
print all of the results in PREFERRED_ENCODING
|
2006-02-27 17:14:41 +00:00 |
Nikos Kouremenos
|
9859d34781
|
noconfirm_close_muc_rooms is too much customizability exposed to user which only ends up confusing him. fixes #1622
|
2006-02-27 17:14:40 +00:00 |
Yann Leboulanger
|
492a64d10e
|
fix indentation
|
2006-02-27 17:12:02 +00:00 |
Yann Leboulanger
|
c3eb026e9c
|
fix wrong var name
|
2006-02-27 17:11:36 +00:00 |
Dimitur Kirov
|
810a377156
|
added TODO, ensure we close all descriptors
|
2006-02-27 16:26:00 +00:00 |
Nikos Kouremenos
|
d38d64d05f
|
use YESNO dialog for asking to reconnect, catch a keyerror and refactor code
|
2006-02-27 16:14:14 +00:00 |
Nikos Kouremenos
|
3e2ec2495e
|
rm trailing spaces from helpers.py
|
2006-02-27 15:29:13 +00:00 |
Nikos Kouremenos
|
09bce24b11
|
add clearer comment
|
2006-02-27 15:27:54 +00:00 |
Nikos Kouremenos
|
7a666ca03b
|
fix logic
|
2006-02-27 15:25:06 +00:00 |
Nikos Kouremenos
|
a1b1538c54
|
[Artur Tulyulya] Also detect CRUX. fixes #1626
|
2006-02-27 15:19:56 +00:00 |
Yann Leboulanger
|
6c34669780
|
File Transfert error are also shown in roster instead of only in systray. See #1553
|
2006-02-27 11:27:53 +00:00 |
Yann Leboulanger
|
5cf1fcfa0f
|
add missing status in iconsets
|
2006-02-27 00:07:42 +00:00 |
Yann Leboulanger
|
ac8121d802
|
when we change some options in account config, ask user to relog now. Fixes #1551
|
2006-02-26 23:52:00 +00:00 |
Yann Leboulanger
|
946a28b26b
|
[Jim++] some elif instead of if
|
2006-02-26 23:29:49 +00:00 |
Yann Leboulanger
|
6af1c3dbdc
|
error / not_in_roster / requested / message icons are no more taken in transporticonset, but in jabber iconset. Fixes #1250
|
2006-02-26 15:08:59 +00:00 |
Nikos Kouremenos
|
b2cd018b52
|
well return :P
|
2006-02-26 14:47:23 +00:00 |
Nikos Kouremenos
|
62ebf355a3
|
fix typo
|
2006-02-26 14:40:49 +00:00 |
Nikos Kouremenos
|
6a0ab2290f
|
introduce gtkgui helper get_state_image_from_file_path_show(file_path, show)
|
2006-02-26 14:33:44 +00:00 |
Nikos Kouremenos
|
a3fd1663d0
|
add comment; improve varname
|
2006-02-26 14:33:15 +00:00 |
Nikos Kouremenos
|
b2cde9b6ba
|
do not show status icon on acct row tooltip. fixes #1613
|
2006-02-26 14:13:59 +00:00 |