TDE development IDE
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
Iet uz failu
Andrei Stepanov 3219b37007
Translated using Weblate (Russian)
pirms 10 stundām
admin@59a8bf7c09 Reset submodule main/core/tdevelop/admin to latest HEAD pirms 1 mēnesi
buildtools Replace Q_SIGNALS and Q_SLOTS pirms 2 mēnešiem
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
editors Replace Q_SIGNALS and Q_SLOTS pirms 2 mēnešiem
embedded Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines pirms 3 mēnešiem
kdevdesigner Replace Q_SIGNALS and Q_SLOTS pirms 2 mēnešiem
languages cmake files: change keywords to lower case pirms 3 nedēļām
lib Replace QT_STATIC_CONST_* with actual definitions pirms 1 mēnesi
mimetypes Desktop file translations: pirms 4 gadiem
parts Reset submodule main/core/tdevelop/parts/appwizard/common/admin to latest HEAD pirms 1 mēnesi
pics Use common icons from tdelibs crystal folder to avoid icon duplication. pirms 4 gadiem
src Replace Q_SIGNALS and Q_SLOTS pirms 2 mēnešiem
translations/desktop_files Translated using Weblate (Russian) pirms 10 stundām
vcs Replace Q_SIGNALS and Q_SLOTS pirms 2 mēnešiem
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. pirms 3 gadiem
AUTHORS Revert "Finish renaming tdevelop components" pirms 10 gadiem
CMakeL10n.txt Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt pirms 2 nedēļām
CMakeLists.txt Use centralized cmake version pirms 2 nedēļām
COPYING Fixed remaining GPL address zip codes pirms 14 gadiem
COPYING.LIB Fixed remaining GPL address zip codes pirms 14 gadiem
ChangeLog qt -> tqt conversion: pirms 6 gadiem
ConfigureChecks.cmake Use tde_create_tarball, which is ready for reproducible builds, pirms 4 gadiem
Doxyfile qt -> tqt conversion: pirms 6 gadiem
Doxyfile.am Removed code formatting modelines. pirms 4 gadiem
Doxyfile_full.am Removed code formatting modelines. pirms 4 gadiem
HACKING Fix help files, kdevelop->tdevelop branding, fix startup. pirms 12 gadiem
HACKING.language Fix help files, kdevelop->tdevelop branding, fix startup. pirms 12 gadiem
INSTALL Fix help files, kdevelop->tdevelop branding, fix startup. pirms 12 gadiem
Makefile.am Renaming of files in preparation for code style tools. pirms 3 gadiem
Makefile.cvs Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
NEWS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
README Fix help files, kdevelop->tdevelop branding, fix startup. pirms 12 gadiem
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. pirms 15 gadiem
config.h.cmake Add CMake check if the getline function is defined pirms 5 gadiem
configure.in.bot Revert "Finish renaming tdevelop components" pirms 10 gadiem
configure.in.in qt -> tqt conversion: pirms 6 gadiem
kdevassistant.desktop Desktop file translations: pirms 4 gadiem
kdevprj2kdevelop Revert to .kdevelop files with <kdevelop> entity name for project files. pirms 9 gadiem
tde-development-tdevelop.directory Desktop file translations: pirms 4 gadiem
tdevelop.desktop Desktop file translations: pirms 4 gadiem
tdevelop.m4.in qt -> tqt conversion: pirms 6 gadiem
tdevelop_c_cpp.desktop Desktop file translations: pirms 4 gadiem
tdevelop_kde_cpp.desktop Desktop file translations: pirms 4 gadiem
tdevelop_ruby.desktop Desktop file translations: pirms 4 gadiem
tdevelop_scripting.desktop Desktop file translations: pirms 4 gadiem
x-tdevelop.desktop Desktop file translations: pirms 4 gadiem

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.