| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
We now do as much as possible lazy initialisation, e.g only start the
full text search indexer if we really access the search widget. Also
moved the QFutur progress into the search widget. Changed all ctors to
be called without an argument, since we share the help engines from
help manager all over the place. Make use of the fact that we only need
to call setupData on the gui engine if we access the help mode, otherwise
all data is fetched thru the core engine whichs setupData is really fast.
|
| |
|
| |
|
|
|
|
| |
doing it in 1.3 as well to avoid possible later conflicts
|
| |
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: dt
|
|
|
|
|
|
| |
- clear up some Q_OS_LINUX vs. Q_OS_UNIX
- clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
- use proper #if-#else cascades instead of free-standing #ifs
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Task: - found by Denis
RevBy: - Thomas
AutoTest: - manual
Details: - we have some broken doc entrys, they won't return a url at all
|
|
|