TDE development IDE
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Přejít na soubor
Slávek Banko 2f7afcc7b3
Fix FTBFS from prior commit.
před 3 dny
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD před 2 měsíci
buildtools Replace Q_SIGNALS and Q_SLOTS před 2 měsíci
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
editors Replace Q_SIGNALS and Q_SLOTS před 2 měsíci
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
kdevdesigner Replace Q_SIGNALS and Q_SLOTS před 2 měsíci
languages cmake files: change keywords to lower case před 1 měsícem
lib Fix FTBFS from prior commit. před 3 dny
mimetypes Desktop file translations: před 4 roky
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD před 2 měsíci
pics Use common icons from tdelibs crystal folder to avoid icon duplication. před 4 roky
src Replace Q_SIGNALS and Q_SLOTS před 2 měsíci
translations/desktop_files Translated using Weblate (Russian) před 3 týdny
vcs Replace Q_SIGNALS and Q_SLOTS před 2 měsíci
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. před 3 roky
AUTHORS Revert "Finish renaming tdevelop components" před 10 roky
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt před 1 měsícem
CMakeLists.txt Use centralized cmake version před 1 měsícem
COPYING Fixed remaining GPL address zip codes před 14 roky
COPYING.LIB Fixed remaining GPL address zip codes před 14 roky
ChangeLog qt -> tqt conversion: před 6 roky
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, před 4 roky
Doxyfile qt -> tqt conversion: před 6 roky
Doxyfile.am Removed code formatting modelines. před 4 roky
Doxyfile_full.am Removed code formatting modelines. před 4 roky
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. před 12 roky
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. před 12 roky
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. před 12 roky
Makefile.am Renaming of files in preparation for code style tools. před 3 roky
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
README Fix help files, kdevelop->tdevelop branding, fix startup. před 12 roky
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
config.h.cmake Add CMake check if the getline function is defined před 5 roky
configure.in.bot Revert "Finish renaming tdevelop components" před 10 roky
configure.in.in qt -> tqt conversion: před 6 roky
kdevassistant.desktop Desktop file translations: před 4 roky
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. před 9 roky
tde-development-tdevelop.directory Desktop file translations: před 4 roky
tdevelop.desktop Desktop file translations: před 4 roky
tdevelop.m4.in qt -> tqt conversion: před 6 roky
tdevelop_c_cpp.desktop Desktop file translations: před 4 roky
tdevelop_kde_cpp.desktop Desktop file translations: před 4 roky
tdevelop_ruby.desktop Desktop file translations: před 4 roky
tdevelop_scripting.desktop Desktop file translations: před 4 roky
x-tdevelop.desktop Desktop file translations: před 4 roky

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.