hjk
5344521585
debugger: some python polishing
2010-04-28 11:19:15 +02:00
Thomas Hartmann
5f3b82e26a
QmlDesigner.propertyEditor support for echoMode
2010-04-27 16:35:55 +02:00
Thomas Hartmann
1387ee81ab
QmlDesigner.propertyEditor: support for pixelSize
2010-04-27 16:35:54 +02:00
Daniel Molkentin
bbfe7bad3d
Add standard shortcut for print action.
...
Also update Visual Studio keyboard scheme. Xcode already had a proper
key binding.
Reviewed-by: con
2010-04-27 16:12:51 +02:00
hjk
6bb7b6176f
debugger: add a cut-down version of the dumpers for python
2010-04-27 15:33:23 +02:00
Thomas Hartmann
d2c9614755
QmlDesigner.propertyEditor: cleanup
2010-04-26 16:27:46 +02:00
Thomas Hartmann
9a4b0dc56a
QmlDesigner.propertyEditor: add objectName to frame
2010-04-26 16:27:45 +02:00
Robert Loehning
fbbb6cf64b
Fixed typo in German translation.
2010-04-23 15:59:13 +02:00
Robert Loehning
1be173efcc
gdbmacros: Escaping backslashes in filename
2010-04-23 15:39:37 +02:00
Kai Koehne
55367bb9d1
Qml: Update list of builtin types
...
Update was done by running tools/qml/qmldump
2010-04-23 13:46:14 +02:00
Thomas Hartmann
58adeb8460
QmlDesigner.propertyEditor: fix qml indenting
2010-04-23 11:25:57 +02:00
Thomas Hartmann
b90a103f27
QmlDesigner.propertyEditor: a border can only be added in base state
2010-04-23 11:25:56 +02:00
Thomas Hartmann
4f0b6a3099
QmlDesigner.propertyEditor: allowing editing of margins in states
...
See Bauhaus-598
2010-04-23 11:25:55 +02:00
hjk
8cd3b67a74
debugger: some refactoring of the python dumpers
...
Now it's easy to suppress "uninformative" intermediate levels in the
Locals & Watchers by using the new Dumper.putFields() function.
Used in qdump__QUrl
2010-04-23 10:39:44 +02:00
hjk
0733a70dd4
debugger: add simple QUrl dumper
2010-04-23 09:58:31 +02:00
Thomas Hartmann
7da51905e8
QmlDesigner.propertyEditor: new qml files
2010-04-22 12:25:45 +02:00
Thomas Hartmann
d82cabcf46
QmlDesigner.propertyEditor: cleanup
2010-04-21 16:01:47 +02:00
Thomas Hartmann
da41d5b833
QmlDesigner.propertyEditor: completing Text/TexEdit and TextInput panes
...
See BAUHAUS-581
This patch adds missing properties and implments the wrap mode
combobox
2010-04-21 16:01:47 +02:00
hjk
c4dbe9530e
debugger: fix python version of QModelIndex etc dumpers.
2010-04-21 14:48:43 +02:00
Thomas Hartmann
e00464d2b4
QmlDesigner.propertyEditor: hide stops label if not editing gradients
...
before the "stops" label was visible even if gradient editing was
disabled
2010-04-21 11:45:40 +02:00
Thomas Hartmann
ca44ba8fcd
QmlPropertyEditor: change layout of alignment buttons
2010-04-21 11:45:39 +02:00
Thomas Hartmann
7819f4e173
QmlDesigner.propertyEditor: fixes for LineEdit.qml - avoids warnings
...
This also fixes BAUHAUS-613
2010-04-21 11:45:38 +02:00
Thomas Hartmann
a7aed8cb92
QmlDesigner.propertyEditor: extending font properties
2010-04-21 11:45:38 +02:00
Thomas Hartmann
f088c39579
QmlDesigner.propertyEditor: cleanup buttons for alignment and colors
...
This commit cleans up the design of the buttons and fixes
BAUHAUS-612
2010-04-21 11:45:37 +02:00
Thomas Hartmann
f8b8c3a918
QmlDesigner.propertyEditor: remove unused css files
2010-04-21 11:45:37 +02:00
Thomas Hartmann
99f1fc56e8
QmlDesigner.propertyEditor: more css files for buttons
2010-04-21 11:45:36 +02:00
Thomas Hartmann
9e2521b713
QmlDesigner: new resources for the property editor
...
Some more icons for font styles and clearer icons for alignment
2010-04-21 11:45:36 +02:00
Thomas Hartmann
f822ae69ec
QmlDesigner: fixing indentation in qml
2010-04-21 11:45:35 +02:00
Daniel Molkentin
a7534ff402
Git attributes to force patches to always be LF
2010-04-20 08:08:31 +02:00
Thomas Hartmann
07c8dbf0d1
QmlDesigner.propertyEditor: enabling generic editing of properties
2010-04-19 16:08:06 +02:00
Thomas Hartmann
af0304ca8e
QmlDesigner.propertyEditor: avoid warnings
2010-04-19 16:08:06 +02:00
Friedemann Kleint
95e8be5136
i18n: Update German translation
2010-04-19 14:59:17 +02:00
Thomas Hartmann
890aca82ae
QmlDesigner.propertyEditor: new design for color editing of Rectangle
...
This adds gradient editing and is a solution for BAUHAUS-445
2010-04-19 12:05:44 +02:00
Thomas Hartmann
5a7a6ed248
QmlDesigner.propertyEditor: fixes reset glitch
2010-04-19 12:05:43 +02:00
Thomas Hartmann
5658daa193
QmlDesigner.propertyEditor: fixes Opacity and Scale slider
...
See: BAUHAUS-590
2010-04-19 12:05:43 +02:00
Friedemann Kleint
0a643a1994
Wizards: Open a relevant file in editor after the wizard run
...
Remove all hacks/conventions of considering the last generated
file as project file, etc. and instead add attributes flags to
Core::GeneratedFile, giving fine-grained control of what to do
with the file. Implement static utility functions in wizards
that handle it. Add boolean XML-attributes "openeditor"/"openproject"
to the file elements used by the CustomWizard XML-specification.
Manually set the attributes in all wizards.
Task-number: QTCREATORBUG-1166
2010-04-16 15:55:38 +02:00
hjk
8bbe26c35c
debugger: fix for QTCREATORBUG-1180
2010-04-16 14:08:37 +02:00
Thomas Hartmann
e59d0134c1
QmlDesigner.propertyEditor: fix buttons for color editing
2010-04-16 13:46:35 +02:00
Thomas Hartmann
d87471af56
QmlDesigner.propertyEditor: fixing color coding for LineEdit
2010-04-16 13:46:34 +02:00
Thomas Hartmann
6c8e14173a
QmlDesigner.propertyEditor some css fixing
2010-04-16 13:46:34 +02:00
Thomas Hartmann
f871b9641f
QmlDesigner.propertyEditor: avoid qml warning
2010-04-16 13:46:33 +02:00
hjk
543826cb12
debugger: potential fix for QTCREATORBUG-1183
2010-04-16 13:26:46 +02:00
hjk
cfe771cc37
debugger: fix for "Can not step into functions on Symbian" QTCREATORBUG-1185
2010-04-16 11:50:00 +02:00
hjk
0c0b430fba
debugger: add python dumper for __gnu_cxx::hash_set
2010-04-15 18:29:25 +02:00
Tobias Hunger
b7c0a42025
Fix indention of code generated for mobile gui apps
2010-04-15 17:24:51 +02:00
Robert Loehning
6c244f2162
Translation fix.
2010-04-15 15:05:29 +02:00
Christian Kamm
850c7251ab
QmlJS: Update type descriptions for recent Qml updates in Qt.
2010-04-14 15:32:36 +02:00
hjk
2aa08edcd0
add a README for the gdb patch collection
2010-04-14 12:15:29 +02:00
hjk
465aa55cea
debugger: add a patch to solve the 'Cannot step on Maemo' problem.
...
This patch needs to be applied to any gdb newer then Sep 17, 2007
before using it for Maemo.
2010-04-14 11:00:35 +02:00
Daniel Molkentin
bbcfda74f9
MSVC Shortcuts: Use Shift+F12 for FollowSymbol in Qml, too.
2010-04-13 17:38:53 +02:00