aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/trayicon
Commit message (Expand)AuthorAgeFilesLines
* Fix window activation on trayicon click under KDE (#2696)Gravatar ctrlaltca2025-03-052-5/+10
* Tray icon fixes (#2581)•••* tray icon: add different icons for light/dark theme, fix #1840 fix #1358 * Tray icon: fix tooltip not showing up on linux; fix #2339 * Tray icon: add support for rich text tooptips on linux using kde's appnotifier * Do not output html tooltips on win, macGravatar ctrlaltca2023-12-2419-58/+105
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef Gravatar Fabio Bas2023-10-181-1/+0
* misc doc fixesGravatar wodim2017-08-291-1/+1
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-2917-0/+0
* ran optipng -o9 on all png filesGravatar wodim2017-02-1710-0/+0
* Add /away -d for GUI actions to override the boolUseAwayMessage option. Fixes...•••* Add /away -d for GUI actions to override the boolUseAwayMessage option. Fixes #2101. * Fix #2102. Gravatar Andrio Celos2016-08-131-2/+9
* bkvitrayicon: Move srand to module initGravatar staticfox2016-08-121-2/+1
* bkvitrayicon: Remove pointless castGravatar staticfox2016-08-121-1/+1
* libkvitrayicon: Use C++ headers insteadGravatar staticfox2016-08-121-6/+4
* Clean up libkvitrayicon••• - m_awayPopup: this gets cleaned up by the destructor - m_flashingTimer: this gets cleaned up by the destructor - m_pTitleLabel: this gets cleaned up by its parent m_pContextPopup - protected: not needed since class is final Gravatar Fylwind2016-08-122-32/+24
* KviTrayIcon: Get rid of the die() methodGravatar staticfox2016-08-112-10/+4
* Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start the migration to unique pointers where appropriate. Start migrating out of the KVirc standard library into the C++ standard library. Gravatar staticfox2016-08-031-9/+6
* cleanup: separators and spacingGravatar un1versal2016-05-081-5/+3
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-061-7/+0
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-4/+4
* Apply clang-formatGravatar Alexey Sokolov2016-04-292-177/+229
* libkvitrayicon: center tray icon context menu title labelGravatar un1versal2016-04-191-1/+1
* libkvitrayicon: Fix windows crash related to quit•••Properly fix #1841 Fix #1886 Gravatar staticfox2016-04-182-1/+7
* general: Fix a lot of thingsGravatar staticfox2016-04-181-38/+20
* libkvitrayicon: Fix variable nameGravatar staticfox2016-04-182-3/+3
* libkvitrayicon: Fix typoGravatar staticfox2016-04-181-1/+1
* general: Properly check dynamic_cast<> conversionsGravatar staticfox2016-04-171-4/+25
* libkvitrayicon: Less C-style castsGravatar staticfox2016-04-171-2/+1
* general: Refactoring and cleanupsGravatar staticfox2016-04-172-36/+33
* Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these. Gravatar wodim2016-04-071-5/+1
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-141-1/+1
* Add header text to tray tooltipGravatar un1versal2016-02-201-1/+1
* reasign right icon to Hide Tray Icon label and rename icon to suit its assign...•••how the icon worked idk as it was wrong name Gravatar un1versal2016-01-131-1/+1
* Change the behaviour of the "Hide Tray Icon" action so it disables it permane...Gravatar wodim2016-01-132-2/+8
* Fix #1841Gravatar wodim2016-01-131-1/+1
* fix broken compile undock -> unDockGravatar un1versal2016-01-131-1/+1
* fix away/notaway icon assigments in tray icon right clickGravatar un1versal2016-01-131-4/+4
* rename Undock entry -> Hide Tray Icon•••part of https://github.com/kvirc/KVIrc/issues/1841 Gravatar un1versal2016-01-131-2/+2
* Fix label capitalization on right click menu on tray iconGravatar un1versal2016-01-131-2/+2
* fix tray icon right click icon assignmentsGravatar un1versal2016-01-131-3/+3
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-1/+1
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-282-2/+2
* Remove the label that acts as a header of the menu bar icon on OS X.•••There was no obvious way to paint it, and no other app has such a header anyway. Part of #1704. Gravatar wodim2015-11-112-0/+6
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-282-2/+2
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-181-2/+0
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-6/+6
* Add missing dock icon filesGravatar Szymon Tomasz Stefanek2015-09-0418-0/+0
* Bigger tray icons for QT >= 5. Maybe fixes #1545.Gravatar Szymon Tomasz Stefanek2015-09-0414-57/+47
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-211-2/+2
* fix tray icon on KDE•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6313 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-02-041-1/+1
* added a set of monochrome icons to be used on kde and osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6306 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-12-235-3/+15
* - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-1/+1
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-15/+15
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-7/+0