summaryrefslogtreecommitdiffstats
path: root/kommander
Commit message (Collapse)AuthorAgeFilesLines
* Add CMakeL10n rules.Slávek Banko2019-01-131-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature.Slávek Banko2018-12-011-3/+3
| | | | | | This relates to bug 2961. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-173-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | | | 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>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-177-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-039-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary defines for sstream.Michele Calgaro2018-08-151-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | 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-2373-0/+0
|
* Fix up remaining references to DocPathr14.0.0Timothy Pearson2014-11-081-2/+2
|
* Fix FTBFS due to accidental double quote duplicationTimothy Pearson2014-10-232-2/+2
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-223-3/+3
| | | | 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-135-11/+11
| | | | 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-112-2/+2
| | | | match XDG specifications
* Fixed incorrect renamed strings. This resolves bug 2138.François Andriot2014-10-044-20/+20
|
* Update and rename files in support of commit 722ce1ef.Darrell Anderson2014-03-025-72/+72
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0397-209/+209
|
* Fix unintended rename of link*Slávek Banko2013-02-241-7/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1568-102/+102
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1412-20/+20
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-074-5/+5
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-063-5/+5
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-0414-22/+22
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0120-29/+29
|
* Fix FTBFSTimothy Pearson2013-02-011-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0125-108/+108
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-013-5/+5
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-1/+1
|
* Minor updates for kioslave renameTimothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2714-16/+16
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2613-32/+32
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-257-16/+16
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2431-85/+85
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-227-13/+13
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-206-7/+7
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-194-9/+9
|
* Fix FTBFSTimothy Pearson2012-11-171-1/+1
|
* Fix a number of unconnected signals and slotsTimothy Pearson2012-11-172-13/+13
|
* Fix 'format not a string literal' error.Darrell Anderson2012-11-021-1/+1
| | | | Thanks to Serghei Amelian.
* Fix FTBFS on TQt3Timothy Pearson2012-10-304-16/+16
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-212-2/+2
|
* Update TQt3 property/enum macrosTimothy Pearson2012-10-207-9/+9
|
* Fix QString -> TQString.Darrell Anderson2012-09-167-28/+28
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-062-2/+2
| | | | Thanks to Francois Andriot for the patch
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-4/+4
|
* Branding cleanup: *.desktop filesDarrell Anderson2012-05-281-1/+0
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|