summary refs log tree commit diff
path: root/src/notifications (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix notification imagesNicolas Werner2023-06-081-7/+0
|
* Remove QtMac headerNicolas Werner2023-06-081-1/+0
|
* Copy arguments for notificationNicolas Werner2023-05-292-13/+13
|
* Enable sending notifications via the systemNotification signal on macOSNicolas Werner2023-05-293-43/+36
|
* Fix duplicate notification category identifierNicolas Werner2023-05-291-16/+16
|
* Do not display reply action in the recap notif on MacLcsTen2023-04-141-4/+12
|
* Don't send desktop notifications if there are too many of them at onceLcsTen2023-04-141-5/+8
|
* Fix build on case-sensitive filesystemsRyan Schmidt2023-03-301-2/+2
|
* fix build/clear notifications on exit on OpenBSDKlemens Nanni2023-02-231-1/+1
| | | | | | | CMake builds ManagerLinux.cpp on `!MAC && !WIN`, that is BSD and Linux. Fix the Linux-only assumption in the shared header. Qt's `Q_OS_UNIX` is defined on Linux, BSDs and macOS alike.
* Get rid of year in license headersNicolas Werner2023-02-217-22/+7
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* lint and avoid copyNicolas Werner2023-02-021-1/+2
|
* feat: clean all notifications if exit on linuxShootingStarDragons2023-01-292-0/+12
|
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-027-0/+7
|
* Only play macOS notification sounds when pushrules dictate itJoseph Donofry2022-11-153-8/+31
|
* Add ability to respond to notifications on macOSJoe Donofry2022-11-046-84/+279
|
* Add toggle to disable decrypting notificationsNicolas Werner2022-10-132-4/+5
|
* Evaluate push rules locallyNicolas Werner2022-10-132-4/+29
|
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* Switch to clang-format14Nicolas Werner2022-09-251-1/+2
|
* Add notification authorization for badges on macOSJoseph Donofry2022-08-041-1/+1
|
* Fix notification format on windowsNicolas Werner2022-08-011-15/+2
| | | | fixes #1137
* Use right linterNicolas Werner2022-05-101-2/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+2
|
* Add D-Bus API (#916)Loren Burkholder2022-04-142-51/+1
| | | | This adds functionality for viewing joined rooms and activating rooms.
* Fix gray scale images breaking notifications on dunstNicolas Werner2022-01-261-21/+5
| | | | Fixes #907
* Add profile to notifications on KDENicolas Werner2022-01-121-0/+4
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-015-0/+5
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-4/+5
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-292-36/+36
|
* Cleanup remaining clazy issuesNicolas Werner2021-12-281-5/+9
|
* Make edits replace the previous notification on LinuxNicolas Werner2021-12-221-7/+26
|
* Set notification categoryNicolas Werner2021-12-191-0/+1
|
* Make Nheko show up in system notification settings on LinuxNicolas Werner2021-12-191-2/+4
| | | | relates to #845
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-222-6/+14
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Fix macOS m.image notif crashJoe Donofry2021-11-031-7/+34
|
* Update macOS notifications to use UserNotifications frameworkJoseph Donofry2021-11-013-22/+59
|
* lint using clang11Nicolas Werner2021-10-171-9/+3
|
* lintNicolas Werner2021-10-171-3/+9
|
* Fix some strings and translation stuffLoren Burkholder2021-10-011-8/+2
|
* Change indentation to 4 spacesNicolas Werner2021-09-185-338/+319
|
* Remove version checks for unsupported Qt versionsNicolas Werner2021-07-261-4/+1
|
* Make CI happyNicolas Werner2021-03-172-19/+15
|
* Fix licensesNicolas Werner2021-03-173-0/+13
|
* Clean up notification code a bitNicolas Werner2021-03-175-184/+122
|
* Simplify image loadingLoren Burkholder2021-03-173-16/+6
|
* Don't create a QImage every timeLoren Burkholder2021-03-171-5/+2
|
* Simplify macOS checks for a null imageLoren Burkholder2021-03-172-2/+15
|
* make lintLoren Burkholder2021-03-171-13/+12
|
* Block notifications until the image has been downloadedLoren Burkholder2021-03-171-9/+21
|
* Only try to display images if they existLoren Burkholder2021-03-173-7/+14
|
* Use better method of resizing imagesLoren Burkholder2021-03-171-7/+7
|
* Simplify regexLoren Burkholder2021-03-173-3/+3
|
* Simplify formatting on WindowsLoren Burkholder2021-03-172-29/+22
|
* Better handle encrypted notificationsLoren Burkholder2021-03-173-18/+56
|
* Rewrite notification posting logicNicolas Werner2021-03-176-86/+264
| | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform.
* Add regex to remove replies in notificationsLoren Burkholder2021-03-173-5/+16
|
* Fix when "replied" is displayedLoren Burkholder2021-03-171-3/+3
| | | | I accidentally put it in backwards.
* Get event text in event parser functionLoren Burkholder2021-03-175-9/+15
|
* Add "replied" marker to regular reply messagesLoren Burkholder2021-03-171-1/+8
|
* Simplify message body constructionLoren Burkholder2021-03-171-8/+5
|
* Simplify determination of whether markup is supportedLoren Burkholder2021-03-171-8/+14
| | | | This should also result in a speed increase (however slight), since the capabilities are now sorted through only once.
* Only HTML-format the body if it should be formattedLoren Burkholder2021-03-171-2/+4
|
* Format notifications according to the FreeDesktop specificationLoren Burkholder2021-03-171-2/+13
|
* Fix Linux HTML notificationsLoren Burkholder2021-03-171-5/+6
|
* Fix colon spacingLoren Burkholder2021-03-171-1/+1
|
* Don't run markdownToHtml on messagesLoren Burkholder2021-03-173-4/+4
|
* Disable HTML on macOSLoren Burkholder2021-03-171-1/+1
|
* Move data parsing into a dedicated functionLoren Burkholder2021-03-176-73/+99
| | | | Actually posting the notification is now the responsibility of a private function
* Use the class D-Bus memberLoren Burkholder2021-03-171-9/+3
|
* Use plaintext for Windows notificationsLoren Burkholder2021-03-171-1/+3
|
* Only pass formatted text if it is supported (Linux)Loren Burkholder2021-03-171-4/+9
|
* Format markdown as HTML in notificationsLoren Burkholder2021-03-173-6/+12
|
* Update license headersNicolas Werner2021-03-053-7/+14
|
* Fix unused captureNicolas Werner2021-02-231-1/+1
|
* Include notifications header instead of responses headerLoren Burkholder2021-02-134-4/+4
|
* Move notification parsing into postNotificationLoren Burkholder2021-02-134-45/+57
|
* Fix typoLoren Burkholder2021-02-131-1/+1
|
* Display notifications for emote messages properlyLoren Burkholder2021-02-134-11/+29
|
* notifications/mananger: Follow Linux code paths on Haiku as wellAlexander von Gluck IV2021-02-031-3/+3
|
* Clean up notification watching a bitNicolas Werner2021-01-201-9/+4
|
* Fix crashLoren Burkholder2021-01-201-1/+1
|
* Fix error in assignment of image/textLoren Burkholder2021-01-201-6/+6
|
* Use deleteLater() instead of deleteLoren Burkholder2021-01-201-1/+2
|
* Use async call in closeNotificationLoren Burkholder2021-01-201-18/+18
|
* Make watcher a pointer so that it doesn't get destroyed too soonLoren Burkholder2021-01-201-5/+6
|
* make lintLoren Burkholder2021-01-191-34/+37
|
* Remove showNotification functionLoren Burkholder2021-01-192-13/+0
|
* Use async callLoren Burkholder2021-01-191-1/+1
|
* Keep DBUS from blockingLoren Burkholder2021-01-191-41/+49
|
* Fix notification reply build on other platformsNicolas Werner2021-01-072-0/+6
|
* Allow inline replies from notifications on linuxNicolas Werner2021-01-072-10/+34
|
* Remove unused paramtersNicolas Werner2020-04-132-2/+2
|
* Fix reply not closingNicolas Werner2020-04-132-19/+18
| | | | fixes #124
* Fix notification not being cleared, when read event didn't cause a notificationNicolas Werner2020-04-112-36/+19
|
* Clear notifications when event is readNicolas Werner2020-04-114-1/+81
|
* Fix additional Qt version issueJoseph Donofry2019-07-051-0/+4
|
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-1/+1
| | | | Update to mtxclient 0.3.0
* Enable compilation on FreeBSD (#403)Colin Lord2018-08-121-3/+3
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+55
|
* Explicitly set no timeout for notificationsBenedikt Heine2018-07-161-1/+1
| | | | | | | | | | | The notification spec handles -1 and 0 as special values: -1 -> representation for "undef" 0 -> infinitely values above 0 represent the timeout in ms. The notification messages should disappear again and with 0, this insn't the case. Setting it to -1 lets the notification manager decide the timeout and displays the notification like all others.
* Update image_data hint to current notification specBenedikt Heine2018-07-161-1/+1
| | | | | The current notification spec says image-data should get used instead of image_data.
* Fix Windows buildKonstantinos Sideris2018-07-142-115/+109
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-113-8/+206
| | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager
* Implement dekstop notifications on Windows (#290)Konstantinos Sideris2018-07-011-2/+43
|
* Implement desktop notification for macKonstantinos Sideris2018-05-053-0/+36