Jean-Marie Traissard
8a12655ec7
Close button in vcard and profile windows
2006-09-25 05:20:06 +00:00
Yann Leboulanger
2ebd0af9de
show URL in linkbutton. Fixes #2439
2006-09-22 15:03:54 +00:00
Yann Leboulanger
b02eeac875
remove useless self.
2006-09-22 15:00:51 +00:00
Yann Leboulanger
a698a969ae
do not override jid_label in vcard when we get the vcard. Fixes #1840
2006-09-19 08:52:51 +00:00
Yann Leboulanger
af68b178a1
add progressbar in vcard window and hide it when we get vcard and os info. For #1840
2006-09-19 08:17:36 +00:00
Yann Leboulanger
3729e89099
use LinkButton in vcard window only if there is an URL.
2006-09-16 15:56:39 +00:00
Yann Leboulanger
f69cd8ad5c
use Linkbutton in vcard window if we have PyGTK2.10. For #1840
2006-09-16 12:20:12 +00:00
Stefan Bethge
2b3120244f
merged trunk r6780
...
removed i18n imports from zeroconf/connection files
2006-09-14 16:48:03 +00:00
Yann Leboulanger
3399924761
don't put contact's avatar in a button. Fixes #2381
2006-09-08 21:34:10 +00:00
Yann Leboulanger
63b3c93a6f
fix TB when viewing gc vcard
2006-09-08 18:53:10 +00:00
Yann Leboulanger
a678c35b3f
vcard window now uses label instead of entry
...
new profile_window to edit our vcard. For #2381
2006-09-08 17:35:28 +00:00
Yann Leboulanger
8896419494
[patrys] new vcard window. For #1840
2006-09-02 21:51:16 +00:00
Travis Shirk
6fe8efff64
Removed set_transient_for(roster) for windows/dialogs that can be launched from
...
message windows (i.e., the window appears on the roster desktop rather than the current
desktop). There may be some more places where this may be wanted, but this hits the
major ones.
2006-08-30 03:25:28 +00:00
Yann Leboulanger
3175c9113a
don't ask os info when we are invisible. For #1964
2006-08-21 19:54:09 +00:00
Yann Leboulanger
196062bbc2
use window.set_transient_for(parent) for some windows. Fixes #1024
2006-07-17 20:27:30 +00:00
Yann Leboulanger
5a9320c85c
Fixed TB qith ICQ transport. Fixes #2159
2006-07-17 11:31:42 +00:00
Yann Leboulanger
bc26593974
use gettext.install. Fixes #497
2006-06-15 06:49:04 +00:00
Dimitur Kirov
5b019e9341
save avatar from our own vcard
2006-06-09 14:42:20 +00:00
Dimitur Kirov
bfe397a27d
show avatars in roster, if there is no 'TYPE'
...
attribute in vcard
2006-06-09 13:41:31 +00:00
Jean-Marie Traissard
936b99cc3e
Don't try to disconnect signal that has been disconnected before. Fixes #2030 .
2006-06-05 15:11:27 +00:00
Yann Leboulanger
3e1dd88ee0
we can now save avatars on HD where we want (right click on image). Fixes #1817
2006-05-26 13:19:52 +00:00
Yann Leboulanger
5748b3c276
avatar size (when the original one is too big) is now 125x125 instead of 48x48
2006-05-07 19:00:38 +00:00
Dimitur Kirov
5e6b016af1
split gtkgui.glade in several small glade
...
files, which are now located in data/glade/
2006-05-02 15:53:25 +00:00
Yann Leboulanger
f7c8ccea94
VcardWindow now takes a new argument: is_fake, need to be true when we open a vcard for a fake jid
2006-04-28 20:55:45 +00:00
Dimitur Kirov
8f645b8661
msg should be string, not object instance
...
show error dialog if file_path is not a file
or file_size is 0
2006-04-12 14:47:31 +00:00
Yann Leboulanger
7a723b51ee
decode filename only once
2006-04-12 14:25:33 +00:00
Yann Leboulanger
6b1e1d1c8b
remove useless function. It has moved to dialogs.py.
2006-04-10 21:29:50 +00:00
Yann Leboulanger
e2ed5d82ff
new non-blocking ImageChooserDialog. Fixes #777
2006-04-10 19:49:24 +00:00
Nikos Kouremenos
db1cffb299
parent.destroy() destroys childs too
2006-04-07 11:09:11 +00:00
Yann Leboulanger
29f41b223a
we can now disable avatars by setting width or height to 0. Partially fixes #1816
2006-04-06 16:20:59 +00:00
Nikos Kouremenos
a899295d80
enrich comment
2006-04-05 12:12:37 +00:00
Yann Leboulanger
2f9b0eab28
[dkirov] JEP says we should not use EXTVAL in vcard
2006-04-05 11:29:35 +00:00
Yann Leboulanger
31e54bc2ed
remove many call to dialog.run() function. Some are still here, but they happend only when the user do an action (close a chat window, change status, ...). So UI is not blocked when we receive a groupchat invitation or an error message.
2006-04-02 16:11:21 +00:00
Yann Leboulanger
8e9444d880
nickname is no more editable in gc vcard. Fixes #1766
2006-03-29 15:46:34 +00:00
Yann Leboulanger
c165c12334
fix status for gc vcard. Fixes #1765
2006-03-28 20:17:13 +00:00
Yann Leboulanger
ac1b00ec8b
status in gc vcard. Fixes #1765
2006-03-28 14:51:02 +00:00
Nikos Kouremenos
1524521c7f
pychecker on our files. everyone please have a look so we do not do the same mistakes and in case you catch a mistake I did when cleaning
2006-03-24 18:48:26 +00:00
Nikos Kouremenos
036265081b
fix typo; also saner defaults [only first time] for last_save_dir and last_send_dir
2006-03-15 02:09:57 +00:00
Nikos Kouremenos
396c66f8f8
set avatar filechooser defaults to My Pictures in the OS that understand user needs [aka Windows]
2006-03-15 01:40:10 +00:00
Yann Leboulanger
1c992be553
default to home folder when choosing an avatar. Fixes #1701
2006-03-14 23:07:45 +00:00
Yann Leboulanger
dce057d29e
avatars are in gc roster. gc avatar images are saved in room_jid folder. Fixes #1121
2006-03-13 13:25:51 +00:00
Yann Leboulanger
903393d172
prevent TB
2006-03-10 21:58:23 +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
743d514997
strftime returns local-encoded string. decode it. Fixes #1662
2006-03-05 22:09:39 +00:00
Nikos Kouremenos
0584025f8c
italic instead of bold. use since for not offline contacts and last status for offline; fix spacing in vcard text
2006-02-23 21:44:05 +00:00
Nikos Kouremenos
04d6b58dc3
use focus-out-event and not changed
2006-02-23 15:54:16 +00:00
Nikos Kouremenos
506e6752ea
nickname changes do instant apply now. fixes #1612
2006-02-23 14:36:41 +00:00
Yann Leboulanger
0b2f9d4617
we now keep last_status_time, show it in tooltip and information window, ask it (jabber:iq:last, JEP-0012) when we open information window. Fixes #1133
2006-02-22 14:31:01 +00:00
Yann Leboulanger
9197cbf61b
update opened chat window when we change nick in information window. Fixes #1599
2006-02-21 20:51:01 +00:00
Nikos Kouremenos
36fd9dc0a8
better english and typo
2006-02-21 11:15:54 +00:00