- 24 Aug, 2010 2 commits
-
-
Robert Loehning authored
-
Kai Koehne authored
mousePos - QPoint(2,2) still returns the current widget, while -QPoint(3,3) works.
-
- 23 Aug, 2010 11 commits
-
-
Kai Koehne authored
Filter out all examples that are missing a .pro file. Afterwards remove empty categories.
-
hjk authored
-
hjk authored
Task-number: QTCREATORBUG-2136
-
Kai Koehne authored
Fix typo in commit c2a618ae.
-
Kai Koehne authored
Qt change f5c5e20ab20f016c0735 optimizes the calculation of the children's bounding rect by taking the parent bounding rect into account. This led to a recursion in the QuickDesigner Form Editor, because LayerItem::boundingRect() is defined as the children's bounding rect. Break the cycle by setting ItemClipsChildrenToShape to false. (cherry picked from commit 2067cfcf)
-
Thorbjørn Lindeijer authored
Due to the wrong enumerators being used, it was impossible to define custom shortcuts for these actions. Reviewed-by: mae Task-number: QTCREATORBUG-2139
-
Kai Koehne authored
Remove unimplemented NOTIFY signals. Furthermore the signals must be declared in the same class as the Q_PROPERTY (not in a base class): Fix this in filefilteritems.h.
-
Kai Koehne authored
Fixes compilation with Qt 4.7.1
-
- 20 Aug, 2010 10 commits
-
-
Leena Miettinen authored
Doc - Pull out instructions for setting up development environments for Maemo and Symbian, to reuse the topics in Nokia Qt SDK documentation (with if defines)
-
Robert Loehning authored
-
Kai Koehne authored
Generated with Qt from commit 00bc7129d166f8f3e1486b8bf920d77f46400a6e (qt-releases repo)
-
hjk authored
-
Leena Miettinen authored
-
hjk authored
-
hjk authored
Reviewed-by: Leena Miettinen
-
Kai Koehne authored
Don't misuse the input field for a custom qmlviewer path with displaying the effective qmlviewer used. Previously the effective qmlviewer was only calculated when the project pane is shown first, and then never updated. Reviewed-by: holmstedt
-
Kai Koehne authored
QmlInspector has been disabled Reviewed-by: holmstedt
-
Kai Koehne authored
Remove unneeded widget (has been added unintendedly in 60fffd
-
- 19 Aug, 2010 15 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
If no 'qmlviewer' executable is found in the PATH, iterate through the list of configured Qt versions and try to find a qmlviewer there. This should help users configuring creator such to play with Qml. Right now the first qmlviewer found in a Qt version is selected. A UI to let the user select one explicitly was not possible any more (string freeze). This requires a dependency from QmlProjectManager to Qt4ProjectManager. Reviewed-by: dt
-
Kai Koehne authored
This only works when a qmlviewer is in the PATH, which is non obvious. Removing the feature therefore completely.
-
Tobias Hunger authored
-
Friedemann Kleint authored
Do not clear variable containing submit repository. Fix potential crash (closing diff editor before command termination), use proper temp file name. Pass --non-interactive to "commit" to suppress editors being launched (despite -l). Reviewed-by:
Marco Bubke <marco.bubke@nokia.com> Task-number: QTCREATORBUG-1503
-
Tobias Hunger authored
* Revert this once string freeze is over!
-
Tobias Hunger authored
* Add test for build- and sourcedirectories being at different levels Reviewed-by: dt
-
Pierre Rossi authored
Rephrased thanks to Leena. Reviewed-by: Leena Miettinen
-
hjk authored
-
Jarek Kobus authored
-
Daniel Molkentin authored
Reviewed-by: Alessandro Portale
-
Leena Miettinen authored
-
Christian Kandeler authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-1932 Reviewed-by: Friedemann Kleint (cherry picked from commit 88f79706)
-
Leena Miettinen authored
Task-number: QTCREATORBUG-1934 Reviewed-by: Friedemann Kleint (cherry picked from commit 557572bb)
-
- 18 Aug, 2010 2 commits
-
-
Robert Loehning authored
These are needed because e2347b3d is (and should be) in 2.0 but not in 2.0.1 branch. Reviewed-by: Oswald Buddenhagen
-
Friedemann Kleint authored
Initial-patch-by: hjk Task-number: QTCREATORBUG-2084
-