TDE software development kit
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Michele Calgaro fb63dae0e7
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 weeks ago
admin@4185112a62 Reset submodule main/core/tdesdk/admin to latest HEAD 2 months ago
cervisia Replace TRUE/FALSE with boolean values true/false 2 weeks ago
doc Use tdeApp 3 months ago
kapptemplate Use tdeApp 3 months ago
kbabel Replace TRUE/FALSE with boolean values true/false 2 weeks ago
kbugbuster Replace TRUE/FALSE with boolean values true/false 2 weeks ago
kdeaccounts-plugin Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 12 months ago
kdepalettes Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
kmtrace Use tdestandarddirs.h 2 months ago
kompare Replace TRUE/FALSE with boolean values true/false 2 weeks ago
kprofilemethod [tdesdk/cmake] added forgotten files 13 years ago
kspy Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 12 months ago
kstartperf Use tdestandarddirs.h 2 months ago
kuiviewer Use tdeApp 3 months ago
poxml Remove support for Metrowerks compiler 4 months ago
scheck Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent 11 months ago
scripts Use tdestandarddirs.h 2 months ago
tdecachegrind Use tdeApp 3 months ago
tdefile-plugins Use tdeprocess.h 5 months ago
tdeioslave Replace TRUE/FALSE with boolean values true/false 2 weeks ago
tdeunittest Replace kdemacros.h with tdemacros.h 10 months ago
translations/desktop_files Added translation using Weblate (Spanish (Argentina)) 1 month ago
umbrello Use tdestandarddirs.h 2 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 4 years ago
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 1 year ago
CMakeLists.txt Use centralized cmake version 1 year ago
COPYING Update COPYING file. 13 years ago
COPYING-DOCS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
ConfigureChecks.cmake Replace dl linking with cmake-based variable 4 months ago
Makefile.am.in Additional renaming of kde to tde 14 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
README Update README 11 years ago
config.h.cmake Add a backtrace function and library detection. 4 years ago
configure.in.in Allow building kstartperf with automake. 13 years ago

README

In this file:

* What it is

What it is
----------

This is a collection of applications and tools used by TDE developers.
It also has example code for use in learning TDE programming or starting
a new TDE application.

* cervisia: CVS client part
* kapptemplate: shell script to easy the beginning of new apps
* kexample: a sample TDE application, heavily documented
* kbabel: an editor for *.po files
* kbugbuster: a graphical frontend for the TDE bug reporting system
* kdepalettes: palettes matching TDE's style for Gimp and XPaint
* kmtrace: converts glibc's mtrace log into a full backtrace
* kspy: displays all used QObjects in an application
* kstartperf: startup time measurement
* poxml: 
* scripts: various helper scripts (see scripts/README)
* scheck: An interface style to highlight accel and style guide conflicts
* kuiviewer: A KPart that lets you view .ui files.
* umbrello: A UML modeller.