Nikos Kouremenos
cb3010993e
minor: dropped not droped
2005-11-09 10:55:42 +00:00
Yann Leboulanger
8eaa1f45ad
add a 'merged account' row with a context menu
2005-11-09 07:00:46 +00:00
Nikos Kouremenos
8ecb477844
underscore in string
2005-11-08 21:34:41 +00:00
Nikos Kouremenos
fcfb314163
typo
2005-11-08 20:52:09 +00:00
Nikos Kouremenos
23099dffca
gajim.contacts[account][jid][0] --> gajim.get_contact_instance_with_highest_priority(account, jid) which is superior and at worst the same
2005-11-08 20:33:52 +00:00
Nikos Kouremenos
e64bb76274
fix logic
2005-11-08 19:19:09 +00:00
Nikos Kouremenos
3d7dee624e
avatar is now set in draw_contact; we need a better place though
2005-11-08 15:47:27 +00:00
Nikos Kouremenos
3492272881
only one line for status msg under contact
2005-11-08 15:24:19 +00:00
Nikos Kouremenos
51f6e125f6
align avatar and padlock to to right
2005-11-08 14:25:23 +00:00
Nikos Kouremenos
99636d5ccf
[gjc]commit better analogy for colors in contact row
2005-11-08 14:09:56 +00:00
Nikos Kouremenos
4034efa762
we now have avatars in roster. I default to 48x48 (gaim defaults to that too) u can change that to whatever you want via ACE and you can take avatars off via PREFS; defaulting to 32x32 is too small. njoy
2005-11-08 13:04:59 +00:00
Yann Leboulanger
bd868245e0
support JEP 162 (show / hide some contacts according to their subscription / ask status)
2005-11-07 21:15:15 +00:00
Nikos Kouremenos
b89fe57543
inital patch to make status msg change color in gc too [does not work yet]
2005-11-07 11:07:55 +00:00
Nikos Kouremenos
846e9881fb
[gjc] color for status msg under roster is half between fg and bg color no matter the state (selected or not)
2005-11-07 10:50:40 +00:00
Nikos Kouremenos
8c4217fd5c
status msg under gc roster too
2005-11-06 16:29:52 +00:00
Nikos Kouremenos
4d3784e2f7
fix for good spaces identation pb
2005-11-06 15:08:54 +00:00
Yann Leboulanger
8c9bf693e7
fix indentation
2005-11-06 15:04:35 +00:00
Nikos Kouremenos
ea11076a0e
we now show status message under contact name in roster thanks to initial patch by Michał Sobiegraj. if you do not like that, go to prefs and uncheck it. dimgrey to become white when row is selected
2005-11-06 14:30:17 +00:00
Yann Leboulanger
79d611032a
always update self.previous_status_combobox_active, even when we don't manually change the combobox
2005-11-05 18:09:57 +00:00
Yann Leboulanger
51d2175b18
ChangeStatusMessageDialog now shows the last_status_message even when we choose "change status message" menuitem
2005-11-05 17:52:49 +00:00
Yann Leboulanger
e0b1dd77f8
at the end of the account creatio we don't need to enter the password if we entered it in the paramteres (even is save pass is not checked)
2005-11-05 11:21:41 +00:00
Nikos Kouremenos
9bd80e6772
fix a string
2005-11-04 15:08:49 +00:00
Yann Leboulanger
acd09eaba2
FirstTimeWizard -> AccountCreationWizard
2005-11-03 09:27:45 +00:00
Yann Leboulanger
d1ebec6ad4
we can now copy (not move) a contact to another group
2005-11-01 22:52:04 +00:00
Nikos Kouremenos
9b1881cbbd
catch a async tb
2005-10-30 21:46:48 +00:00
shteef
b69bc501ae
New Service Discovery, couple of quick notes about this commit:
...
* src/disco.py contains all the disco stuff
* registration remains in src/config.py
* data/pixmaps/agents contains the icons used in the toplevel server browser
and the banner. They're referenced at the top of src/disco.py.
2005-10-30 09:58:13 +00:00
Yann Leboulanger
1142cc1e7d
don't remove the event if it's not handled in open_event function
2005-10-28 22:37:58 +00:00
Yann Leboulanger
a42c43748c
introduce a var in order not to duplicate long var
2005-10-28 22:37:14 +00:00
Nikos Kouremenos
ca60bacdb5
code optimization: tupples not lists in stuff like: 'if foo in [abc]' etc
2005-10-27 13:15:03 +00:00
Nikos Kouremenos
1f1d87019f
optimize: xrange instead of range
2005-10-27 12:47:54 +00:00
Nikos Kouremenos
0e7630fc85
avoid double change in change status msg mni in combobox
2005-10-26 17:33:37 +00:00
Nikos Kouremenos
cb32099db6
fix a bug in Change status msg menuitem in status combobox: all renderers have to be insensitive so all row can end up insensitive
2005-10-26 16:40:59 +00:00
Yann Leboulanger
f0d68cb441
fix TB
2005-10-21 18:13:33 +00:00
Yann Leboulanger
726640ef4b
the old self.plugin variable becomes gajim.interface, no need to pass it to every functions/classes
2005-10-20 11:17:17 +00:00
Yann Leboulanger
9d42d10853
file-stopped and file-completed can be saved in awiting_events queue
2005-10-19 21:14:51 +00:00
Yann Leboulanger
af7fef5ec1
file-send-error can now be added to the awaiting queue
2005-10-19 20:16:22 +00:00
Nikos Kouremenos
e2f317723b
fix typo in comment. thx Yann
2005-10-19 11:13:41 +00:00
Nikos Kouremenos
5894307bf9
we no longer stay in change status message item in status switcher
2005-10-19 11:03:01 +00:00
Yann Leboulanger
314fd4a8bf
file-request-error can now be saved in the awaiting_events queue
...
better code to handle all these events
2005-10-18 20:30:26 +00:00
Yann Leboulanger
63c1d3d3f0
file transfer request can now be stored in awaiting_events queue and recalled from roster / filetransfer / popup notification
2005-10-18 09:07:52 +00:00
Yann Leboulanger
85cd5634ff
fix logic
2005-10-17 10:17:35 +00:00
Yann Leboulanger
77cb852057
single messages are well handled: they are saved in awaiting_events if needed and are printed when we dubble click a contact row, or systray or popup window
2005-10-16 13:18:34 +00:00
Yann Leboulanger
966afbb031
awaiting_messages is now named awaiting events
...
it now contains subject of messages
2005-10-15 20:49:08 +00:00
Yann Leboulanger
95ad04abfb
don't remove chat state when we receive a presence
2005-10-13 18:23:47 +00:00
Yann Leboulanger
d3089ffa8c
fix TB
2005-10-11 16:35:33 +00:00
Yann Leboulanger
f03cae3e0e
fix bug while sorting iters when merge is True
2005-10-11 16:02:57 +00:00
Nikos Kouremenos
fb4ea9c947
fix comment
2005-10-10 22:49:20 +00:00
Nikos Kouremenos
f5089a8c69
now sensitivity on/off for change status menuitem works ok
2005-10-10 22:46:28 +00:00
Nikos Kouremenos
fbc668841e
logic fixes in change status message, add code for sensitivity. TODO: find the best place to make sensitivity on/off
2005-10-10 21:45:59 +00:00
Yann Leboulanger
7dffeb86df
change status message in status combobox and in systray now concern only accounts that have sync_with_global_status True
2005-10-10 19:10:59 +00:00
Nikos Kouremenos
9fb9a453eb
combobox menus do not use mnemonic according to HIG
2005-10-10 14:57:16 +00:00
Yann Leboulanger
7c303891f9
typo
2005-10-10 10:02:57 +00:00
Nikos Kouremenos
3e0e623e9a
fix code quality. if user presses Cancel in Status change dialog do not set the new status; add comments to code, make it cleaner (use 'SEPARATOR' and not '' for string for combobox; HIG (add ... to finish menuitems that need it and add a missing mnemonic)
2005-10-09 22:24:18 +00:00
Yann Leboulanger
45fcf1e08f
on middle click on an account row, open change status message dialog
2005-10-09 21:08:13 +00:00
Yann Leboulanger
21298945d2
add image to change status message in status combobox
2005-10-09 20:57:32 +00:00
Yann Leboulanger
078398efb3
fix HIG
2005-10-09 20:34:02 +00:00
Yann Leboulanger
83eeb0639e
add the change status message iter in status combobox
2005-10-09 20:28:04 +00:00
Nikos Kouremenos
a0e5a45ff2
HIG says menuitems are Header
2005-10-09 18:52:57 +00:00
Nikos Kouremenos
708b9d5d6d
use better image for rename/changing status (generally means: you have to type new string). thanks Bernhard Walle
2005-10-09 18:45:03 +00:00
Nikos Kouremenos
8bf623f1bc
nothing
2005-10-09 16:13:55 +00:00
Nikos Kouremenos
c5f90e9bc6
get_uf_show can return strings with mnemonics
2005-10-09 16:08:18 +00:00
Yann Leboulanger
8f3dafa920
account context menu and systary context menu now contain a change status message item
...
TODO:
global status combobox need it
2005-10-09 14:49:14 +00:00
Nikos Kouremenos
9eb9112de9
user should see cannot/does not and can't doesn't
2005-10-09 13:53:21 +00:00
Nikos Kouremenos
c8602d63c4
commit almost there code for tooltip over ---- line. Dimitur plz read this commit and FIXME I have
2005-10-08 16:47:35 +00:00
Nikos Kouremenos
7ee643c02e
comments to help code not become a beast; clean and adhere to coding style
2005-10-07 14:46:10 +00:00
Yann Leboulanger
0de8924af8
typo
2005-10-07 14:26:00 +00:00
Yann Leboulanger
d827d157e8
don't show send_file_menuitem if we don't have a resource
2005-10-07 14:21:31 +00:00
Yann Leboulanger
bd941ea8bf
catch the resource when we get a message from an unknown contact
2005-10-07 14:01:35 +00:00
Nikos Kouremenos
7e9d446fda
do not repeat the same var twice to user
2005-10-07 13:00:44 +00:00
Nikos Kouremenos
b325e15756
callbacks to open links
2005-10-06 23:34:23 +00:00
Yann Leboulanger
856632ff59
max width = 80
2005-10-06 21:00:20 +00:00
Alex Mauer
6dbafc84cf
Show our own priority in self tooltip instead of the default '5'
2005-10-01 03:54:44 +00:00
Nikos Kouremenos
6cc565063d
fix string; add fixme
2005-09-30 20:27:57 +00:00
Nikos Kouremenos
4765c32b92
fix string
2005-09-30 18:21:31 +00:00
Yann Leboulanger
76e0838c81
forbid a user to join a room when he is invisible
2005-09-30 17:52:25 +00:00
Yann Leboulanger
42ffc5d810
remove the contact_mutual_removal advanced option and add a checkbutton in remove_contact dialog to ask if we want to remove both subscriptions
2005-09-28 14:35:06 +00:00
Yann Leboulanger
63c890da2b
systray.add_jid and systray.remove_jid now have another argument: the typ of message: ('gc' or 'chat' or 'single_chat' or 'pm')
...
systary now can handle pm messages
2005-09-24 09:42:10 +00:00
Yann Leboulanger
8f93012465
groupchat_window now has an on_message function that can hold pm in queues so they are not printed (systray is not handled yet)
2005-09-23 21:01:42 +00:00
Yann Leboulanger
258ee85e79
typo
2005-09-22 19:18:53 +00:00
Yann Leboulanger
49cef57a9d
fix TB when an account is online when we show account tooltip
2005-09-22 15:53:27 +00:00
Yann Leboulanger
5ea343182c
do not hide the roster when we press esc if a row is selected
2005-09-22 15:13:37 +00:00
Yann Leboulanger
e39f1a30e8
hide window when we press esc if we have systray
2005-09-20 19:57:34 +00:00
Dimitur Kirov
95d771b138
added GTK+ theme as default theme.
...
faster roster repaint method (change_roster_style)
fixes on themes list logic.
2005-09-19 15:23:18 +00:00
Nikos Kouremenos
5eea887c43
[delmonico] First Time User Wizard is in!
2005-09-18 15:03:04 +00:00
Dimitur Kirov
8e2dd60449
set font of the tv render with the new font
...
attributes
2005-09-17 08:34:55 +00:00
Dimitur Kirov
af9d242bc1
check for default color
2005-09-16 21:30:30 +00:00
Yann Leboulanger
973631a2c9
error messages are nowprinted as if they come from server
2005-09-15 17:33:02 +00:00
Alex Mauer
b3de522e27
Comment code better; use references more often for greater efficiency
2005-09-14 23:11:13 +00:00
Alex Mauer
52e076e4c4
Get information about self-contact from the right place, instead of just copying the current account status/priority
2005-09-14 17:17:19 +00:00
Alex Mauer
c8059fd3fa
* Make tooltip behave if we're not yet connected when it appears, or if we're the only resource online.
2005-09-13 22:15:22 +00:00
Nikos Kouremenos
77650c4a6d
fix english
2005-09-13 21:29:38 +00:00
Alex Mauer
d36a647698
Show all our resources in the account line tooltip
2005-09-13 21:13:40 +00:00
Alex Mauer
4c990ccb1e
Tooltip for account line in roster
2005-09-13 18:46:21 +00:00
Yann Leboulanger
50a179b301
we now bug user when he wants to go invisible and he is in rooms
2005-09-13 17:53:31 +00:00
Yann Leboulanger
95fc6741a8
account row is back even if we have only one account
2005-09-13 16:27:48 +00:00
Alex Mauer
867dc64798
Fix my roster breakage from cs3613 -- accounts need to be referenced by
...
name, not name stored in jid field.
Use the new get_jid_from_account in a few places.
2005-09-12 22:46:41 +00:00
Nikos Kouremenos
9a91297e5b
some more [][]
2005-09-12 22:12:17 +00:00
Nikos Kouremenos
863b4bae66
use C_ and [][] instead of get_value
2005-09-12 21:56:50 +00:00
Yann Leboulanger
9336be0448
fix indentation
2005-09-12 21:04:55 +00:00
Alex Mauer
fb0e0a6bdd
Store the JID instead of the account name for the roster account line
2005-09-12 17:57:16 +00:00
Yann Leboulanger
19a61ee605
fix TB
2005-09-12 11:51:29 +00:00
Yann Leboulanger
92bbc215cc
update banner only if it's a presence from higher ptiority resource
2005-09-12 11:51:18 +00:00
Nikos Kouremenos
a6bf8d640c
usability fixes in menus. see #743 . THanks Motz
2005-09-11 01:06:58 +00:00
Nikos Kouremenos
2ec0cac1cc
nk is now sure
2005-09-09 20:28:25 +00:00
Dimitur Kirov
5aec18639d
don't save position if show_roster_on_start is
...
False and roster is never shown
2005-09-09 14:56:14 +00:00
Nikos Kouremenos
02be379d83
use C_NAME instead of 0 1 2 3 4 5 6 in roster py
2005-09-08 22:07:49 +00:00
Nikos Kouremenos
e969ff6558
if we were to edit password/passphrase then Hidden string was saved as our password. now make it not editable
2005-09-08 19:55:47 +00:00
Yann Leboulanger
f1fb1a13b6
do not send "I'm status" status message when we don't use gpg
2005-09-08 07:10:59 +00:00
Yann Leboulanger
b9edb2bd4a
show status icon when sub=to
2005-09-07 16:16:31 +00:00
Nikos Kouremenos
8eaf336763
fix a TB
2005-09-05 18:12:47 +00:00
Yann Leboulanger
72393ac068
autoreconnect of account is ready
2005-09-05 13:28:09 +00:00
Nikos Kouremenos
8377bdb54b
[aldafu] quit_on_roster_x_button advanced setting [I reverted logic]
2005-09-04 18:38:25 +00:00
Nikos Kouremenos
74ceb1f9f8
if we have pygtk28/gtk28 we now set UrgencyHint instead of just *. I LOVE 2.8 [see inside for new way via .props] CONGRAAAAAATS to jdahlin, gjc and rest of gang :)
2005-09-04 16:57:09 +00:00
Nikos Kouremenos
7d2a698fc9
[Hawke patches Lukas patch :D] now Gajim can use gpg-agent
2005-08-30 21:10:14 +00:00
Nikos Kouremenos
99699d60e0
[stephan k.] fixes with unicode in dnd
2005-08-30 20:58:40 +00:00
Nikos Kouremenos
24e9188a42
now also catch weather transport and show correct icons
2005-08-29 22:24:13 +00:00
Dimitur Kirov
12ef793d54
fix creating menu for wrong resource
2005-08-29 11:36:57 +00:00
Nikos Kouremenos
ac05887b43
make human logic safe resizements, moves of windows
2005-08-28 10:57:08 +00:00
Nikos Kouremenos
731de491d2
do not show roster out of screen
2005-08-28 10:29:53 +00:00
Nikos Kouremenos
c0c32680cd
revert a commit
2005-08-27 17:24:12 +00:00
Nikos Kouremenos
461041ae5b
fix wrong replacement
2005-08-27 14:08:00 +00:00
Nikos Kouremenos
7b5997156b
[stephan]use for-else statement (one less var used)
2005-08-27 13:35:11 +00:00
Nikos Kouremenos
23aaea5803
decode one more string, and cleanup
2005-08-27 13:26:24 +00:00
Nikos Kouremenos
73cfebd78f
[stephan] do not allow del key on account/group row
2005-08-27 12:48:02 +00:00
Dimitur Kirov
b093ce9da7
roster postion is saved when roster
...
window is not visible
2005-08-26 13:23:26 +00:00
Nikos Kouremenos
21a3971952
some more helpers for our API
2005-08-26 13:11:20 +00:00
Nikos Kouremenos
4c75c558e0
s/new_user/new_tab/
2005-08-26 12:55:17 +00:00
Nikos Kouremenos
cec336112d
[Stéphan K.] make most strings we use unicode instacnes
2005-08-26 00:52:44 +00:00
Nikos Kouremenos
2e26d5ee28
removes some fixmes, mark some strings for transatlion
2005-08-24 12:47:09 +00:00
Nikos Kouremenos
277e040c0d
add advanced_menuitem.set_sensitive(val) depending on conditions (if no accounts it is False, else True)
2005-08-18 16:51:03 +00:00
Nikos Kouremenos
444346a789
remove those 4
2005-08-18 16:29:30 +00:00
Nikos Kouremenos
9c05382fc5
trayicon for windows is 100% ready
2005-08-16 20:24:56 +00:00
Nikos Kouremenos
1992351a67
remove a self in a var
2005-08-16 19:12:51 +00:00
Nikos Kouremenos
177a4c76de
moving tooltips code to tooltips.py; moving ft_window to ft_window.py
2005-08-14 23:52:12 +00:00
Nikos Kouremenos
d286a5b187
commenting the code and adding a FIXME
2005-08-14 22:00:48 +00:00
Yann Leboulanger
7e080d6415
re-build the menu when we re-draw the roster (account removed or added)
2005-08-14 21:52:48 +00:00
Yann Leboulanger
93293dfdc5
InformationDialog doesn't use run() anymore
2005-08-14 16:12:36 +00:00
Yann Leboulanger
9f0b1e50cd
roster now shows the correct state image
2005-08-10 17:26:43 +00:00
Nikos Kouremenos
cd024055a9
fix logic (for seperator now only use gtk.SeparatorMenuItem())
2005-08-09 16:33:45 +00:00
Nikos Kouremenos
94c2922909
work for gtk2.6.9
2005-08-07 20:27:34 +00:00
Nikos Kouremenos
f1c58e462b
gtk.MenuItem() -> gtk.SeparatorMenuItem()
2005-08-07 15:22:51 +00:00
Nikos Kouremenos
838bbfd0b7
better name
2005-08-07 12:55:59 +00:00
Yann Leboulanger
903a3cc6c7
send status syncronously when we quit GUI
2005-08-07 11:41:20 +00:00
Nikos Kouremenos
e3242773f5
add a show_all
2005-08-06 20:16:50 +00:00
Nikos Kouremenos
41239e8d64
advanced menu is in
2005-08-06 19:14:21 +00:00
Yann Leboulanger
5177472406
here is the OLD way to implement MOTD. It's not the JEP-133 way
2005-08-06 12:33:20 +00:00
Nikos Kouremenos
de46aeaa08
when new_chat give the oontact with higher priority not the first resource
2005-08-06 10:20:04 +00:00
Yann Leboulanger
5cca92fb4e
xml console is now hidden instead of destroyed, has an enable checkbutton and a clear button, and scroll to the end if we was at the end
2005-08-06 00:38:24 +00:00
Yann Leboulanger
a113db8b0b
don't open a new tab with the same name if we already have one that is disconencted
2005-08-04 21:14:43 +00:00
Yann Leboulanger
967de6a187
requested contacts have no status message
2005-08-04 19:47:58 +00:00
Yann Leboulanger
3f5d93a8df
not in the roster contacts don't have status message
2005-08-04 19:44:09 +00:00
Nikos Kouremenos
a7f5b83735
history button is gone. we now have actions button. to do that. TC needs the code for that. we also have history in GC occupants contact now
2005-08-04 14:30:41 +00:00
Yann Leboulanger
bfca18b3a9
bugfix with DND when we mergeaccout or have only one account
2005-08-04 10:43:02 +00:00
Yann Leboulanger
9348bb4b99
don't show account row if we have only one account
2005-08-03 19:31:16 +00:00
Nikos Kouremenos
148db88343
close button for file transfer dialog as default; Ctrl+T and file transfers menuitem in roster
2005-08-03 15:59:44 +00:00
Dimitur Kirov
a4b0226912
added "send file" menu
2005-08-03 14:14:11 +00:00
Yann Leboulanger
97b06596a0
show must not be translated
2005-08-03 12:19:18 +00:00
Yann Leboulanger
542c97df49
remove unneeded line
2005-08-03 09:29:10 +00:00
Yann Leboulanger
4e203be8bc
we now know when we are connected in a room or not ( fix #570 )
2005-08-03 09:23:36 +00:00
Yann Leboulanger
7e225fcf7d
ChooseGPGDialog is back with run() (We need to wait for the answer before continuing) and this cause NO PB with keepalive
2005-08-02 16:27:25 +00:00
Yann Leboulanger
8bc5c2fe04
just delete the iter without sending anything to the server when we delete the server contact
2005-08-01 19:37:18 +00:00
Dimitur Kirov
51b4eafa8c
moved add_file_transfer method to FileTransfer
...
class
2005-08-01 15:04:08 +00:00
Dimitur Kirov
f4bacf0989
tooltip positioning... base tooltip class...
...
custom tooltip in notif. area
2005-07-31 19:21:11 +00:00
Nikos Kouremenos
80b66e13fb
fix string
2005-07-31 17:16:39 +00:00
Dimitur Kirov
9d1a64fa50
save the last opened directory
2005-07-30 14:40:58 +00:00
Dimitur Kirov
fd1e2e7a3f
notifications for completed download
2005-07-30 14:14:10 +00:00
Dimitur Kirov
d30efa1421
simple file receiving
2005-07-30 10:20:46 +00:00
Dimitur Kirov
689af77a53
tooltip in notification area shows
...
status & message for all active accounts
2005-07-30 00:25:31 +00:00
Nikos Kouremenos
5720ddba59
try to fix a TB
2005-07-25 18:48:15 +00:00
Nikos Kouremenos
dcfdc006e0
nothing
2005-07-25 14:38:41 +00:00
Nikos Kouremenos
3227d67666
try to prevent a TB
2005-07-24 15:42:19 +00:00
Nikos Kouremenos
3722402bbc
use of in: code is cleaner
2005-07-23 15:23:45 +00:00
Dimitur Kirov
3c393f10df
added handler for editing-started and check
...
if the previously edited cell path is the same
2005-07-22 22:50:25 +00:00
Nikos Kouremenos
d35791d136
ChooseGPGKeyDialog no longer creates another loop
2005-07-22 22:49:03 +00:00
Yann Leboulanger
7acbbd0af3
when we become offline, we remove the padlock
2005-07-22 20:16:10 +00:00
Nikos Kouremenos
7e570e66b4
model.get_value(iter, X) -> model[iter][X] for roster_window.py (takes less code space so cleaner code)
2005-07-22 19:26:17 +00:00
Yann Leboulanger
5792e54b23
when we cancel editing, editable becomes False
2005-07-22 14:57:59 +00:00
Dimitur Kirov
0740da3341
now use model[iter], instead of model.get_iter
2005-07-22 14:45:49 +00:00
Dimitur Kirov
d65beee037
when editing is canceled restore the number of
...
resources string at the end of contact name
2005-07-22 14:37:15 +00:00
Nikos Kouremenos
b5fe60112d
nick was utf8, room_jid was unicode so we had a problem. it is fixed [stills Tracebacks because of TODO: use gc_contacts in common/gaim.py]
2005-07-22 14:30:35 +00:00
Dimitur Kirov
45ead83fad
disallow renaming groups from or to
...
_('not in the roster')
2005-07-22 14:10:03 +00:00
Nikos Kouremenos
549b10369e
moving contacts-related functions to common/gajim.py
2005-07-22 00:01:05 +00:00
Nikos Kouremenos
f6d16b1db0
sleeper_state now holds string instead of 0 1 2 3
2005-07-21 23:47:27 +00:00
Nikos Kouremenos
3aa0363a2a
prefix with roster_
2005-07-21 21:19:08 +00:00
Nikos Kouremenos
ef6643b24d
status message in the banner instaed of jid; remove_user => remove_contact
2005-07-21 17:54:58 +00:00
Nikos Kouremenos
4ec127aa92
cleanups
2005-07-21 17:00:05 +00:00
Yann Leboulanger
d2c9d3b253
fix a TB
2005-07-21 15:43:53 +00:00
Nikos Kouremenos
2db64d9ce8
put chatstate in the banner
2005-07-21 14:56:39 +00:00
Yann Leboulanger
fa69961f57
remove unneeded print
2005-07-21 13:28:07 +00:00
Nikos Kouremenos
128800be28
fix a renaming group tb
2005-07-21 13:16:31 +00:00
Dimitur Kirov
23dbb25763
hide one of the two consecutive separators in
...
popup menu on item from 'not in roster' group
2005-07-21 09:45:55 +00:00
Yann Leboulanger
7108bcf6d9
typo
2005-07-19 18:09:41 +00:00
Yann Leboulanger
52d573e58c
no need of sre
2005-07-19 16:59:42 +00:00
Nikos Kouremenos
5654843eae
fix a tb
2005-07-19 15:17:13 +00:00
Nikos Kouremenos
e9e9c24d0a
[delmonico] on renaming remove resource number and add it after renaming is done
2005-07-19 14:53:35 +00:00
Nikos Kouremenos
d6c9c7cbc6
[peralta] Chat State Notifications inital patch. I assume that every wm will focus-out before iconify. If that is not the case I am going to use window-state-changed too [to be tested]
2005-07-19 14:38:58 +00:00
Yann Leboulanger
a47cca07f0
move var that have nothing to do with GTK to gajim instead of roster or gajim.py: contacts, groups, newly_added, to_be_removed, awaiting_messages (was queues), nicks, allow_notifications, con_types, sleeper_state
2005-07-18 21:08:31 +00:00
Nikos Kouremenos
4ec2eea678
update_user => update_contact
2005-07-18 14:52:28 +00:00
Nikos Kouremenos
5b4c3b4ca8
comment out some code until I can overcome a gtk+ limit
2005-07-18 12:26:21 +00:00
Nikos Kouremenos
ff18a88d92
advanced menuitem does not segfault any more
2005-07-18 09:55:55 +00:00
Nikos Kouremenos
9f2c75163f
typo fixes in previous commit
2005-07-17 20:32:49 +00:00
Nikos Kouremenos
4a2014a9d0
dkirov patch to show popup on menu kbd key; I removed duplication of code
2005-07-17 20:29:44 +00:00
Yann Leboulanger
2ec1d31e11
missing substitution
2005-07-17 17:38:03 +00:00
Nikos Kouremenos
537d1e6026
[dkirov] fix to show correct state icon
2005-07-17 11:49:29 +00:00
Nikos Kouremenos
abe9c7708d
[dkirov] show transport status icon in tooltip
2005-07-15 18:13:54 +00:00
Nikos Kouremenos
ef7c64acf2
Show the real status icon on new message patch by Dimitur Kirov
2005-07-08 23:43:11 +00:00
Nikos Kouremenos
2aa4f0fa96
hide tooltip on certain events
2005-07-08 22:26:46 +00:00
Nikos Kouremenos
4fe2414534
tooltip to show multiple resources [thanks Dimitur Kirov!!]
2005-07-08 00:04:59 +00:00
Nikos Kouremenos
b75562490b
fix a Traceback, a typo in string, and adhere to coding style
2005-07-07 23:37:04 +00:00
Nikos Kouremenos
4240fd7ecc
fix a traceback
2005-07-07 22:22:13 +00:00
Yann Leboulanger
0acf9c168c
we now have tooltip in roster window ! A great thanks to Dimitur
2005-07-07 21:27:53 +00:00
Nikos Kouremenos
f8a4675174
not in the roster string can be translated now
2005-07-07 17:33:15 +00:00
Nikos Kouremenos
e2a3c1121a
Transports string is now marked for translation
2005-07-07 17:25:04 +00:00
Nikos Kouremenos
2c44dfa19d
remove sth that should not have been commmited
2005-07-07 17:01:35 +00:00
Nikos Kouremenos
f2cb015f73
user --> contact in some functions name, also type is contact too now
2005-07-07 16:38:36 +00:00
Nikos Kouremenos
6c9d148e07
advanced actions show account if multiple acocunts
2005-07-07 15:41:03 +00:00
Nikos Kouremenos
0da81481ca
edit groups dialog now works again [repoter: ehh]
2005-07-06 16:46:50 +00:00
Nikos Kouremenos
e8917d200b
usage of stockitems in some menuitems and less code
2005-07-06 14:34:59 +00:00
Yann Leboulanger
b81747f483
typo
2005-07-06 14:26:10 +00:00
Yann Leboulanger
f933b29b2e
when we choose None in ChooseGPGWindow, we don't print None in config file
2005-07-06 14:07:20 +00:00
Nikos Kouremenos
e4932f56be
more glade stuff for advanced menuitem [I will do the code too]
2005-07-06 13:34:47 +00:00
Nikos Kouremenos
94c01aeecc
we can now receive normal and chat messages with subject and handle them ok. we can also reply to received normal message with RE: previous message and all the good stuff! hoooray!
2005-07-05 21:35:37 +00:00
Yann Leboulanger
fd03253594
show Ctrl+N only when we have only one account
2005-07-05 20:47:25 +00:00
Nikos Kouremenos
192ccf2075
General group marked for translation. pending: Transports and not in the roster
2005-07-04 23:18:29 +00:00
Nikos Kouremenos
4e66548813
gajim now sends xml stanza via xml console
2005-07-04 21:29:22 +00:00
Nikos Kouremenos
5032f888f9
yet another menu now in glade
2005-07-04 16:59:43 +00:00
Yann Leboulanger
669b7bde6b
last_message_time is now saved in gajim.py so we begin to count time when we receive the message and not when we print it ( fix #162 )
2005-07-03 15:27:41 +00:00
Nikos Kouremenos
9b11b98af2
Gajim now can send type=normal messages [TODO: handle incoming normal better]
2005-07-02 15:49:25 +00:00
Yann Leboulanger
dc2d1924f8
separate gpg keys in config file
2005-07-02 08:50:11 +00:00
Yann Leboulanger
48d36a16e5
more beautifull code
2005-07-01 22:20:01 +00:00
Nikos Kouremenos
11434df567
roster contact context menu now via glade, also has a non working yet menuitem to single message (eg. type=normal and not chat); last but not we now use ImageMenuItem and not hbox + MenuItem to have images where we implement gui on code and not on glade [as we prefer]
2005-07-01 15:15:35 +00:00
Yann Leboulanger
633b45de92
little comment for nk :)
2005-06-30 21:52:42 +00:00
Nikos Kouremenos
c7f8486e8c
we now have option in case abc@doremi.org is not an email and it is jid (we can add it to roster, we can chat to it, we can join group chat). Most of the patch is done by neurocyte
2005-06-30 16:45:14 +00:00
Yann Leboulanger
414abe3687
HistoryWindow must now have account as param to get the nicks
2005-06-30 06:21:12 +00:00
Nikos Kouremenos
98c8af1d16
make sure the icon is shown and close to account if window is small
2005-06-29 15:10:10 +00:00
Nikos Kouremenos
e55e38b7db
now gui can know connection_type ('tls', 'ssl', 'tcp')
...
roster now has another cellrenderer (that holds pixbuf) so does the treestore there
result: Gajim now shows an icon for accounts that were connected with ssl, tls and can show avatar of users too [that is TODO]
2005-06-29 12:57:46 +00:00
Yann Leboulanger
3c10f30f1f
we can now send status (and connect) asynchronously thanks to threads
2005-06-28 19:03:00 +00:00
Nikos Kouremenos
ad05a9d1de
typo. thanks Thomas!
2005-06-25 21:18:07 +00:00
Yann Leboulanger
7cd28d5e2d
Contact class is easier to use now
2005-06-25 09:18:39 +00:00
Nikos Kouremenos
0342329e0f
User class becomes Contact class
2005-06-24 14:28:00 +00:00
Nikos Kouremenos
b496ae3498
ICON_SIZE_MENU and not BUTTON. so now it's smaller as it has to be for menuitems
2005-06-23 18:36:32 +00:00
Yann Leboulanger
db90fc6430
middle click in roster open chat window
...
middle clicl in gc window open a pm
2005-06-23 08:33:25 +00:00
Yann Leboulanger
f076a17de1
we change the status only for account already connected and with sync_with_global_status option on (if one is connected) fix #406
2005-06-21 18:32:52 +00:00
Yann Leboulanger
2db9ac75e0
status combobox is now defined in glade
2005-06-21 14:45:23 +00:00
Yann Leboulanger
5d44204264
when we use merge and we collapse/expand a group, we collapse/expand this group in every accounts ( fix #295 )
2005-06-20 22:51:42 +00:00
Yann Leboulanger
5f4a2b9cad
context menu has icons now (with previous patch) in roster window, thx Dennis
2005-06-20 20:17:39 +00:00
Nikos Kouremenos
8e985d068a
add tlen and do better detection for gadugadu [thanks to da.killa]
2005-06-20 19:54:27 +00:00
Yann Leboulanger
b9259399be
bugfix: we need to re-create images when we create a menu
2005-06-20 19:18:53 +00:00
Nikos Kouremenos
0eeba54e67
only if connected show menuitems
2005-06-19 23:01:45 +00:00
Yann Leboulanger
7538333c5d
we now handle when the user doesn't give his OpenPGP passphrase and print an error message
2005-06-18 16:57:57 +00:00
Nikos Kouremenos
f513a9c167
fix #315
2005-06-18 15:18:15 +00:00
Nikos Kouremenos
2fc6cd51e1
gobject.TYPE_STRING/BOOLEAN becomes str/bool
2005-06-18 13:48:43 +00:00
Nikos Kouremenos
92167a98f7
use %s in one string
2005-06-18 11:40:56 +00:00
Yann Leboulanger
9063034cf8
bugfix in contact menu
2005-06-15 07:38:58 +00:00
Nikos Kouremenos
7bd2cf9d59
fix #442
2005-06-14 23:32:04 +00:00
Yann Leboulanger
e7ff7da1da
themes are back (TODO: manage themes)
2005-06-13 22:11:09 +00:00
Nikos Kouremenos
1a5667ff1e
call in the correct place make_menu and fix a traceback
2005-06-13 13:26:36 +00:00
Nikos Kouremenos
1bd32677ac
higging two strings
2005-06-13 12:22:31 +00:00
Yann Leboulanger
0e0323a3f8
cleanup to join a gc
2005-06-13 10:49:48 +00:00
Nikos Kouremenos
3abd6c3f56
fixes in glade and nothing in two other files
2005-06-13 10:21:12 +00:00
Yann Leboulanger
961aaf38f0
remove unneeded line one mre time
2005-06-13 08:31:35 +00:00
Nikos Kouremenos
2b417b3139
remove an identation
2005-06-12 22:19:56 +00:00
Nikos Kouremenos
dc7f0c4e80
removing CR+LF that were added by accident
2005-06-12 15:14:07 +00:00
Nikos Kouremenos
f19882a66e
fix a TB and a logic in bookmarks [thx delmonico]
2005-06-12 12:21:33 +00:00
Nikos Kouremenos
585f9fe819
better string for a menuitem and marking that for translation
2005-06-12 12:11:23 +00:00
Nikos Kouremenos
9f6b595a3a
fix some strings to explain better to the user
2005-06-12 12:05:18 +00:00
Nikos Kouremenos
2d3f877cd0
fixing #289
2005-06-12 11:54:08 +00:00
Nikos Kouremenos
f0fca2d2b0
fixing UI for bookmarks
2005-06-12 11:21:50 +00:00
Yann Leboulanger
7762919ae7
remove unneeded print
2005-06-12 09:50:41 +00:00
Nikos Kouremenos
d5fdbc7a45
fixing a traceback from previous commit
2005-06-11 17:49:10 +00:00
Yann Leboulanger
5f2c0faa83
fix Action menu for join gc
2005-06-11 16:29:05 +00:00
Nikos Kouremenos
3eab7400af
almost finishing patch of delmonico
2005-06-11 16:15:01 +00:00
Yann Leboulanger
8109c28fed
fix #426
2005-06-11 16:06:34 +00:00
Nikos Kouremenos
e1e9760eb7
add the new menuitems for join gc
2005-06-11 14:14:30 +00:00
Nikos Kouremenos
2214478e87
fixing colors and prettying the gc and chat window a bit
2005-06-11 13:45:48 +00:00
Nikos Kouremenos
c77387346c
adhering to our new coding style for Classes and fixing glade banners stuff
2005-06-10 22:45:50 +00:00
Nikos Kouremenos
3d59234f7f
class name Foo_widgettype becomes FooWidgettype so we now look 100% pygtkish [sed rocks]
2005-06-10 21:14:16 +00:00
Nikos Kouremenos
b23b2eac9a
commiting GC mockup and supporting code both by Dennis Craven
2005-06-10 20:06:01 +00:00
Yann Leboulanger
fb0bb05dfb
when we remove a contact, if we have an opened chat window with him, we add him to not_in_the_roster
2005-06-10 12:07:22 +00:00
Nikos Kouremenos
b90bead525
fix #413
2005-06-09 23:28:07 +00:00
Nikos Kouremenos
7c54686b35
dcraven status iconset, split to using 16x16 [32x32 not yet] saying bye bye to xpm, and higging glade
2005-06-09 22:29:06 +00:00
Yann Leboulanger
b1aa610c08
2 things:
...
avatar are printed in tabbed chat window
begining of the manage bookmark window (delmonico's patch)
2005-06-09 20:35:44 +00:00
Nikos Kouremenos
b6918879b5
fix the menuitem. Sorry for bad command in my previous commit
2005-06-09 17:57:40 +00:00
Yann Leboulanger
13571fb891
restore a removed file !
2005-06-09 17:37:18 +00:00
Nikos Kouremenos
f9bbb7322b
nothing except a revert for an accidental commit of a file
2005-06-09 15:31:29 +00:00
Nikos Kouremenos
2fd11adc18
glade fixing
2005-06-08 17:24:31 +00:00
Nikos Kouremenos
5afe6e4796
choose_gpg_key_dialog is HIG and code changes title and prompt label
2005-06-08 13:45:30 +00:00
Yann Leboulanger
93fd8e08ea
replace Queues with list
2005-06-08 10:02:50 +00:00
Nikos Kouremenos
c96c3c123e
chat window mockup and related code by Dennis Craven
2005-06-07 21:28:21 +00:00
Nikos Kouremenos
78c7ca566f
try again later
2005-06-07 01:10:24 +00:00
Nikos Kouremenos
b4469f8fa8
better comment
2005-06-06 22:38:39 +00:00
Nikos Kouremenos
f66a2bcb63
commiting a patch by Srid to remove contacts on removing transport
2005-06-06 21:40:32 +00:00
Nikos Kouremenos
79ddc9d228
hide show_roster_on_startup from windows [no trayicon]
2005-06-06 13:12:12 +00:00
Nikos Kouremenos
152b5bde54
guess better about contact protocol
2005-06-06 10:52:51 +00:00
Nikos Kouremenos
65c2a2826e
making patch in #380 appliable, and fixing #389 too [both have to do with trayicon]
2005-06-05 23:17:59 +00:00
Yann Leboulanger
a2e8c7da6d
we don't send available presence anymore
2005-06-03 22:49:07 +00:00
Yann Leboulanger
c39e0e80e9
when chat window is opened, we print the messages !
2005-06-03 21:24:59 +00:00
Yann Leboulanger
1bcb45a07f
we now save ALL incomming messages in a queue so that we don't suplicate message when we restore old conversation
2005-06-03 20:07:00 +00:00
Nikos Kouremenos
e3a6e53112
we now use our icon in all windows. icon is not status (show) at last
2005-06-03 17:35:48 +00:00
Nikos Kouremenos
5420d570ae
removing a change that was not on purpose
2005-06-03 10:31:21 +00:00
Nikos Kouremenos
d46e600213
marking 1 string for translation, and introducing a better title
2005-06-03 10:28:53 +00:00
Yann Leboulanger
30bd3070a2
we not print not in the roster group just above Transport group
2005-06-01 20:14:09 +00:00
Yann Leboulanger
e05dc901d4
if show is not in cshow dict, the contact is put at the end
2005-06-01 12:22:05 +00:00
Nikos Kouremenos
490f24e86c
nothing
2005-05-31 17:48:22 +00:00
Nikos Kouremenos
968762437f
do not remember lines for transports
2005-05-30 21:12:34 +00:00
Yann Leboulanger
c5866f3a3f
gpg password is now saved 30 seconds when we enter it, so if it is used in several accounts, we don't need to enter the password twice.
2005-05-30 20:16:29 +00:00
Yann Leboulanger
2e997eb516
fix #346
2005-05-30 19:00:49 +00:00
Yann Leboulanger
efd470a44f
chat window now print when encryption in enabled / disabled and automatically activate/desactivate the gpg_toggle button
2005-05-30 10:41:55 +00:00
Yann Leboulanger
53746b7ffb
bugfix: show id 'chat', not 'free'
2005-05-30 09:50:14 +00:00
Yann Leboulanger
088b3870dd
we can now attach a GPG key to a contact
2005-05-29 21:34:01 +00:00
Yann Leboulanger
560f0665f8
new option to be able to sort contacts by show
2005-05-29 18:41:13 +00:00
Nikos Kouremenos
cb6499e972
using irc and sms icons
2005-05-27 16:56:46 +00:00
Yann Leboulanger
818590a0e8
gpg toggle button is now refreshed each time we get a presence
2005-05-27 15:12:58 +00:00
Nikos Kouremenos
02b74ceed4
avoid marking foo@jaim.net as AIM
2005-05-27 11:19:47 +00:00
Yann Leboulanger
87d90e7aaf
improved status messages
2005-05-27 05:56:17 +00:00
Yann Leboulanger
492a21a5cb
we can now modify our transportregistration (JEP-0100)
2005-05-25 22:15:28 +00:00
Yann Leboulanger
693aad9b19
show transports rows when we are online, and hide them when we are offline
2005-05-25 18:25:39 +00:00
Yann Leboulanger
e871c22772
we can now disable the use of transports iconsets
2005-05-25 17:13:50 +00:00
Yann Leboulanger
f0ef95b4e1
we can now have message pixman with transports
...
we can now log on the there is an error with the transport
2005-05-25 10:28:27 +00:00
Yann Leboulanger
6c96d9eb42
when we DND to a group in which the user is already, don't add it twice
2005-05-23 17:29:55 +00:00
Nikos Kouremenos
1c16aa578d
better strings [not more clear but TYPOS in English and unknown words] {so I had to break the string being frozen} {sorry for that}
...
also introducing greek transl [half tooltips remain with english text, but 0.7 can live with it if I do not get to finish it before 0.7]
2005-05-21 01:28:18 +00:00
Yann Leboulanger
f3d36d9d80
status -> show
...
we cannot join a gc twice at the same time with the same account
2005-05-20 16:31:52 +00:00
Yann Leboulanger
1d4d9f5229
print a user friendly show when a contact change his status
2005-05-20 16:04:12 +00:00
Nikos Kouremenos
5293788dc1
introducing common/helpers.py where get_uf_status lives [more functions to come there in the future]
2005-05-20 15:58:23 +00:00
Nikos Kouremenos
79c5b5d0e2
hidden_rows ==> collapsed_rows
2005-05-18 16:30:59 +00:00
Nikos Kouremenos
c0e8557f52
userfriendly status string used in tabbed_chat window too
2005-05-18 15:40:42 +00:00
Nikos Kouremenos
41e9deceff
typo
2005-05-18 01:00:13 +00:00
Nikos Kouremenos
1c25e7a930
fixing #170
2005-05-18 00:44:39 +00:00
Yann Leboulanger
99401f2abb
add a DATA_DIR in gajim
2005-05-17 17:37:50 +00:00
Nikos Kouremenos
7aaffae0dc
better strings
2005-05-17 11:55:30 +00:00
Nikos Kouremenos
9152f128e7
fixing a traceback with disco menuitem
...
see http://nkour.blogspot.com/2005/05/pythons-init-return-none-doesnt-return.html for more
2005-05-15 11:47:15 +00:00
Nikos Kouremenos
0d4084ead7
hiddenlines or hidden_lines ==> hidden_rows
2005-05-15 11:37:00 +00:00
Yann Leboulanger
156c81846b
look if we have unread / recent messages AFTER we get the status message (we can also do it before AND after ... comments ?)
2005-05-13 20:50:49 +00:00
Nikos Kouremenos
0a0cd669eb
last_msg ==> last_status_msg and change_title ==> change_roster_title
2005-05-13 18:00:13 +00:00
Nikos Kouremenos
97aef098bc
fixes/cleanups allover:
...
Basically a traceback a traceback with present()
replace some menuitem strings to be more HIG
introducing /clear and that is all I think
2005-05-13 16:53:30 +00:00
Yann Leboulanger
f9a26dce55
remove unneeded commented line
2005-05-12 18:55:01 +00:00
Nikos Kouremenos
0408a86d7b
conversation history window now has better title (mentions with whom)
2005-05-12 18:52:37 +00:00
Nikos Kouremenos
27723d1279
fixing #256
2005-05-12 13:52:09 +00:00
Nikos Kouremenos
052cd2740b
make get_ui_status func which converts dnd xa to human understandble strings and use that func in Status change dialog
2005-05-12 09:14:31 +00:00
Nikos Kouremenos
44c5e2f2b9
removing legacy code from the threads epoch
2005-05-12 00:22:36 +00:00
Nikos Kouremenos
bc4cc346b1
fix for Join_gc action see http://nkour.blogspot.com/2005/05/pythons-init-return-none-doesnt-return.html for more.
...
Also adding a FIXME: in case yann has not reply from Alexey and wants to hack sth in Gajim :)
2005-05-12 00:00:40 +00:00
Yann Leboulanger
fa183bae5d
when we remove an agent we need to remove it with its resource (especially when we are not really registererd {wrong password})
2005-05-11 09:12:18 +00:00
Yann Leboulanger
2f977d1b1a
we may want to remove an iter (when we remove an account for exemple)
2005-05-08 16:56:14 +00:00
Yann Leboulanger
e4692d22d6
do not remove a contact from the roster if show_offline is True
2005-05-07 15:47:11 +00:00
Yann Leboulanger
00c7b60f18
bugfix: when a user go offline and quickly online it was removed from the roster
2005-05-07 15:23:02 +00:00
Nikos Kouremenos
723af5012a
fixing a traceback after yann's commit and asking a qu for yann [as FIXME:]
2005-05-06 18:01:07 +00:00
Nikos Kouremenos
bc6e64bf16
typo
2005-05-04 17:32:23 +00:00
Nikos Kouremenos
2e668210c2
if not foo else becomes if foo else:
2005-05-04 16:22:07 +00:00
Nikos Kouremenos
73f6e4d758
fixing #221
2005-05-04 15:30:08 +00:00
Nikos Kouremenos
dd5eaf1ab9
active_tab --> set_active_tab [I also though of a minute to start adding properties eg. foo.set_active_tab(bar) would be foo.tab = bar. if u like that we can see designing like that in the future
2005-05-03 16:39:27 +00:00
Nikos Kouremenos
27bb186ce5
agents can start with @ so find <=0 instead of find != -1
2005-04-29 15:39:16 +00:00
Nikos Kouremenos
8bb18de5e4
check on jid and not on name for agent protocol (thanks mikea)
2005-04-29 14:11:05 +00:00
Yann Leboulanger
583591e18e
we can be free for chat
2005-04-27 22:37:36 +00:00
Yann Leboulanger
7275e06657
remove unneeded var
2005-04-27 22:37:18 +00:00
Yann Leboulanger
9fd9b98a79
save hidden lines when we quit
2005-04-27 21:49:59 +00:00
Yann Leboulanger
184542a4d1
when we double click on a contact (or when we click on the systray icon), present the chat_window.
...
idem for gc window
2005-04-27 19:09:34 +00:00
Yann Leboulanger
119cbe0eb9
bugfix when we begin a new chat, show the window
2005-04-27 13:50:13 +00:00
Yann Leboulanger
a27ab3f739
better load of icons, so transports have every icon (if the file doens't exists it is a blank icon)
2005-04-26 22:11:03 +00:00
Yann Leboulanger
0ca7b52f8d
little cleanup
2005-04-26 18:47:14 +00:00
Yann Leboulanger
c85273d556
switch from jabberpy to xmpppy
2005-04-26 18:45:54 +00:00
Yann Leboulanger
928af2fa9c
when we right click on a contact that is not in the roster, there is 'add to roster' in the menu (fix ticket #55 )
2005-04-25 20:16:25 +00:00
Yann Leboulanger
fc9c583c7a
add the option to allow the title of the window to change
...
it can be configured through the advanced config window
fix ticket #184
2005-04-25 11:48:42 +00:00
Yann Leboulanger
a3fb1bac82
it's possible that we don't have the jid of a contact in gc
2005-04-23 19:09:03 +00:00
Nikos Kouremenos
1c70652031
adding a space in gc window
2005-04-23 18:04:11 +00:00
Nikos Kouremenos
fcb9dc6dd7
tooltip for subject in GC
2005-04-23 14:26:04 +00:00
Yann Leboulanger
efa3d4ef68
change a function name that has not been changed
2005-04-23 10:00:10 +00:00
Nikos Kouremenos
f288ede1eb
making function get_appropriate_state_images() and using this where appropriate
2005-04-23 01:37:05 +00:00
Nikos Kouremenos
b62583f9e6
contacts from transports now use their protocol state images
2005-04-23 00:37:51 +00:00
Vincent Hanquez
c0ea210834
leave vcard_window into dialogs namespace to not bloat null namespace
...
rename of the vcard_information_window file to something saner
2005-04-22 01:47:03 +00:00
Vincent Hanquez
b7c2fdc662
remove too long lines
...
fix too long variables
etc...
2005-04-22 01:35:36 +00:00
Vincent Hanquez
ba5acab7f7
[codingstyle] one space between each + - * / = operator
2005-04-21 23:20:18 +00:00
Vincent Hanquez
e00ce8a09b
fix stupid code with lot of debug
2005-04-21 23:06:12 +00:00
Nikos Kouremenos
72fcfcb323
fix now it is popups_notification_height
2005-04-21 21:30:56 +00:00
Nikos Kouremenos
f7123afe34
do not allow to have two windows of join_gc for the same account and changing the join gc window title if multiple accounts
2005-04-21 18:53:16 +00:00
Yann Leboulanger
8d808eaa30
indentation is a bit better now
2005-04-21 17:43:47 +00:00
Nikos Kouremenos
b10b49b722
fixed an oops
2005-04-20 23:27:33 +00:00
Yann Leboulanger
1a82ed0ca3
when we create a new account, plugin.windows[account] doesn't exists
2005-04-20 16:35:40 +00:00
Nikos Kouremenos
b68da6b69b
Vcard_information_window in its own file
2005-04-19 21:53:19 +00:00
Nikos Kouremenos
c3440cae35
basically popup notifications allow when not online/chat works. so popup notifications I think are 100% ready :P. some other fixes too
2005-04-18 23:55:13 +00:00
Nikos Kouremenos
6b0e7d0908
adding free for chat for the user
2005-04-18 22:25:22 +00:00
Yann Leboulanger
af5dbbe880
when we quit gajim, check if we have unread or recently received messages and warn the user
2005-04-18 21:35:39 +00:00
Yann Leboulanger
a2e8692f80
remove unneeded line
2005-04-18 18:42:51 +00:00
Yann Leboulanger
c23e59a0c9
gtkgui doesn't exist anymore
2005-04-18 16:54:49 +00:00
Yann Leboulanger
7575ae90fb
gtkgui doesn't exist anymore
...
cell_renderer_image is gtk specific so it's not in common
2005-04-18 16:40:10 +00:00
Nikos Kouremenos
3d7d4c1fff
adding setting in advanced/misc for not checking for new version. [this is not an expert setting, and should stay in prefs window]. ALSO fixes/typos all over
2005-04-18 14:05:30 +00:00
Nikos Kouremenos
4e722bd62e
mark change roster window title as expert setting
2005-04-18 12:25:19 +00:00
Nikos Kouremenos
00b13f2eff
typos all over and " --> '
2005-04-18 12:17:43 +00:00
Yann Leboulanger
4b5e2381e1
delete the connection when we go offline
2005-04-18 09:18:50 +00:00
Nikos Kouremenos
f1fdb97fc4
typos and small fixes (mostly: edit groups dont send changes if nothing changed) allover
2005-04-17 21:31:18 +00:00
Nikos Kouremenos
3b9b46b6e8
when windows already exist present() them. cancel button and not close in account_modification_window
2005-04-17 18:36:09 +00:00
Yann Leboulanger
5a354c283c
some minor typos / bugfixes
2005-04-16 17:36:27 +00:00
Yann Leboulanger
a4b334cd03
Account_modification_window dosn't take a dict as argument but he name of the account
2005-04-14 23:00:25 +00:00
Yann Leboulanger
60f2ef8adc
keep namespace when we call a class :
...
* from xx import yy -> import xx
* yy() -> xx.yy()
2005-04-14 17:07:55 +00:00
Yann Leboulanger
26df968343
correct some typos, process connections every 50ms
2005-04-14 11:06:58 +00:00
Yann Leboulanger
eb7cf5ba4d
gtkgui don't send messages to the connection but call the correct functions
2005-04-14 09:38:08 +00:00
Yann Leboulanger
0c2fb7ffe3
correct some typos
2005-04-14 07:42:26 +00:00
Yann Leboulanger
32f9cd5cba
plugin.connected[account] -> gajim.connections[account].connected
2005-04-14 07:20:14 +00:00
Yann Leboulanger
b40bcc9105
plugin.accounts[name] -> gajim.config.get_per()
2005-04-14 07:05:10 +00:00
Yann Leboulanger
c5553d27a3
add connection and logger options to the list of options
...
plugin.config -> gajim.config in config.py
2005-04-13 09:41:44 +00:00
Yann Leboulanger
aa861b907a
configuration is now in common/config
...
currently gajim cannot be accessed from every where, even with global gajim :(
2005-04-12 21:09:06 +00:00
Yann Leboulanger
149ed7a22d
reorder files
2005-04-12 15:47:20 +00:00