TDE development IDE
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Go to file
Slávek Banko 2f7afcc7b3
Fix FTBFS from prior commit.
il y a 1 semaine
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD il y a 2 mois
buildtools Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
editors Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kdevdesigner Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
languages cmake files: change keywords to lower case il y a 2 mois
lib Fix FTBFS from prior commit. il y a 1 semaine
mimetypes Desktop file translations: il y a 4 ans
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD il y a 2 mois
pics Use common icons from tdelibs crystal folder to avoid icon duplication. il y a 4 ans
src Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
translations/desktop_files Translated using Weblate (Russian) il y a 4 semaines
vcs Replace Q_SIGNALS and Q_SLOTS il y a 3 mois
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. il y a 3 ans
AUTHORS Revert "Finish renaming tdevelop components" il y a 10 ans
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt il y a 1 mois
CMakeLists.txt Use centralized cmake version il y a 1 mois
COPYING Fixed remaining GPL address zip codes il y a 15 ans
COPYING.LIB Fixed remaining GPL address zip codes il y a 15 ans
ChangeLog qt -> tqt conversion: il y a 6 ans
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, il y a 4 ans
Doxyfile qt -> tqt conversion: il y a 6 ans
Doxyfile.am Removed code formatting modelines. il y a 4 ans
Doxyfile_full.am Removed code formatting modelines. il y a 4 ans
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. il y a 12 ans
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. il y a 12 ans
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. il y a 12 ans
Makefile.am Renaming of files in preparation for code style tools. il y a 3 ans
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
README Fix help files, kdevelop->tdevelop branding, fix startup. il y a 12 ans
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
config.h.cmake Add CMake check if the getline function is defined il y a 5 ans
configure.in.bot Revert "Finish renaming tdevelop components" il y a 10 ans
configure.in.in qt -> tqt conversion: il y a 6 ans
kdevassistant.desktop Desktop file translations: il y a 4 ans
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. il y a 9 ans
tde-development-tdevelop.directory Desktop file translations: il y a 4 ans
tdevelop.desktop Desktop file translations: il y a 4 ans
tdevelop.m4.in qt -> tqt conversion: il y a 6 ans
tdevelop_c_cpp.desktop Desktop file translations: il y a 4 ans
tdevelop_kde_cpp.desktop Desktop file translations: il y a 4 ans
tdevelop_ruby.desktop Desktop file translations: il y a 4 ans
tdevelop_scripting.desktop Desktop file translations: il y a 4 ans
x-tdevelop.desktop Desktop file translations: il y a 4 ans

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.