- 20 Feb, 2012 1 commit
-
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 27 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I5c1275ba3f596d8911fd2e4404181bf57b58f494 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 24 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 22 Dec, 2011 1 commit
-
-
Friedemann Kleint authored
- Wrap literals in QLatin1String()/QLatin1Char(). - Extract some string constants avoiding repeated QString construction. - Fix repeated invocation of Container.end() in loops. Change-Id: If737735507aaf82e53063adda53f54c46418f42f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 19 Oct, 2011 1 commit
-
-
Eike Ziller authored
Change-Id: Iee0a01491075e1e82c17211b5e119bd5e167763b Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
- 05 Sep, 2011 1 commit
-
-
hjk authored
The function is still there but should be remove in my opinion. Change-Id: I739fe942e74f459faccb80b5bcb8a5721c6bb9bf Reviewed-on: http://codereview.qt.nokia.com/4200Reviewed-by:
hjk <qthjk@ovi.com>
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 14 Apr, 2011 3 commits
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 12 Jan, 2011 2 commits
- 17 Dec, 2010 1 commit
-
-
con authored
-
- 03 Dec, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 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
-
- 25 Jun, 2010 3 commits
- 07 May, 2010 2 commits
-
-
Friedemann Kleint authored
Use IFile::mimetype instead to find editors that use design mode. Acked-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com> (cherry picked from commit 45f50350)
-
Friedemann Kleint authored
Use IFile::mimetype instead to find editors that use design mode. Acked-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- 06 Apr, 2010 1 commit
-
-
Kai Koehne authored
Fixes multiple ways to crash QmlDesigner after last .qml file is closed by enforcing a switch to Edit mode then. Patch originally done by con.
-
- 31 Mar, 2010 1 commit
-
-
con authored
-
- 30 Mar, 2010 1 commit
-
-
con authored
preferred mode. Switching to preferred mode is solely done by the editor manager.
-
- 26 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
QML Designer now listens to contextChanged signal instead of modeChanged and checks that the context is same as that of qmldesigner. Reviewed-by: con
-
- 23 Mar, 2010 2 commits
-
-
Thorbjørn Lindeijer authored
While before you had to call add, then remove for each context id and then call update, now you call updateAdditionalContexts with a list of contexts to remove and add. It has the update step built in. Reviewed-by: con
-
Thorbjørn Lindeijer authored
Some Qt Designer actions stayed visible and/or active while editing source files or when using the QML Designer even though they shouldn't. Fixed that by applying some manual context handling in the DesignMode. Reviewed-by: con Reviewed-by:
Lasse Holmstedt <lasse.holmstedt@nokia.com>
-
- 17 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 16 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
... and switch to it in EditorManager::activateEditor. There no longer is a need for special currentEditorChanged() handling in the editor that use a special mode. QmlDesigner receives an additional setting specifying the desired edit mode. QmlJSEditor detects whether QmlDesigner is present by checking the registered mimetypes of the Design mode and retrieves the settings via keys. Remove some obsolete code and clean up includes on qmldesignerconstants.h Reviewed-by: con
-
- 05 Mar, 2010 1 commit
-
-
hjk authored
-
- 01 Mar, 2010 1 commit
-
-
Lasse Holmstedt authored
-
- 26 Feb, 2010 3 commits
-
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
-
Lasse Holmstedt authored
Moved Qt Designer to open from Design Mode. Also, Design mode is now global, and created in coreplugin. Other plugins can register themselves to it.
-