Commit Graph

7413 Commits

Author SHA1 Message Date
hjk
d00fba8e2b debugger: work around 'optimized out' function parameters 2010-01-29 15:48:17 +01:00
Roberto Raggi
80b5a6b50a Removed useless code. 2010-01-29 15:29:45 +01:00
Kai Koehne
a7550b22a5 Clean up #include order 2010-01-29 15:28:14 +01:00
Kai Koehne
3c0b352bd1 Turn WriteLogger assert into warning until we fixed causes
We should enable it again after we don't know of any errors any more.
2010-01-29 15:28:13 +01:00
Roberto Raggi
04161a4ced Introduced QmlJSScanner::scanComments/setScanComments(onoff). 2010-01-29 15:05:22 +01:00
Roberto Raggi
fbbc27be32 Get rid off unused regexp QmlJSIndenter::label. 2010-01-29 15:01:49 +01:00
Roberto Raggi
206dafcd94 Removed unused code. 2010-01-29 14:58:41 +01:00
Christian Kamm
1ec6cbd913 Fix for renamed directory imports in the QML code model. 2010-01-29 13:36:41 +01:00
Nigel Hietala
a2d4495968 Fixed border issue with property pane tab 2010-01-29 14:30:27 +02:00
Christian Kamm
a49f313c0c Drop implicit directory imports, implement renamed directory imports. 2010-01-29 13:22:57 +01:00
Nigel Hietala
018a64e130 Tweak the mouse pressed colour 2010-01-29 14:09:45 +02:00
Christiaan Janssen
986d6d0164 QmlDesigner.navigator: No icons in the metatype system yet 2010-01-29 12:59:10 +01:00
Christiaan Janssen
913410c66a QmlDesigner.navigator: New and cleaner look 2010-01-29 12:59:10 +01:00
Roberto Raggi
c35f7bbfcb Check the bounding rect before drawing the rectangle.
Done with: Thomas
2010-01-29 12:29:33 +01:00
Kai Koehne
bafe4468aa Add support for JavaScriptFiles and ImageFiles elements to .qmlproject 2010-01-29 12:15:47 +01:00
Kai Koehne
269506c99c Add new JavaScriptFiles & ImageFiles element to .qmlproject file format 2010-01-29 12:15:47 +01:00
Kai Koehne
f3cf0c36cb Adjust .qmlproject files generated by wizards to new format 2010-01-29 12:15:47 +01:00
Kai Koehne
5c16f706c6 Replace .qmlproject default editor with the .qml one
Extend logic for mimetype matching in QmlJsEditor: Also
handle sub-mimetypes like x-application-qmlproject, which
extends x-application-qml.
2010-01-29 12:14:42 +01:00
Kai Koehne
10dc30fa13 Add support for 'paths' property in QmlFiles element 2010-01-29 12:13:12 +01:00
Kai Koehne
fc4d82d29d Extend test case to include "." as directory 2010-01-29 12:13:12 +01:00
Kai Koehne
01c22d803b Also watch sub-directories for changes 2010-01-29 12:13:12 +01:00
Kai Koehne
2181a93a1b Let QmlProjectItem return always absolute paths
We're converting the path to absolute ones in QmlProject anyway ...
2010-01-29 12:13:11 +01:00
Kai Koehne
20801bee30 Update project tree if .qmlproject file / included directories change 2010-01-29 12:13:11 +01:00
Kai Koehne
32ac14c27a Wire up new project file format in Project Manager
Old format is still available as a fallback.
2010-01-29 12:13:11 +01:00
Kai Koehne
47155f8518 New qml based .qmproject file format 2010-01-29 12:13:11 +01:00
Erik Verbruggen
10f48384a0 Fixed AST code generator for const identifiers. 2010-01-29 12:08:47 +01:00
Roberto Raggi
922c607b4f Highlight QML context types. 2010-01-29 11:53:41 +01:00
Roberto Raggi
913e248366 Fixed the indentation of if-else statements. 2010-01-29 11:31:41 +01:00
Roberto Raggi
c5f4983b0c Highlight `import' keyword. 2010-01-29 11:23:06 +01:00
Roberto Raggi
14207aa856 Fixed highlihing of QML context keywords. 2010-01-29 11:20:42 +01:00
Roberto Raggi
272014a5d0 Mark the trailing whitespaces. 2010-01-29 10:50:16 +01:00
Roberto Raggi
020e7f5739 Mark also the whitespaces inside comments and string literals. 2010-01-29 10:32:00 +01:00
Roberto Raggi
4c2c5c02bb Mark the white spaces using the VisualWhitespace format. 2010-01-29 10:26:33 +01:00
Roberto Raggi
d78e64dbf7 Fixed the highlihting of bindings and types. 2010-01-29 10:22:18 +01:00
Roberto Raggi
2dd5bebd12 Skip white spaces. 2010-01-29 09:48:21 +01:00
Wolfgang Beck
e7bf61cfb4 Add new unit test to check the icheck build. 2010-01-29 15:06:03 +10:00
Wolfgang Beck
163b2ace2a Remove ICheck project. 2010-01-29 14:08:02 +10:00
con
6a05f778af Fix setting breakpoints in running application.
It's a hack. More proper solution to come.

Done-with: hjk
2010-01-28 18:26:06 +01:00
Thomas Hartmann
0ff51c1932 QmlDesigner.propertyEditor: refactoring of PropertyEditor 2010-01-28 17:51:16 +01:00
Thomas Hartmann
8582664c8e QmlDesigner: fixes crash bug (WriteLocker)
ModelNode::addChildNode() crashed
2010-01-28 17:51:16 +01: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
Erik Verbruggen
b7cbc9b0c1 Removed methods which always returned a constant (false). 2010-01-28 17:05:26 +01:00
Friedemann Kleint
4ec51219ed Trk: Fix source code scanning tool issues.
showing up in Qt.
2010-01-28 17:04:05 +01:00