Marco Bubke
4c1646ac75
Whitespace
2010-04-20 14:40:36 +02:00
Marco Bubke
212afcfa92
Fix crash for reseting a property
...
Task-Number: BAUHAUS-606
2010-04-20 14:40:36 +02:00
Jörg Schummer
052e5fa6ab
QmlDesigner.ItemLibrary: Resources view is now updated when switching files
...
Task-number: BAUHAUS-599
2010-04-20 14:40:36 +02:00
Jörg Schummer
d6df0907b7
QmlDesigner.ItemLibrary: Added qml files to itemlibrary project file
2010-04-20 14:40:36 +02:00
Jörg Schummer
b5c7bc1c3d
QmlDesigner.ItemLibrary: Removed row separators in resources view
...
This is to keep the resources view in the same look as the
navigator view.
2010-04-20 14:40:36 +02:00
Jörg Schummer
981288d947
QmlDesigner.ItemLibrary: Reduced the minimum size of the tab bar
2010-04-20 14:40:36 +02:00
Erik Verbruggen
dde1f3eb10
Fixed cursor positioning.
2010-04-20 13:14:34 +02:00
Erik Verbruggen
efd06c21f9
Re-added the blue link color for (file) URLs.
2010-04-20 12:50:38 +02:00
Friedemann Kleint
436a0ffebf
Debugger[CDB]: Fix expanding arrays.
...
Strip '[', ']' off inames in coreengine so
that the name lookup for them works.
Handle 64bit-addresses in .dvalloc-output
parsing for dumpers. Some debug formatting.
Task-number: QTCREATORBUG-1216
2010-04-20 12:09:58 +02:00
Oswald Buddenhagen
f269f86982
don't double-expand for() arguments
...
unlike in qmake, the arguments are already expanded at this point
(which is strictly speaking a bug for the iterator variable name),
so it is plain wrong to call doVariableReplace on them.
2010-04-20 12:02:10 +02:00
Oswald Buddenhagen
2af6e73c59
avoid detaching
...
amazingly enough, qlist::{first,last}() have non-const versions,
which are of course used when you least expect it ...
2010-04-20 12:02:10 +02:00
Oswald Buddenhagen
f26019bed8
fix location info in parsing-error messages
2010-04-20 12:02:10 +02:00
Friedemann Kleint
bb6a7c3c6c
Debugger[CDB]: Wire stderr/stdout output.
2010-04-20 10:31:40 +02:00
Friedemann Kleint
f0a64720c8
Designer: Fix accidental widget deletion by pressing Delete in PropEditor.
2010-04-20 10:13:17 +02:00
Thorbjørn Lindeijer
712c7e212e
Make TextEditorPlugin internal again
...
The TextEditorSettings class already provides the appropriate signal.
2010-04-20 09:09:09 +02:00
ck
ace402f0cb
Maemo: Fix application output.
2010-04-20 08:58:11 +02:00
kh1
342e621253
Quick fix to make the documentation work, needs a proper solution though.
...
Reviewed-by: kh
2010-04-19 19:08:51 +02:00
Oswald Buddenhagen
2113669fba
don't use fromRawData() for the file name parts.
...
the sub-strings "escaped" from the evaluator through the accessor, so
things did go boom, after all.
Reviewed-by: thorbjorn
2010-04-19 18:19:40 +02:00
Daniel Molkentin
239bd54093
Remove orphaned code, reword: & -> and
2010-04-19 18:00:05 +02:00
Daniel Molkentin
b488534306
Redesign the New Projects/Files dialog
...
- allow for more verbose description
- allow to fit all catagories and subcategories in
- bring more clear separation between projects and files
- expense: one more click
Reviewed-by: jbache
2010-04-19 17:40:53 +02:00
Daniel Molkentin
3bb69df02a
Port new dialog from QTreeWidget to QTreeView and QStandardItemModel
...
This is a preperation towards being able to present the dialog
in a different layout, with slightly improved usability.
Reviewed-by: jbache
2010-04-19 17:40:35 +02:00
Daniel Molkentin
1a97b470d7
Swap sessions and projects on the welcome page again
...
as requested by popular vote
2010-04-19 16:12:45 +02:00
Thomas Hartmann
af0304ca8e
QmlDesigner.propertyEditor: avoid warnings
2010-04-19 16:08:06 +02:00
Thomas Hartmann
524f998caf
QmlDesigner: fixing memory leak
2010-04-19 16:08:05 +02:00
Erik Verbruggen
24a9a22b53
Added colors to the "Application Output" panel.
2010-04-19 15:55:29 +02:00
Erik Verbruggen
825cea080a
Fixed label text.
2010-04-19 15:55:29 +02:00
Daniel Molkentin
0783156161
Remove superflous ... from window titles.
...
Task-number: QTCREATORBUG-1116
2010-04-19 15:33:27 +02:00
Thomas Hartmann
0fa50d922e
QmlDesigner.propertyEditor: start transactions
2010-04-19 15:27:53 +02:00
Thomas Hartmann
981ce88008
QmlDesigner: fixes crash in nodeinstances
...
There was a subtle bug in propertyReseting() that caused a gradient
property of a Rectangle not to be removed, if the gradient was deleted.
Deleting the gradient triggered a reparenting operation in the
nodeinstances where the resetProperty() of the oldParent was not
executed properly.
This caused a dangling pointer in QDeclarativeRectangle.
Reviewed-by: Marco Bubke
2010-04-19 15:27:53 +02:00
kh1
4ca6422bd7
Do not add "on Maemo device" anymore, since we now have the targets.
...
Task-number: QTCREATOR-207
Reviewed-by: ck
2010-04-19 15:04:29 +02:00
Friedemann Kleint
557d9cdc71
tr()-Fixes
2010-04-19 14:57:46 +02:00
Daniel Molkentin
274ec5657d
Fixed compilation on windows.
...
Reviewed-by: Erik Verbruggen
2010-04-19 14:55:55 +02:00
Daniel Molkentin
d864bfa124
Maemo settings: Turn timeout field into a spinbox.
...
Also, the hint on milliseconds was wrong. The unit is seconds.
As requested by Friedemann.
2010-04-19 14:41:23 +02:00
Erik Verbruggen
e3bceff3ee
Separated child-process stdout/stderr, and seperated "our" output/errors.
...
So now the "Applciation Output" can distinguish between these four, and
handle them appropriately.
2010-04-19 14:21:48 +02:00
Erik Verbruggen
53425816af
Moved "Application Output" formatting to a specialized formatter.
...
By introducing the OutputFormatter, RunControls can influence the formatting
depening on the application started. A nice (and intended) side-effect is that
the QML runtime specific formatting will not interfere anymore with anything
else.
2010-04-19 14:21:48 +02:00
Thomas Hartmann
6e3ffa0599
QmlDesigner.propertyEditor: cleanup of Color Widgets
2010-04-19 12:05:44 +02:00
Tobias Hunger
2bba8353ca
Do not warn on ':' in symbian project names
...
... if it is part of the drive letter only.
2010-04-19 11:54:46 +02:00
hjk
1f26640a66
fakevim: 'change sub mode' likes text objects, too.
2010-04-19 11:44:49 +02:00
hjk
994da51446
fakevim: make 'vaw' etc work.
2010-04-19 11:36:05 +02:00
hjk
e1ad88e677
fakevim: remove unneeded debug output
2010-04-19 11:36:05 +02:00
ck
f58febc4d6
Maemo: For packaging errors, add dh_* stdout to the error message.
2010-04-19 10:07:55 +02:00
ck
8dd627a257
Maemo: When debugging, print gdbserver and application output.
...
Reviewed-by: kh1
2010-04-19 10:07:55 +02:00
ck
9faa4b5a59
Maemo: Only run dpkg if the package has been newly deployed.
...
Reviewed-by: kh1
2010-04-19 10:07:55 +02:00
ck
0a9087eeca
Maemo: Allow more than one SSH key on the device.
...
Reviewed-by: kh1
2010-04-19 10:07:55 +02:00
ck
de9b203565
Maemo: Filter remote output.
...
Reviewed-by: kh1
2010-04-19 10:07:55 +02:00
Christian Kamm
59778cafd5
CPlusPlus: Fix several issues in the TypePrettyPrinter.
...
* Fix cv qualifiers being placed incorrectly.
* Fix nested pointer to array to pointer being printed incorrectly.
* Add autotest.
Task-number: QTCREATORBUG-1037
2010-04-19 09:55:35 +02:00
Christian Kamm
2252e4b8c9
CPlusPlus: Transfer cv qualifiers from Function to FullySpecifiedType.
...
Reviewed-by: Roberto Raggi
2010-04-19 09:40:38 +02:00
Christian Kamm
debe9cc4f7
CPlusPlus: Let functions know about their cv-qualifiers again.
...
Fixes function argument list code completion not completing the cv
qualifier.
Regression from 9efa5d940a .
Task-number: QTCREATORBUG-1037
Reviewed-by: Roberto Raggi
2010-04-19 09:39:00 +02:00
hjk
3ef8997f03
fakevim: handle yiw
2010-04-19 08:19:04 +02:00
Thorbjørn Lindeijer
759ff3b4ed
Fixed typo highightLine -> highlightLine
2010-04-16 17:46:32 +02:00