Commit graph

4957 commits

Author SHA1 Message Date
Yann Leboulanger
e3888b8202 fix TB 2006-01-31 13:52:54 +00:00
Yann Leboulanger
a315c21348 create transport images with opened and closed pixbuf on it. Fixes #1491 2006-01-31 13:33:52 +00:00
Yann Leboulanger
13d4262d68 remove fixed FIXME 2006-01-31 13:20:54 +00:00
Yann Leboulanger
05ab943afb message_window is not not visible when we open it 2006-01-31 13:15:35 +00:00
Nikos Kouremenos
06785811d9 fix bad title. c #1487 2006-01-31 12:43:28 +00:00
Nikos Kouremenos
8b7c67414c keep 2.6.x compat [for how long.. :P] 2006-01-31 10:53:24 +00:00
Yann Leboulanger
e751343173 completly remove a contact before adding it when we do DND because add_contact_ro_roster doesn't add it if one row is already in roster 2006-01-31 08:22:32 +00:00
Yann Leboulanger
568fa9e694 fix TB: missing var 2006-01-31 08:07:43 +00:00
Yann Leboulanger
bee9aca0ad fix bad transparency value 2006-01-31 07:55:53 +00:00
Travis Shirk
aeddca16b2 Count unread msgs correctly in systray tooltip, closes #1461 2006-01-31 04:03:34 +00:00
Travis Shirk
3b0079685f Bug fix to ensure that we update tabs when disconnected. 2006-01-31 01:41:27 +00:00
Yann Leboulanger
276fb72c8e We now show an icon composed by the status icon and closed/opened icon for parent contacts 2006-01-30 22:52:34 +00:00
Yann Leboulanger
0557b35c1a GG 48x48 pixmaps 2006-01-30 18:28:33 +00:00
Yann Leboulanger
9b29bbe324 prevent TB 2006-01-30 17:23:18 +00:00
Yann Leboulanger
5e2d09d1e3 [grenshad] New gadu-gadu iconset
(pngcrush doesn't work here so I can't use it)
2006-01-30 17:07:45 +00:00
Yann Leboulanger
b8243fd45b prevent to return None in get_children_contacts 2006-01-29 17:56:39 +00:00
Yann Leboulanger
ce99ea66f8 wrong var name 2006-01-29 13:38:01 +00:00
Travis Shirk
a27c648e64 Removed type constant, which are reserved for types derived from MessageControl 2006-01-28 03:46:47 +00:00
Travis Shirk
0d28a9dc58 Window title fixes for #1386 2006-01-27 04:59:05 +00:00
Travis Shirk
fd20be2ea9 Debugging for #1389 2006-01-27 04:22:06 +00:00
Travis Shirk
50465c6265 Fix for #1420 2006-01-27 03:43:00 +00:00
Yann Leboulanger
ec927d3a4b We can now add and remove meta contacts by drag and drop from same group 2006-01-26 23:20:27 +00:00
Nikos Kouremenos
e20945ae1b rm commented out code and improve docstring to describe new var so we remember what it is about after 3 weeks ;) 2006-01-26 19:37:13 +00:00
Nikos Kouremenos
76757c556c we cannot click save preset if status msg is empty 2006-01-26 17:40:11 +00:00
Yann Leboulanger
5ef0058780 on_close function now support notification daemon 0.3.x (on less argument) see #1468 2006-01-26 15:43:34 +00:00
Nikos Kouremenos
a7620919f7 [mathiew schnik] Patch to support new Notification Daemon API (0.3.2) 2006-01-26 15:26:20 +00:00
Nikos Kouremenos
1ef27715af under circum tray in windows could be removed and then we had a TB. fixes #1446 2006-01-26 15:07:48 +00:00
Nikos Kouremenos
3dee7e4be4 rm a line commited by mistake 2006-01-26 12:53:25 +00:00
Nikos Kouremenos
ae88609125 80margin char and add a fixme about show() pbs 2006-01-26 12:20:49 +00:00
Yann Leboulanger
4f21775305 we can now get meta contacts from server and display them 2006-01-26 11:23:15 +00:00
Travis Shirk
e134d7b8cd pngcrush'd icons 2006-01-26 00:36:04 +00:00
Nikos Kouremenos
33b9218ba1 do not hardcode white in roster themes 2006-01-25 23:47:15 +00:00
Nikos Kouremenos
84b4aecce3 update dcraven message.ico 2006-01-25 23:14:50 +00:00
Nikos Kouremenos
269cc48fb2 prevent a TB described in #1446 2006-01-25 19:36:44 +00:00
Yann Leboulanger
7c4b24f2fd [Dawid Gajownik] Update Makefile to compile correctly with X.Org X11R7 2006-01-25 18:09:30 +00:00
Travis Shirk
20085bfcc5 Fixed TB 2006-01-25 17:55:32 +00:00
Yann Leboulanger
dfca5e63be ChangeStatusMessageDialog returns None when we press cancel. Fixes #1045 2006-01-25 16:27:09 +00:00
Nikos Kouremenos
53430cbc7c rm a commented out print 2006-01-25 14:11:19 +00:00
Nikos Kouremenos
9bee140765 80char margin 2006-01-25 14:05:31 +00:00
Nikos Kouremenos
138c0ae6fd clean up logic; make some stuff clearer; do not risk setting values to negatives to then skip them; just do not set if not needed 2006-01-25 14:01:59 +00:00
Nikos Kouremenos
ffb93d6f8e rm an not needed assignment 2006-01-25 13:39:22 +00:00
Nikos Kouremenos
e013490544 size --> resize and two or become one in 2006-01-25 13:37:22 +00:00
Nikos Kouremenos
fb4682d0f2 better varnames; use range() 2006-01-25 13:34:02 +00:00
Nikos Kouremenos
29fef124a2 default msg window w and h is in glade now 2006-01-25 13:27:23 +00:00
Nikos Kouremenos
faaa7d6dc4 fix docstrings, typos, remove logic which is not needed [the problem is elsewhere] 2006-01-25 13:24:38 +00:00
Nikos Kouremenos
4645ec766c minor touches in status msg dialog 2006-01-25 10:37:57 +00:00
Nikos Kouremenos
50f6eb898a change the UI of change status message dialog 2006-01-25 10:30:48 +00:00
Nikos Kouremenos
4b9ca42cbb pngcrush all pngs of jabberbulb using pncrush script in scripts/dev/ 2006-01-25 10:12:20 +00:00
Nikos Kouremenos
99d794ddfd pngcrush a muc_inactive. plz copy in the rest. plz do not commit not pngcrushed pngs 2006-01-25 10:10:14 +00:00
Travis Shirk
170a1db254 We can now chat with the same contact or join the same gc using two differenct account;
closes #1421
2006-01-25 05:39:07 +00:00