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
Michele Calgaro f6002795d6
Fixed SEGV caused by dereferencing NULL pointer when right clicking
inside files not supported. This relates to bug 3173.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8db2223147)
5 years ago
admin@d21a3c9164 Reset submodule main/tdevelop/admin to latest HEAD 5 years ago
buildtools Removed code formatting modelines. 5 years ago
cmake@136cfe6ca9 Reset submodule main/tdevelop/cmake to latest HEAD 5 years ago
doc Removed code formatting modelines. 5 years ago
editors Desktop file translations: 6 years ago
embedded Desktop file translations: 6 years ago
kdevdesigner Desktop file translations: 6 years ago
languages Fixed SEGV caused by dereferencing NULL pointer when right clicking 5 years ago
lib Removed code formatting modelines. 5 years ago
mimetypes Desktop file translations: 6 years ago
parts Reset submodule main/tdevelop/parts/appwizard/common/admin to latest HEAD 5 years ago
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 6 years ago
src Removed code formatting modelines. 5 years ago
translations/desktop_files Merge translation files from master branch. 5 years ago
vcs Removed code formatting modelines. 5 years ago
.gitmodules Switch all submodules to https. 6 years ago
AUTHORS Revert "Finish renaming tdevelop components" 12 years ago
CMakeL10n.txt Desktop file translations: 6 years ago
CMakeLists.txt Update version number to R14.0.10. 5 years ago
COPYING Fixed remaining GPL address zip codes 16 years ago
COPYING.LIB Fixed remaining GPL address zip codes 16 years ago
ChangeLog Revert to .kdevelop files with <kdevelop> entity name for project files. 11 years ago
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, 6 years ago
Doxyfile Revert "Finish renaming tdevelop components" 12 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 Revert to .kdevelop files with <kdevelop> entity name for project files. 11 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 Revert "Finish renaming tdevelop components" 12 years ago
kdevassistant.desktop Desktop file translations: 6 years ago
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. 11 years ago
tde-development-tdevelop.directory Desktop file translations: 6 years ago
tdevelop.desktop Desktop file translations: 6 years ago
tdevelop.m4.in Renamed KDELIBS_DOXYDIR -> TDELIBS_DOXYDIR 12 years ago
tdevelop_c_cpp.desktop Desktop file translations: 6 years ago
tdevelop_kde_cpp.desktop Desktop file translations: 6 years ago
tdevelop_ruby.desktop Desktop file translations: 6 years ago
tdevelop_scripting.desktop Desktop file translations: 6 years ago
x-tdevelop.desktop Desktop file translations: 6 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.