aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier/NotifierWindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with KDE Frameworks 6 (#2585)Gravatar Aleksei Bavshin2023-12-251-3/+3
| | | | | | | | | | | * KF6: adapt to new KNotificationAction API Use correct versioned location for the notifyrc. * KF6: correct includes for KWindowInfo * KF6: add KF6::StatusNotifierItem component KStatusNotifierItem was split from KNotifications in KF6.
* Misc Qt6 port for slightly changed class names and method signaturesGravatar Fabio Bas2023-10-181-0/+4
|
* Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpressionGravatar Fabio Bas2023-10-181-2/+2
| | | | Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-4/+4
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Stop using deprecated KWindowSystem::windowInfo()Gravatar Alexey Sokolov2021-05-161-1/+1
| | | | Fix #2504 Patch by Andreas Sturmlechner
* Remove unnecessary usages of the inline keyword per language evolution.Gravatar IceN9ne2018-11-281-1/+1
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-141-1/+1
|
* Fix typo introduced in e9f3c22Gravatar IceN9ne2017-10-211-3/+3
|
* notifier module: general code cleanupGravatar IceN9ne2017-10-211-86/+28
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-13/+13
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-183/+206
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-2/+2
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-10/+10
| | | | | | | | | 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
* - some fixing for cmake 3Gravatar Robert Förster2014-02-271-2/+0
| | | | | | | | - compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-251-4/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-261-14/+14
| | | | | | | | This fixes most of the random crashes on osx, and is the base for a next change in the menubar. Addiotional fix: "disconnect" menu entry was broken since the 3.x era git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6072 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-011-1/+1
| | | | | | | | | | | | - Some parts of kvirc still refered to KviMainWindow as frame(), m_pFrm, etc.. => fixed - Some parts of kvirc were still coded as if more than one KviMainWindows could exists => fixed, this involved changing KviWindows's ctor and removing KviWindow::frame(), thus the big change - The trayicon module still called itself (and was called) dockextension, and was built to support more than one KviMainWindows => renamed and fixed - Modified KviWindow::hasAttention so that is can be used everywhere instead of mixing different ways to check if a notificationm should popup - should fix #1221 and hopefully introduce little to no bugs git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6010 17fca916-40b9-46aa-a4ea-0a15b648b75c
* notifier: force focus on the inputbarGravatar Fabio Bas2011-05-191-1/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5846 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix notifier painting: the background size must match effective size and not ↵Gravatar Szymon Tomasz Stefanek2011-03-051-2/+2
| | | | | | a local cache of it that might be outdated git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5535 17fca916-40b9-46aa-a4ea-0a15b648b75c
* renamed namespaceGravatar Elvio Basello2011-02-101-1/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
* reworked icon stuffGravatar Elvio Basello2011-01-051-11/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5301 17fca916-40b9-46aa-a4ea-0a15b648b75c
* The big rename for modules. Still some details remaining.Gravatar Szymon Tomasz Stefanek2011-01-011-0/+1153
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c