summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use proper TQt headersHEADmasterMichele Calgaro9 days1-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-2834-360/+360
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-231-5/+5
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2047-51/+51
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-078-60/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-285-18/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2021-09-021-78/+0
| | | | | | | | Delete empty file NEWS. Add basic cmake build instructions. Rework of the README file. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-02-041-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11.Slávek Banko2020-06-111-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-05-262-2/+5
| | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move translations to a new directory layout.gregory guy2020-05-261-1/+1
| | | | | | | Add support for LINGUAS for listing translations to install. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix missing or incorrect ascii conversions when retrieving process output.Slávek Banko2020-05-264-16/+8
| | | | | | | Added controlled conversions to char* instead of automatic ascii conversions. The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use PI's value from the C lib.gregory guy2020-05-261-4/+4
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Cleanup headers.gregory guy2020-05-2679-163/+163
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add a man page.gregory guy2020-05-261-7/+6
| | | | | | | | Move the kscope.desktop file into XDG_APPS_INSTALL_DIR directory, see TDE/tde#26 and bug 2408. Delete empty folder templates. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Conversion to the cmake building system.gregory guy2020-05-267-40/+154
| | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.Michele Calgaro2020-05-251-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-16/+0
|
* Fix automake build dependencies.Slávek Banko2019-03-031-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2019-01-031-0/+3
| | | | | | Update translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2314-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-2/+2
| | | | 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-132-5/+5
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-121-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix help handbook not appearing in main handbook table of contents.Darrell Anderson2014-01-221-1/+1
|
* Fix FTBFSFrancois Andriot2014-01-121-1/+1
|
* Branding cleanup.Darrell Anderson2014-01-098-8/+8
|
* Update lsm file.Darrell Anderson2014-01-061-5/+5
|
* Initial TDE conversionSlávek Banko2013-10-0851-177/+177
|
* Initial TQt conversionSlávek Banko2013-10-08132-1770/+1770
|
* Fix FTBFS with automake >= 1.12Slávek Banko2013-10-082-3/+11
|
* Update autotools for new DSO linkage styleFrancois Andriot2013-10-081-1/+1
|
* Fix load default configSlávek Banko2013-10-081-0/+4
|
* Initial import of kscope 1.6.2Slávek Banko2013-10-08152-0/+27595