Commit Graph

11137 Commits

Author SHA1 Message Date
Roberto Raggi
726c3345c4 Moved qmljsmodelmanagerinterface.h 2010-06-10 11:59:27 +02:00
Christian Kamm
373bfb05e7 QmlJS: On completion, avoid adding : or . again if already present. 2010-06-10 11:33:04 +02:00
Christian Kamm
4f6dc35af8 QmlJS: Make ordering in the completion list simpler to change. 2010-06-10 11:33:04 +02:00
Christian Kamm
02cc2177a3 QmlJS: Add completion for "id:". 2010-06-10 11:33:04 +02:00
Christian Kamm
45415783e7 QmlJS: Get rid of xml file describing qml builtin types.
The type information is now generated at runtime.
2010-06-10 11:33:04 +02:00
con
e4871393c6 QmlJS: Fix target directory for qmldump executable on Mac.
Reviewed-by: ckamm
2010-06-10 10:25:58 +02:00
Friedemann Kleint
cc508bec79 VCS: Fix execution flags glitch. 2010-06-10 08:38:23 +02:00
Robert Loehning
0aaa9a82b1 Compile fix for MSVC 2010-06-09 15:46:54 +02:00
Christian Kamm
e307bc2506 QmlJS: Store plugin metatypes in LibraryInfo. Rework type loading. 2010-06-09 14:36:54 +02:00
Christian Kamm
206c190e7f QmlJS: Make qmldump not dump open/dynamic meta objects.
They would need special treatment, like the Qml extended objects. The
issue is they lead to two meta objects with the same classname and the
dumper can't handle that.
2010-06-09 14:36:54 +02:00
Christian Kamm
649cebda32 QmlJS: Fix windows namespace issue with ComponentVersion.
Done-with: owolff
2010-06-09 14:36:54 +02:00
Christian Kamm
fa79add293 QmlJS: Check for existance of qmldump binary before using it. 2010-06-09 14:36:54 +02:00
Christian Kamm
f9d7872761 QmlJS: Use ComponentVersion everywhere. 2010-06-09 14:36:53 +02:00
Christian Kamm
822520c304 QmlJS: Get at types defined in plugins by running qmldump on them.
Task-number: QTCREATORBUG-1021
Reviewed-by: Roberto Raggi
2010-06-09 14:36:53 +02:00
Christian Kamm
ea5ca79900 QmlJS: Add ComponentVersion class to simplify dealing with versions. 2010-06-09 14:36:53 +02:00
Christian Kamm
0d5d6344bd QmlJS: Collect import version numbers in Bind. 2010-06-09 14:36:53 +02:00
Christian Kamm
1cf958676e QmlJS: Adjust qmldump to allow selectively dumping types from plugins.
Reviewed-by: Roberto Raggi
2010-06-09 14:36:53 +02:00
mae
b8e4850a53 Fix central Esc handling
In modes other than Edit mode, we do not want Esc to jump
to Edit mode as long as there are still panels (or the find
bar) visible.

Reviewed-by: dt
2010-06-09 12:50:00 +02:00
hjk
1547ddb791 debugger: add some dynamic properties to the QObject manual test 2010-06-09 12:06:08 +02:00
hjk
5b72a49158 debugger: start merging views of static and dynamic QObject properties 2010-06-08 17:47:08 +02:00
Tobias Hunger
b662312bdd Show proper cursor when displaying projectloadwizard
Task-number: QTCREATORBUG-1597
2010-06-08 17:30:56 +02:00
hjk
2bb121df6f debugger: enhance QObject dumper by showing user defined properties 2010-06-08 17:09:50 +02:00
hjk
c60745911a debugger: make the manual test compile with llvm 2010-06-08 17:09:50 +02:00
Tobias Hunger
4b9a0e27db Show qmake path in targetsetuppage tooltips 2010-06-08 17:01:41 +02:00
Tobias Hunger
1d8e176067 Fix targetsetuppage's shadowbuild dirs
* Fix displayed shadow build location
 * Fix shadow build location used by newly set up shadow builds

Task-number: QTCREATORBUG-1599
Reviewed-by: dt
2010-06-08 17:01:18 +02:00
Roberto Raggi
881d8ef6db Fixed a typo in the check() method.
The check() method returns the priority of the refactoring operation
and not a boolean.
2010-06-08 16:43:31 +02:00
Friedemann Kleint
33ec71adda VCS[git]: Use QProcess::startDetached() if possible for gitk.
Task-number: QTCREATORBUG-1577
2010-06-08 16:02:11 +02:00
Friedemann Kleint
7dc2760f0e VCS[git]: Add menu option to launch gitk.
Task-number: QTCREATORBUG-1577
2010-06-08 15:55:12 +02:00
Christian Kamm
019ff9d06b QmlJS: Don't append colons when completing namespaced types.
Task-number: QTCREATORBUG-1604
2010-06-08 15:43:08 +02:00
Jarek Kobus
9d77b7c105 When adding a form file to a project add also its qrc files
Extract qrc paths from ui file by simple xml parsing.

