TDE development IDE
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
ファイルへ移動
Slávek Banko 2f7afcc7b3
Fix FTBFS from prior commit.
1週間前
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD 2ヶ月前
buildtools Replace Q_SIGNALS and Q_SLOTS 3ヶ月前
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
editors Replace Q_SIGNALS and Q_SLOTS 3ヶ月前
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3ヶ月前
kdevdesigner Replace Q_SIGNALS and Q_SLOTS 3ヶ月前
languages cmake files: change keywords to lower case 2ヶ月前
lib Fix FTBFS from prior commit. 1週間前
mimetypes Desktop file translations: 4年前
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD 2ヶ月前
pics Use common icons from tdelibs crystal folder to avoid icon duplication. 4年前
src Replace Q_SIGNALS and Q_SLOTS 3ヶ月前
translations/desktop_files Translated using Weblate (Russian) 4週間前
vcs Replace Q_SIGNALS and Q_SLOTS 3ヶ月前
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3年前
AUTHORS Revert "Finish renaming tdevelop components" 10年前
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt 1ヶ月前
CMakeLists.txt Use centralized cmake version 1ヶ月前
COPYING Fixed remaining GPL address zip codes 15年前
COPYING.LIB Fixed remaining GPL address zip codes 15年前
ChangeLog qt -> tqt conversion: 6年前
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, 4年前
Doxyfile qt -> tqt conversion: 6年前
Doxyfile.am Removed code formatting modelines. 4年前
Doxyfile_full.am Removed code formatting modelines. 4年前
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. 12年前
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. 12年前
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. 12年前
Makefile.am Renaming of files in preparation for code style tools. 3年前
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
README Fix help files, kdevelop->tdevelop branding, fix startup. 12年前
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15年前
config.h.cmake Add CMake check if the getline function is defined 5年前
configure.in.bot Revert "Finish renaming tdevelop components" 10年前
configure.in.in qt -> tqt conversion: 6年前
kdevassistant.desktop Desktop file translations: 4年前
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. 9年前
tde-development-tdevelop.directory Desktop file translations: 4年前
tdevelop.desktop Desktop file translations: 4年前
tdevelop.m4.in qt -> tqt conversion: 6年前
tdevelop_c_cpp.desktop Desktop file translations: 4年前
tdevelop_kde_cpp.desktop Desktop file translations: 4年前
tdevelop_ruby.desktop Desktop file translations: 4年前
tdevelop_scripting.desktop Desktop file translations: 4年前
x-tdevelop.desktop Desktop file translations: 4年前

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.