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
Darrell Anderson efbe6faa6c
Branding cleanup: KDE -> TDE, KDevelop -> TDevelop
13 years ago
admin@4af57bf229 Reset submodule main/tdevelop/admin to latest HEAD 13 years ago
buildtools Branding cleanup: *.desktop files 13 years ago
cmake@d2f658ca47 Reset submodule main/tdevelop/cmake to latest HEAD 13 years ago
doc Branding cleanup: K Desktop -> Trinity Desktop 13 years ago
editors Remove spurious TQ_OBJECT instances 13 years ago
embedded Remove spurious TQ_OBJECT instances 13 years ago
kdevdesigner Branding cleanup: I18N_NOOP KDE -> TDE. 13 years ago
languages Branding cleanup: KDE -> TDE, KDevelop -> TDevelop 13 years ago
lib Fix inadvertent "TQ" changes. 13 years ago
mimetypes
parts Branding cleanup: KDE -> TDE, KDevelop -> TDevelop 13 years ago
pics
src Branding cleanup: KDE -> TDE, KDevelop -> TDevelop 13 years ago
vcs Branding cleanup: KDE -> TDE, KDevelop -> TDevelop 13 years ago
.gitmodules Fix FTBFS 13 years ago
AUTHORS
CMakeLists.txt Change naming prefix of XDG menu related files from kde -> tde. 13 years ago
COPYING
COPYING.LIB
ChangeLog Rename ksocket and kcache 13 years ago
ConfigureChecks.cmake
Doxyfile Update HTML install path references. 13 years ago
Doxyfile.am
Doxyfile_full.am
HACKING
HACKING.language
INSTALL
Makefile.am Change naming prefix of XDG menu related files from kde -> tde. 13 years ago
Makefile.cvs
NEWS
README
TODO
config.h.cmake
configure.in.bot
configure.in.in
kdevassistant.desktop
kdevprj2tdevelop
tde-development-tdevelop.directory Change naming prefix of XDG menu related files from kde -> tde. 13 years ago
tdevelop.desktop
tdevelop.lsm Update lsm file. 13 years ago
tdevelop.m4.in Update HTML install path references. 13 years ago
tdevelop_c_cpp.desktop
tdevelop_kde_cpp.desktop Branding cleanup: *.desktop files 13 years ago
tdevelop_ruby.desktop
tdevelop_scripting.desktop
x-tdevelop.desktop

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.tdevelop.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.