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 e4efa087f1
Fix SEGV when hovering on symbols after creating a new project. This resolves issue #40.
8 months ago
admin@482d2f6672 Reset submodule main/core/tdevelop/admin to latest HEAD 9 months ago
buildtools Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
editors Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
kdevdesigner Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
languages Fix SEGV when hovering on symbols after creating a new project. This resolves issue #40. 8 months ago
lib Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
mimetypes Desktop file translations: 4 years ago
parts Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 4 years ago
src Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
translations/desktop_files Merge translation files from master branch. 1 year ago
vcs Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS
CMakeL10n.txt Raise the minimum required version of CMake to 3.5. 11 months ago
CMakeLists.txt Raise the minimum required version of CMake to 3.5. 11 months ago
COPYING
COPYING.LIB
ChangeLog qt -> tqt conversion: 6 years ago
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, 4 years ago
Doxyfile qt -> tqt conversion: 6 years ago
Doxyfile.am Removed code formatting modelines. 4 years ago
Doxyfile_full.am Removed code formatting modelines. 4 years ago
HACKING
HACKING.language
INSTALL
Makefile.am Renaming of files in preparation for code style tools. 4 years ago
Makefile.cvs
NEWS
README
TODO
config.h.cmake Add CMake check if the getline function is defined 6 years ago
configure.in.bot
configure.in.in qt -> tqt conversion: 6 years ago
kdevassistant.desktop Desktop file translations: 4 years ago
kdevprj2kdevelop
tde-development-tdevelop.directory Desktop file translations: 4 years ago
tdevelop.desktop Desktop file translations: 4 years ago
tdevelop.m4.in qt -> tqt conversion: 6 years ago
tdevelop_c_cpp.desktop Desktop file translations: 4 years ago
tdevelop_kde_cpp.desktop Desktop file translations: 4 years ago
tdevelop_ruby.desktop Desktop file translations: 4 years ago
tdevelop_scripting.desktop Desktop file translations: 4 years ago
x-tdevelop.desktop Desktop file translations: 4 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.