Commit Graph

12889 Commits

Author SHA1 Message Date
Thomas Hartmann
22a9bb192e QmlDesigner: remove QuickToolBar from QmlDesigner
QuickToolBar is moved to QmlJsEditor

For some widgets and resources QmlDesigner relies now on
lib/qmleditorwidgets
2010-08-12 15:50:17 +02:00
Thomas Hartmann
12916161ab Creating lib: qmleditorwidgets
The library qmleditorwidgets contains widgets and image resources
what are shared between QuickToolBar and QmlDesigner
This library is created to make QuickToolBar independent from
QmlDesigner plugin.

All the widgets I moved to qmleditorwidgets are removed from
QmlDesigner in this patch
2010-08-12 15:50:17 +02:00
hjk
2effcaeb2e debugger: tell engine about removed breakpoints 2010-08-12 15:39:12 +02:00
hjk
9a515bd2ad debugger: add manual test for custom property dumper
Currently failing.
2010-08-12 15:27:31 +02:00
hjk
aeb6479d73 debugger: try long(p) == 0 as null-check for pointers as suggested by Tom T. 2010-08-12 15:27:31 +02:00
hjk
67f7caa116 debugger: add manual test for QLocale dumper 2010-08-12 15:27:31 +02:00
Kai Koehne
0ff9a47c48 QmlOutline: Don't decorate root item
Saves some pixels, and there is little use in collapsing the complete
tree.
2010-08-12 15:21:28 +02:00
Roberto Raggi
ad322e9b17 Generate AST nodes for the bit fields. 2010-08-12 15:15:00 +02:00
Kai Koehne
d8b6fb2282 QmlOutline: Also show values of bindings in outline 2010-08-12 15:10:53 +02:00
Kai Koehne
72862dcc61 QmlOutline: Show id/name/property values only if filter is active 2010-08-12 15:10:53 +02:00
Kai Koehne
0783b1e40a QmlOutline: Show non-leaf bindings even when filter is active
Otherwise we would filter out also e.g. all States elements.
2010-08-12 15:10:53 +02:00
dt
e05ba37ac3 Show files added to INSTALL / DEPLOYMENT 2010-08-12 15:05:05 +02:00
Friedemann Kleint
b160c8a06d VCS[git]: Fix branch checkout: Use absolute path. 2010-08-12 14:52:36 +02:00
Roberto Raggi
e8a7d6c03a Define __restrict and __extensions__. 2010-08-12 14:48:19 +02:00
Friedemann Kleint
cb33332311 VCS[git]: Add branch combo to the checkout wizard.
Provide UI with manual refresh button in BaseCheckoutWizardPage.
Change ProcessCheckoutJob to be able to execute several steps.
Implement in git.
2010-08-12 14:44:57 +02:00
Christian Kamm
1ae9940b32 QuickFix: Add a warning to RefactoringChanges::removeFile. 2010-08-12 14:26:30 +02:00
Christian Kamm
03b443b86b QuickFix: Simplify getting a Document for a C++ refactoring. 2010-08-12 14:21:35 +02:00
Christian Kamm
538f611503 Indenters: Move style setup into the QtStyleCodeFormatter constructors.
This makes sure styles are consistent for the editor and the quick fix
engine.
2010-08-12 14:21:35 +02:00
Christian Kamm
0355e37e53 QuickFix: Migrate to a nicer API for cross-file quick fixes. 2010-08-12 14:21:35 +02:00
Christian Kamm
ca5076e5ae QuickFix: Don't separate createChanges from perform.
This will allow a more efficient and direct implementation.
2010-08-12 14:21:35 +02:00
Christian Kamm
235f4d1d26 QuickFix: Clean up RefactoringChanges and add missing functionality.
* Can change files without opening an editor.
* Can open an editor without changing a file.
* Default to reindenting new files.
* Allow reading a file temporarily to access document and text.
2010-08-12 14:21:35 +02:00
dt
a1760fc84a Fix lots of QFileSystemWarnings about empty lists
Also only watch folders not files.
That also removes files that are directly listed in INSTALLS /
DEPLOYMENT, I'll readd them in a later commit.
2010-08-12 13:38:34 +02:00
dt
91ec3dd50a Show QML Folder only once, where it is set.
That's a child of the .pri file for our new wizard. To be improved.
2010-08-12 13:38:34 +02:00
Roberto Raggi
fac625cf48 Compile. 2010-08-12 13:38:07 +02:00
Roberto Raggi
9b1a92426e Compare the instances when searching for the usages of a template parameter. 2010-08-12 12:51:54 +02:00
Roberto Raggi
a478f3d2e2 Renamed the local declaration of FindLocalSymbols. 2010-08-12 12:45:55 +02:00
Roberto Raggi
4deb7d0505 Skip local typedef declarations. 2010-08-12 12:40:55 +02:00
Roberto Raggi
16b1e8b40d Renamed Symboo::isScopedSymbol(). 2010-08-12 12:35:22 +02:00
Roberto Raggi
b2baaee4b6 Search for symbols in the template prototype. 2010-08-12 12:34:23 +02:00
Roberto Raggi
efb600665d Remember the T_TEMPLATE token we use to force the parser to recognize a template-id. 2010-08-12 12:29:12 +02:00
Roberto Raggi
7f04af17a1 Mark the elaborated type specifiers. 2010-08-12 12:29:11 +02:00
Tobias Hunger
c07a6118a1 Fix build no longer failing on broken ABLD builds (Symbian)
* Make the behaviour less implicit while doing this: Hopefully
   that will stop it from getting broken again.
