- 05 Nov, 2010 2 commits
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2984 Reviewed-by: dt
-
Thorbjørn Lindeijer authored
Scroll per pixel is nicer and highlighting sections is not useful. Elide mode is now set in the UI file. Also, set a minimum height so that it doesn't go too small. Reviewed-by: Christian Kandeler
-
- 04 Nov, 2010 9 commits
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
con authored
The Qt4 project manager was unnecessarily linking against the QML JS editor plugin. Reviewed-by: dt
-
dt authored
Task-Nr: QTCREATORBUG-3001
-
hjk authored
Reviewed-by: Friedemann Kleint Reviewed-by: Pawel Polanski
-
Thomas Hartmann authored
There was a bug in the sibling margin for the bottom anchor. Also, disabling width/height in the property editor only makes sense, if both anchors (top/left or op/bottom) are set. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
Refactoring only works of old and newId are not empty, otherwise we just fall back and use the model Task-number: QTCREATORBUG-2953 Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
We have to set the cursor on Mac OS X manually in enter and leave events. Task-number: QTCREATORBUG-2622 Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
The ComboBox needs more space on Mac OS X, so I increased the margins in the layouts. Task-number: QTCREATORBUG-2624 Reviewed-by: Kai Koehne
-
hjk authored
Iterating through gdb.Frame.blocks() also yields function-local struct definitions that cause later errors when attempting to use them as local variable. This is arguably a gdb issue as it is inconsistent with the result of plain old "info locals" output. Reviewed-by: Friedemann Kleint
-
- 03 Nov, 2010 3 commits
-
-
Kai Koehne authored
Qml Debugging requires 4.7.1, and the path of qmljsdebugger being specified on the command line. Just disable debugging if this isn't the case instead of bailing out an error. Reviewed-by: dt
-
Kai Koehne authored
Qml debugging is now disabled by default, and has to be enabled explicitly (b2016bbfc9). This has to be done before the QDView/QDEngine is instantiated ... Reviewed-by: Alessandro Portale
-
Kai Koehne authored
Qml debugging is now disabled by default, and has to be enabled explicitly (b2016bbfc9). This has to be done before the QDView/QDEngine is instantiated ... The patch introduces a static create method to QmlApplicationViewer, so that the setup can be hidden from the users main file. Reviewed-by: Alessandro Portale
-
- 02 Nov, 2010 7 commits
-
-
con authored
-
Thomas Hartmann authored
Deleting an items might have a side effect that turns the qml code invalid. (e. g. alias properties) We catch this an show a proper error message. Task-number: QTCREATORBUG-2973 Reviewed-by: Kai Koehne
-
con authored
-
con authored
-
hjk authored
Reviewed-By: Friedemann Kleint
-
hjk authored
Reviewed-by: Oswald Buddenhagen
-
hjk authored
Reviewed-by: Alessandro Portale
-
- 01 Nov, 2010 10 commits
-
-
Alessandro Portale authored
Reviewed-By: TrustMe
-
Alessandro Portale authored
...and do not call it show(), because that is the signature of a non-virtual base class function. showExpanded() sucks as name, and hjk, who reviewed this is not convinced. But showExpanded() is still better than show(). Task-Number: QTCREATORBUG-2979 Reviewed-By: hjk
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-
Oswald Buddenhagen authored
this is a team work by the following people: Beaver Xu <xtfllbl@hotmail.com> cch123 <cao1988228@163.com> shiroki <shiroki@cuteqt.com> Rei <chloerei@gmail.com> Merge-request: 210
-
Oswald Buddenhagen authored
-
hjk authored
Reviewed-by: Friedemann Kleint
-
Thomas Hartmann authored
I also added a tooltip. Reviewed-by: Lasse Holmstedt
-
Thomas Hartmann authored
Also fixes the memory leak in resize code. cleanup Reviewed-by: Marco Bubke
-
Sergey Belyashov authored
Merge-request: 211 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Friedemann Kleint authored
Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@nokia.com>
-
- 29 Oct, 2010 3 commits
-
-
Alessandro Portale authored
These are useseless place eaters. If needed, they can easily be added by the user in Qt Designer. Reviewed-By: ck
-
Thorbjørn Lindeijer authored
Reviewed-by: Jarek Kobus Acked-by: dt
-
Friedemann Kleint authored
Do not parse options if empty (when a file was passed to the core). Reviewed-by:
Thorbjørn <thorbjorn.lindeijer@nokia.com>
-
- 28 Oct, 2010 6 commits
-
-
Pierre Rossi authored
-
con authored
Conflicts: share/qtcreator/translations/qtcreator_pl.ts
-
Oswald Buddenhagen authored
ok, i'm cheating ... it's only 97% complete :D
-
Pawel Polanski authored
(cherry picked from commit 37fd6189) plus manual fix for "CDB debug engine does not support ...".
-
Oswald Buddenhagen authored
-
Pawel Polanski authored
-