Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KUniqueApplication -> TDEUniqueApplicationfeat/with_dbus-1-tqt | Emanoil Kotsev | 2024-12-05 | 3 | -5/+5 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | renamed notificationsProxy to notificationdaemon to match recipe for created ↵ | Emanoil Kotsev | 2024-12-04 | 1 | -1/+1 |
| | | | | | | proxy and interfaces from xml Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | use DBUS_TQT_LIBRARY_DIRS | Emanoil Kotsev | 2024-11-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | rich text formatting | Emanoil Kotsev | 2024-11-09 | 1 | -1/+2 |
| | | | | | | minimum size for the popup Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Implemented the required features to meet v1.2 of the specs | Emanoil Kotsev | 2024-11-09 | 6 | -79/+326 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Update and clean up | Emanoil Kotsev | 2024-11-09 | 7 | -94/+78 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | TQT_SIGNAL to TQ_SIGNAL | Emanoil Kotsev | 2024-11-09 | 2 | -8/+8 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Q_OBJECT -> TQ_OBJECT | Emanoil Kotsev | 2024-11-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Moving window working | Emanoil Kotsev | 2024-11-09 | 2 | -14/+12 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Moving window | Emanoil Kotsev | 2024-11-09 | 3 | -1/+25 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Rename notificationService to notificationNodeService to prevent mixing up ↵ | Emanoil Kotsev | 2024-11-09 | 2 | -3/+3 |
| | | | | with NotificationsService | ||||
* | Exit with -1 if connection to DBus fails | Emanoil Kotsev | 2024-11-09 | 1 | -1/+1 |
| | |||||
* | some improvments | Emanoil Kotsev | 2024-11-09 | 3 | -10/+21 |
| | | | | | | display icon instead of text if supplied Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Code adjustments after revew | Emanoil Kotsev | 2024-11-09 | 10 | -57/+64 |
| | | | | | | | | | | | | | | align copyright statements in header and cpp files explain why gdbus as example used in README remove iostream dependency in favour of tqDebug in main.cpp add again xml header in notificationdaemon.xml remove dbug-glib check from ConfigureChecks.cmake Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Handle properly closeing of notifications | Emanoil Kotsev | 2024-11-09 | 5 | -13/+37 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Some polishing | Emanoil Kotsev | 2024-11-09 | 3 | -15/+19 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Replace gdbus and GTK with dbus-1-tqt and TDE native notifications | Emanoil Kotsev | 2024-11-09 | 13 | -480/+855 |
| | | | | Signed-off-by: Emanoil Kotsev <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Respect -DDBUS_BINDING_TOOL provided by cmake user | Alexander Golubev | 2023-12-29 | 1 | -1/+1 |
| | |||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add missing library paths to link_directories | aneejit1 | 2020-06-25 | 1 | -0/+4 |
| | | | | Signed-off-by: aneejit1 <[email protected]> | ||||
* | Add translations for the daemon as such. | Slávek Banko | 2020-06-21 | 2 | -0/+5 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-21 | 3 | -5/+9 |
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | gregory guy | 2020-06-19 | 3 | -69/+2 |
| | | | | | | | | Add basic cmake build instructions. Write basic README file. Some cosmetics. Signed-off-by: gregory guy <[email protected]> | ||||
* | conversion to the cmake building system | gregory guy | 2019-04-02 | 2 | -0/+59 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | QT_INCLUDES => TQT_INCLUDES conversion | Slávek Banko | 2018-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS for build without --enable-final | Slávek Banko | 2018-06-11 | 1 | -0/+2 |
| | | | | | | This resolves bug 2545 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix incorrect slots | Timothy Pearson | 2015-09-21 | 2 | -2/+26 |
| | |||||
* | Use notifier stack class in tdeui | Timothy Pearson | 2015-09-21 | 2 | -95/+4 |
| | |||||
* | Delete obsolete Makefile.in. | Darrell Anderson | 2014-03-02 | 1 | -643/+0 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | Fix message encoding in notifications | Francois Andriot | 2013-07-31 | 1 | -2/+3 |
| | |||||
* | Fix typo. | Darrell Anderson | 2013-05-05 | 1 | -1/+1 |
| | |||||
* | Fix unintended rename of GTK* | Slávek Banko | 2013-03-09 | 2 | -6/+6 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 1 | -2/+2 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 1 | -3/+3 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 1 | -3/+3 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 2 | -6/+6 |
| | |||||
* | Rename a number of libraries and executables to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-24 | 1 | -4/+4 |
| | |||||
* | Rename KInstance and KAboutData to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | Rename KApplication to TDEApplication to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 | Timothy Pearson | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | Update autotools for new DSO linkage style | Slávek Banko | 2012-08-12 | 1 | -0/+1 |
| | | | | Thanks to Francois Andriot for the patch | ||||
* | Update XDG information in support of bug report 892. | Darrell Anderson | 2012-06-08 | 1 | -3/+3 |
| | |||||
* | Remove spurious TQ_OBJECT instances | Timothy Pearson | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Rename old tq methods that no longer need a unique name | Timothy Pearson | 2011-12-18 | 1 | -1/+1 |
| | |||||
* | Revert "Rename a number of old tq methods that are no longer tq specific" | Timothy Pearson | 2011-12-16 | 1 | -1/+1 |
| | | | | This reverts commit 8292cd05a53d8811810bb97dd0245a7d2b476c50. | ||||
* | Rename a number of old tq methods that are no longer tq specific | Timothy Pearson | 2011-12-15 | 1 | -1/+1 |
| |