TDE development IDE
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 5ca6e2a00f Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD 2 weeks ago
admin@585c17a2dd Reset submodule main/core/tdevelop/admin to latest HEAD 2 weeks ago
buildtools Replace TRUE/FALSE with boolean values true/false 9 months ago
doc Use TDEDesktopFile 6 months ago
editors Use tdeApp 11 months ago
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kdevdesigner Use tdeinstance.h 4 months ago
languages Use tdeinstance.h 4 months ago
lib Use TDEDesktopFile 6 months ago
mimetypes Desktop file translations: 5 years ago
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD 2 weeks ago
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 5 years ago
src Use tdeinstance.h 4 months ago
translations/desktop_files Added translation using Weblate (Czech) 9 months ago
vcs Use tdeinstance.h 4 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 5 years ago
AUTHORS Revert "Finish renaming tdevelop components" 12 years ago
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 2 years ago
CMakeLists.txt Don't explicetly include tqt.h anymore 1 year ago
COPYING Fixed remaining GPL address zip codes 16 years ago
COPYING.LIB Fixed remaining GPL address zip codes 16 years ago
ChangeLog qt -> tqt conversion: 7 years ago
ConfigureChecks.cmake Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags' 2 weeks ago
Doxyfile qt -> tqt conversion: 7 years ago
Doxyfile.am Removed code formatting modelines. 5 years ago
Doxyfile_full.am Removed code formatting modelines. 5 years ago
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. 14 years ago
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. 14 years ago
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. 14 years ago
Makefile.am Renaming of files in preparation for code style tools. 5 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
README Fix help files, kdevelop->tdevelop branding, fix startup. 14 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 16 years ago
config.h.cmake Add CMake check if the getline function is defined 7 years ago
configure.in.bot Revert "Finish renaming tdevelop components" 12 years ago
configure.in.in qt -> tqt conversion: 7 years ago
kdevassistant.desktop Desktop file translations: 5 years ago
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. 11 years ago
tde-development-tdevelop.directory Desktop file translations: 5 years ago
tdevelop.desktop Desktop file translations: 5 years ago
tdevelop.m4.in qt -> tqt conversion: 7 years ago
tdevelop_c_cpp.desktop Desktop file translations: 5 years ago
tdevelop_kde_cpp.desktop Desktop file translations: 5 years ago
tdevelop_ruby.desktop Desktop file translations: 5 years ago
tdevelop_scripting.desktop Desktop file translations: 5 years ago
x-tdevelop.desktop Desktop file translations: 5 years ago

README

KDE API Documentation
---------------------------
If the KDE API documentation does not exist, it can be created
as follows:

  Install doxygen and the tdelibs sources. Then

  make apidox
  make install-apidox

After that you should follow the instructions at:

http://www.kdevelop.org/index.html?filename=branches_compiling.html

to compile KDevelop


For the graphical classbrowser, you need the program 'dot'
from the graphviz package which can be downloaded from
www.graphviz.org. This is only a runtime dependency!

If you are experiencing build problems related to .moc files, try
  rm *.moc*
  make force-reedit
in the source directory where the build system complains.