aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/welcome/welcomeplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Welcome: Fix application icon size for > 200% ui scalingv13.0.0-rc1Alessandro Portale2024-03-121-1/+1
* Welcome: Derive Core::Button from QAbstractButtonAlessandro Portale2024-03-071-1/+1
* Welcome: Also hide separator lines when collapsing top- and side areasAlessandro Portale2024-03-061-13/+22
* Welcome: Don't hide LinksMarcus Tillmanns2024-03-051-16/+17
* Welcome: Implement new designAlessandro Portale2024-02-271-173/+147
* Welcome: Fix font sizesAlessandro Portale2024-02-121-1/+0
* Utils: Fix function name case StyleHelper::Uifont -> uifontAlessandro Portale2023-12-071-2/+2
* Core: Move ResizeSignallingWidget to WelcomePageHelpersAlessandro Portale2023-11-231-16/+0
* Utils: Align enum StyleHelper::UiElement with upcoming design system #3Alessandro Portale2023-11-171-5/+3
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* Welcome: Fix initial welcome screen layout for small windowAlessandro Portale2023-10-311-7/+4
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* Welcome: Fix initial display of side areaOrgad Shaneh2023-09-261-1/+2
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-2/+2
* Reduce usage of app_version headerEike Ziller2023-06-261-3/+2
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Welcome: Remove unused function openDroppedFileshjk2022-12-131-16/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Welcome: Convert to using Tr::trAlessandro Portale2022-09-231-11/+12
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: Remove #include <QMainWindow> from icore.hhjk2022-07-221-2/+2
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* Fix lupdate issuesEike Ziller2022-02-231-0/+2
* Welcome: Fix scrolling in the sidebarAlessandro Portale2022-02-011-2/+2
* Welcome: Unify design with Qt Design StudioAlessandro Portale2022-01-141-150/+196
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-201-2/+1
|\
| * Welcome: Remove spacing between the link buttons on Welcome screenAlessandro Portale2021-09-171-2/+1
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-1/+2
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-121-1/+2
|\|
| * Welcome: Point Get Started button to Qt Creator's Geting Started pageEike Ziller2021-08-111-1/+2
* | Core: Use FilePath in some functions related to opening fileshjk2021-07-291-1/+1
|/
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Welcome: Do not save default value to settingsEike Ziller2021-02-161-5/+9
* Welcome screen: Add "Get Qt" linkKai Koehne2020-10-251-0/+1
* Qt6: enterEvent now gets passed a QEnterEventEike Ziller2020-09-291-3/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* Welcome: Fix regression of displaying Projects by defaultChristian Stenger2020-01-291-1/+1
* Welcome: Fix logic for page orderChristian Stenger2020-01-161-1/+1
* Merge remote-tracking branch 'origin/4.10' into 4.11Eike Ziller2019-10-281-7/+0
|\
| * macOS: Remove workaround for bug that was fixed in Qt 5.9.2Eike Ziller2019-10-211-7/+0
* | ProjectExplorer: Fix some problems with plugin unloadingChristian Kandeler2019-10-161-0/+7
* | Remove usages of deprecated APIsSona Kurazyan2019-09-031-4/+3
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
|/
* Welcome: Add a -notour argumenthjk2019-03-181-10/+16
* Help: Avoid multiple lookups of help id for context helpEike Ziller2019-01-291-1/+1
* Add general UI introductionEike Ziller2018-12-181-0/+15
* Show examples page in welcome mode on first startEike Ziller2018-07-091-2/+6
* Welcome: Detach Welcome page registration for global object poolhjk2018-02-071-6/+0