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
Slávek Banko 3f0a15f60e
Reset submodule main/tdevelop/cmake to latest HEAD
10 years ago
admin@e1928ee8fc Reset submodule main/tdevelop/admin to latest HEAD 10 years ago
buildtools Fix accidental duplication of text-x- in new mime icon strings 10 years ago
cmake@a4263ae0e1 Reset submodule main/tdevelop/cmake to latest HEAD 10 years ago
doc Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859. 10 years ago
editors Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859. 10 years ago
embedded Fix exec icon location and bring it into XDG compliance 10 years ago
kdevdesigner Fix incorrectly renamed strings 10 years ago
languages Fix accidental error introduced in GIT hash 2cd151 10 years ago
lib Fix incorrectly renamed strings 10 years ago
mimetypes Fix accidental duplication of text-x- in new mime icon strings 10 years ago
parts Fix renaming icon fonts => font-x-generic in desktop files 10 years ago
pics
src Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859. 10 years ago
vcs Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
.gitmodules
AUTHORS
CMakeLists.txt Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859. 10 years ago
COPYING
COPYING.LIB
ChangeLog
ConfigureChecks.cmake
Doxyfile
Doxyfile.am
Doxyfile_full.am
HACKING
HACKING.language
INSTALL
Makefile.am
Makefile.cvs
NEWS
README
TODO
config.h.cmake
configure.in.bot
configure.in.in
kdevassistant.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kdevprj2tdevelop
tde-development-tdevelop.directory
tdevelop.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdevelop.lsm
tdevelop.m4.in
tdevelop_c_cpp.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdevelop_kde_cpp.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdevelop_ruby.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdevelop_scripting.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
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.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.