Commit Graph

12787 Commits

Author SHA1 Message Date
ck
823f0fd1b5 Maemo: Put mount specification class into its own set of source files. 2010-08-10 16:11:06 +02:00
Friedemann Kleint
86bdf5af13 Designer: Add 'Switch Source/Form' action.
Task-number: QTCREATORBUG-1666
Acked-by: aportale <alessandro.portale@trolltech.com>
2010-08-10 16:07:06 +02:00
Roberto Raggi
98a62c19fe Push the function scope as soon as we're done processing the core-declarator. 2010-08-10 15:54:31 +02:00
Roberto Raggi
0f301f8679 New implementation of CPlusPlus::FindUsages 2010-08-10 15:19:32 +02:00
Kai Koehne
f72a080da4 QmlOutline: Also show 'name', 'target' in addition to 'id'
Search also for 'name', or 'target' properties and show them beside
the type name.
2010-08-10 15:12:09 +02:00
Christian Kamm
2d4b4b8295 QmlJS: Fix typo in new indenter. 2010-08-10 15:13:59 +02:00
Friedemann Kleint
1f60ac7ba0 Compile Windows. 2010-08-10 15:06:37 +02:00
Friedemann Kleint
ff5ee69db9 Debugger[TCF Trk]: Start on TCF Trk 4.0.5
At least display the errors it produces correctly.
2010-08-10 14:50:29 +02:00
Olivier Goffart
d75239aeab QML Debugger: fix the fact that the qmlobserver would only run once. 2010-08-10 14:42:53 +02:00
Kai Koehne
fe3bfad766 QmlOutline: Show id beside type name
Show id in addition to type string, but with a lighter text color
2010-08-10 14:34:56 +02:00
Kai Koehne
7fac110d75 QmlOutline: Move QmlOutlineTreeView into it's own file 2010-08-10 14:34:55 +02:00
Kai Koehne
7a1c1a373a QmlOutline: Store relative path instead of pointer in mimetype
Don't store pointers in the drag document, but the path to the item.
2010-08-10 14:34:17 +02:00
Christian Kamm
822de6c17a QmlJS: Introduce a new indenter that works similarly to the new C++ one.
Done-with: Thomas Hartmann
2010-08-10 14:27:08 +02:00
Christian Kamm
f6232260c2 QmlJS: Adjust scanner to treat ++ and -- as a single delimiter token.
Reviewed-by: Roberto Raggi
2010-08-10 14:14:17 +02:00
Christian Kamm
2a4209db41 Fix for compiling utils library statically.
Done-with: Thomas Hartmann
2010-08-10 14:13:27 +02:00
Leandro Melo
a2cba33595 Generic highlighter: Fix lookup by definition name during mime type registration. 2010-08-10 14:01:10 +02:00
Tobias Hunger
0c6568af0b Quiten debug messages
* Simplify logic while at it, too.
2010-08-10 13:09:44 +02:00
Tobias Hunger
cd2a0231a0 Consistently use $$PWD instead of pathes in .pri file 2010-08-10 12:31:49 +02:00
Tobias Hunger
53b14384d5 Fix Build-/DeployConfiguration mixup 2010-08-10 12:31:48 +02:00
Roberto Raggi
0d35f2f7bc Ignore empty chunks. 2010-08-10 12:28:41 +02:00
Roberto Raggi
430c78f3db Renamed CollectTypes. 2010-08-10 10:54:40 +02:00
Roberto Raggi
da5d6d7db2 Get rid of the old deprecated indenter. 2010-08-10 10:50:00 +02:00
Olivier Goffart
9df9695a7f debugger: get rid of the private header dependency
Removed the CanvasFrameRate class as it is not used, and
depends on private Qt API
2010-08-10 10:10:39 +02:00
Bill King
b15a0a5a0f Fixes: BauhausTests is being turned into a qtuitest.
Details:  The current test is a bit too resource intensive.
2010-08-10 13:47:52 +10:00
Alessandro Portale
408a8273fe No hardcoded QMLINSPECTOR_PATH in the qml app .pro file.
Instead of hardcoding a Qt Creator path into the standalone Qml
app .pro file by assigning a value to QMLINSPECTOR_PATH, we let
Qt Creator set that value as command line argument when calling
qmake.

