aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/basetreeview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make helpers for stack view contents more widely availablehjk2025-03-241-0/+55
* Utils: Streamline QtcSettings interfacehjk2023-09-281-1/+1
* All: Remove some unneeded #includeshjk2023-09-271-1/+0
* Utils, all: Standardize on QtcSettingshjk2023-09-271-8/+8
* Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* All: Fix some more Qt 6.7 induced deprecation warningshjk2023-06-081-1/+1
* Utils: Save a few cycles in BaseTreeView column width computationhjk2023-02-241-30/+27
* Utils: Simplify tree view columns width computationhjk2023-02-241-1/+2
* Utils: Tr::trAlessandro Portale2023-02-011-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-4/+3
* Utils: Use new settings APIEike Ziller2021-01-051-1/+2
* Utils: Allow BaseTreeView users to hide columns manuallyhjk2020-11-101-0/+27
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-2/+3
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-071-1/+15
|\
| * TreeView: Fix mapping to source models in case ProxyModels are involvedhjk2019-04-021-1/+23
* | Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-4/+5
* | Utils: Forward BaseTreeView mouse move events to modelhjk2019-02-131-0/+8
|/
* Debugger: Fix sizing of debugger columnsAaron Barany2019-01-081-0/+129
* BaseTreeView: Robustifyhjk2018-07-241-6/+10
* Utils: ModernizeAlessandro Portale2018-07-201-9/+9
* BaseTreeView: Also pass background single clicks to modelshjk2018-02-061-1/+10
* BaseTreeView: Disable resizing columns by clicking on the backgroundhjk2018-02-051-3/+5
* Utils: Let tree items request collapsinghjk2018-01-311-2/+6
* Utils: Delay saving of treeview column sizes while resizinghjk2017-11-271-1/+12
* Utils: Separate rendering out of ProgressIndicatorTobias Hunger2017-07-271-1/+1
* Utils: Remove old style connectionOrgad Shaneh2017-03-211-25/+5
* BaseTreeView: Make resizeColumns() publicly accessiblehjk2017-02-211-6/+6
* Utils: Set the BaseTreeView default icon size to 16Alessandro Portale2016-09-281-1/+1
* TreeView: Set current index by selectionOrgad Shaneh2016-09-211-1/+2
* Debugger/Utils: Fix index passing of ItemViewEventshjk2016-09-151-27/+45
* Debugger: Remove some uses of semi-global currentEngine()hjk2016-07-181-9/+77
* Debugger: Re-enable initial population of register viewhjk2016-03-151-0/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Adjust watcher column size to locals contenthjk2015-03-191-10/+25
* Utils: Remove assert when hiding progress indicator.David Schulz2015-03-161-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | BaseTreeView: Modernize connectionshjk2015-01-211-21/+12
* | Add easy way to add progress indicator overlay to a widgetEike Ziller2015-01-161-1/+30
* | BaseTreeView: Fix connection.hjk2015-01-121-1/+1
* | BaseTreeView: Add a way to let models request item expansionhjk2015-01-121-7/+25
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
|/
* Debugger: Save width of manually resized tree view columnshjk2014-07-181-61/+206
* Utils: Remove unneeded namespace qualificationsOrgad Shaneh2014-07-161-3/+3
* Utils: Even more treeview column size fine tuninghjk2014-06-271-57/+37