Commit Graph

7538 Commits

Author SHA1 Message Date
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
Friedemann Kleint
2fd8b2d7ff Fix some code scanning issues.
QString: Use QChar where appropriate.
2010-02-01 12:43:56 +01:00
Tobias Hunger
d2235489e8 Add accessor for (versioned) .user-file
* Add version number to .user-file.
 * Upgrade it from old versions.

Reviewed-by: dt
2010-02-01 12:23:15 +01:00
Tobias Hunger
788b294a30 Make project use toMap/fromMap to save state
* That is what everybody else is using now.

Reviewed-by: dt
2010-02-01 12:23:14 +01:00
Tobias Hunger
4ee223d45d Add a id() method to projects
* This makes it easier to distinguish projects in the
   userfileaccessor
2010-02-01 12:23:14 +01:00
Tobias Hunger
51fb280b9e Remove prefix code from Persistentsettings.
Reviewed-by: dt
2010-02-01 12:23:13 +01:00
Tobias Hunger
f923a561c3 Make use of ProjectConfiguration in RunConfigurations
Reviewed-by: dt
2010-02-01 12:23:13 +01:00
Tobias Hunger
16a7d5daa2 Make use of ProjectConfiguration in the BuildConfigurations
* Make use of the ProjectConfiguration base class in the
   BuildConfigurations and update the factories accordingly.

Reviewed-by: dt
2010-02-01 12:23:13 +01:00
Tobias Hunger
1726688434 Make use of ProjectConfiguration class in BuildSteps
* Use new BuildSteps interface (as seen in ProjectConfiguration).
 * Use new factory to construct/clone/restore them.

Reviewed-by: dt
2010-02-01 12:23:12 +01:00
Tobias Hunger
c410d268db Move EditorSettings over to new save/restore scheme
Reviewed-by: dt
2010-02-01 12:23:12 +01:00
hjk
533a85a62a debugger: in trk communication one needs to acknowledge the loading of 'really
shared' libraries but not of 'static' dlls.
2010-02-01 12:17:55 +01:00
hjk
805b0a9cc1 debugger: trk log output cosmetic 2010-02-01 12:17:55 +01:00
Roberto Raggi
4880ae5b94 Don't activate the completion when the token under cursor is a comment or a string literal. 2010-02-01 11:55:19 +01:00
Roberto Raggi
d514949ad5 Removed obsolete code. 2010-02-01 11:41:15 +01:00
Roberto Raggi
cd9d13acac Simplified triggerCompletion(). 2010-02-01 11:40:29 +01:00
Roberto Raggi
18e0777e41 Sort lower case items before upper case items in QML/JS completion.
Done with: Thorbjorn
2010-02-01 11:33:26 +01:00
Erik Verbruggen
7b462f1b08 Fixed a modification call into the model when inline components got loaded. 2010-02-01 11:07:04 +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
Christiaan Janssen
3afe252e1f QmlDesigner.StatesEditor: Moved the buttons around 2010-01-29 18:02:02 +01:00