QMakeStep::allArguments() is the place where it is added right
dt will will certainly suggest a better place place for it.
2010-08-09 22:21:07 +02:00
Roberto Raggi
254aff3978 Highlight the enumerators using the Static `char format'.
The new `Static' format will be used to mark all the static members, e.g. enumerators,
static functions, and static class members, but right now, it is used only for enumerators.
2010-08-09 18:07:09 +02:00
Roberto Raggi
646baadb59 Annotate EnumSpecifierASTs with the Enum symbols. 2010-08-09 17:17:50 +02:00
Roberto Raggi
633580d7f3 Mark the virtual destructors. 2010-08-09 17:06:12 +02:00
Friedemann Kleint
93cb30b102 Debugger[Trk]: Fix warning about states. 2010-08-09 16:54:21 +02:00
ck
6878198a23 Maemo: Clean up the local executable path some more.
Needed for constructs such as "TARGET=../xxx".
2010-08-09 16:43:48 +02:00
Roberto Raggi
52b062c43d Look only at the viable functions. 2010-08-09 15:40:14 +02:00
ck
5950aedf04 Debugger/GDB: Map remote to local source file names.
Necessary for debugging with a remote gdb (as opposed to gdbserver).

Reviewed-by: kh1
2010-08-09 15:28:39 +02:00
Kai Koehne
729142b041 QuickDesigner: Fix compilation of core tests 2010-08-09 15:25:37 +02:00
Kai Koehne
792722690c Allow apps to statically compile contents of src/lib/utils
Add utils-lib.pri, along the lines of e.g. cplusplus-lib.pri
2010-08-09 15:25:37 +02:00
Roberto Raggi
a9e980c0c7 Apply the decl specifiers. 2010-08-09 15:19:10 +02:00
Kai Koehne
17bab9dce9 Debugger: Fix compilation if no private headers are specified
Don't try to compile the qml debugger backend (which needs
private headers from Qt) if private headers cannot be located.

Reviewed-by: hjk
2010-08-09 14:40:28 +02:00
Roberto Raggi
3ab927ed74 Made the highlighting for virtual methods configurable 2010-08-09 14:34:57 +02:00
Alessandro Portale
3ae8ddf18f Outsourcing the dirty bulk into the new "qmlapplication.pri" 2010-08-09 14:20:13 +02:00
Alessandro Portale
d3677abd69 Making sure that QMLINSPECTOR can only be active for debug builds 2010-08-09 13:53:52 +02:00
Alessandro Portale
6af2497236 Q_QML_JS_INSPECTOR -> QMLINSPECTOR 2010-08-09 13:17:32 +02:00
Friedemann Kleint
7ab30d8a63 C++-Settings/License template: Add %FILENAME%, %CLASS% placeholders.
... for doxygen. Change logic for known empty keywords to be replaced
by an empty string.

Task-number: QTCREATORBUG-1854
2010-08-09 12:26:48 +02:00
Olivier Goffart
934a9590c4 Compile 2010-08-09 12:29:44 +02:00
Alessandro Portale
c94382b8e9 Polishing the optional QMLINSPECTOR inclusion a bit 2010-08-09 12:13:29 +02:00
Roberto Raggi
6c56fcf5e4 Nicer implementation of setExtraAdditionalFormats() 2010-08-09 12:13:03 +02:00
ck
6021a889fb QML app template: Add desktop file deployment for Maemo. 2010-08-09 12:09:35 +02:00
Roberto Raggi
972c75f968 Alternative implementation of SyntaxHighlighter::setExtraAdditionalFormats().
Sort the semantic ranges before to compare them.
2010-08-09 12:00:32 +02:00
Roberto Raggi
df1770ff55 Use LowestPriority instead of IdlePriority. 2010-08-09 12:00:31 +02:00
Roberto Raggi
480ae95c43 Renamed CPPEditor::highlightTypeUsages() 2010-08-09 12:00:31 +02:00
ck
acdbe05feb Maemo: Put desktop files into the respective sub projects. 2010-08-09 11:51:05 +02:00
Roberto Raggi
649559ade3 Store the QTextCharFormat used to mark virtual methods. 2010-08-09 10:34:31 +02:00