Commit graph

104 commits

Author SHA1 Message Date
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
Dimitur Kirov
5c9613db65 break more circular references that keep
objects alive (the other 1/2 of #1829)
context menu for groupchat banner
2006-04-18 15:36:16 +00:00
Dimitur Kirov
b6ca28f342 make sure ChatControl instances are destroyed
when chat tab is closed
1/2 fixes #1829
2006-04-17 21:59:04 +00:00
Nikos Kouremenos
f0f054af6b [Geobert] new compact view so important info are not hidden (f.e. chatstates) for maximum adjustment, see hide_* in ACE. fixes #1276 2006-04-10 12:09:05 +00:00
Yann Leboulanger
c73abbab57 correctly handle resources when chat window get focus. Fixes #1785 2006-04-07 23:29:07 +00:00
Yann Leboulanger
f727ef1c85 remove some useless import 2006-04-02 16:04:33 +00:00
Yann Leboulanger
111ea2c9b6 cleanup ichat mode code. No need of timeout. Fixes #1213 2006-03-31 20:08:47 +00:00
Nikos Kouremenos
a573e7aa67 obey to coding standards 2006-03-28 12:01:27 +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
Yann Leboulanger
721acff70f tab name and window title now contain resource if needed. see #1697 2006-03-15 08:46:44 +00:00
Yann Leboulanger
51d57ba717 last_message_time is now indexed by full_jid. for [1697] 2006-03-14 17:13:34 +00:00
Yann Leboulanger
e76ac7f406 introduce get_full_jid for MessageControl. Fix TB when removing a tab with a resource. see #1697 2006-03-14 16:35:17 +00:00
Yann Leboulanger
b1ce1107de we can now talk to a specific resource 2006-03-14 13:10:09 +00:00
Nikos Kouremenos
e650cf3308 do not del print_time_timeout_id but set it to None. fixes #1691 2006-03-13 23:59:59 +00:00
Nikos Kouremenos
bffcec6899 remove switch to menuitems. fixes #1674 2006-03-13 21:55:21 +00:00
Yann Leboulanger
658ca026ab remove unneeded call to update_ui 2006-03-13 18:22:44 +00:00
Yann Leboulanger
45ca90bbe1 fix TB 2006-03-05 09:46:37 +00:00
Travis Shirk
554b508e9f [Jim++] Patch for #1603 2006-03-03 13:58:52 +00:00
Yann Leboulanger
b07bf11d0b [Jim] middle click on a tab closes it. Fixes #1554 2006-03-01 17:01:25 +00:00
Yann Leboulanger
8b1e70c396 add some newline 2006-02-21 20:23:16 +00:00
Travis Shirk
3ab1fb3539 More fixes for #1386 - Window titles and one_message_window PERTYPE mode 2006-02-12 21:22:49 +00:00
Travis Shirk
f7d4bd7913 Added roles to some of the more often used windows.
This should help WMs like ion "do their thing" easier.
2006-02-12 21:04:15 +00:00
Nikos Kouremenos
04c5d6bfae we can now export from history manager to txt 2006-02-10 16:01:47 +00:00
Travis Shirk
1214f8d638 Window title mods for #1386 2006-02-10 04:21:41 +00:00
Nikos Kouremenos
3e4a3199d3 try to obey a bit to GNOME HIG about title 2006-02-08 22:14:48 +00:00
Travis Shirk
6d3696e83c Window title fix for #1386 2006-02-08 04:11:42 +00:00
Nikos Kouremenos
9b4b19f1df use sinqle quote; mark for transl; make comment for transl 2006-02-04 23:54:23 +00:00
Travis Shirk
61d50ec7fd Window title stuff for #1386 2006-02-04 23:47:40 +00:00
Travis Shirk
0977a93c7e Fixed copyrights 2006-02-03 07:48:10 +00:00
Travis Shirk
40211a41c7 ACE option to trun off having the Esc key close a control. Vi users do this by habit,
and it sucks losing a well thought out message.
2006-02-03 07:32:44 +00:00
Travis Shirk
065962ba86 Removed debug code from #1389 2006-02-01 01:48:43 +00:00
Yann Leboulanger
13d4262d68 remove fixed FIXME 2006-01-31 13:20:54 +00:00
Travis Shirk
aeddca16b2 Count unread msgs correctly in systray tooltip, closes #1461 2006-01-31 04:03:34 +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
Nikos Kouremenos
ae88609125 80margin char and add a fixme about show() pbs 2006-01-26 12:20:49 +00:00
Nikos Kouremenos
53430cbc7c rm a commented out print 2006-01-25 14:11:19 +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
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
Travis Shirk
a63132500b Pass account to window/control lookup methods 2006-01-25 02:43:55 +00:00
Travis Shirk
b936ff50a0 Since some data structures are going to be changing for #1421, make more
use of the interators to jide more of the underlying details.
2006-01-24 02:57:26 +00:00
Travis Shirk
0650f0e493 Always use gtkgui_helpers.set_unset_urgency_hint to toggle urgency 2006-01-23 00:03:28 +00:00
Yann Leboulanger
b8a87be784 DND of chat tabs is back, sorry. Fixes #1306 2006-01-20 20:44:56 +00:00
Yann Leboulanger
20be4777a5 show the MOVE cursor instead of the COPY cursor when dnding tabs 2006-01-20 15:51:33 +00:00
Travis Shirk
e46fae242a Better window position memory 2006-01-20 03:37:41 +00:00