Yann Leboulanger
c9ad0f5d7d
fix pylint warnings
2010-02-10 16:17:09 +01:00
Éric Araujo
fedd7dc8e2
convert tabs to spaces in source code thanks to reindent.py
...
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger
956accf010
Bye bye glade, Hi gtk builder. Fixes #4945
2010-01-22 19:57:59 +01:00
Stephan Erb
9b7ae8cac3
Small cleanups for avatar save. Also fixes #5461 .
...
* set default file type for avatars centrally
* remove client side decision logic determing if a avatar loookup shall happen for a groupchat contact or for a normal contact
* remove unused method (this one was triggering the traceback in #5461 )
2009-11-29 23:06:49 +01:00
Alexander Cherniuk
a23961fbf6
Big portion of doc-string refactoring
2009-11-25 22:59:43 +02:00
Yann Leboulanger
7eb24c3c53
fix traceback when using a non-BOSH proxy. Fixes #5449
2009-11-25 12:25:28 +01:00
red-agent
22ab1c9553
Fixed refactoring artifact
2009-11-22 20:05:30 +02:00
Stephan Erb
10428555aa
Various pep-related cleanups.
...
Most important change is that pep send/retract functions no reside on the ConnectionPEP object.
2009-11-16 19:31:17 +01:00
Yann Leboulanger
e389e0b16b
[thorstenp] remove whitespace at eol
2008-12-03 21:56:12 +00:00
Yann Leboulanger
60ba33eb31
[thorstenp] fix possible undefined loop variables
2008-12-03 17:38:16 +00:00
Yann Leboulanger
e2118de64c
[thorstenp] remove useless import
2008-12-02 14:44:26 +00:00
Yann Leboulanger
06ab4a7b6d
revert thorstenp patches for now. They introduce bugs.
2008-10-20 21:38:06 +00:00
Yann Leboulanger
c2c681e05c
[thorstenp] remove useless import
2008-10-20 17:54:02 +00:00
Yann Leboulanger
9d7c80d522
[thorstenp] replace has_key by key in dict. Fixes #4392
2008-10-07 20:41:59 +00:00
Julien Pivotto
de4a23e751
See #4200 .
...
* remove js from some headers
* set coding:utf-8 to allow real names in headers
2008-08-15 17:31:51 +00:00
Julien Pivotto
8bc9bc29ae
* Big headers review
...
* Remove some licencing problems
* To do: same for images
* See #4200
2008-08-15 03:20:23 +00:00
js
8605cd3f38
For historical reasons, we have a tab width of 3. This is strange, but
...
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
Yann Leboulanger
3193a8e8cf
[Florob] Send and handle nicknames reveices through PEP. Fixes #3651
2008-05-05 21:55:59 +00:00
Yann Leboulanger
7c49600135
use timeout_add_seconds instead of timeout_add (when it's available), more efficient. fixes #3734 , #3736
2008-02-14 19:18:07 +00:00
Jean-Marie Traissard
894e752292
Sadly, timeout_add_seconds is only availaible since gtk 2.14. It's quite recent. I have 2.10.
...
Reverting [9324]. Reopen #3734 .
2008-02-13 18:03:29 +00:00
Yann Leboulanger
ad3935d9e9
[Goedson] use timeout_add_seconds instead of timeout_add, more efficient. fixes #3734
2008-02-13 07:14:06 +00:00
Yann Leboulanger
3bcbde6752
improve AvatarChooserDialog
2007-11-09 18:22:23 +00:00
Yann Leboulanger
cc19d02377
fix var name (conflict with module name)
2007-11-08 18:03:16 +00:00
Yann Leboulanger
57c3221d90
[misc] remove duplicate function. fixes #3524
2007-11-05 05:52:50 +00:00
Yann Leboulanger
605caae2b8
My name has changed
2007-10-22 11:33:50 +00:00
Yann Leboulanger
22c1aeda29
next release will be GPL v3. fixes #3290
2007-10-22 11:13:13 +00:00
Yann Leboulanger
701bdb6b85
use set_no_show_all from glade when possible instead of code. fixes #2248
2007-08-09 08:57:59 +00:00
Jean-Marie Traissard
320b500941
No usuable message here
2007-05-14 07:09:57 +00:00
Jean-Marie Traissard
2052410b3c
Choosing an avatar : Catch also invalid format errors for files < 16kb
2007-05-14 07:05:18 +00:00
Jean-Marie Traissard
6022a52681
typo
2007-05-14 01:10:31 +00:00
Yann Leboulanger
2ef20efac5
add ability to set an avatar for a contact. fixes #2967
2007-04-22 10:23:23 +00:00
Jean-Marie Traissard
d37e7d8e3e
No space in indentation, checked by drpython (editor). /src part
2007-02-04 13:01:04 +00:00
Yann Leboulanger
20a146dabf
use 2 buttons in profile windows because some GTK themes don't show images in buttons when there is text. gtk-button-images option in gtkrc file.
2007-01-23 12:34:07 +00:00
Yann Leboulanger
c5d5facdcf
remove temp file once we don't need it anymore. fixes #2894
2007-01-13 01:01:49 +00:00
Yann Leboulanger
4a58db0fca
hide progressbar in profile window when not used. fixes #2852
2007-01-02 17:01:33 +00:00
Yann Leboulanger
4684c573a0
remove publish / retrieve button in profile window. fixes #2471
2006-12-29 07:32:18 +00:00
Jean-Marie Traissard
f041f8dd5e
JID->Jabber ID in gc tooltip
...
if print_time==sometimes : Show the day if needed also. Use locale for time format (do
not force
24h)
Delete a lot of unused locale variables (thanks pychecker)
del gajim.py useless global vars after use
configpaths.py : use self. not this.
2006-11-21 18:46:33 +00:00
Jean-Marie Traissard
9347fe10e1
Remove lot of useless imports
...
Fix gajim-remote contact_info
Fix profile_win right click on avatar
Fix a call and a comment
Thanks pyflakes (a program, not a person) for the whole.
2006-11-15 01:59:21 +00:00
Nikos Kouremenos
59d5f23182
show the widget (linkbutton or label) before adding it
2006-10-02 16:24:10 +00:00
Yann Leboulanger
eaa11ed466
remove timeout in profile window. Fixes #1840
2006-09-26 06:53:43 +00:00
Nikos Kouremenos
31c467c305
if window is destroyed, every child dies
2006-09-25 09:47:20 +00:00
Jean-Marie Traissard
8a12655ec7
Close button in vcard and profile windows
2006-09-25 05:20:06 +00:00
Yann Leboulanger
38c8ba58a3
Do not propose to save avatar in profile window if it's not on HD. Fixes #2428
2006-09-22 14:24:26 +00:00
Yann Leboulanger
28b2ba04ff
add a clear button in choose avatar dialog. Fixes #2423
2006-09-21 20:52:37 +00:00
Yann Leboulanger
f780a0fe94
add a statusbar to profile window. Fixes #1840
2006-09-20 11:15:33 +00:00
Yann Leboulanger
b5c4edb60a
add progressbar in profile window. For #1840
2006-09-19 07:52:40 +00:00
Yann Leboulanger
050afed553
set a text in avatar button instead of a fake avatar when no avatar is set in profile window. For #1840
2006-09-18 21:19:02 +00:00
Yann Leboulanger
de22429a6f
fix behaviour of PHOTO_button in profile_window. Fixes #2381
2006-09-10 10:50:42 +00:00
Yann Leboulanger
cfd9c87860
forgotten files
2006-09-08 17:48:37 +00:00