- 17 Feb, 2011 3 commits
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Changed around the way the background is drawn on the crumble path, so that the background extends below the filter line edit. Reviewed-by: Kai Koehne
-
- 16 Feb, 2011 2 commits
-
-
Thorbjørn Lindeijer authored
This one has the common debugger actions as well as the QML Observer specific part. This makes sure those actions are generally available and not only from the QML Observer dock widget. The filter in the tool bar should still be moved back. Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Thorbjørn Lindeijer authored
-
- 10 Feb, 2011 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 09 Feb, 2011 1 commit
-
-
Thorbjørn Lindeijer authored
* Renamed Toolbar to ToolBar * Use mass-disconnect instead of duplicating all connect calls * Split up setupToolbar(bool)
-
- 08 Feb, 2011 1 commit
-
-
Christiaan Janssen authored
-
- 02 Feb, 2011 1 commit
-
-
Christiaan Janssen authored
-
- 20 Jan, 2011 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 07 Dec, 2010 1 commit
-
-
hjk authored
Using the convienience class does not really save code and adds another needless level in the hierarchy. This affects the three remaining BaseMode users: Help, ProjectExplorer and HelloWorld.
-
- 03 Dec, 2010 4 commits
- 02 Dec, 2010 2 commits
- 01 Dec, 2010 1 commit
-
-
Kai Koehne authored
FileInProjectFinder implements an heuristic to find the likely source file for an aribrary file path, e.g. in the shadow build folder or on the device. This is useful especially for .qml files, which are executed at runtime. Reviewed-by: con
-
- 23 Nov, 2010 2 commits
-
-
Kai Koehne authored
This is convenient especially in the observer mode. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
- 12 Nov, 2010 4 commits
-
-
Kai Koehne authored
If the user clicks on an instance of an element in the running app while in server mode, the cursor selection is automatically updated. However, the change of the cursor then leads to all the other instances of the element at the cursor position being selected too. Prevent this 'call back' in the QmlInspector by checking whether one of the newly selected items is the one just selected. Simpler mechanisms (like a sequential blocking of updates) don't work because the call back happens through a QTimer. Task-number: QTCREATORBUG-2366
-
Kai Koehne authored
Rename setSelectedItemsByObjectReference slot to gotoObjectDefinition
-
Kai Koehne authored
Give m_client, m_designClient member variables more descriptive names.
-
Kai Koehne authored
Simplify method names.
-
- 10 Nov, 2010 1 commit
-
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
- 05 Nov, 2010 1 commit
-
-
Kai Koehne authored
Qml Applications by default copy the qml files into XX.app/Contents/Resources in the shadow build directory. Take this into account when trying to find the files in the source directory. Reviewed-by: Alessandro Portale
-
- 02 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Move internal classes QmlJSEditorEditable/SemanticHighlighter out of qmljseditor.h. Move QmlJSEditor from namespace QmlJSEditor::Internal to QmlJSEditor. Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- 19 Oct, 2010 1 commit
-
-
Kai Koehne authored
Check that the node under cursor is indeed a UiObjectMember Reviewed-by: Christiaan Janssen Task-number: QTCREATORBUG-2760
-
- 14 Oct, 2010 1 commit
-
-
Kai Koehne authored
At the time setupToolbar is called in the shutdown process the connection still exists. Instead just use the parameter. Task-number: QTCREATORBUG-2693 Reviewed-by: Christiaan Janssen
-
- 08 Oct, 2010 1 commit
-
-
Kai Koehne authored
Don't try to disconnect from the proxy if you haven't been connected before, e.g. because the QmlJSObserverService is missing. Reviewed-by: Christiaan Janssen
-
- 01 Oct, 2010 1 commit
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- 22 Sep, 2010 2 commits
-
-
Kai Koehne authored
Enable setting breakpoints, and showing the script console even if the QmlInspector plugin is not loaded. Reviewed-by: hjk
-
Kai Koehne authored
-
- 16 Sep, 2010 1 commit
-
-
Kai Koehne authored
We should restrict ourselves to calling all qml debugging support observer, instead of mixing qml debugger / inspector / observer interchangeably.
-
- 14 Sep, 2010 1 commit
-
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- 13 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
-
- 08 Sep, 2010 1 commit
-
-
Christiaan Janssen authored
Reviewed by: Lasse Holmstedt
-