aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier
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-182-0/+8
|
* 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
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-182-2/+2
|
* 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-285-18/+18
|
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-143-4/+6
|
* Fix typo introduced in e9f3c22Gravatar IceN9ne2017-10-211-3/+3
|
* notifier module: general code cleanupGravatar IceN9ne2017-10-218-210/+127
|
* ran "pngcrush -ow -rem allb -reduce"Gravatar Dessa2017-06-2962-0/+0
|
* notifier module: Make message text selectable.Gravatar IceN9ne2017-02-251-0/+1
|
* ran optipng -o9 on all png filesGravatar wodim2017-02-1746-0/+0
|
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-301-2/+1
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-18/+18
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-2910-359/+447
|
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-8/+12
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-7/+7
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-2810-12/+12
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-284-4/+4
|
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ↵Gravatar Szymon Tomasz Stefanek2015-09-281-1/+1
| | | | able to spot yet. Please report. Closes #1630.
* Fix Minimal Dark 2.0 and some general internal themes tweaksGravatar universal2015-09-152-0/+0
|
* Try to fix notifier tab close iconGravatar universal2015-09-151-0/+0
|
* refresh notifier backgroundGravatar uNiversaI2015-09-011-0/+0
| | | | | | I couldnt determine if this image was used or not, but in any case the logo is some other version which doesnt match the style of program icon. Here we update that image to match.
* notifier cleanup - move old images to old folderGravatar uNiversaI2015-09-0140-0/+0
| | | | | | | This is a good compromise, after a few tests these are the images that dont seem to be needed or used currently. Instead of plain deleting just moved them to old folder in case.
* Notifier - cleanupGravatar uNiversaI2015-08-317-0/+0
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-215-21/+21
| | | | | | | | | 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
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-042-14/+14
| | | | | | 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 updateGravatar Fabio Bas2012-09-281-8/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support (sip): code only, no touch to build system by nowGravatar Fabio Bas2012-09-252-8/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fix compilation, thanks minde for noticing (CtrlAltCa <3)Gravatar wodim2012-02-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6073 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Dropped the KviTalPopupMenu layer, ported the involved code to QAction.Gravatar Fabio Bas2012-02-262-17/+17
| | | | | | | | 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
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-142-15/+0
| | | | | | | | proper SVN Props instead sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - Happy new year!Gravatar Fabio Bas2012-01-012-7/+7
| | | | | | | | | | | | - 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
* Re-enabled pseudotransparency for the notifier. I agree this forces the user ↵Gravatar Fabio Bas2011-05-191-2/+0
| | | | | | to choose a matching foreground color, but is true also for labels, the inputbar, etc. Should we think at a series of options to enable the global background per-section? git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5847 17fca916-40b9-46aa-a4ea-0a15b648b75c
* notifier: force focus on the inputbarGravatar Fabio Bas2011-05-192-1/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5846 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Don't use the global background image for the notifier since the foreground ↵Gravatar Szymon Tomasz Stefanek2011-03-231-1/+3
| | | | | | colors may be mismatched. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5673 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-0111-146/+146
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5284 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-294-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* splitted some classes in their own filesGravatar Elvio Basello2010-12-291-0/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5250 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-275-20/+20
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming & cleanup.Gravatar Szymon Tomasz Stefanek2010-12-261-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-254-11/+11
| | | | | | names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c
* porbable compilation fix for msvcGravatar Fabio Bas2010-10-171-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5087 17fca916-40b9-46aa-a4ea-0a15b648b75c
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-1/+1
| | | | | | | | fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c
* - fixed notifier close buttonGravatar Fabio Bas2010-08-211-7/+7
| | | | | | | - fixed crash bug on missing pixmap - fixed doc for $chan.matchmask git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4920 17fca916-40b9-46aa-a4ea-0a15b648b75c