- 14 Jul, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 13 Jul, 2010 3 commits
- 08 Jul, 2010 1 commit
-
-
kh1 authored
If we where not in full help mode at least once, the engine would still run without valid help collection due to the new lazy initialisation, thus the right side pane would not be able to retrieve the requested help file. Reviewed-by: ck
-
- 07 Jul, 2010 1 commit
-
-
kh1 authored
If we where not in full help mode at least once, the engine would still run without valid help collection due to the new lazy initialisation, thus the right side pane would not be able to retrieve the requested help file. Reviewed-by: ck
-
- 29 Jun, 2010 2 commits
- 28 Jun, 2010 1 commit
-
-
hjk authored
-
- 25 Jun, 2010 2 commits
- 21 Jun, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 14 Jun, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 11 Jun, 2010 1 commit
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- 31 May, 2010 2 commits
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
kh1 authored
Reviewed-by: ossi
-
- 29 Apr, 2010 1 commit
-
-
Lasse Holmstedt authored
When changing the language, the sidebar items would break because their localized window titles were used for storing the settings. Now, id's are used. Reviewed-by: con
-
- 28 Apr, 2010 2 commits
- 23 Apr, 2010 1 commit
-
-
con authored
-
- 15 Apr, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Also put it at the top, since it looks better there with the icon.
-
- 12 Apr, 2010 1 commit
-
-
kh1 authored
Reviewed-by: ck
-
- 06 Apr, 2010 1 commit
-
-
kh1 authored
Font stuff is now handled completely inside the help viewer class. Reviewed-by: ck
-
- 01 Apr, 2010 1 commit
-
-
kh1 authored
To make the addition of the qml docs more prominent, make the content item the default one as it shows all available documentation sets. Task-number: QTCREATORBUG-1024 Reviewed-by: kkoehne
-
- 30 Mar, 2010 1 commit
-
-
kh1 authored
-
- 24 Mar, 2010 1 commit
-
-
con authored
Reviewed-by: kh1
-
- 23 Mar, 2010 4 commits
-
-
kh1 authored
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.
-
kh1 authored
Currently we can only retrieve a list of keywords from the help index model, which is slow and needs a fully setup gui help engine. This needs to be implmeneted in the help lib though.
-
kh1 authored
-
kh1 authored
-
- 18 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 16 Mar, 2010 5 commits
-
-
kh1 authored
-
kh1 authored
Reuse the core help engine in the settings pages. Do not setup the gui help engine at all since any getter will do so. Split update documentation into smaller pieces for better performance. Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
kh1 authored
Reviewed-by: ck
-
- 11 Mar, 2010 1 commit
-
-
Tobias Hunger authored
Reviewed-by: kh1
-
- 10 Mar, 2010 3 commits
-
-
Robert Loehning authored
-
kh1 authored
We need to append "?view=split"to force the split mode check. Make the check more readable in viewerForContextMode.
-
kh1 authored
In case of split mode we did not check if the actual requested doc exists and thus did fail to open the browser if it could not be found. Reviewed-by: Daniel Molkentin
-