summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/welcomepagehelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Examples: Make GridItemImageSize adapt to GridItemWidth/HeightAlessandro Portale2023-05-041-1/+1
* Examples: Centralize constants in one placeAlessandro Portale2023-05-031-7/+6
* Layouting: Handle attach types via setterhjk2023-05-031-4/+14
* Examples: Adapt line color between title and tags to category hr colorAlessandro Portale2023-05-021-2/+3
* Examples: Use theme colors for section separator + linkAlessandro Portale2023-05-021-4/+16
* Examples: Hide "Show All" link if items fitEike Ziller2023-04-261-1/+28
* Examples/Marketplace: Put separator into heading for expanded view tooEike Ziller2023-04-261-8/+13
* Examples/Marketplace: Put horizontal ruler into the headingEike Ziller2023-04-211-1/+5
* Examples: Limit categories to single row and allow showing allEike Ziller2023-04-131-7/+83
* Examples/Marketplace: Create grid view with all items on demandEike Ziller2023-03-271-21/+32
* Examples/Marketplace: Move ownership to the "all" products modelEike Ziller2023-03-131-3/+9
* Welcome/Qt: Show featured examples in separate sectionEike Ziller2023-01-181-0/+3
* ExamplesListModel: Remove direct access of model items variableEike Ziller2023-01-181-3/+23
* Make categorized product/example view reusableEike Ziller2023-01-181-2/+132
* Welcome: Remove requirement for subclassing ListModelEike Ziller2023-01-181-2/+7
* Core: Tr::trhjk2023-01-171-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-071-2/+4
|\
| * Examples: Match tags case insensitivelyEike Ziller2022-04-061-2/+4
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-011-11/+13
|\ \ | |/
| * Welcome: Fix issues with handling of mouse presses on tagsAlessandro Portale2022-02-281-11/+13
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-02-111-0/+3
|\ \ | |/
| * Core: Limit rendering of tag rows in ListItemDelegateAlessandro Portale2022-02-101-0/+3
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-02-071-1/+2
|\ \ | |/
| * Core: Explicitly detach QPalette in WelcomePageHelpersAlessandro Portale2022-02-041-1/+2
* | Core: Cleanup in ListItemDelegate::paintAlessandro Portale2022-02-011-3/+6
|/
* Core: Fix drawing of items without imagesAlessandro Portale2022-01-211-27/+32
* Core: Fix redrawing of the current area in ListItemDelegateAlessandro Portale2022-01-211-2/+1
* Core: Fix resetting animation timer on marketplace itemsChristian Stenger2022-01-201-1/+1
* Welcome: Unify design with Qt Design StudioAlessandro Portale2022-01-141-101/+150
* Core: Base GridView on QListView (instead of on QTableView)Alessandro Portale2021-11-291-137/+15
* Add missing "emit"sAlessandro Portale2021-11-111-1/+2
* Core: Polish welcome screen grid hover animationAlessandro Portale2021-09-241-11/+21
* Merge remote-tracking branch 'origin/4.14' into 4.15Eike Ziller2021-03-051-2/+4
|\
| * macOS: Fix vanishing controls in Welcome mode with macOS dark modeEike Ziller2021-03-051-2/+4
* | Core: Hide the horizontal scrollbar in WelcomePageAlessandro Portale2021-03-051-0/+1
* | Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
|/
* Core: Only act on left click on examples and the likeChristian Stenger2020-05-071-0/+4
* Core: Propagate dataChanged signalChristian Stenger2020-01-231-0/+8
* Core: Handle editor event only for real itemsChristian Stenger2020-01-221-1/+2
* QtSupport: Extract welcome page list model handlingChristian Stenger2020-01-201-5/+439
* QtSupport: Extract and move welcomepage helper to CoreChristian Stenger2020-01-201-0/+198