Commit Graph

7508 Commits

Author SHA1 Message Date
Roberto Raggi
f8ed5c58f0 Check the document's revision when creating links. 2010-02-02 13:19:26 +01:00
Tobias Hunger
bc77bd9e78 Simplify codepath
Reviewed-by: dt
2010-02-02 12:59:30 +01:00
Tobias Hunger
5c651c9f2a /target/buildtarget/g in cmakeprojectmanager
This is in preparation of the addition of "targets" in the
sense of "platforms to develop for" into the codebase.

Reviewed-by: dt
2010-02-02 12:59:29 +01:00
Tobias Hunger
5173c2dc01 s/target/buildtarget/ in projectnodes
This is in preparation of the addition of "targets" in the sense
of "platforms to develop for" into the codebase.

Reviewed-by: dt
2010-02-02 12:59:29 +01:00
Erik Verbruggen
a76293b5ff Fixed unintended switch-fall-through.
For @synchornized when ObjC is disabled.
2010-02-02 12:34:57 +01:00
Erik Verbruggen
c33b55537d Extended operator precedence parsing.
It now includes comma expressions, conditionals and assignment
expressions.
2010-02-02 12:34:57 +01:00
Erik Verbruggen
5878a89569 Put precedence constants in an enum. 2010-02-02 12:34:57 +01:00
Friedemann Kleint
9b76c068f9 VCS[git]: Implement add using '--intent-to-add' depending on version.
Implement IVersionControl::vcsAdd() using --intent-to-add with a cached
version check. On this occasion, implement vcsDelete() as well using
'git rm -f'.
2010-02-02 12:27:05 +01:00
Tobias Hunger
3d8b6845a3 Devirtualise cmakeproject
Reviewed-by: dt
2010-02-02 12:13:26 +01:00
kh1
9959b16465 Small refactoring to avoid the massive setupData calls.
SetupData triggers all kind of updates, most notable restarting the
content, index widget and full text search indexer threads which might
hurt startup performance.

Reviewed-by: ck
2010-02-02 12:06:33 +01:00
Erik Verbruggen
0cf0becb2e Added AST building for __attribute__ constructs. 2010-02-02 12:03:37 +01:00
Erik Verbruggen
a004dace09 Fixed compiler "sensitive" use of &(...) expressions. 2010-02-02 11:54:56 +01:00
Christian Kamm
c0506785bf Drop snapshot argument from Bind constructor. 2010-02-02 11:51:10 +01:00
Roberto Raggi
b102690b00 Bind the reachable documents. 2010-02-02 11:48:32 +01:00
Erik Verbruggen
fcf67d7d8e Added clone methods to the AST. 2010-02-02 11:41:57 +01:00
Roberto Raggi
4bb0e85cfe Cleanup 2010-02-02 11:14:30 +01:00
Roberto Raggi
53d1eba3f7 Use the snapshot from the semanticinfo when processign QML/JS documents. 2010-02-02 11:14:30 +01:00
ck
18dd273547 BinEditor: Copy data as displayed in hex column.
Instigated-by: hjk
2010-02-02 11:06:27 +01:00
Friedemann Kleint
f52e7cc384 Polish Detailswidget, remove warning of Designer plugin about Q_ENUM. 2010-02-02 09:59:55 +01:00
Christiaan Janssen
08917bb28a QmlDesigner.StatesEditor: TextInput area fits the whole containing box 2010-02-02 09:33:35 +01:00
Marco Bubke
ddf6e93d6c Remove addChildNode function
This is a confusing function and not needed anymore.
2010-02-01 19:52:52 +01:00
con
255348643e Remove the summary part from the most commonly used project configuration pages.
Reviewed-by: dt
2010-02-01 18:34:46 +01:00
Marco Bubke
61d52820ee Add transformOriginChanged to the transform notifications 2010-02-01 18:00:36 +01:00
Roberto Raggi
6dcc675eb2 Guess the type of a global variable by looking at its initializer. 2010-02-01 17:31:28 +01:00
Roberto Raggi
a8bc5a4bb0 Create bindings for the javascript soure elements. 2010-02-01 17:20:46 +01:00
Roberto Raggi
15ae1001f4 Process QML Script elements. 2010-02-01 17:05:07 +01:00
Roberto Raggi
4d34ee7385 Removed obsolete code. 2010-02-01 17:05:06 +01:00
Roberto Raggi
85ea5c29a0 Made the Bind constructor protected. 2010-02-01 17:05:06 +01:00
hjk
945c211996 debugger: fall back to raw disassembly if mixed display fails due to
"unreadable" memory
2010-02-01 17:01:51 +01:00
hjk
ecd475c903 debugger: fall back to instructionwise stepping when debuginfo for frame is
missing
2010-02-01 17:01:51 +01:00
hjk
93876009e5 debugger: fallback for assembler listing in the presence of bad debug info 2010-02-01 17:01:51 +01:00
Christiaan Janssen
5f8f61bb4d QmlDesigner.StatesEditor: Renaming of states using the item navigator's style 2010-02-01 16:52:10 +01:00
Thorbjørn Lindeijer
8b7646bc22 Removed two no longer used variables 2010-02-01 16:46:03 +01:00
Sergey Demchenko
a3ab4caf79 Fixed auto indent for c style coments
Task-number: QTCREATORBUG-66
Merge-request: 107
Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
2010-02-01 16:37:08 +01:00
Marco Bubke
68aaf97e91 Fix crash for uncommented actions 2010-02-01 16:34:14 +01:00
Roberto Raggi
0bb575b1f2 Create a link for the QML/JS expression under cursor. 2010-02-01 16:18:27 +01:00
Roberto Raggi
7c88796002 Changed BaseTextEditor::Link to use a pair of offsets (begin, end) instead of position and length.
Done with: Thorbjorn.
2010-02-01 16:18:27 +01:00
Roberto Raggi
460c47f5c6 Introduced SemanticInfo::declaringMember(pos). 2010-02-01 16:18:26 +01:00
Tobias Hunger
d533958aad Check for lowercase version of build-/cleanstep keys
* Looks like some version of creator does use lowercase
   keys:-/
2010-02-01 16:15:32 +01:00
Marco Bubke
8a0e20174a Disable Anchor mode 2010-02-01 16:12:32 +01:00
Erik Verbruggen
bfac509b4a Added import rewriting. 2010-02-01 16:04:40 +01:00
Erik Verbruggen
7d79f4f87a Changed import reading to use the DifferenceHandler. 2010-02-01 16:04:40 +01:00
con
2e0fa4fc84 Remove the "make active" links from build and run settings.
Show the state in the combo boxes instead.
2010-02-01 15:13:38 +01:00
Jörg Schummer
172f57e99c QmlDesigner.fxplugin: Renamed "QtFx" to "Qt"
See BAUHAUS-328
2010-02-01 14:24:54 +01:00
Roberto Raggi
da91bac28c Compile. 2010-02-01 14:01:31 +01:00
Friedemann Kleint
f672bff338 Fix some code scanning issues.
foreach()-Loops.
2010-02-01 14:00:07 +01:00
Roberto Raggi
0f6551c43f Introduced ASTObjectValue. 2010-02-01 13:54:59 +01:00
Roberto Raggi
0cf48cb45d Introduced ASTFunctionValue. 2010-02-01 13:54:59 +01:00
Roberto Raggi
450ad48fe7 Clean up QmlJS::Bind. 2010-02-01 13:54:59 +01:00
Roberto Raggi
0f031609b1 Cleanup. 2010-02-01 13:54:59 +01:00