Commit Graph

12296 Commits

Author SHA1 Message Date
Roberto Raggi b94821b6a9 Get rid of the deprecated method Overview::setShowFullQualifiedNames(). 2010-07-21 12:50:24 +02:00
Kai Koehne c969b6e1cc Fix compilation if no private headers are available 2010-07-21 12:34:29 +02:00
ck e4a2b6fd7d Don't run dh_shlibdeps by default.
This particular script is responsible for > 90% of packaging time.

Reviewed-by: kh1
2010-07-21 12:21:29 +02:00
ck 89e1b2d85a SSH: Implement recursive upload. 2010-07-21 12:21:29 +02:00
hjk fbd25fe84e debugger: fix cursor busy state in output pane and in state DebuggerFinished. 2010-07-21 12:18:50 +02:00
hjk f292254967 debugger: attempt to re-try examining dumper location after build.
Still does not work as the location itself is unknown.
2010-07-21 12:07:49 +02:00
hjk 3b64a6ccbf debugger: skip "release build" check if objdump could not be started 2010-07-21 11:42:26 +02:00
hjk c234c7cf14 debugger: don't show the version nag dialog if version extraction went wrong 2010-07-21 11:14:35 +02:00
Olivier Goffart e565fb61cb Qml Live Preview: Support for updating complex types
Such as anchors and font.

This required a little bit of refactoring.
The Delta::update should now be faster.
2010-07-21 11:13:02 +02:00
hjk 23f6641f8e debugger: re-add registration of WatchData type 2010-07-21 11:05:40 +02:00
hjk 56aff185a6 debugger: move progress handling to debugger engine base class 2010-07-21 11:03:19 +02:00
Erik Verbruggen 5e68a31d0b Fixed fully-qualified-name for destructors. 2010-07-21 10:40:18 +02:00
kh1 a7d5a1f455 Hide the Unfiltered filter in the settings dialog.
Reviewed-by: ck
2010-07-21 10:14:11 +02:00
hjk d9e445bbe8 debugger: re-enable snapshot creation using the menu action 2010-07-21 09:42:33 +02:00
hjk 588d44c5c0 debugger: always enable attaching to external process 2010-07-21 09:36:16 +02:00
hjk cc0130373d debugger: try to give more error details from the python dumpers in the debugger log 2010-07-21 08:44:54 +02:00
hjk 67e263deff debugger: re-enable repeated extraction of current namespace
More stable. Needs deeper investigation for a proper solution.
2010-07-20 18:59:51 +02:00
hjk b57dc4e644 debugger: a spontaneously dying engine should not cause debug output 2010-07-20 18:54:50 +02:00
hjk 753a28ed4e debugger: make debugger restartable using the buttons in the application output pane 2010-07-20 18:54:50 +02:00
hjk 62060ce79c debugger: make requestMark() more robust for editors not representing files 2010-07-20 18:54:50 +02:00
hjk 8d54298c8e debugger: handle shutting down engines from SnapshotWindow <Del> or context menu 2010-07-20 18:54:50 +02:00
hjk cc131beb61 debugger: move SnapshotHandler to DebuggerPluginPrivate 2010-07-20 18:54:50 +02:00
hjk 063ae8ad97 debugger: remove unused DebuggerRunner::init() 2010-07-20 18:54:50 +02:00
hjk 80f52cce28 debugger: tie engine creation close to runconfiguration creation
We'd like to be able to restart a debugger engine at some point of time.
2010-07-20 18:54:50 +02:00
Alessandro Portale 38e2ba8cfe Support existing Qml project for "standalone" Qml apps
Now, the user can select an existing qml application that can
be turned into a standalone Qml app. The qml source files will not
be copied around but rather stay in their original location. The
new .pro file that gets generated by this wizard will reference
the qml source files via relative path and deploy them from there.

Task-number: QTCREATORBUG-1814
2010-07-20 18:32:59 +02:00
Olivier Goffart ae4993f8a5 Qml Live Preview: when adding new items, only add the root
The root is enough because the rest of the tree will be added as the
root is added
2010-07-20 18:26:29 +02:00
hjk e952470bcd debugger: move coreAboutToClose() check to DebuggerPlugin 2010-07-20 16:03:21 +02:00
Kai Koehne 7f01593b94 Compile fix 2010-07-20 15:26:57 +02:00
Kai Koehne 700975ade3 QmlJS: ALlow users of the Rewriter to specify where to insert stuff 2010-07-20 15:23:16 +02:00
hjk 15629b037f debugger: fix message when trying to shut down with a finished debugger 2010-07-20 15:16:17 +02:00
hjk 04ad5619b6 debugger: somewhat more graceful shutdown in known situations 2010-07-20 15:12:58 +02:00
Roberto Raggi f8555f4294 Skip qualified and template name ids. 2010-07-20 15:10:02 +02:00
Roberto Raggi f895cbb472 Sorry this was not supposed to be committed.
Revert "Revert "Try to fix the type rewriter.""

This reverts commit c9bc1e7c64.
2010-07-20 15:10:02 +02:00
Kai Koehne 3b48da9391 QmlJs: Fix corner case in Rewriter (whitespace handling)
Done by erikv
2010-07-20 15:06:28 +02:00
Thomas Hartmann 17431b40bc QmlDesigner.propertyEditor: save current path in file dialog 2010-07-20 15:02:50 +02:00
Thomas Hartmann a2edfd2a0f QmlDesigner: property pane is hidden if it does not fit
if there is no place for the property pane we hide it
2010-07-20 15:02:49 +02:00
Thomas Hartmann 825c43dd2b QmlJSEditor: hiding of the context pane
We properly hide the pane if the viewport is scrolled or resized.
2010-07-20 15:02:49 +02:00
Thomas Hartmann 8b90b96f3c QmlJSEditor: adding variant for declaringMember
declaringMemberNoProperties ignores grouped properties like font
and easing curve. It also skips Gradient and GradientStops
2010-07-20 15:02:48 +02:00
Thomas Hartmann d2948c1901 QmlDesigner: fixing transparency for context pane 2010-07-20 15:02:48 +02:00
Thomas Hartmann c66354cf9b QmlDesigner: property pane adding label for image size 2010-07-20 15:02:47 +02:00
Thomas Hartmann 56aeda1b5d QmlDesigner: context pane changing margins 2010-07-20 15:02:46 +02:00
Thomas Hartmann 99dd1141b3 QmlDesigner: gradient editing visualizing transparency 2010-07-20 15:02:46 +02:00
Thomas Hartmann c43c8c9da7 QmlDesigner: context pane changing left margin 2010-07-20 15:02:45 +02:00
Roberto Raggi 5073808c5c Remember to clear the code semantic selections. 2010-07-20 14:59:53 +02:00
Roberto Raggi ac124d39f4 Check the cursor position before to trigger an automatic completion. 2010-07-20 14:36:01 +02:00
Roberto Raggi c9bc1e7c64 Revert "Try to fix the type rewriter."
This reverts commit 33b19f0210.
2010-07-20 14:23:46 +02:00
hjk 99e862cfc9 debugger: code cosmetics 2010-07-20 14:02:59 +02:00
hjk af57dc4170 debugger: re-enable setting breakpoints while inferior is running 2010-07-20 14:02:58 +02:00
hjk 40bb503219 debugger: re-adjust 'moved' breakpoints after debugging finished 2010-07-20 14:02:58 +02:00
hjk e63253737c debugger: move a slot to DebuggerEnginePrivate 2010-07-20 14:02:58 +02:00