summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/navigator/navigatorwidget.h
Commit message (Collapse)AuthorAgeFilesLines
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlDesigner: Exchange QWeakPointer with QPointerMarco Bubke2014-05-131-1/+2
| | | | | | | Because we compile only with Qt 5. Change-Id: I2c6496f37550438f7c8ccbf8af0090c525b87d8f Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* QmlDesiger: Remove unused forward declarationMarco Bubke2014-05-081-1/+0
| | | | | Change-Id: I74a400c2be6ea1f6c5147f32a8789e8815fe0311 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner: Don't mix functions and variablesMarco Bubke2014-05-081-1/+3
| | | | | Change-Id: I045a58c2567b644034a91c606fefc4ebe83ca6de Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner: Remove empty NavigatorWidget::~NavigatorWidgetMarco Bubke2014-05-081-1/+0
| | | | | Change-Id: Ib232f22d6904feab48b66badf26adc4cd1f89d3f Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner: Refactor NavigatorWidget::treeViewMarco Bubke2014-05-081-1/+1
| | | | | Change-Id: If5e1c5dbd8dd6f52bcf43d88256201a4a3c4aa9a Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Clean headers in QML-Designer.Friedemann Kleint2013-04-301-2/+3
| | | | | | | | | 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>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-051-21/+20
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Long live the king!hjk2012-01-261-1/+1
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* 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>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* QmlDesigner.navigator: add tool buttons for sliding/reparentingThomas Hartmann2011-05-061-1/+13
| | | | | This patch adds for tool buttons that allow sliding and reparenting in the navigator.
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Long live the king!hjk2010-03-051-1/+1
|
* Avoid a bunch of function callsThorbjørn Lindeijer2010-02-171-1/+1
|
* QmlDesigner.Navigator: New look of the navigatorChristiaan Janssen2010-02-021-2/+3
|
* Add missing Q_OBJECT macroKai Koehne2010-01-081-0/+1
|
* New QmlDesigner plugin & Design modeKai Koehne2010-01-071-0/+56
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 :)