summaryrefslogtreecommitdiffstats
path: root/kmplot
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-036-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1912-93/+93
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-203-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-032-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-072-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2015-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-111-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-091-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-05-285-192/+17
| | | | | | | + 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>
* cmake: Avoid double generation of kmplot common files.Slávek Banko2019-07-101-6/+14
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2019-06-2719-65/+188
| | | | | | | Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-272-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-161-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix automake build dependenciesSlávek Banko2018-08-161-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2356-0/+0
|
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-3/+3
| | | | 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-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Update Q->TQ constants in ui files.Darrell Anderson2013-11-111-40/+40
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-4/+4
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1517-38/+38
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1410-15/+15
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-071-2/+2
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0113-17/+17
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0112-57/+57
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-277-10/+10
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-4/+4
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2510-35/+35
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-6/+6
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-11/+11
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-204-12/+12
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-193-5/+5
|
* Fix disconnected signals and slotsTimothy Pearson2012-11-171-13/+13
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-211-1/+1
|
* Fix QString -> TQString.Darrell Anderson2012-09-162-29/+29
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-3/+3
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-1/+0
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1715-17/+17
|
* Part 1 of 2 of kdm renameTimothy Pearson2012-01-222-2/+2
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-218-24/+24
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1915-80/+80
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1817-35/+35
|