- 08 Sep, 2014 1 commit
-
-
Thomas Hartmann authored
If the model contains nodes that are invisible in the navigator (e.g. QtObject) updateItemRowOrder() does not work correctly. To avoid complexity we update the subtree in this case. Change-Id: Ia40ce061e9188ef9ad6ca54ce3444432b878ddf6 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 08 Aug, 2014 1 commit
-
-
Thomas Hartmann authored
Change-Id: I5125db79885c8a7fcec686170240d699d0d8ed5b Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 13 May, 2014 1 commit
-
-
Marco Bubke authored
Change-Id: Iaefe0ea33ee17795cb402da33e4e7f0da747d4d5 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 07 May, 2014 3 commits
-
-
Marco Bubke authored
Change-Id: Ibe187cc432f212889f56ec6ef8a2b9ff742e8a9e Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I9b3d3fc6f9be382b6141a736b5d063eebecf8364 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I55cee9f88697b744fcc5af049630fd32c3ea81ed Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 24 Apr, 2014 2 commits
-
-
Marco Bubke authored
Change-Id: I69afdb4e8bc08e6f13951f0dc3b7e3526d115e9a Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I4abee1ef782bd2655ea72bf51947702232471212 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 23 Apr, 2014 1 commit
-
-
Marco Bubke authored
Change-Id: Icc4ccbdc6090234cc9fc081786b2d80b9811ad16 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 06 Mar, 2014 1 commit
-
-
Marco Bubke authored
For example models or components should be not appear in the navigator. Task-number: QTCREATORBUG-11192 Change-Id: I3dc0b61e4359ac6801450284639ede66864a2246 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 16 Sep, 2013 1 commit
-
-
Thomas Hartmann authored
We check for defaultPropertyIsComponent() and the metaInfo has to be valid. Change-Id: I957c8440facec0ba54e527f2eda40926c5637b31 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 31 Jul, 2013 3 commits
-
-
Marco Bubke authored
Change-Id: I49f80126a3fc0184a3b18352ed2adc24e50040c7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
And use NodeInstanceView directly. There is still more cleanup required for the view handling. Change-Id: I62417644ceefb25fb9f3bb93a894b71ae0929cb0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
To improve the readability of the source methods should be used. Change-Id: I839e448369a03dc42b3649baed033daa20c4d49a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 24 Jul, 2013 2 commits
-
-
Marco Bubke authored
QmlModelView is abstract and should not hide other notifier. Change-Id: Ic992829e8e62ecf6142f84251dc1a86d35e35c2d Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I5f7cdcede593cdce2c577315ccead95e8841870e Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
- 05 Jun, 2013 1 commit
-
-
Eike Ziller authored
This change * Removes IMode::type, ModeManager::activateModeType, and IEditor::preferredModeType, and adds IEditor::isDesignModePreferred instead * Adapts the mode switching code in EditorManager to handle multiple windows, for example switching to edit mode should only happen if the editor/view is in the main window. Otherwise the editor window should be raised and focused * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor * Reverts the EditorManager::ModeSwitch logic to switch mode or make the current editor visible by default, introducing DoNotMakeVisible flag instead * Fixes a few instances where EditorManager::ModeSwitch should have been used One non-trivial problem left: If you open a .ui file and switch to an external editor window, edit mode is activated, because the current editor no longer is a .ui file, which means that the design mode gets deactivated. Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 30 Apr, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I8a2e9e35980198fc4162623db044c228bd209a0f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 02 Apr, 2013 1 commit
-
-
Thomas Hartmann authored
SignalHandlerProperty allows editing convenient editing of signal handlers like onMousePress in the model. The interface is analogous to BindingProperty. Since mos views do not care about SignalHandlerProperties and they should not be mixed up with BindingProperties they are different types. I also added the signalHandlerPropertiesChanged() notifier to AbstractView. Change-Id: I68bc7d2c5d3b991944e8f8d698212a1dfef218bf Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 25 Mar, 2013 5 commits
-
-
Thomas Hartmann authored
WidgetInfo contains now a factory for the toolbar buttons. The ownership of the factory is taken by the SideBarItem. Change-Id: Iffa32359cd3f0cb5b378abc5371d810aee31649c Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We use now widgetInfo() instead. Change-Id: Icaea8f012b380368b6479fa81d370236ea5a6781 Reviewed-by:
Marco Bubke <marco.bubke@digia.com> (cherry picked from commit 54431a09)
-
Marco Bubke authored
Change-Id: I48aff6a1a94ca3c0bcd8b0689333b6acad7d35cd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit 81341a86) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: I4075e62cb15c91be3561ac29df814d0f0f255b8e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit b2a39399) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
And PropertyName is a typedef for QByteArray. Because we don't use the features of QString and the source would be cluttered with QLatin1Strings we changed the property name to QByteArray. Change-Id: Ib70ef136bbc411504b450456bd9bb705ae93dd25 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> (cherry picked from commit ee4bf638) Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 14 Mar, 2013 1 commit
-
-
Thomas Hartmann authored
We use now widgetInfo() instead. Change-Id: Icaea8f012b380368b6479fa81d370236ea5a6781 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- 11 Mar, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I48aff6a1a94ca3c0bcd8b0689333b6acad7d35cd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 07 Mar, 2013 1 commit
-
-
Marco Bubke authored
Change-Id: I4075e62cb15c91be3561ac29df814d0f0f255b8e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 05 Mar, 2013 1 commit
-
-
Thomas Hartmann authored
And PropertyName is a typedef for QByteArray. Because we don't use the features of QString and the source would be cluttered with QLatin1Strings we changed the property name to QByteArray. Change-Id: Ib70ef136bbc411504b450456bd9bb705ae93dd25 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 23 Jan, 2013 1 commit
-
-
Marco Bubke authored
The document handling in the qml designer was complicated source code, which was initially intended for a non creator application. To integrate new views it has to be changed and cleaned up. This is the first major step in that direction. Change-Id: Ie26f0aad7a03946d18bdb4c0759b246c5439d922 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 28 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
find -name \*.cpp -o -name \*.h | \ xargs sed -Ei 's/ (for|foreach|if|switch|while)\(/ \1 (/g' Change-Id: I9efdff4bf0c8c01a52baaaeb75198483c77b0390 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 03 Sep, 2012 1 commit
-
-
Marco Bubke authored
The context node of the model node don't belongs to model because it has dependencies. Change-Id: Ia67a055a4beac33477485d05574134ffe4dc6ae1 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 11 May, 2012 1 commit
-
-
hjk authored
Less code on the user side, same meaning. Change-Id: I14e54a5d2ed8e024a51cce74eaf7c8419ad544be 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>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jul, 2011 1 commit
-
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-3252 Change-Id: I03f335b1bc9943251dffba016ccf1d9b7b1e081e Reviewed-on: http://codereview.qt.nokia.com/2170Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-
- 28 Jun, 2011 1 commit
-
-
Marco Bubke authored
The information change notifier provided no hint which infotmation changed. So the property editor has updated the anchors for all information changes. Now there is a hint and the update is only happen for a anchor change. Change-Id: I3b6d7546f43bce4c08757662e7af32604a8db56f Reviewed-on: http://codereview.qt.nokia.com/811Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@nokia.com>
-