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
Timothy Pearson fc14e2cf0b
Fix invalid headers in PNG files and optimize for size
8 years ago
admin@e147134c94 Reset submodule main/tdevelop/admin to latest HEAD 9 years ago
buildtools Fix FTBFS due to missing global variable 'environ' 9 years ago
cmake@0e0f4e9be4 Reset submodule main/tdevelop/cmake to latest HEAD 8 years ago
doc Fix invalid headers in PNG files and optimize for size 8 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 invalid headers in PNG files and optimize for size 8 years ago
languages Fix invalid headers in PNG files and optimize for size 8 years ago
lib Fix FTBFS with clang 9 years ago
mimetypes Fix accidental duplication of text-x- in new mime icon strings 10 years ago
parts Fix invalid headers in PNG files and optimize for size 8 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
src Revert to .kdevelop files with <kdevelop> entity name for project files. 9 years ago
vcs Fix invalid headers in PNG files and optimize for size 8 years ago
.gitmodules Fix FTBFS 13 years ago
AUTHORS Revert "Finish renaming tdevelop components" 10 years ago
CMakeLists.txt Update version number to R14.1.0 9 years ago
COPYING Fixed remaining GPL address zip codes 15 years ago
COPYING.LIB Fixed remaining GPL address zip codes 15 years ago
ChangeLog Revert to .kdevelop files with <kdevelop> entity name for project files. 9 years ago
ConfigureChecks.cmake Add gnu tar detection 9 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 to .kdevelop files with <kdevelop> entity name for project files. 9 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 Improve berkeley db detection 9 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 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. 9 years ago
tde-development-tdevelop.directory Branding: KDevelop -> TDevelop, fix menu 12 years ago
tdevelop.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
tdevelop.lsm Update version number to R14.1.0 9 years ago
tdevelop.m4.in Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR 10 years ago
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 Revert to .kdevelop files with <kdevelop> entity name for project files. 9 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.