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
TDE Gitea ba3a42c293 Merge translation files from master branch. 2 years ago
admin@6fa5fdb717 Reset submodule main/core/tdesdk/admin to latest HEAD 2 years ago
cervisia Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
doc cmake files: change keywords to lower case 2 years ago
kapptemplate Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kbabel Replace kdemacros.h with tdemacros.h 2 years ago
kbugbuster Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
kdeaccounts-plugin Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
kdepalettes Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
kmtrace Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 2 years ago
kompare Replace kdemacros.h with tdemacros.h 2 years ago
kprofilemethod [tdesdk/cmake] added forgotten files 14 years ago
kspy Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
kstartperf Removed code formatting modelines. 6 years ago
kuiviewer Replace kdemacros.h with tdemacros.h 2 years ago
poxml Fix FTBFS from prior commit. 2 years ago
scheck Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent 2 years ago
scripts Rename missed Q_SIGNALS 2 years ago
tdecachegrind Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
tdefile-plugins Replace Q_OBJECT with TQ_OBJECT 3 years ago
tdeioslave Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 years ago
tdeunittest Replace kdemacros.h with tdemacros.h 2 years ago
translations/desktop_files Merge translation files from master branch. 2 years ago
umbrello Replace KDE_DEPRECATED with TDE_DEPRECATED 2 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 5 years ago
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 2 years ago
CMakeLists.txt Use centralized cmake version 2 years 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. 17 years ago
ConfigureChecks.cmake Use common CMake tests. 7 years ago
Makefile.am.in Additional renaming of kde to tde 15 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 17 years ago
README Update README 11 years ago
config.h.cmake Add a backtrace function and library detection. 5 years ago
configure.in.in Allow building kstartperf with automake. 14 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.