summaryrefslogtreecommitdiffstats
path: root/quanta
Commit message (Collapse)AuthorAgeFilesLines
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-2612-127/+127
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0580616e20b68c764cdbbd9a01c9dd21f99766d4)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0411-15/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5e58c04b1456ff687d05184e031ee0b6aa66cefb)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-185-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ac0be0f7fbc73ec137ed768ccc6a2e0f41ee2b9)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21111-136/+136
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 93aed1ee0dd29c138384e0af1fb5edfd78f2c5aa)
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-121-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1342635d435a56374066e1ea28735d05f6e327f4)
* Remove code to support libxml2 < 2.6.Slávek Banko2022-10-131-6/+0
| | | | | | | | | Enable LIBXML_DOCB_ENABLED independently of the presence of 'libxml/DOCBparser.h' because from libxml2 >= 2.6 for docbook files are not used deprecated functions from DOCBparser, so 'libxml/DOCBparser.h' is not needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-188-42/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Quanta: Add dtep to support HTML5 mode.Alexis Puente Montiel2022-04-19231-57/+7957
| | | | | | | | Signed-off-by: Alexis Puente Montiel <miscelaneanatural@yahoo.es> Minor fixes. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-083-9/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Quanta: Enable and use TQt input methods in Kafka (VPL) part.Mavridis Philippe2021-12-171-2/+4
| | | | | | This resolves issue #14. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Added translation of .desktop files.Slávek Banko2021-05-0513-385/+59
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with CMake build:Slávek Banko2021-03-1221-1/+65
| | | | | | | | + Determine TQt and TDE include directories as SYSTEM. It solves priority for #include "..." × #include <...> + Additional linked libraries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2021-03-111-1/+1
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-03-1145-112/+212
| | | | | | | | | | | | | | | | Delete empty files (dummy.cpp, xsldbgconfig.h). Remove hard-coded path for the kmdr-executor executable. Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander. Add man pages taken from the Debian packaging. Signed-off-by: gregory guy <gregory-tde@laposte.net> Fix linking - kxsldbgcommon-static and kimagemapeditorcommon-static needs to be embedded. Move the linking of xml and readline libraries to the appropriate static libraries. Add build option WITH_QUANTA_CVSSERVICE. Add a test whether the readline can be linked standalone or whether ncurses is needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-283-17/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename *OBJECT_NAME_STRINGormorph2020-08-275-179/+179
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Kmdr scripts for Quanta+ fixed.ormorph2020-08-2613-77/+77
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Fixed kde- --> tde- tmp folder.Michele Calgaro2020-04-042-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-15/+0
|
* Fix remaining branding in Quanta.Chris2019-07-221-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix remaining brandings in tdewebdev.Chris2019-07-177-9/+9
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2019-01-131-0/+45
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Quanta: Remove tarballs for toolbars from source code.Slávek Banko2019-01-1240-0/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Quanta: Change Automake rules to make tarballs for toolbars created during ↵Slávek Banko2019-01-1210-0/+120
| | | | | | building. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Quanta: Change CMake rules to make tarballs for toolbars created during ↵Slávek Banko2019-01-1210-54/+162
| | | | | | building. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Quanta: Extract source files for toolbars contained in tarballs.Slávek Banko2019-01-1280-0/+2424
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* rename kdelogo2.png icon to tdelogo2.png, this relates to bug 2618gregory guy2018-11-259-8/+8
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-5/+5
| | | | | | | | | 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 <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-272-4/+4
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-173-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-0313-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )Michele Calgaro2018-07-041-1/+1
| | | | | | | instead of set_source_files_properties( ... COMPILE_FLAGS ) to avoid the problem of double escaping quotation marks. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-014-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with ICU >= 58Slávek Banko2018-05-012-0/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23217-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-3/+3
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2210-18/+18
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* 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 mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-134-6/+6
| | | | 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-1316-53/+53
| | | | 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-136-6/+6
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-136-11/+11
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-123-5/+5
|
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-5/+5
| | | | match XDG specifications
* Update for recent TDENewStuff changesDarrell Anderson2014-10-025-24/+24
| | | | Delete duplicate knewstuff files