TDE development IDE
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Ir al archivo
Slávek Banko 2f7afcc7b3
Fix FTBFS from prior commit.
hace 1 semana
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD hace 2 meses
buildtools Replace Q_SIGNALS and Q_SLOTS hace 3 meses
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
editors Replace Q_SIGNALS and Q_SLOTS hace 3 meses
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 3 meses
kdevdesigner Replace Q_SIGNALS and Q_SLOTS hace 3 meses
languages cmake files: change keywords to lower case hace 2 meses
lib Fix FTBFS from prior commit. hace 1 semana
mimetypes Desktop file translations: hace 4 años
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD hace 2 meses
pics Use common icons from tdelibs crystal folder to avoid icon duplication. hace 4 años
src Replace Q_SIGNALS and Q_SLOTS hace 3 meses
translations/desktop_files Translated using Weblate (Russian) hace 4 semanas
vcs Replace Q_SIGNALS and Q_SLOTS hace 3 meses
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. hace 3 años
AUTHORS Revert "Finish renaming tdevelop components" hace 10 años
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt hace 1 mes
CMakeLists.txt Use centralized cmake version hace 1 mes
COPYING Fixed remaining GPL address zip codes hace 15 años
COPYING.LIB Fixed remaining GPL address zip codes hace 15 años
ChangeLog qt -> tqt conversion: hace 6 años
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, hace 4 años
Doxyfile qt -> tqt conversion: hace 6 años
Doxyfile.am Removed code formatting modelines. hace 4 años
Doxyfile_full.am Removed code formatting modelines. hace 4 años
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. hace 12 años
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. hace 12 años
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. hace 12 años
Makefile.am Renaming of files in preparation for code style tools. hace 3 años
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
README Fix help files, kdevelop->tdevelop branding, fix startup. hace 12 años
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
config.h.cmake Add CMake check if the getline function is defined hace 5 años
configure.in.bot Revert "Finish renaming tdevelop components" hace 10 años
configure.in.in qt -> tqt conversion: hace 6 años
kdevassistant.desktop Desktop file translations: hace 4 años
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. hace 9 años
tde-development-tdevelop.directory Desktop file translations: hace 4 años
tdevelop.desktop Desktop file translations: hace 4 años
tdevelop.m4.in qt -> tqt conversion: hace 6 años
tdevelop_c_cpp.desktop Desktop file translations: hace 4 años
tdevelop_kde_cpp.desktop Desktop file translations: hace 4 años
tdevelop_ruby.desktop Desktop file translations: hace 4 años
tdevelop_scripting.desktop Desktop file translations: hace 4 años
x-tdevelop.desktop Desktop file translations: hace 4 años

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.