Commit graph

194 commits

Author SHA1 Message Date
Denis Fomin
b66c30d573 Add 'gc_tooltip_populate' gui extension point 2012-11-12 17:21:26 +04:00
Denis Fomin
4fab3acc2d Add 'roster_tooltip_populate' gui extension point 2012-11-11 22:03:08 +04:00
Yann Leboulanger
96dd70050b Jingle FT is now functionnal!! Thanks Jefry for the long time debugging with me 2012-08-23 13:10:30 +02:00
Denis Fomin
9cd4508550 fix typo 2012-06-19 22:45:19 +04:00
Yann Leboulanger
89ba95cd4c make tooltip colors configurable. Fixes #7165 2012-06-16 22:58:46 +02:00
Jefry Lagrange
2af1af2011 file_props refactoring 2012-06-14 12:27:23 -04:00
Denis Fomin
cfb49bb4ec [Schnouki ] using paint_shadow() rather than paint_flat_box() to add these borders/shadows. Fixes #5899 2012-06-13 17:17:45 +04:00
Yann Leboulanger
a0a40c03a8 [leon] show account name in tooltip rather than in roster in merged mode. Fixes
#7118
2012-03-13 14:32:09 +01:00
Yann Leboulanger
3a3f99d618 upgrade copyright 2012-01-11 22:20:34 +01:00
Yann Leboulanger
703cc865f7 call set_title on tooltip windows to prevent GTKWarning 2011-11-10 22:26:11 +01:00
Alexander Cherniuk
d57dd3adaa Apply some cosmetics to the GCTooltip as well 2010-04-03 21:38:54 +03:00
Alexander Cherniuk
1c1fb442b4 Make GCTooltip behave more like the RosterTooltip 2010-04-03 21:08:09 +03:00
Alexander Cherniuk
af1785ebe8 Fixed the translation issue with the tooltip 2010-04-03 20:46:57 +03:00
Alexander Cherniuk
f0492c2f8f Fixed the pattern to be PEP8 compatible 2010-04-03 20:23:15 +03:00
Alexander Cherniuk
a7d14c329c Missed the Busy translation 2010-04-03 18:50:26 +03:00
Alexander Cherniuk
7b2d351003 A condition typo 2010-04-03 18:40:40 +03:00
Alexander Cherniuk
63d1ef9e43 Do not show the idle time in the tooltip, unless it's meaningful 2010-04-03 18:37:41 +03:00
Alexander Cherniuk
ab0353a13c Made a fix to consider translation of a status 2010-04-03 18:17:54 +03:00
Alexander Cherniuk
bf344627dd Improved roster's tooltip cosmetics 2010-04-03 18:06:42 +03:00
Alexander Cherniuk
31ddc4ae66 Fixed a typo 2010-03-30 21:28:50 +03:00
Alexander Cherniuk
5c1a462e1c No need to separate %s from translatable strings 2010-03-30 18:14:03 +03:00
Alexander Cherniuk
c407084e7a Forgot the translation 2010-03-30 17:09:14 +03:00
Alexander Cherniuk
f41c8d6527 Yet another improvement for the tooltip 2010-03-30 17:03:10 +03:00
Alexander Cherniuk
07da2caf61 Improved idle time displaying in the tooltip 2010-03-30 16:39:49 +03:00
Alexander Cherniuk
cc7eb2ae96 Cleaned the code for the 'Idle since' tooltip item 2010-03-30 15:27:59 +03:00
Yann Leboulanger
2be53c4aac update my copyright to 2010 2010-03-11 16:52:36 +01:00
Éric Araujo
357d7db07d fixed some whitespace thanks to 2to3 -f ws_comma 2010-02-10 19:24:11 +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
95137bae06 [Tony] print idle time in tooltip. see #5528 2010-01-06 23:12:56 +01:00
Yann Leboulanger
07be0727de [Florob] show in roster and message window geolocalisation of a contact. Fixes #5485 2009-12-07 18:32:42 +01:00
Alexander Cherniuk
a23961fbf6 Big portion of doc-string refactoring 2009-11-25 22:59:43 +02:00
Yann Leboulanger
eb11c24eea egg.trayicon is dead. Light a candle :'(
Fixes #3021, #5246
2009-11-24 14:33:49 +01:00
Stephan Erb
30191888ba Create asPixbufIcon and asMarkupText functions on the UserActivity class. 2009-11-15 16:52:19 +01:00
Stephan Erb
5f4db2eed9 Unify updating of accounts and contact pep information. Implement and use asMarkupText() for tunes. 2009-11-15 10:55:31 +01:00
Yann Leboulanger
9ea2a5c677 we now depend on GTK2.12. Remove test for older versions. Fixes #4996 2009-04-27 19:28:53 +00:00
Yann Leboulanger
5834a2ae82 ability to block all contacts (from privacy list editor). Fixes #4831 2009-02-20 10:15:16 +00:00
Yann Leboulanger
e389e0b16b [thorstenp] remove whitespace at eol 2008-12-03 21:56:12 +00:00
Yann Leboulanger
1d94f0fbff fix some typo. Fixes #4545 2008-12-03 20:45:26 +00:00
Yann Leboulanger
60ba33eb31 [thorstenp] fix possible undefined loop variables 2008-12-03 17:38:16 +00:00
Yann Leboulanger
31dc32eeb9 [thorstenp] fix redefined builtins 2008-12-03 17:16:04 +00:00
Yann Leboulanger
c163e90b10 [thorstenp] fix unused variables 2008-12-02 15:53:23 +00:00
Yann Leboulanger
06ab4a7b6d revert thorstenp patches for now. They introduce bugs. 2008-10-20 21:38:06 +00:00
Yann Leboulanger
f801a50260 [thorstenp] fix unused variables 2008-10-20 21:17:48 +00:00
Yann Leboulanger
ecba68961d fix dict.get() call. Fixes #4402 2008-10-11 13:10:53 +00:00
Yann Leboulanger
196dd7e30a [thorstenp] use isinstance rather than type(x) == y. use sorted() 2008-10-11 09:59:52 +00:00
Yann Leboulanger
6cc8204319 [thorstenp] replace if statement with dict.get() 2008-10-11 09:31:48 +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
b58dfd6a59 Prevent many traceback due to headers and my last commit (it's late,
sorry)
2008-08-15 03:39:27 +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