summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/qmldesignerconstants.h
Commit message (Collapse)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/qmljs/qmljsinterpreter.cpp src/libs/qmljs/qmljsinterpreter.h src/plugins/debugger/qml/scriptconsole.cpp src/plugins/git/gitplugin.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas.cpp src/plugins/qmlprofiler/canvas/qdeclarativetiledcanvas_p.h Change-Id: Iad59c8d87c72a21c79c047e374c0ab689998af39
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
| | | | | | | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | more style fixes of string literal accesshjk2011-11-021-23/+23
|/ | | | | Change-Id: I60b0c53681c6a0cc38231e805479deb614aa0096 Reviewed-by: hjk <qthjk@ovi.com>
* QmlDesigner: enable F2 to go into a componentThomas Hartmann2011-07-201-0/+1
| | | | | | Change-Id: I23b298b184a9a17e19206db6086fce073b12a592 Reviewed-on: http://codereview.qt.nokia.com/1876 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* QmlDesigner.designModeWidget: adding a context for the navigatorThomas Hartmann2011-05-061-1/+2
| | | | Adding a context for the navigator + some cleanup
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdb/pythongdbengine.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp src/plugins/qt4projectmanager/qt4target.cpp src/plugins/qt4projectmanager/qt4target.h src/plugins/qt4projectmanager/qtoptionspage.h src/plugins/qt4projectmanager/qtversionmanager.cpp src/plugins/welcome/welcomemode.cpp
| * Update license.hjk2011-04-131-14/+13
| |
* | Remove unused constants, fix lacking virtual destructorJarek Kobus2011-04-141-8/+0
|/ | | | Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* QmlDesigner: Larger canvas sizeMarco Bubke2011-03-021-0/+2
| | | | | Many qml documents have items outside of the root item area. The scene rectangle is now much bigger so you can scroll the items around.
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* QmlDesigner: adding a distinguished context for the form editorThomas Hartmann2010-11-171-1/+2
| | | | | | | | | | Since Actions like copy/paste and delete interfiere with controls like LineEdit, I added a special context for the form editor. Now copy/paste/delete on the Qml items are only registered for the form editor context and copying the contens of a LineEdit will not lead to copy an item instead, anymore. Reviewed-by: Kai Koehne
* QmlDesigner.settings: new setting for pinningThomas Hartmann2010-08-031-0/+1
|
* QmlDesigner: adding a setting for the context paneThomas Hartmann2010-07-061-0/+1
|
* Icon update.con2010-05-181-0/+2
|
* Added menu entries for hiding and showing left/right bauhaus sidebarsLasse Holmstedt2010-04-261-0/+2
|
* Added Window->Views menu entry for restoring Qt Quick Designer layoutLasse Holmstedt2010-04-261-0/+2
|
* Made Qt Quick Designer editor opening modalLasse Holmstedt2010-04-261-1/+1
| | | | | | | If you're in Design mode, any new editors will open in design mode as well. If you're in Edit mode, new editors will open in Edit mode. Task-number: BAUHAUS-609
* Added preview menu and shortcuts for qt quick (Ctrl+Alt+R)Lasse Holmstedt2010-04-231-0/+3
| | | | | | | This was needed since we cannot start stuff otherwise without a project Task-number: BAUHAUS-450 Reviewed-by: kkoehne
* change default qt quick editor to edit modeLasse Holmstedt2010-04-231-1/+1
| | | | Task-number: BAUHAUS-607
* Removed extra toolbar from quick designer, improved settings pageLasse Holmstedt2010-04-081-0/+2
|
* Make use of QML, Qml, and Quick consistentKai Koehne2010-03-181-1/+1
| | | | | - It's QML, not Qml. But this is only the file format. - The umbrella term is Quick (or Qt Quick, to be sorted out)
* Design mode: Give IEditor a 'preferred mode'.Friedemann Kleint2010-03-161-3/+6
| | | | | | | | | | | | | | | | ... 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
* Long live the king!hjk2010-03-051-1/+1
|
* Design mode integrationLasse Holmstedt2010-02-261-1/+1
| | | | | 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.
* F4 functionality for bauhausLasse Holmstedt2010-02-261-6/+9
|
* New QmlDesigner plugin & Design modeKai Koehne2010-01-071-0/+58
This adds a new "Design" mode that can be used to manipulate qml files in a visual way. It will only get build if you have the declarativeui module in Qt. This is a squashed import from the Bauhaus project. Share & enjoy :)