TDE development IDE
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Datei suchen
Slávek Banko 2f7afcc7b3
Fix FTBFS from prior commit.
vor 1 Woche
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD vor 2 Monaten
buildtools Replace Q_SIGNALS and Q_SLOTS vor 3 Monaten
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
editors Replace Q_SIGNALS and Q_SLOTS vor 3 Monaten
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines vor 3 Monaten
kdevdesigner Replace Q_SIGNALS and Q_SLOTS vor 3 Monaten
languages cmake files: change keywords to lower case vor 2 Monaten
lib Fix FTBFS from prior commit. vor 1 Woche
mimetypes Desktop file translations: vor 4 Jahren
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD vor 2 Monaten
pics Use common icons from tdelibs crystal folder to avoid icon duplication. vor 4 Jahren
src Replace Q_SIGNALS and Q_SLOTS vor 3 Monaten
translations/desktop_files Translated using Weblate (Russian) vor 4 Wochen
vcs Replace Q_SIGNALS and Q_SLOTS vor 3 Monaten
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. vor 3 Jahren
AUTHORS Revert "Finish renaming tdevelop components" vor 10 Jahren
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt vor 1 Monat
CMakeLists.txt Use centralized cmake version vor 1 Monat
COPYING Fixed remaining GPL address zip codes vor 15 Jahren
COPYING.LIB Fixed remaining GPL address zip codes vor 15 Jahren
ChangeLog qt -> tqt conversion: vor 6 Jahren
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, vor 4 Jahren
Doxyfile qt -> tqt conversion: vor 6 Jahren
Doxyfile.am Removed code formatting modelines. vor 4 Jahren
Doxyfile_full.am Removed code formatting modelines. vor 4 Jahren
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. vor 12 Jahren
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. vor 12 Jahren
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. vor 12 Jahren
Makefile.am Renaming of files in preparation for code style tools. vor 3 Jahren
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
README Fix help files, kdevelop->tdevelop branding, fix startup. vor 12 Jahren
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
config.h.cmake Add CMake check if the getline function is defined vor 5 Jahren
configure.in.bot Revert "Finish renaming tdevelop components" vor 10 Jahren
configure.in.in qt -> tqt conversion: vor 6 Jahren
kdevassistant.desktop Desktop file translations: vor 4 Jahren
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. vor 9 Jahren
tde-development-tdevelop.directory Desktop file translations: vor 4 Jahren
tdevelop.desktop Desktop file translations: vor 4 Jahren
tdevelop.m4.in qt -> tqt conversion: vor 6 Jahren
tdevelop_c_cpp.desktop Desktop file translations: vor 4 Jahren
tdevelop_kde_cpp.desktop Desktop file translations: vor 4 Jahren
tdevelop_ruby.desktop Desktop file translations: vor 4 Jahren
tdevelop_scripting.desktop Desktop file translations: vor 4 Jahren
x-tdevelop.desktop Desktop file translations: vor 4 Jahren

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.