Revision f65c752...

Go back to digest for 8th June 2014

Optimization in Development Tools

Milian Wolff committed changes in [kdevelop] /manpage:

Greatly optimize the ManPageModel.

Instead of loading huge HTML files for the individual sections, we
simply use KIO::listDir and use its results.

Sadly, we cannot do the same for the top-most page as a listDir
on man:// returns not only the folders but also all entries...

File Changes

Modified 2 files
  • /manpage
  •   documentationmodel.cpp
  •   documentationmodel.h
2 files changed in total