Reviewed-by: dt <qtc-committer@nokia.com>
Reviewed-by: Friedemann Kleint <qtc-committer@nokia.com>
Task-number: QTCREATORBUG-42
2010-06-08 12:19:00 +02:00
Lasse Holmstedt
3b3df8f61b fixed qml inspector due to QMLJSEditor API change 2010-06-08 11:50:59 +02:00
con
7f733b1545 Merge remote branch 'origin/2.0'
Conflicts:
	README
	doc/qt-html-templates.qdocconf
	doc/qtcreator.qdoc
	doc/qtcreator.qdocconf
	src/app/Info.plist
	src/plugins/bineditor/BinEditor.pluginspec
	src/plugins/bookmarks/Bookmarks.pluginspec
	src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
	src/plugins/coreplugin/Core.pluginspec
	src/plugins/coreplugin/coreconstants.h
	src/plugins/cpaster/CodePaster.pluginspec
	src/plugins/cppeditor/CppEditor.pluginspec
	src/plugins/cpptools/CppTools.pluginspec
	src/plugins/cvs/CVS.pluginspec
	src/plugins/debugger/Debugger.pluginspec
	src/plugins/designer/Designer.pluginspec
	src/plugins/fakevim/FakeVim.pluginspec
	src/plugins/find/Find.pluginspec
	src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
	src/plugins/git/ScmGit.pluginspec
	src/plugins/helloworld/HelloWorld.pluginspec
	src/plugins/help/Help.pluginspec
	src/plugins/locator/Locator.pluginspec
	src/plugins/mercurial/Mercurial.pluginspec
	src/plugins/perforce/Perforce.pluginspec
	src/plugins/projectexplorer/ProjectExplorer.pluginspec
	src/plugins/qmldesigner/QmlDesigner.pluginspec
	src/plugins/qmlinspector/QmlInspector.pluginspec
	src/plugins/qmljseditor/QmlJSEditor.pluginspec
	src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
	src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
	src/plugins/regexp/RegExp.pluginspec
	src/plugins/resourceeditor/ResourceEditor.pluginspec
	src/plugins/snippets/Snippets.pluginspec
	src/plugins/subversion/Subversion.pluginspec
	src/plugins/texteditor/TextEditor.pluginspec
	src/plugins/vcsbase/VCSBase.pluginspec
	src/plugins/welcome/Welcome.pluginspec
2010-06-08 10:39:45 +02:00
Friedemann Kleint
310194cb9f VCS[svn]: Extract runSVN overload with username/password.
to aid trac plugin implementation.
2010-06-08 10:04:23 +02:00
Jens Bache-Wiig
4b2bbfe673 Improved gradient editor
Cosmetic:
I tweaked the colors, added shadows, highlights and introduced
anti-aliasing where suitable.

Behavior:
I now delay emitting the colorChanged signal until you have
released the mouse button on the color picker. This makes
the application feel a lot more responsive.

Reviewed-by: thorbjorn
2010-06-07 20:54:40 +02:00
Jens Bache-Wiig
deabae3891 Add drop shadow to project settings
I added a second drop shadow to make the panel a bit nicer.
This also makes it clearer what the scrollbar does.

Reviewed-by:thorbjorn
2010-06-07 20:54:40 +02:00
Christian Kamm
d7747fe849 QmlJS: Trigger another completion if a completion ends with a dot. 2010-06-07 17:37:45 +02:00
Christian Kamm
3b8b6e89cc QmlJS: Autocomplete dot and colon for properties.
Reviewed-by: Roberto Raggi
2010-06-07 17:37:45 +02:00
Kai Koehne
b7ae49161a Revert disabling of qml support (2.0.0 branch)
This reverts commit 5234c775f7 and 210652912b.
2010-06-07 17:30:18 +02:00
Robert Loehning
47a7680ea4 Adjusting size of Combo for selecting COM-port of Symbian device 2010-06-07 17:24:21 +02:00
ck
d0d61182cb Maemo deployment: Force remote file name to be same as local file name.
INSTALLS does not support an arbitrary target file name.

Reviewed-by: kh1
2010-06-07 17:18:06 +02:00
hjk
4f772ea0e0 debugger: show name of core file in output pane.
This is a partial fix for http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1574.
2010-06-07 16:41:28 +02:00
Friedemann Kleint
2d44eb3776 Mime database: Make diff matching more strict.
Match at beginning of line.
Task-number: QTCREATORBUG-1526
Reviewed-by: thorbjorn <thorbjorn.lindeijer@nokia.com>
2010-06-07 15:35:03 +02:00
Robert Loehning
6972715a39 Symbian/trk: Fixed handling of partial frames
Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
2010-06-07 15:31:50 +02:00
Robert Loehning
a47e06eec9 Symbian/trk: Don't try to dereference references 2010-06-07 15:31:50 +02:00
dt
be99363b16 Direct connection for build parsers 2010-06-07 15:31:14 +02:00
ck
c8a1b12319 ProFileWriter: Support non-file variables.
Reviewed-by: Oswald Buddenhagen
2010-06-07 15:03:40 +02:00
Friedemann Kleint
c745155191 VCS/Diff editors: Set readonly attributes correctly.
Make VCS-generated editors read-only, enable editing
when opening a patch.
Make VCS-Editor non-read-only by default, add setter
for "Forced read-only" that makes it a temporary,
read-only file.

Task-number: QTCREATORBUG-1528
Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
2010-06-07 14:53:28 +02:00
con
d326c16747 Version bump. 2010-06-07 13:45:49 +02:00
hjk
bb824a7401 debugger: fix renaming of manual test .pro file
Part of this change was alreadry accidentally committed in b1e63fff9.
2010-06-07 13:23:27 +02:00
hjk
61e52d2e70 debugger: create actions for 'Stack Up' and 'Stack Down'
There is no shortcut associated with these actions, the user has to
set them up by himself.
2010-06-07 13:18:28 +02:00