summaryrefslogtreecommitdiffstats
path: root/src/part
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e89ebac81225c268c132ab6fa45d8eb4baf12756)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-097-47/+47
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e9d5585a3efa2fafce1a10dccc411ad2315732de)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-181-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1a75f32008be8c5bcb3add8055f1db5ae8bd602f)
* Replace Qt with TQtMichele Calgaro2023-11-052-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dbea9ec845ed66ab111e3295a15a861f71be177a)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-267-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb63c9c2cae9638e72c2e043fe15366ece121bc)
* Fixed up indentation of the code changes in previous commit.r14.1.0Michele Calgaro2022-11-011-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed SEGV caused by dereferencing null pointer. This resolves issue #3.Michele Calgaro2022-11-011-1/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2019-11-272-23/+0
| | | | | | | | | Add basic cmake build instructions. Add a man page taken from Debian packaging. Delete empty file NEWS. Rework on the README, INSTALL and help page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-251-4/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 FTBFS with stricter C++11Slávek Banko2018-08-201-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Initial-cmake-conversionAlexander Golubev2016-01-232-0/+67
| | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-6/+6
| | | | 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-131-1/+1
|
* Add missing configure checksSlávek Banko2014-07-201-0/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1511-20/+20
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-5/+5
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-012-2/+2
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-012-2/+2
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Fix up remaining references to -lkioTimothy Pearson2013-01-281-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-4/+4
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-257-14/+14
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-6/+6
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-4/+4
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-177-7/+7
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-8/+8
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1910-42/+42
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-14/+14
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1612-67/+67
| | | | This reverts commit 5f20b2e679037af4b18ac901bdf78a08e5c0da39.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1512-67/+67
|
* Fix FTBFSTimothy Pearson2011-11-221-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-1/+1
|
* rename the following methods:tpearson2011-08-1016-41/+41
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-105-28/+28
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-095-6/+6
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-141-1/+1
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port Filelighttpearson2011-05-2628-484/+491
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1233561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Makefile fixestpearson2010-02-051-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1085689 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added abandoned Filelight applicationtpearson2010-02-0333-0/+4639
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1084392 283d02a7-25f6-0310-bc7c-ecb5cbfe19da