aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/crumblepath.h
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Use override consistentlyTobias Hunger2018-05-131-1/+1
| | | | | | | clang-tidy fixes from modernize-use-override check. Change-Id: I89d27f359b6ee507153cb3712f61f81471ff0858 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Utils: Make crumblepath graphics themable and high-DPI-ableAlessandro Portale2017-12-051-8/+3
| | | | | | | | | | | This change replaces the outdated CrumblePathButton graphics with new, themable and high-DPI-able variants. The new graphics need to be drawn in a different way, which reduces the required code in CrumblePath a bit. Change-Id: Ie006199c7f307ae7528b5c951c95cfa2a1c4308d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* QmlDesigner: remove unnecessary PimplTim Jenssen2017-01-241-2/+2
| | | | | Change-Id: I56cbab9897be37281ff500a01452c9a09fb537f9 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Utils: De-slot and complete Qt5 connectsOrgad Shaneh2016-06-291-3/+1
| | | | | | | The only Qt4-style [dis]connects left are in BaseTreeView::setModel. Change-Id: I53bb715750c65827005cc96939a6714606e60f81 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
| | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
| | | | | | | * Update remaining files in src Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@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>
* 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>
* CrumblePath: Sort ChildrenAurindam Jana2012-04-111-0/+1
| | | | | | | Add a sort children function Change-Id: I3621abf11fdea22deda6aba1ef6e094554950c93 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* QmlJSInspector: Optimize server requestsAurindam Jana2012-03-301-0/+1
| | | | | | | | | Fetch objects on demand. Update objects that are currently in the crumble path rather than query the complete tree. Change-Id: Id4e263fa7a35c90248444461210dbba32dd61b12 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
| | | | | | | | 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>
* all: less QScopedPointerhjk2011-09-191-3/+2
| | | | | | Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2 Reviewed-on: http://codereview.qt-project.org/5116 Reviewed-by: hjk <qthjk@ovi.com>
* crumblePath: adding dataForLastIndex()Thomas Hartmann2011-09-151-0/+1
| | | | | | | Change-Id: I0e9a856ab3bea80b730ba30d343c5ab88df83db2 Reviewed-on: http://codereview.qt-project.org/4991 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lasse Holmstedt
* Made CrumblePath API a bit more consistent/genericThorbjørn Lindeijer2011-05-301-2/+3
| | | | | | | | Was a bit confusing to pass QVariant data in and get an int back. Change-Id: I613d2eb88ade45baee85a4f84d7db6d3ce7fb923 Reviewed-on: http://codereview.qt.nokia.com/205 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* QmlObserver: Disable crumblepath if not activeKai Koehne2011-04-271-1/+1
|
* Update license.hjk2011-04-131-14/+13
|
* Code cosmeticsThorbjørn Lindeijer2011-02-171-2/+2
|
* QmlJSInspector: Moved the property filter back into the QML observer dockThorbjørn Lindeijer2011-02-171-1/+0
| | | | | | | 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
* QmlInspector: changed crumblepath appearanceChristiaan Janssen2011-02-101-3/+2
| | | | Reviewed-by: Kai Koehne
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-1/+1
|
* QmlJsInspector: implemented Property InspectorChristiaan Janssen2011-01-201-1/+4
| | | | Reviewed-by: Kai Koehne
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* Merge branch '2.1'con2010-12-171-7/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/coreplugin/basemode.cpp src/plugins/coreplugin/basemode.h src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp src/plugins/debugger/debuggeragents.cpp src/plugins/debugger/debuggeruiswitcher.cpp src/plugins/debugger/debuggeruiswitcher.h src/plugins/projectexplorer/buildconfigdialog.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp src/plugins/qmldesigner/components/propertyeditor/colorwidget.h src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h src/plugins/qmldesigner/designercore/include/modelutilities.h src/plugins/qmldesigner/designercore/include/nodeinstance.h src/plugins/qmldesigner/designercore/include/propertymetainfo.h src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp src/plugins/qmldesigner/designercore/model/modelutilities.cpp src/plugins/snippets/inputwidget.cpp src/plugins/snippets/snippetscompletion.cpp src/plugins/snippets/snippetscompletion.h src/plugins/snippets/snippetspec.cpp src/plugins/snippets/snippetsplugin.cpp src/plugins/snippets/snippetswindow.cpp src/plugins/snippets/snippetswindow.h src/plugins/texteditor/snippetsparser.cpp src/tools/qml/qmldom/main.cpp tests/manual/trk/runner.cpp tests/manual/trk/trkolddevice.cpp tests/manual/trk/trkolddevice.h tests/manual/trk/trkserver.cpp
| * License headers.con2010-12-171-7/+11
| |
* | Removed stray tokens and fixed warnings/errors when compiling with pedantic ↵Roberto Raggi2010-12-161-1/+1
|/ | | | C++ compilers.
* QmlJSDebugger: Replace namespace QmlViewer with QmlObserverKai Koehne2010-09-161-1/+1
|
* Further header cleanup.Friedemann Kleint2010-09-161-6/+4
| | | | | | Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
* Utils: Changed crumblepath to use qpainter instead of stylesheetsLasse Holmstedt2010-08-021-0/+3
|
* Moved CrumblePath to UtilsLasse Holmstedt2010-07-301-0/+76
This widget has little to do with the QML debugging library, and will be reused inside the QML JS Inspector UI as well.