TDE development IDE
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
Vai al file
Michele Calgaro 12978a1fe0
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
2 settimane fa
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD 1 mese fa
buildtools Replace Q_SIGNALS and Q_SLOTS 2 mesi fa
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 mesi fa
editors Replace Q_SIGNALS and Q_SLOTS 2 mesi fa
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 mesi fa
kdevdesigner Replace Q_SIGNALS and Q_SLOTS 2 mesi fa
languages cmake files: change keywords to lower case 3 settimane fa
lib Replace QT_STATIC_CONST_* with actual definitions 1 mese fa
mimetypes Desktop file translations: 4 anni fa
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD 1 mese fa
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 4 anni fa
src Replace Q_SIGNALS and Q_SLOTS 2 mesi fa
translations/desktop_files Update translation files 9 mesi fa
vcs Replace Q_SIGNALS and Q_SLOTS 2 mesi fa
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 anni fa
AUTHORS Revert "Finish renaming tdevelop components" 10 anni fa
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 2 settimane fa
CMakeLists.txt Use centralized cmake version 2 settimane fa
COPYING Fixed remaining GPL address zip codes 14 anni fa
COPYING.LIB Fixed remaining GPL address zip codes 14 anni fa
ChangeLog qt -> tqt conversion: 6 anni fa
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, 4 anni fa
Doxyfile qt -> tqt conversion: 6 anni fa
Doxyfile.am Removed code formatting modelines. 4 anni fa
Doxyfile_full.am Removed code formatting modelines. 4 anni fa
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. 12 anni fa
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. 12 anni fa
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. 12 anni fa
Makefile.am Renaming of files in preparation for code style tools. 3 anni fa
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
README Fix help files, kdevelop->tdevelop branding, fix startup. 12 anni fa
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anni fa
config.h.cmake Add CMake check if the getline function is defined 5 anni fa
configure.in.bot Revert "Finish renaming tdevelop components" 10 anni fa
configure.in.in qt -> tqt conversion: 6 anni fa
kdevassistant.desktop Desktop file translations: 4 anni fa
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. 9 anni fa
tde-development-tdevelop.directory Desktop file translations: 4 anni fa
tdevelop.desktop Desktop file translations: 4 anni fa
tdevelop.m4.in qt -> tqt conversion: 6 anni fa
tdevelop_c_cpp.desktop Desktop file translations: 4 anni fa
tdevelop_kde_cpp.desktop Desktop file translations: 4 anni fa
tdevelop_ruby.desktop Desktop file translations: 4 anni fa
tdevelop_scripting.desktop Desktop file translations: 4 anni fa
x-tdevelop.desktop Desktop file translations: 4 anni fa

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.