summaryrefslogtreecommitdiffstats
path: root/kxsldbg/kxsldbgpart
Commit message (Collapse)AuthorAgeFilesLines
* Adding the header file unistd.hormorph2024-03-221-0/+2
| | | | | | | Solution to issue #42 Required for Clang-17 and newer Signed-off-by: ormorph <roma251078@mail.ru>
* Adding cstdlib header file inclusionormorph2024-03-225-0/+5
| | | | | | | Solution to issue #42 Necessary to enable some C functions Signed-off-by: ormorph <roma251078@mail.ru>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-058-16/+16
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1412-83/+83
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-071-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2015-15/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove code to support libxml2 < 2.6.Slávek Banko2022-10-132-27/+1
| | | | | | | | | 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>
* Added translation of .desktop files.Slávek Banko2021-05-052-11/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with CMake build:Slávek Banko2021-03-123-0/+9
| | | | | | | | + 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>
* Conversion to the cmake building system.gregory guy2021-03-1126-2/+287
| | | | | | | | | | | | | | | | 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>
* Remove unnecessary control characters from the message.Slávek Banko2020-05-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS caused by qt->tqt renaming.Michele Calgaro2018-09-287-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-273-7/+7
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS with libxml2 >= 2.9.8François Andriot2018-07-182-0/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with ICU >= 58Slávek Banko2018-05-013-1/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2332-0/+0
|
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-125-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1513-13/+13
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-26/+26
|
* Fix docbook support with libxml2 >= 2.6.xFrancois Andriot2013-01-281-0/+8
|
* Minor updates for kioslave renameTimothy Pearson2013-01-271-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-265-14/+14
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-3/+3
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-4/+4
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-4/+4
|
* Fix a number of unconnected signals and slotsTimothy Pearson2012-11-171-3/+3
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Fix inadvertent "TQ" changes.Darrell Anderson2012-04-139-38/+38
|
* Update HTML install path references.Darrell Anderson2012-04-111-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-013-12/+12
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1715-15/+15
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-142-11/+11
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-5/+5
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1920-180/+180
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1825-128/+128
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1639-321/+321
| | | | This reverts commit 2b0e1de2ffcca7bb93f1fd8ddd32f74041d0d076.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1539-321/+321
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-2/+2
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-164-5/+5
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-081-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-2/+2
|