- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- Jun 02, 2010
-
-
Thorbjørn Lindeijer authored
Reviewed-by: kh1
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- Mar 30, 2010
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- Mar 23, 2010
-
-
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.
-
- Mar 16, 2010
-
-
kh1 authored
Reviewed-by: ck
-
- Mar 05, 2010
-
-
hjk authored
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 07, 2010
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- Nov 27, 2009
-
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
- Nov 24, 2009
-
-
Friedemann Kleint authored
Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
-
- Nov 16, 2009
-
-
ck authored
Reviewed-by: kh1
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 14, 2009
-
-
mae authored
- show side-by-side if possible - always show side-by-side - always show full help The default is "show side-by-side if possible". It's currently considered possible if the editor is at least 800 pixels wide.
-
- Jul 08, 2009
-
-
kh authored
Task-number: 254695
-
- Jun 26, 2009
-
-
kh authored
-
- Jun 25, 2009
-
-
kh authored
Task-number: 253365
-