Commit Graph

50 Commits (e440b460fbced4da496aab4a080d39ffd1bdedce)

Author SHA1 Message Date
Michele Calgaro 8b37d8edf1
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c801dc76b8)
1 month ago
Michele Calgaro 306c3db992
Remove code related to obsoleted thread libraries
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 99e229125e)
1 month ago
Michele Calgaro ccfcc07310
Install script examples files in the application data folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d7d4ce7f3)
1 month ago
Michele Calgaro 1d98349b60
Move admin/gendoc.pl to data/gendoc/gendoc.pl.
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>
(cherry picked from commit 10f91a66b6)
2 months ago
Michele Calgaro 66e85ce859
Remove object prelink logic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 19b03cd019)
2 months ago
Michele Calgaro d6f8126db3
Remove unused files from admin subfolder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f175a58c41)
2 months ago
Michele Calgaro 4c0771a234
Remove internal copy of libtool, which is not used
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c93ccfb821)
2 months ago
Slávek Banko 2156776a5f
Add TDE_CXX_COMPILE_STDCXX macro to check and enforce C++ standard.
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>
(cherry picked from commit b955eec5be)
2 months ago
Michele Calgaro e482426d4f
Move .mo files to standard TDE location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc34bb6c34)
2 months ago
Michele Calgaro 241a623669
Move config.h.in to main folder, similar to other TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5e55ee7988)
2 months ago
Michele Calgaro e25fb59836
Remove build date code. The info does not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 60f2efab89)
2 months ago
Michele Calgaro 840d450a80
Do not add creator and date to generated help files. Those info do not add anything useful and make reproducible builds not possible
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6a183830e0)
2 months ago
Michele Calgaro e3462d9b7c
Move application files to the more standard location /opt/trinity/share/apps/kvirc.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d21e63970f)
2 months ago
Michele Calgaro 7670c9e2fc
Move kvirc.desktop from 'applnk' to 'applications/tde' folder and update
its internal structure.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f362a34d25)
2 months ago
Michele Calgaro 9695287f37
Remove kvirc version number from module files installation location.
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>
(cherry picked from commit 7fa16e5ac8)
2 months ago
Michele Calgaro beee507b75
Remove kvirc version number from header files installation location. New location is 'opt/trinity/include/kvirc'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 16449c599a)
3 months ago
Michele Calgaro be1f8b0cf8
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7aefe638e6)
1 year ago
Michele Calgaro f0d9ffb2f3
Remove support for SCOv3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7cb0a34dd1)
1 year ago
Michele Calgaro 5a2dbe9520
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a08cd201b2)
1 year ago
Michele Calgaro ae286a820d
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 627315e495)
1 year ago
Michele Calgaro a1413410dd
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f887a3ee8f)
2 years ago
Michele Calgaro 949305a2ca
Remove unnecessary files and Qt4 support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fbb5c61c16)
2 years ago
Michele Calgaro cadbbff2cd
Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a10d1f1566)
3 years ago
Michele Calgaro b990faf175
Fixed FTBFS with clang.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 6820fe14bb
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Slávek Banko 3b217bbf50
Fix TQt library detection on multiarch systems.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 7d383aafec
Change default TQt library name from 'qt' to 'tqt'.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 727c1e7249
Merge QT=>TQT changes from acinclude.m4 to admin/acinclude.m4.
Here is not used shared admin module, but custom.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Francois Andriot a5b7be7dd9 Install in correct folder 13 years ago
Slávek Banko 1791f4e576 Fix detection of TDE include directory
This resolves remaining part of Bug 1159
13 years ago
Timothy Pearson 11959c1950 Fix FTBFS 13 years ago
Timothy Pearson 602b03308a Fix up remaining references to -lkio 13 years ago
Timothy Pearson 7ff7bcc7ea Rename KApplication to TDEApplication to avoid conflicts with KDE4 13 years ago
Slávek Banko 5f918c688a Fix arts detection due to missing -lmcop
Thanks to Francois Andriot
14 years ago
Timothy Pearson 136d2c8613 Update Automake to properly detect TDE path
Thanks to Slávek Banko for the initial patch!
14 years ago
Timothy Pearson b7d96aa82b Set COMPILE_TDE_SUPPORT instead of COMPILE_KDE_SUPPORT 14 years ago
Timothy Pearson 2b0f7501a0 Fix FTBFS on tqt3 14 years ago
Timothy Pearson f3c8306949 Update various qt function definitions and static methods for tqt3 14 years ago
Timothy Pearson 019ace5e6b Rename include subdirectory to tde 14 years ago
Timothy Pearson 918c3ff077 Rename KDEHOME and KDEDIR 14 years ago
Timothy Pearson 5fa8a1f667 Fix FTBFS 14 years ago
Timothy Pearson d804c644a2 Rename kwin to twin (part 1 of 2) 15 years ago
Timothy Pearson f312d8a48d Additional kde to tde renaming 15 years ago
Timothy Pearson 662f111af4 Rename kde libraries to tde 15 years ago
tpearson ac624916d5 Fix kvirc FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1249212 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 5fd1e9ef91 Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson a16843922c Fix kvirc FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1247958 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson fd6a8c5d37 Fix FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1238721 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson 0a80cfd57d TQt4 port kvirc
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
15 years ago
tpearson f677d2717d Added kvirc-specific admin directory
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1096505 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
16 years ago