You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
In the process, fixed some bugs related to deallocation and reinitialization of documentation catalogs and project catalogs. This relates to bug 1859. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |
12 years ago | |
|---|---|---|
| admin@04db460623 | 12 years ago | |
| buildtools | 12 years ago | |
| cmake@1994b80881 | 12 years ago | |
| doc | 12 years ago | |
| editors | 12 years ago | |
| embedded | 12 years ago | |
| kdevdesigner | 12 years ago | |
| languages | 12 years ago | |
| lib | 12 years ago | |
| mimetypes | 12 years ago | |
| parts | 12 years ago | |
| pics | 12 years ago | |
| src | 12 years ago | |
| vcs | 12 years ago | |
| .gitmodules | 15 years ago | |
| AUTHORS | 12 years ago | |
| CMakeLists.txt | 12 years ago | |
| COPYING | 16 years ago | |
| COPYING.LIB | 16 years ago | |
| ChangeLog | 13 years ago | |
| ConfigureChecks.cmake | 14 years ago | |
| Doxyfile | 12 years ago | |
| Doxyfile.am | 17 years ago | |
| Doxyfile_full.am | 15 years ago | |
| HACKING | 14 years ago | |
| HACKING.language | 14 years ago | |
| INSTALL | 14 years ago | |
| Makefile.am | 12 years ago | |
| Makefile.cvs | 17 years ago | |
| NEWS | 17 years ago | |
| README | 14 years ago | |
| TODO | 17 years ago | |
| config.h.cmake | 12 years ago | |
| configure.in.bot | 12 years ago | |
| configure.in.in | 12 years ago | |
| kdevassistant.desktop | 12 years ago | |
| kdevprj2tdevelop | 12 years ago | |
| tde-development-tdevelop.directory | 14 years ago | |
| tdevelop.desktop | 12 years ago | |
| tdevelop.lsm | 14 years ago | |
| tdevelop.m4.in | 12 years ago | |
| tdevelop_c_cpp.desktop | 12 years ago | |
| tdevelop_kde_cpp.desktop | 12 years ago | |
| tdevelop_ruby.desktop | 12 years ago | |
| tdevelop_scripting.desktop | 12 years ago | |
| x-tdevelop.desktop | 14 years ago | |
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.