summaryrefslogtreecommitdiffstats
path: root/korganizer
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-052-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1465-1109/+1109
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2110-91/+91
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-8/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-246-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-0921-55/+55
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-185-15/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2081-106/+106
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-2/+2
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-202-15/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-106-25/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* korganizer: do not show reminders on top of a locked screen. ThisMichele Calgaro2021-10-051-0/+14
| | | | | | resolves isue #60. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* The workaround that tdepimmacros.h do is no longer neededSlávek Banko2021-02-2617-17/+17
| | | | | | and kdemacros.h can be used directly. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS due to redefine the 'round' symbol in korganizer.Slávek Banko2020-10-291-8/+8
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-07-1236-2824/+122
| | | | | | | + 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 <slavek.banko@axis.cz>
* Use TDE CMake macros instead of the former KDE3 CMake macros.Slávek Banko2020-05-081-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* KOrganizer: added missing timeline icon. This resolves bug 3101.Michele Calgaro2020-04-293-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix multiple processing of kcfgc files in the same directory.Slávek Banko2020-02-041-14/+20
| | | | | | | Instead, processing into the current binary directory is performed. This resolves FTBFS with ninja-build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix remaining brandings in tdepim.Chris2019-07-181-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-151-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update About Info for kmail, kontact and korganizer, this relates to bug 2401gregory guy2018-11-242-2/+2
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-1/+1
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-194-17/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-177-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-031-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed corrupted japanese translations. This relates to bug 2952.Michele Calgaro2018-08-181-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC7François Andriot2017-07-231-1/+1
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Fix crash on NULL pointer dereferenceSlávek Banko2017-05-141-2/+5
| | | | | | This resolves Bug 2773 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2348-0/+0
|
* Bring printer1 icon into XDG complianceTimothy Pearson2015-03-263-3/+3
|
* Fixed wrong DocPath strings. This relates to bug 2319.Michele Calgaro2015-01-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Changed default value of "Default duration of new appointment" from 2 hours ↵Michele Calgaro2014-12-231-1/+1
| | | | | | to 15 minutes. This resolves bug 236. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix Kontact crash in Akregator part due to identical destructor signatures ↵r14.0.0Timothy Pearson2014-12-061-3/+4
| | | | | | | being generated for two unrelated classes This relates to Bug 2235 Fix a slew of non-virtual destructor problems
* Fix KOrganizer alarm daemon systray popup menu damage caused by commit 8231cc23Slávek Banko2014-12-031-1/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix renaming icon fonts => font-x-generic in desktop filesSlávek Banko2014-11-081-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-1910-466/+466
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-1910-466/+466
| | | | This reverts commit e51d886a5d03a1f4799dabbe7b518d2fac73c4bb.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-1910-466/+466
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-1810-10/+10
|
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-143-3/+3
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-136-13/+13
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-1311-15/+15
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1120-22/+22
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-1110-466/+466
|
* Update korganizer for recent TDENewStuff changesFrançois Andriot2014-09-272-3/+3
|