TDE development IDE
You can not 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 6392f5a9df
Revert "Finish renaming tdevelop components"
10 years ago
admin@b5c58c72eb Reset submodule main/tdevelop/admin to latest HEAD 10 years ago
buildtools Revert "Finish renaming tdevelop components" 10 years ago
cmake@f405562992 Reset submodule main/tdevelop/cmake to latest HEAD 10 years ago
doc Revert "Finish renaming tdevelop components" 10 years ago
editors Revert "Finish renaming tdevelop components" 10 years ago
embedded Revert "Finish renaming tdevelop components" 10 years ago
kdevdesigner Revert "Finish renaming tdevelop components" 10 years ago
languages Revert "Finish renaming tdevelop components" 10 years ago
lib Revert "Finish renaming tdevelop components" 10 years ago
mimetypes Fix various cmake build issues 12 years ago
parts Revert "Finish renaming tdevelop components" 10 years ago
pics Revert "Finish renaming tdevelop components" 10 years ago
src Revert "Finish renaming tdevelop components" 10 years ago
vcs Revert "Finish renaming tdevelop components" 10 years ago
.gitmodules Fix FTBFS 13 years ago
AUTHORS Revert "Finish renaming tdevelop components" 10 years ago
CMakeLists.txt Revert "Finish renaming tdevelop components" 10 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING.LIB Fixed remaining GPL address zip codes 15 years ago
ChangeLog Additional k => tde renaming and fixes 11 years ago
ConfigureChecks.cmake Add cmake support for WITH_GCC_VISIBILITY. 12 years ago
Doxyfile Revert "Finish renaming tdevelop components" 10 years ago
Doxyfile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Doxyfile_full.am Additional renaming of kde to tde 13 years ago
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Fix help files, kdevelop->tdevelop branding, fix startup. 12 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
config.h.cmake [kdevelop] initial cmake support 13 years ago
configure.in.bot Revert "Finish renaming tdevelop components" 10 years ago
configure.in.in Revert "Finish renaming tdevelop components" 10 years ago
kdevassistant.desktop Revert "Finish renaming tdevelop components" 10 years ago
kdevprj2tdevelop Revert "Finish renaming tdevelop components" 10 years ago
tde-development-tdevelop.directory Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop.desktop Fix help handbook not appearing in main handbook table of contents. 10 years ago
tdevelop.lsm Update lsm file. 12 years ago
tdevelop.m4.in Rename KApplication to TDEApplication to avoid conflicts with KDE4 11 years ago
tdevelop_c_cpp.desktop Fix help handbook not appearing in main handbook table of contents. 10 years ago
tdevelop_kde_cpp.desktop Revert "Finish renaming tdevelop components" 10 years ago
tdevelop_ruby.desktop Fix help handbook not appearing in main handbook table of contents. 10 years ago
tdevelop_scripting.desktop Fix help handbook not appearing in main handbook table of contents. 10 years ago
x-tdevelop.desktop Branding: KDevelop -> TDevelop, fix menu 12 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.