summaryrefslogtreecommitdiffstats
path: root/tdescreensaver
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0520-100/+100
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* cmake files: change keywords to lower caseMichele Calgaro2024-03-081-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-033-6/+6
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1123-156/+156
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-201-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-032-22/+22
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-0710-30/+30
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2026-60/+60
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2022-10-221-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Modify screen savers detection that the XSCREENSAVER_DIRSSlávek Banko2022-03-294-24/+72
| | | | | | | | | | | and XSCREENSAVER_CONFIG_DIRS variables allow multiple paths. Likewise, the XSCREENSAVER HACKS DIRS variable used to search for an screen saver executable can contain multiple paths. This relates to #19. Signed-off-by: Slávek Banko <[email protected]>
* Remove unused tdescreensaver/kxsconfig/hacks.pot.Slávek Banko2021-10-101-4319/+0
| | | | | | Updating translations for xsavers is performed in CMakeL10n rules. Signed-off-by: Slávek Banko <[email protected]>
* Fix include FindXscreensaver.cmake in CMakeL10n rules.Slávek Banko2021-07-061-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* asciiquarium: Add cmake build support, app is renamed tdeasciiquarium.gregory guy2021-05-2018-0/+3984
| | | | Signed-off-by: gregory guy <[email protected]>
* tdescreensaver: Add an option to force the installation of desktop filesSlávek Banko2021-02-131-3/+5
| | | | | | | | for all xscreensavers, regardless of whether the corresponding XML files are currently present during the build. This is useful especially for building binary packages for distributions, so it is OFF by default. Signed-off-by: Slávek Banko <[email protected]>
* Update translation template.Automated System2021-02-114-0/+96
|
* Added additional foreigner screensaver desktop files.Michele Calgaro2020-12-1155-0/+1320
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-094-5/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Desktop file translations:Slávek Banko2020-06-12257-48767/+35
| | | | | | | + 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]>
* Streamline screensavers naming scheme.Chris2019-10-2912-380/+380
| | | | Signed-off-by: Chris <[email protected]>
* Streamline German screensaver names.Chris2019-08-292-2/+2
| | | | Signed-off-by: Chris <[email protected]>
* Update translation template.Automated System2019-07-256-0/+144
|
* Streamline German screensaver translation.Chris2019-07-111-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-261-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-319-0/+232
| | | | Signed-off-by: Slávek Banko <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-272-2/+2
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <[email protected]>
* Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.Michele Calgaro2018-09-252-2/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add includes to UI files to resolve FTBFSMichele Calgaro2018-09-225-16/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-174-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix parsing of xscreensaver nameTimothy Pearson2018-06-241-1/+1
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-239-0/+0
|
* Fix FTBFS with clangSlávek Banko2015-06-284-11/+20
| | | | [taken from NetBSD kdeartwork3 patches]
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-4/+4
|
* Fix firesaver build warnings and clean up read settings coding styleTimothy Pearson2015-03-021-78/+103
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-1/+1
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Rename remaining KDE strings to TDE, with the exception of a couple of build ↵Timothy Pearson2014-09-2947-61/+61
| | | | variables
* Fix leftover use-visible KDE references in banner and fireworks saversTimothy Pearson2014-09-243-6/+6
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-261-4/+4
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-035-11/+11
|
* Remove bashism from kxsconfig/update_hacks.shSlávek Banko2013-08-181-7/+10
|
* Fix permissions on kxsconfig/update_hacks.shSlávek Banko2013-08-181-0/+0
|
* Fix xscreensaver integration missing files.Francois Andriot2013-08-181-4/+36
| | | | This resolves bug report 141.
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1531-69/+69
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1419-24/+24
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-063-6/+6
|