aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix bug with server messages (f.e. status changes)branch-0.11.1Alexander Sulfrian2010-06-011-1/+1
| | | | | previously server messages causes urgent even if the option is deselected in the customizations
* fixed errors if urgent is created while opening the windowAlexander Sulfrian2010-06-011-2/+2
|
* Improve per-chat state handling (fixes the 'focus before ↵kostix2009-04-071-3/+8
| | | | | | open_chat_post_hook' bug) git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/branches/plugins-0.11.1/urgent@208 cc602e41-bd33-0410-9637-a208f32f1443
* Fix getting connection id when processing normal groupchat messageskostix2009-04-071-1/+1
| | | | git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/branches/plugins-0.11.1/urgent@207 cc602e41-bd33-0410-9637-a208f32f1443
* Backported "urgent" plugin to 0.11.1 (and older)kostix2009-02-191-4/+16
| | | | git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/branches/plugins-0.11.1/urgent@173 cc602e41-bd33-0410-9637-a208f32f1443
* Copied current state of the "urgent" plugin to the "stable" branchkostix2009-02-190-0/+0
| | | | git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/branches/plugins-0.11.1/urgent@172 cc602e41-bd33-0410-9637-a208f32f1443
* Fix typos in urgent.c compilation exampleskostix2009-02-191-2/+2
| | | | git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@171 cc602e41-bd33-0410-9637-a208f32f1443
* urgent/urgent.tcl: A call to [tkwait visibility] movedkostix2009-01-241-2/+3
| | | | | | | | to chat_winid from xclientwinid, in which it would never return when called with tabbed interface mode active. git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@169 cc602e41-bd33-0410-9637-a208f32f1443
* urgent/urgent.tcl:kostix2009-01-233-17/+60
| | | | | | | | | | | | | | | | | | | | | | | * Really fixed getting the right X Window ids for the chat windows in the non-tabbed UI mode. * Fixed an error in formatting the error message for the case of unusable helper program. * We now hold the urgency flag status in the per-chat-window state to eliminate excessive calls to the helper program on message floods and focus flipping (in WMs using focus-follows-mouse/sloppy focus policy). * The helper program is now called in background. * "xwinids" array renamed to "state". * Improved descriptions of Customize options. urgent/urgent.c: Fixed build command example. urgent/INSTALL: Added installation/building instructions. Added "urgent" to the list of ignored files. git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@168 cc602e41-bd33-0410-9637-a208f32f1443
* urgent/urgent.tcl:kostix2009-01-221-27/+39
| | | | | | | | | | | | | * Checking of tabbed UI mode is moved to finload hook. * Implemented cleanup of xwinids on closing of chat windows. * Misc. renaming and rearranging of functions. * Failure to parse `xwininfo` output now triggers an error. * Changed getting of X Window id for chat windows in non-tabbed UI mode. Now it doesn't pick up the root window but the id anyway seems wrong. git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@167 cc602e41-bd33-0410-9637-a208f32f1443
* Added preliminary implementation of the "urgent" pluginkostix2009-01-212-0/+247
which controls the X Window "urgency" hint on Tkabber chat windows. See http://www.jabber.ru/bugzilla/show_bug.cgi?id=389 git-svn-id: http://svn.xmpp.ru/repos/tkabber-3rd-party/trunk/plugins/urgent@166 cc602e41-bd33-0410-9637-a208f32f1443