hjk
ae55b43c37
debugger: fix display of QObject properties
...
This is a backport of 5d645bfdfe
2010-08-13 09:57:35 +02:00
hjk
5d645bfdfe
debugger: fix display of QObject properties
2010-08-13 09:31:07 +02:00
Friedemann Kleint
42b39023db
VCS polishing: Change context menu entry for 'Blame parent'.
...
... for git, hg as it is not obvious from the SHA1 displayed.
2010-08-13 09:12:27 +02:00
Alessandro Portale
4c29c61a75
MSVC compile fix
2010-08-12 21:07:25 +02:00
ck
47562aa1e8
Maemo: Polish class interface.
2010-08-12 19:46:58 +02:00
qt-info@nokia.com
77941ddf9d
Maemo: Remove tooltip.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
61e7b56fcf
Maemo: Implement GUI for per-device port specification.
...
Currently hidden.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
54ecf82208
Maemo: Cache SSH connection in deployment step.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
415debe910
Maemo: Prepare completely per-device port specifications.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
d8bdafd4d3
Maemo: Fix race condition in remote mounter.
...
Wait until UTFS client has detached before starting the server.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
76561b928c
Maemo: Check whether UTFS server could actually connect.
2010-08-12 19:25:15 +02:00
qt-info@nokia.com
724ecfcafb
Maemo: Make deploy mount port user-settable.
2010-08-12 19:25:15 +02:00
Roberto Raggi
db5a61d3cf
Process the translation unit.
2010-08-12 18:08:18 +02:00
Kai Koehne
6321ccee9e
QmlOutline: Support reparenting into object array
2010-08-12 18:06:21 +02:00
Roberto Raggi
c75ef78d5d
Process simple-type-specifiers and class-specifiers.
2010-08-12 18:05:08 +02:00
Roberto Raggi
f261ac0ea6
Process the ptr-declarators.
2010-08-12 17:40:13 +02:00
Roberto Raggi
883b56af68
Removed the warns.
2010-08-12 17:31:34 +02:00
Roberto Raggi
1610356c1a
Process the postfix declarators.
2010-08-12 17:26:02 +02:00
Roberto Raggi
73f1cdf3a7
Remember the declarator-id.
2010-08-12 17:10:11 +02:00
shiroki
c5b027cd1f
Add simplified chinese translation.
...
This is a team work by shiroki@cuteqt.com , chloerei@gmail.com and
xtfllbl@hotmail.com .
Merge-request: 2173
2010-08-12 17:07:39 +02:00
Oswald Buddenhagen
214f1978ba
fix string and the source in all translations
2010-08-12 17:07:39 +02:00
Roberto Raggi
bcad21e526
Process names.
2010-08-12 16:55:32 +02:00
Roberto Raggi
47069717f8
Added Bind::switchScope() and Bind::currentScope().
2010-08-12 16:55:32 +02:00
Tobias Hunger
ade1762af3
Improve MSVC parser
...
* Add unit test
* Do not depend on magic error codes to decide whether we see an
error or a warning. Instead us "error" or "warning" in the message
Rationale: The heuristic that was used to decide on error/warning
is just wrong going by the msvc documentation as it does not take the
kind of error into account.
Task-number: QTCREATORBUG-2048
2010-08-12 16:33:15 +02:00
Thomas Hartmann
04f0504b20
Compilefix
2010-08-12 16:19:32 +02:00
Roberto Raggi
385eb796d4
Initial work on the new Binder.
...
Eventually, it will replace CPlusPlus::Semantic & co.
2010-08-12 16:03:41 +02:00
Thomas Hartmann
36edd86441
QmlJSEditor: Add QuickToolBar to QmlJSEditor
...
QmlDesigner is not needed anymore for the QuickToolBar
QmlJSEditor has a depends now on libs/qmleditorwidgets
2010-08-12 15:51:14 +02:00
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