Commit Graph

55 Commits (master)

Author SHA1 Message Date
Michele Calgaro ec97d6d21f
Remove unused config defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 days ago
Michele Calgaro ab0b59c0c1
Remove BUILD_FLAGS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 days ago
Michele Calgaro 209c97c466
Remove VERSION_BRANCH and SS_DIRTAG
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 days ago
Michele Calgaro c801dc76b8
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>
7 days ago
Michele Calgaro 99e229125e
Remove code related to obsoleted thread libraries
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 week ago
Michele Calgaro 6d7d4ce7f3
Install script examples files in the application data folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro 10f91a66b6
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>
2 weeks ago
Michele Calgaro 19b03cd019
Remove object prelink logic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro f175a58c41
Remove unused files from admin subfolder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Michele Calgaro c93ccfb821
Remove internal copy of libtool, which is not used
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
Slávek Banko b955eec5be
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>
3 weeks ago
Michele Calgaro bc34bb6c34
Move .mo files to standard TDE location
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 weeks ago
Michele Calgaro 5e55ee7988
Move config.h.in to main folder, similar to other TDE applications
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro 60f2efab89
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>
1 month ago
Michele Calgaro 6a183830e0
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>
1 month ago
Michele Calgaro d21e63970f
Move application files to the more standard location /opt/trinity/share/apps/kvirc.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro f362a34d25
Move kvirc.desktop from 'applnk' to 'applications/tde' folder and update
its internal structure.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro 7fa16e5ac8
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>
1 month ago
Michele Calgaro 16449c599a
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>
2 months ago
Michele Calgaro 7aefe638e6
Drop support for discontinued DGUX
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro 7cb0a34dd1
Remove support for SCOv3.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro a08cd201b2
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 627315e495
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 31fd50fb44
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro c927d0a1ce
Use tqmoc instead of tmoc
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro f887a3ee8f
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro fbb5c61c16
Remove unnecessary files and Qt4 support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro a10d1f1566
Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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
13 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) 14 years ago
Timothy Pearson f312d8a48d Additional kde to tde renaming 14 years ago
Timothy Pearson 662f111af4 Rename kde libraries to tde 14 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