summaryrefslogtreecommitdiffstats
path: root/admin
Commit message (Collapse)AuthorAgeFilesLines
* Remove code related to obsoleted thread librariesdrop/old-thread-supportMichele Calgaro15 hours1-75/+28
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Install script examples files in the application data folderMichele Calgaro5 days1-1/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move admin/gendoc.pl to data/gendoc/gendoc.pl.Michele Calgaro8 days2-1352/+1
| | | | | | | | Once the cmake conversion is completed and the support for autotools is dropped, the admin folder will no longer exist but "gendoc.pl" is still required to generate the help documentation. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove object prelink logicMichele Calgaro8 days3-622/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unused files from admin subfolderMichele Calgaro8 days14-13642/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove internal copy of libtool, which is not usedMichele Calgaro8 days6-9850/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.Slávek Banko2026-01-011-0/+216
| | | | | | | | | The macro is a simplified form of AX_CXX_COMPILE_STDCXX from autoconf. To verify the C++ standard supported by the compiler, only the value of the __cplusplus constant defined by the compiler is checked, instead of testing examples of using individual C++ features. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move .mo files to standard TDE locationMichele Calgaro2025-12-311-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move config.h.in to main folder, similar to other TDE applicationsMichele Calgaro2025-12-252-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove build date code. The info does not add anything useful and make ↵Michele Calgaro2025-12-241-12/+0
| | | | | | reproducible builds not possible Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Do not add creator and date to generated help files. Those info do not add ↵Michele Calgaro2025-12-241-1/+1
| | | | | | anything useful and make reproducible builds not possible Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move application files to the more standard location ↵Michele Calgaro2025-12-211-1/+1
| | | | | | /opt/trinity/share/apps/kvirc. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Move kvirc.desktop from 'applnk' to 'applications/tde' folder and updateMichele Calgaro2025-12-133-5/+5
| | | | | | its internal structure. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove kvirc version number from module files installation location.Michele Calgaro2025-12-121-2/+2
| | | | | | | In TDE there is a single version of kvirc, so there is no need to have separate locations for multiple versions. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove kvirc version number from header files installation location. New ↵Michele Calgaro2025-12-071-1/+1
| | | | | | location is 'opt/trinity/include/kvirc' Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop support for discontinued DGUXMichele Calgaro2025-02-055-92/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for SCOv3.2Michele Calgaro2025-01-105-98/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove support for Tru64 and OSFMichele Calgaro2025-01-048-477/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Don't use obsolete header kapp.hMichele Calgaro2024-11-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Don't explicetly include tqt.h anymoreMichele Calgaro2024-10-231-4/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tqmoc instead of tmocMichele Calgaro2024-10-231-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-04-021-64/+64
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary files and Qt4 supportMichele Calgaro2024-02-191-393/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)Michele Calgaro2023-08-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS with clang.Michele Calgaro2021-07-281-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-299-66/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix TQt library detection on multiarch systems.Slávek Banko2018-10-291-2/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Change default TQt library name from 'qt' to 'tqt'.Slávek Banko2018-10-291-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Merge QT=>TQT changes from acinclude.m4 to admin/acinclude.m4.Slávek Banko2018-10-291-74/+47
| | | | | | Here is not used shared admin module, but custom. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Install in correct folderFrancois Andriot2013-08-301-2/+2
|
* Fix detection of TDE include directorySlávek Banko2013-04-101-0/+1
| | | | This resolves remaining part of Bug 1159
* Fix FTBFSTimothy Pearson2013-02-111-1/+1
|
* Fix up remaining references to -lkioTimothy Pearson2013-01-281-1/+1
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Fix arts detection due to missing -lmcopSlávek Banko2012-10-311-1/+1
| | | | Thanks to Francois Andriot
* Update Automake to properly detect TDE pathTimothy Pearson2012-05-101-3/+8
| | | | Thanks to Slávek Banko for the initial patch!
* Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORTTimothy Pearson2012-02-241-1/+1
|
* Fix FTBFS on tqt3Timothy Pearson2012-02-241-4/+13
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Rename include subdirectory to tdeTimothy Pearson2012-02-071-2/+2
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-5/+5
|
* Fix FTBFSTimothy Pearson2011-11-261-3/+30
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-3/+3
|
* Rename kde libraries to tdeTimothy Pearson2011-11-051-4/+4
|
* Fix kvirc FTBFStpearson2011-08-241-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1249212 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kvirc FTBFStpearson2011-08-1811-8154/+11908
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1247958 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2011-06-281-3/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238721 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kvirctpearson2011-06-281-46/+85
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238719 283d02a7-25f6-0310-bc7c-ecb5cbfe19da