| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix window activation on trayicon click under KDE (#2696) | 2025-03-05 | 2 | -5/+10 | |
| | | |||||
| * | Tray icon fixes (#2581) | 2023-12-24 | 19 | -58/+105 | |
| | | | | | | | | | | * 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, mac | ||||
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression | 2023-10-18 | 1 | -1/+0 | |
| | | | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef | ||||
| * | misc doc fixes | 2017-08-29 | 1 | -1/+1 | |
| | | |||||
| * | ran "pngcrush -ow -rem allb -reduce" | 2017-06-29 | 17 | -0/+0 | |
| | | |||||
| * | ran optipng -o9 on all png files | 2017-02-17 | 10 | -0/+0 | |
| | | |||||
| * | Add /away -d for GUI actions to override the boolUseAwayMessage option. ↵ | 2016-08-13 | 1 | -2/+9 | |
| | | | | | | | | | Fixes #2101 and fixes #2102. (#2104) * Add /away -d for GUI actions to override the boolUseAwayMessage option. Fixes #2101. * Fix #2102. | ||||
| * | bkvitrayicon: Move srand to module init | 2016-08-12 | 1 | -2/+1 | |
| | | |||||
| * | bkvitrayicon: Remove pointless cast | 2016-08-12 | 1 | -1/+1 | |
| | | |||||
| * | libkvitrayicon: Use C++ headers instead | 2016-08-12 | 1 | -6/+4 | |
| | | |||||
| * | Clean up libkvitrayicon | 2016-08-12 | 2 | -32/+24 | |
| | | | | | | | | - 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 | ||||
| * | KviTrayIcon: Get rid of the die() method | 2016-08-11 | 2 | -10/+4 | |
| | | |||||
| * | Part 1: Bring KVIrc to the 21st century | 2016-08-03 | 1 | -9/+6 | |
| | | | | | | | | 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. | ||||
| * | cleanup: separators and spacing | 2016-05-08 | 1 | -5/+3 | |
| | | |||||
| * | cleanup: remove more ancient commneted code | 2016-05-06 | 1 | -7/+0 | |
| | | |||||
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 1 | -4/+4 | |
| | | |||||
| * | Apply clang-format | 2016-04-29 | 2 | -177/+229 | |
| | | |||||
| * | libkvitrayicon: center tray icon context menu title label | 2016-04-19 | 1 | -1/+1 | |
| | | |||||
| * | libkvitrayicon: Fix windows crash related to quit | 2016-04-18 | 2 | -1/+7 | |
| | | | | | | Properly fix #1841 Fix #1886 | ||||
| * | general: Fix a lot of things | 2016-04-18 | 1 | -38/+20 | |
| | | |||||
| * | libkvitrayicon: Fix variable name | 2016-04-18 | 2 | -3/+3 | |
| | | |||||
| * | libkvitrayicon: Fix typo | 2016-04-18 | 1 | -1/+1 | |
| | | |||||
| * | general: Properly check dynamic_cast<> conversions | 2016-04-17 | 1 | -4/+25 | |
| | | |||||
| * | libkvitrayicon: Less C-style casts | 2016-04-17 | 1 | -2/+1 | |
| | | |||||
| * | general: Refactoring and cleanups | 2016-04-17 | 2 | -36/+33 | |
| | | |||||
| * | Remove all ifdefs related to older versions of Qt. | 2016-04-07 | 1 | -5/+1 | |
| | | | | | Now that we only support Qt 5 we will no longer need these. | ||||
| * | documentation: formatting/indentation + minor syntax fixes | 2016-03-14 | 1 | -1/+1 | |
| | | | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes | ||||
| * | Add header text to tray tooltip | 2016-02-20 | 1 | -1/+1 | |
| | | |||||
| * | reasign right icon to Hide Tray Icon label and rename icon to suit its ↵ | 2016-01-13 | 1 | -1/+1 | |
| | | | | | | | assignement in KviIconManager. how the icon worked idk as it was wrong name | ||||
| * | Change the behaviour of the "Hide Tray Icon" action so it disables it ↵ | 2016-01-13 | 2 | -2/+8 | |
| | | | | | permanently. | ||||
| * | Fix #1841 | 2016-01-13 | 1 | -1/+1 | |
| | | |||||
| * | fix broken compile undock -> unDock | 2016-01-13 | 1 | -1/+1 | |
| | | |||||
| * | fix away/notaway icon assigments in tray icon right click | 2016-01-13 | 1 | -4/+4 | |
| | | |||||
| * | rename Undock entry -> Hide Tray Icon | 2016-01-13 | 1 | -2/+2 | |
| | | | | | part of https://github.com/kvirc/KVIrc/issues/1841 | ||||
| * | Fix label capitalization on right click menu on tray icon | 2016-01-13 | 1 | -2/+2 | |
| | | |||||
| * | fix tray icon right click icon assignments | 2016-01-13 | 1 | -3/+3 | |
| | | |||||
| * | src/modules typos: capitalize, formatting, consistency and syntax fixes | 2015-12-19 | 1 | -1/+1 | |
| | | |||||
| * | copyright headers: fix broken boilerplate wording linkss -> terms and ↵ | 2015-11-28 | 2 | -2/+2 | |
| | | | | | opinion -> option | ||||
| * | Remove the label that acts as a header of the menu bar icon on OS X. | 2015-11-11 | 2 | -0/+6 | |
| | | | | | | | There was no obvious way to paint it, and no other app has such a header anyway. Part of #1704. | ||||
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 2 | -2/+2 | |
| | | |||||
| * | Clean up trailing whitespaces and excess newlines | 2015-10-18 | 1 | -2/+0 | |
| | | | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk | ||||
| * | [ci skip] cpp file typos and capitalization corrections | 2015-10-08 | 1 | -6/+6 | |
| | | |||||
| * | Add missing dock icon files | 2015-09-04 | 18 | -0/+0 | |
| | | |||||
| * | Bigger tray icons for QT >= 5. Maybe fixes #1545. | 2015-09-04 | 14 | -57/+47 | |
| | | |||||
| * | - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵ | 2014-11-21 | 1 | -2/+2 | |
| | | | | | | | | | | for that" commits) - 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 | ||||
| * | fix tray icon on KDE | 2013-02-04 | 1 | -1/+1 | |
| | | | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6313 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | added a set of monochrome icons to be used on kde and osx | 2012-12-23 | 5 | -3/+15 | |
| | | | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6306 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | - some files were missing newlines, add them | 2012-10-04 | 1 | -1/+1 | |
| | | | | | | | - 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 | ||||
| * | convert cmake files to lowercase statements prehistoric cmake versions ↵ | 2012-10-04 | 1 | -15/+15 | |
| | | | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
| * | qt5 support: cmake build system update | 2012-09-28 | 1 | -7/+0 | |
| | | | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c | ||||
