- Aug 16, 2010
-
-
Pawel Polanski authored
Reviewed-by: Tobias Hunger
-
hjk authored
-
kh1 authored
-
kh1 authored
Reviewed-by: ck
-
Olivier Goffart authored
(Else, we do do not have enough time to start the observer)
-
Olivier Goffart authored
Dumping property is too slow and introduces noticable leaks In order to work, this optimisation needs f7a501515fcf1dafecb88 from Qt. (else it will not get optimized)
-
Kai Koehne authored
-
Kai Koehne authored
Do the same as in CppOutline
-
ck authored
-
ck authored
-
Leandro Melo authored
-
Leandro Melo authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Aug 15, 2010
-
-
Alessandro Portale authored
Application logic implemented. The Wizard Ui does not expose this feature, yet.
-
Alessandro Portale authored
QmlStandaloneApp::path() used to combine the separate enums. But most of the combinations would not make sense. Now, path() uses the combined enum and maintainability won this time.
-
- Aug 13, 2010
-
-
Robert Loehning authored
This commit repeats 34f241c0 . Looks like that didn't survive the merge. Task-number: QTBUG-12057
-
Roberto Raggi authored
-
Leandro Melo authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Thomas Hartmann authored
Filtering MouseButtonPress and MouseButtonRelease makes no sense and results in bad behaivour when dragging the QuickToolBar.
-
Thomas Hartmann authored
We have to check for m_oldCursorPosition != -1 to avoid calling apply() in the case of a TextMarker update. Otherwise the QuickToolBar misbehaves. I also removed the comment.
-
Thomas Hartmann authored
This was just plain wrong. A negative offset makes no sense in any case.
-
Thomas Hartmann authored
This resolves several usability bugs.
-
Thomas Hartmann authored
The painting was visible slow before. Avoiding QPainter and setting pixels directly leads to serious speedup.
-
Thomas Hartmann authored
If font.bold/font.italic etc. are set to anything, but a literal boolean, the button gets disabled, now. This prevents the user from accidentally overiding bindinds.
-
Thomas Hartmann authored
The textmarker is now updated when the document gets updated and the textmarker is shown again, if the user closes the QuickToolBar.
-
Thomas Hartmann authored
closed() is emitted when the pane is hidden/closed.
-
Roberto Raggi authored
-
ck authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-