2010-08-12 12:19:42 +02:00
Roberto Raggi
c82bfad2f5 Mark forward template class declarations. 2010-08-12 11:41:51 +02:00
hjk
afcc0f7bf1 Merge remote branch 'origin/2.0'
Conflicts:
	src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.h
2010-08-12 11:07:08 +02:00
hjk
2859065193 qmljsinspector: movve debugger related code around 2010-08-12 10:38:55 +02:00
hjk
4fb517c53e qmljsinspector: code cosmetics 2010-08-12 10:38:55 +02:00
hjk
d9fa7501cd qmljsinspector: remove dead code 2010-08-12 10:38:55 +02:00
Friedemann Kleint
5538e3e78d Checkout wizard: Enable Next button correctly.
Add some missing updates.
Task-number: QTCREATORBUG-2046
2010-08-12 10:28:43 +02:00
Lasse Holmstedt
d572efedbd Added settings class to QML Inspector
For starters, we only remember whether the initial warning about dangers
of Live Preview was shown.
2010-08-12 09:39:26 +02:00
Thiago Macieira
740aadb7cd Compile with Intel CC: va_copy isn't defined.
This looks like a compiler bug. Intel CC uses the GCC headers, but
they appear to be incompatible. Bug will be reported, but meanwhile
work around the problem.

Reviewed-By: Trust Me
2010-08-11 21:14:53 +02:00
Thiago Macieira
25433ca87c Fix compilation with Intel CC: Q_UNUSED takes a reference
in qglobal.h, we make Q_UNUSED call a template function that takes T&
as a parameter. So we can't pass an rvalue (the result of the &&
operator).

Reviewed-By: Trust Me
2010-08-11 21:13:44 +02:00
Jure Repinc
e253896b58 Updated Slovenian translation for Qt Creator 2.1
Merge-request: 2170
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-11 18:29:16 +02:00
ck
1ff13868dc Maemo: Add deployment via remote mount.
Only tested on Linux, #ifdef'ed for now.
2010-08-11 16:50:05 +02:00
dt
104f849579 Add file 2010-08-11 16:45:14 +02:00
dt
178f18d910 Add a prelimary icon 2010-08-11 16:28:50 +02:00
Roberto Raggi
449347173d Updated the plain-c++ manual test. 2010-08-11 16:12:50 +02:00
hjk
ceb65a1e62 qmljsinspectorplugin: coding style 2010-08-11 16:12:04 +02:00
Tobias Hunger
2106ffedc3 Really fix compile now. 2010-08-11 16:10:21 +02:00
Tobias Hunger
afa0736783 Build fix on windows 2010-08-11 16:08:30 +02:00
Roberto Raggi
13ebe7e46c Compile. 2010-08-11 16:06:40 +02:00