summaryrefslogtreecommitdiffstats
path: root/kommander/editor
Commit message (Collapse)AuthorAgeFilesLines
* Removed TQT_NON_COMMERCIAL check and related code.Michele Calgaro2022-02-072-13/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dba2864aa3f9fb73ca33d80efd3258f4d82e1bb6)
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-082-10/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c64847659c9ff995e94b792430e0e69223aa6fcd)
* Added translation of .desktop files.Slávek Banko2021-05-052-123/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9b215fd2af36fbe86fc507d0cb3bba415c88fb58)
* Fix FTBFS with CMake build:r14.0.10Slávek Banko2021-03-121-3/+5
| | | | | | | | | + 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> (cherry picked from commit f4edc50e4756b2289254ee308223faed9be6a2c7)
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2021-03-1213-61/+61
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 70defe5e6d9498c5c6011eee50c4dc506abebd61)
* Conversion to the cmake building system.gregory guy2021-03-1211-48/+125
| | | | | | | | | | | | | | | | | 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> (cherry picked from commit 4c43d1fbb66a296958ed1d0dbddf3f8ac4466130)
* Rename *OBJECT_NAME_STRINGormorph2020-08-2820-380/+380
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit ae3ed3d32920f5780af51aad9683b82179e9655d)
* Replace Qt branding with TQt ones.Chris2019-07-241-4/+4
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 02dda24e4755f81108b1c4962db0371714d0e47b)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2471-0/+0
| | | | (cherry picked from commit 643013488ee2d0b0abd7825f46d8ace5093f7d83)
* Fix up remaining references to DocPathr14.0.0Timothy Pearson2014-11-081-2/+2
|
* Fix FTBFS due to accidental double quote duplicationTimothy Pearson2014-10-231-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
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-133-9/+9
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* 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
* Fixed incorrect renamed strings. This resolves bug 2138.François Andriot2014-10-044-20/+20
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0320-23/+23
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1530-42/+42
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-7/+7
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-1/+1
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0111-18/+18
|
* Fix FTBFSTimothy Pearson2013-02-011-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0111-82/+82
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-278-9/+9
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-265-16/+16
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-8/+8
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-248-38/+38
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-3/+3
|
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
|
* Fix a number of unconnected signals and slotsTimothy Pearson2012-11-172-13/+13
|
* Fix FTBFS on TQt3Timothy Pearson2012-10-304-16/+16
|
* Update TQt3 property/enum macrosTimothy Pearson2012-10-203-3/+3
|
* Fix QString -> TQString.Darrell Anderson2012-09-167-28/+28
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-1/+1
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0110-74/+74
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1738-82/+82
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2126-206/+206
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1938-219/+219
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1850-248/+248
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1670-680/+680
| | | | This reverts commit 2b0e1de2ffcca7bb93f1fd8ddd32f74041d0d076.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1570-680/+680
|
* Fix FTBFS on armelTimothy Pearson2011-11-221-3/+3
|
* Fix FTBFS on armelTimothy Pearson2011-11-212-1/+2
|
* Fix FTBFSTimothy Pearson2011-11-201-5/+5
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1621-24/+24
|