- 08 Apr, 2016 1 commit
-
-
Script Kiddy authored
-
- 07 Apr, 2016 1 commit
-
-
Luigi Toscano authored
-
- 28 Mar, 2016 2 commits
-
-
Pino Toscano authored
-
Pino Toscano authored
This way it simplifies their cleanup, and avoid double deletions in some (rare) cases.
-
- 25 Mar, 2016 1 commit
-
-
Script Kiddy authored
-
- 22 Mar, 2016 1 commit
-
-
Luigi Toscano authored
BUG: 351939
-
- 21 Mar, 2016 5 commits
-
-
Pino Toscano authored
Create a new version of checkxrefs in Perl, which makes working with data structures a bit easier than in shell... (and there is no need to spawn executables all the time) Also, add it as build time test, so it isn't forgotten anymore.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Pino Toscano authored
-
Pino Toscano authored
Migrate mSearchFrame from QFrame to QWidget, since it does not use any of what QFrame provides over QWidget; also change its name, since it is not a frame anymore.
-
Pino Toscano authored
A simple layout with widgets in it is enough, no need for extra widgets. Also change the button in the button box, Close instead of Ok.
-
- 20 Mar, 2016 11 commits
-
-
Pino Toscano authored
Use <...> instead of "...".
-
Pino Toscano authored
Also decode it using the right encoding.
-
Pino Toscano authored
-
Pino Toscano authored
If ki18n >= 5.20.0 is available, use KLocalizedString::languages() to get the list of configured languages for translations. This fixes the lookup of translated content, such as TOCs, mirroring what was done with commit 37bc9831fe097b01bb100f622ecd0ef19f77b80f in kio.git.
-
Pino Toscano authored
- remove endl and '\n', since they are added automatically - remove extra spaces - remove extra quoting (done automatically for QString) - raise some khcDebug to khcWarning, since they are not usual situations - other general fixups
-
Pino Toscano authored
-
Pino Toscano authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Pino Toscano authored
-
Pino Toscano authored
-
Pino Toscano authored
- remove the double QTreeWidget vs QTreeWidgetItem behaviour by using only items (including the root of the tree) as parents - keep track of the items created for each DocEntry, and reuse them as parents when iterating on the children of the DocEntry's: properly mark temporary items as such, eventually removing only them when empty As related change, pass only the SearchEngine and not the whole SearchWidget, since there is no real need for it. as a consequence of the changes above, remove the supporting API no more needed in SearchWidget and ScopeItem.
-
- 19 Mar, 2016 2 commits
-
-
Pino Toscano authored
Use Prefs::showMissingDocs() directly where needed.
-
Pino Toscano authored
It does not need to be a class member, and thus createChildrenList can be static now.
-
- 18 Mar, 2016 2 commits
-
-
Pino Toscano authored
-
Pino Toscano authored
There is a (undocumented) configuration key that switches the search for any handler to a preset program. However, there are different issues with it: - letting handlers to create their indexes as needed, but then not using them, makes no sense -- my blind guess is in that far past some distro used this to integrate with their own system, but I cannot find more hints about that - the common program seems to behave like a CGI - the internal implementation is synchronously in a buggy way (cfr bug #158282) - it has not been tested nor used for a decade Hence, just drop this implementation. BUG: 158282
-
- 17 Mar, 2016 6 commits
-
-
Pino Toscano authored
This sort of reverts commit 1e349d94, since DocInfo uses Prefs again.
-
Pino Toscano authored
- keep the whole list of current languages, and not only the first; this brings the behaviour as it was before the frameworks porting - read the "pretty name" of languages only once and when needed, instead of batch reading the kf5_entry.desktop files for all the configured languages at startup
-
Pino Toscano authored
- switch to a simple enum value for its type - get rid of the inner Observer class (and the related code), as it is not used at all (and it was not even working)
-
Jonathan Riddell authored
GIT_SILENT
-
Pino Toscano authored
Check for them earlier and only create the NavigatorAppItem in that case, switching back to NavigatorItem for all the other kind of "special" items.
-
Pino Toscano authored
Merge scrollkeeper.desktop into the .directory of the Scrollkeeper directory, since a single item for it is enough: this allows us to handle the scrollkeeper tree creation much like other "special" trees. Also remove in ScrollKeeperTreeBuilder the need for the "after" item, since all the subtrees can added to the right top-level item.
-
- 16 Mar, 2016 1 commit
-
-
Pino Toscano authored
Make use of NavigatorAppItem where we might expect a TOC to be found, like konqueror docs, KCM docs, and kioslave docs.
-
- 15 Mar, 2016 7 commits
-
-
Pino Toscano authored
Turn a bit away from the URL-like representation of the scope list, to not model the internals based on a CGI indexing/searching system.
-
Pino Toscano authored
- set the application name to "khelpcenter", so the correct metainfo dirs are read - remove KAboutData usage, not needed - use QByteArray for indentation in debug output - avoid "..." in indentation strings
-
Pino Toscano authored
-
Script Kiddy authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Pino Toscano authored
-
Pino Toscano authored
Move the TOC handling of NavigatorItem in a new NavigatorAppItem, representing an application in the XDG menu. This avoids the potential TOC generation also for other kind of NavigatorItem subtypes, e.g. TOCItem: thus, (double-)clicking on a TOC item will not try to spawn meinproc (failing) anymore.
-