Tobias Hunger
092fd7c255
Enable shadow building by default for Qt4 projects
...
Reviewed-by: dt
2010-03-25 16:11:25 +01:00
Christian Kamm
c1c155f5bb
Fix code model for nested Qml packages like Qt.labs.particles.
...
Task-number: QTCREATORBUG-926
Reviewed-by: Erik Verbruggen
2010-03-25 15:31:24 +01:00
Kai Koehne
e3879d7e7e
QmlDesigner: Re-adding image accidentally removed from qrc file
2010-03-25 15:17:49 +01:00
Thomas Hartmann
2e582c3fa1
QmlDesigner.propertyEditor: crash fix
...
processEvents() might lead to an invalid fxObjectNode
2010-03-25 15:01:49 +01:00
Thomas Hartmann
e33b508ea5
QmlDesigner.visualEditor: add new icons
2010-03-25 15:01:48 +01:00
Thomas Hartmann
19bcde5797
QmlDesigner.propertyEditor: only catch RewritingException
2010-03-25 15:01:48 +01:00
Thomas Hartmann
699d8b6f63
QmlDesigner: fix color of label in File System explorer
2010-03-25 15:01:47 +01:00
Thomas Hartmann
c90e880298
QmlDesigner.itemLibrary: fix look in Windows
2010-03-25 15:01:46 +01:00
Thomas Hartmann
c3b6229798
QmlDesigner: unifying background color
2010-03-25 15:01:46 +01:00
hjk
3d30239a1c
debugger: fix soft assertion when "operate by instruction" was toggle without
...
a valid stack trace.
2010-03-25 14:59:57 +01:00
Erik Verbruggen
ca6f735204
Fixed renaming when the cursor is at the end of the ID.
...
Task-number: QTCREATORBUG-909.
Reviewed-by: Thorbjørn
2010-03-25 14:57:15 +01:00
Christian Kamm
dab558d4fe
Add errors for incorrect imports in Qml.
...
Task-number: QTCREATORBUG-874
Reviewed-by: Erik Verbruggen
2010-03-25 14:55:44 +01:00
Christian Kamm
0423169bd4
Update Qml parser.
2010-03-25 14:55:44 +01:00
Tobias Hunger
1ca8cb2397
Introduce method to access the project directory
...
... use it.
Reviewed-by: dt
2010-03-25 14:21:43 +01:00
hjk
744b0ef030
debugger: fine-tuning change of breakpoint conditions and ignore count
2010-03-25 13:33:38 +01:00
hjk
0d4b3ee8a1
debugger: better tell gdb about changed breakpoint attributes.
2010-03-25 12:29:51 +01:00
hjk
fddbf6bef4
debugger: add a FIXME for set debug remote
2010-03-25 12:29:51 +01:00
hjk
bf8bfc6375
debugger: "handle" new thread-group-added and thread-group-started messages
2010-03-25 12:29:51 +01:00
hjk
9752df7cc5
debugger: cosmetics
2010-03-25 12:29:51 +01:00
Roberto Raggi
fe261bc256
Parse C++ 0x argument packs.
2010-03-25 12:16:18 +01:00
Kai Koehne
1bdae0815d
Fix crash when loading file with attached properties
...
The metatype system doesn't know about attached properties,
and asserted when trying to call isListProperty().
Let's just assume that for such properties, "a : b" actually
means a is not of type QList.
Reviewed-by: Erik Verbruggen
2010-03-25 11:37:18 +01:00
Erik Verbruggen
66b87a1785
Changed certain error cases to throw exceptions, as the higher-levels expect.
2010-03-25 11:27:58 +01:00
Jörg Schummer
01c098999f
QmlDesigner.ItemLibrary: fixed: library tabs looked broken in windows
2010-03-25 10:46:00 +01:00
Roberto Raggi
3c8d12562e
Recognize C++0x sizeof... expressions.
2010-03-25 10:44:42 +01:00
Roberto Raggi
ddcc40d0fc
Accepts `...' when parsing declarator-ids in C++0x.
2010-03-25 10:44:42 +01:00
Erik Verbruggen
a52b826600
Fixed untrimmed values.
2010-03-25 10:34:39 +01:00
Kai Koehne
182f284d52
QmlDesigner: Cleanup
...
Remove trailing whitespace + fix compilation warning.
2010-03-24 17:47:39 +01:00
Thomas Hartmann
333abdbb24
Merge branch 'refactoring'
2010-03-24 17:26:04 +01:00
Thomas Hartmann
2f79b60fd7
QmlDesigner: fix warnings
2010-03-24 17:25:00 +01:00
Roberto Raggi
86c2367c26
In C++ 0x auto is a type specifier.
2010-03-24 17:19:54 +01:00
Thomas Hartmann
d83a68c6ed
QmlDesigner.propertyEditor: reducing minimum size from 360 to 300
2010-03-24 17:07:44 +01:00
Thomas Hartmann
2847147f33
QmlDesigner.propertyEditor: polishing controls
2010-03-24 17:06:50 +01:00
Erik Verbruggen
933e52888e
Revert "Fixed possible crash in dangling pointers in namespaces."
...
Main reason is that find-usages and refactoring broke completely.
Second reason is that concurrent modification was done on the
children-list while deleting/destructing.
This reverts commit b0b95f8875 .
2010-03-24 17:05:39 +01:00
Tobias Hunger
373128da3c
Improve mobile apps creation in QtGuiWizard
...
* Do not add menubars, etc. to mobile applications by default
2010-03-24 17:02:45 +01:00
Roberto Raggi
645cfb59ba
Ignore outdated parsing requests.
2010-03-24 15:54:13 +01:00
dt
7e5902f385
Remove make active from the runconfigurations page
...
The active runconfiguration is now the same as the one you are editing.
2010-03-24 15:52:24 +01:00
Roberto Raggi
c05e11b165
Set and propagate the `auto' specifier.
2010-03-24 15:06:50 +01:00
Erik Verbruggen
318bb4c398
Only show ObjC-quickfix when the editor has the appropriate mime-type.
...
Reviewed-by: Thorbjørn Lindeijer
2010-03-24 15:01:19 +01:00
Roberto Raggi
cf125618af
Accepts trailing return types.
2010-03-24 14:56:45 +01:00
Erik Verbruggen
fe1c4926de
Fixes for signals and complex script bindings.
2010-03-24 14:49:02 +01:00
Erik Verbruggen
a97e2f53d2
Fixed testcase.
2010-03-24 14:02:35 +01:00
Roberto Raggi
4e50dfe330
Require a T_EQUAL when parsing conditions.
2010-03-24 13:56:34 +01:00
Roberto Raggi
a6b21aac50
Recognize C++0x decltype.
2010-03-24 13:49:02 +01:00
Roberto Raggi
8329d7db94
Recognize C++0x lambda expressions.
2010-03-24 13:49:02 +01:00
kh1
35be3a9f6c
QWebView has no copy slot. Fixes the side bar copy connection.
2010-03-24 13:27:25 +01:00
Kai Koehne
35e36f75b7
QmlDesigner: Fix crash in TestCore::testRewriterForArrayMagic
...
Qml allows property lists to be written as single properties, i.e.
states: State {}
However, for the QmlDesigner model states is a list. Take care of this
in the texttomodelmerger.
Reviewed-by: Erik Verbruggen
2010-03-24 13:24:42 +01:00
Jens Bache-Wiig
f956b52e0e
Fix warning on progressbar animation
2010-03-24 13:20:18 +01:00
Friedemann Kleint
dd3bf0c653
tr()-Fixes in QmlDesigner.
2010-03-24 12:54:08 +01:00
Jörg Schummer
3c582a772a
QmlDesigner.ItemLibrary: workaround: delete resource view before its model
...
This might stop random crashes when closing QmlDesigner.
Task-number: BAUHAUS-510
2010-03-24 12:39:33 +01:00
Erik Verbruggen
a2cb7ceb72
More fixes to the autotests.
2010-03-24 12:23:42 +01:00