Thomas Hartmann
6f52e5878a
QmlDesigner: new qml components for color editing
2010-02-04 13:08:08 +01:00
Thomas Hartmann
ce734c6326
QmlDesigner.propertyEditor: adjusting alignmet (layout)
2010-02-04 13:08:07 +01:00
Thomas Hartmann
818b997999
QmlDesigner.propertyEditor extending DoubleSpinBox
2010-02-04 13:08:07 +01:00
Thomas Hartmann
ba9a6b507a
QmlDesigner.propertyEditor adjust LineEdit style
2010-02-04 13:08:06 +01:00
Thomas Hartmann
7fe0a6e353
QmlDesigner.propertyEditor fix opacity and scale
2010-02-04 13:08:06 +01:00
Thomas Hartmann
b635a226ba
QmlDesigner.propertyEditor adjust style
2010-02-04 13:08:05 +01:00
Thomas Hartmann
34e19c0f8d
QmlDesigner.propertyEditor adjust CheckBox style
2010-02-04 13:08:05 +01:00
Thorbjørn Lindeijer
0662ba391f
Fixed the background color of "disabled code" in the grayscale scheme
...
This background color is also used for right margin background and
folded code popup. Not setting any resulted in weird affects in those
places.
2010-02-04 13:01:50 +01:00
hjk
0c05c042db
debugger: fix new QHashNode dumper
2010-02-04 12:12:27 +01:00
hjk
b35a4096c6
debugger: start using TRK's 'multi instruction step' facility
2010-02-04 09:57:38 +01:00
Friedemann Kleint
40f0d4d7c3
Debuggers: Enable Python-dumpers for Windows-built gdb.
...
Engine: Introduce convention of setting the PYTHONPATH
variable to <path-to-gdb>\python2.5 for WIndows.
Dumpers: Import 'curses' depending on platform, fix Syntax
for 2.5, catch file lock errors by os.remove.
Reviewed-by: hjk
2010-02-03 16:52:37 +01:00
Robert Loehning
939b4d89c2
Fixed translation typos QTCREATORBUG-646 and QTCREATORBUG-647.
2010-02-01 21:19:53 +01:00
Friedemann Kleint
2fd8b2d7ff
Fix some code scanning issues.
...
QString: Use QChar where appropriate.
2010-02-01 12:43:56 +01:00
Oswald Buddenhagen
75b42f18d8
Merge remote branch 'origin/1.3'
...
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
4320314046
Merge branch 'origin/1.3' (early part)
...
Conflicts:
src/plugins/debugger/gdb/trkgdbadapter.cpp
src/plugins/projectexplorer/projectexplorer.cpp
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
src/plugins/texteditor/basetexteditor.cpp
2010-01-29 22:14:44 +01:00
Oswald Buddenhagen
a6ca348636
remove trailing whitespace
...
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
Thomas Hartmann
d76cc24eab
QmlDesigner.propertyEditor: move widgets from Qt 4.6 to Bauhaus 1.0
...
We should not polute the Qml Qt 4.6 namespace
See BAUHAUS-322
2010-01-29 16:38:34 +01:00
Thomas Hartmann
237ae78d0b
QmlDesigner.propertyEditor: fixing qml warnings
2010-01-29 15:57:14 +01:00
hjk
d00fba8e2b
debugger: work around 'optimized out' function parameters
2010-01-29 15:48:17 +01:00
Sergey Belyashov
07da7ccfdf
Russian translation update
...
Merge-request: 105
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com >
2010-01-29 15:25:43 +01:00
Nigel Hietala
a2d4495968
Fixed border issue with property pane tab
2010-01-29 14:30:27 +02:00
Nigel Hietala
018a64e130
Tweak the mouse pressed colour
2010-01-29 14:09:45 +02:00
Thomas Hartmann
de0beff432
QmlDesigner.propertyEditor: avoiding warnings
...
I added more checks for undefined - there should be no warnings left
2010-01-28 17:51:15 +01:00
Thomas Hartmann
95a3915968
QmlDesigner.propertyEditor: increasing default label size
2010-01-28 17:51:15 +01:00
Thomas Hartmann
56c4fefd2a
QmlDesigner.propertyEditor: cleanup of PropertyFrame.qml
...
increasing the size of the property editor a bit
2010-01-28 17:51:14 +01:00
Thomas Hartmann
1944c4f6b3
QmlDesigner.propertyEditor: relayout of standard text properties
2010-01-28 17:51:14 +01:00
Thomas Hartmann
a0bbb16aeb
QmlDesigner.propertyEditor: relayout FontGroupBox.qml
2010-01-28 17:51:13 +01:00
Thomas Hartmann
711fcfbb35
QmlDesigner.propertyEditor: fix ExpressionEditor.qml
2010-01-28 17:51:13 +01:00
Thomas Hartmann
238ca8dc38
QmlDesigner.propertyEditor: cleanup of ItemPane.qml
2010-01-28 17:51:12 +01:00
Thomas Hartmann
1c7ddfffc0
QmlDesigner.propertyEditor: clean up of WebView properties
2010-01-28 17:51:11 +01:00
Thomas Hartmann
8e847749ac
QmlDesigner.propertyEditor: removed qml warnings
...
Checking for undefined and null everywhere is the only way to fix this
right now
2010-01-28 11:57:52 +01:00
Thomas Hartmann
a47cfaa01b
QmlDesigner.PropertyEditor: Refactoring and polishing
...
I polished and refactored most of the property editor (again)
I introduced more custom widgets with expression editing, fixed bugs
and polished the visual design
2010-01-27 18:39:46 +01:00
Thomas Hartmann
134fc79508
QmlDesigner.propertyEditor: tweaking the sytle sheet
2010-01-27 18:39:46 +01:00
Thomas Hartmann
50ad1f93b9
QmlDesigner.propertyEditor: adjusting alpha of images
2010-01-27 18:39:45 +01:00
Thomas Hartmann
f905c9901e
QmlDesigner.propertyEditor: update of the property editor
2010-01-27 11:50:06 +01:00
Thomas Hartmann
69f6742d50
QmlDesigner.propertyEditor: style sheet tweaks for the new style
2010-01-27 11:50:05 +01:00
hjk
f64c5e342a
debugger: fix after disabling listing breakpoints in the python part
2010-01-21 17:19:09 +01:00
hjk
ba877b6369
debugger: prepare for outputting breakpoints from the dumpers
2010-01-21 17:19:08 +01:00
Thomas Hartmann
599d195790
QmlDesigner.PropertyEditor: some stye sheet fixes for our GroupBox
2010-01-20 13:14:45 +01:00
Thomas Hartmann
2845191cc2
QmlDesigner.PropertyEditor: styling of slider
2010-01-20 13:14:45 +01:00
Nigel Hietala
4c37504540
Tweaks to snippets XML definition file
2010-01-19 23:16:25 +02:00
mae
5b8a678672
first iteration of snippet support for qml
...
Done with Thorbjorn and Roberto
2010-01-19 18:50:50 +01:00
Robert Loehning
1e6e2580db
Fixed translations, reported in QTCREATORBUG-590.
2010-01-19 18:39:33 +01:00
hjk
898e84ceff
debugger: add dumper for TLitC<N>, fix encodign for TBuf
2010-01-15 16:54:46 +01:00
hjk
8510d887b8
debugger: dumper for TBuf<N>
2010-01-15 15:06:40 +01:00
hjk
dd118df7cb
debugger: workaround failing 'info locals' on gdb 6.8-symbianelf
2010-01-15 11:38:20 +01:00
Jarek Kobus
714a027a55
Update Polish translations
2010-01-15 10:08:27 +01:00
con
24d592d8fa
Merge remote branch 'origin/1.3'
...
Conflicts:
src/plugins/bineditor/bineditorplugin.cpp
src/plugins/coreplugin/editormanager/editormanager.cpp
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/watchhandler.cpp
2010-01-14 18:45:35 +01:00
Robert Loehning
2520d0c5d5
Fixed translation.
...
Reviewed-by: ossi
2010-01-14 15:51:31 +01:00
Thomas Hartmann
fb77bf0a5d
QmlDesigner.PropertyEditor: fix .qml indentations
2010-01-13 14:49:57 +01:00