summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport/gettingstartedwelcomepage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Examples: Centralize constants in one placeAlessandro Portale2023-05-031-2/+2
* Convert Examples model to FilePathEike Ziller2023-02-231-39/+36
* Move examples manifest parser in separate functionEike Ziller2023-02-231-0/+1
* Utils: Add FilePath::copyRecursivelyMarcus Tillmanns2023-01-251-9/+11
* Welcome/Qt: Show featured examples in separate sectionEike Ziller2023-01-181-11/+4
* Welcome/Qt: Use separate model instances for examples and tutorialsEike Ziller2023-01-181-13/+18
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* plugins: Remove foreach usageArtem Sokolovskii2022-12-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1
* ProjectExplorer: Remove unneeded #include in projectexplorer.hhjk2022-07-271-7/+8
* QtSupport: Convert to Tr::trhjk2022-07-251-18/+19
* Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Code cosmeticshjk2022-06-241-1/+3
* QtSupport: Remove screenshot cropperAlessandro Portale2022-05-241-1/+0
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* QtSupport: Show thumbnails for YoutTube videos in "Tutorials" pageAlesandro Portale2022-04-251-0/+9
* Welcome: Replace search term when adding tagsRobert Löhning2022-03-031-2/+3
* Welcome: Unify design with Qt Design StudioAlessandro Portale2022-01-141-20/+19
* Core: Base GridView on QListView (instead of on QTableView)Alessandro Portale2021-11-291-17/+3
* QtSupport: Set a lower single step in ExamplesPageWidget viewAlessandro Portale2021-11-291-0/+3
* Replace some PathChooser::setFile with setFilePathhjk2021-09-131-1/+1
* Core: Use FilePath in some functions related to opening fileshjk2021-07-291-1/+1
* ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-1/+2
* Merge remote-tracking branch 'origin/4.14' into 4.15Eike Ziller2021-03-051-0/+4
|\
| * macOS: Fix vanishing controls in Welcome mode with macOS dark modeEike Ziller2021-03-051-0/+4
* | QtSupport: Use new settings APIEike Ziller2021-01-221-4/+4
|/
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-5/+9
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* QtSupport: Extract welcome page list model handlingChristian Stenger2020-01-201-209/+39
* QtSupport: Extract and move welcomepage helper to CoreChristian Stenger2020-01-201-202/+12
* ProjectExplorer: Sanitize some #includeshjk2019-08-061-0/+1
* Cmake: Fix deprecation warninghjk2019-07-051-1/+2
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-2/+2
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-1/+1
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-2/+2
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-3/+5
* QtSupport: ModernizeAlessandro Portale2018-11-301-12/+9
* Fix assert when filtering examples / tutorialsEike Ziller2018-07-121-4/+67
* Show 4 columns of examples within Qt Creator's default window widthEike Ziller2018-07-101-2/+2
* Utils: Properly name withNtfsPermissions()Andre Hartmann2018-06-051-1/+1
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-161-1/+6
|\
| * Fix image border for examples browserEike Ziller2018-03-151-1/+6
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-131-7/+5
|\ \ | |/
| * QtSupport/Welcome: Refresh the tutorials/examples/videos thumbnailsAlessandro Portale2018-03-111-7/+5
* | QtSuppport: Remove unused static functionhjk2018-02-071-6/+0
* | QtSupport: move example image loading from delegate to modelDavid Schulz2018-02-071-26/+4
|/