summaryrefslogtreecommitdiff
path: root/src/shared/help/indexwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrite of the whole help modul initialization.kh12010-03-231-3/+2
| | | | | | | | | | 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.
* Make use of the now available gui help engine.kh12010-03-231-5/+6
|
* Long live the king!hjk2010-03-051-1/+1
|
* remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
| | | | doing it in 1.3 as well to avoid possible later conflicts
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* More fixes for setting focus correctly.con2009-06-051-8/+7
| | | | Reviewed-by: dt
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-1/+1
| | | | | | - 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
* make ctrl+lmb and mmb work in a same way everywhere (like in browsers)kh2009-05-181-33/+33
|
* compile fix for namespaced Qthjk2009-05-071-4/+0
|
* Fixed translation issues.Friedemann Kleint2009-05-071-4/+4
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: - crash while open invalid doc filesPatrick Star2009-02-241-1/+1
| | | | | | | Task: - found by Denis RevBy: - Thomas AutoTest: - manual Details: - we have some broken doc entrys, they won't return a url at all
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+208