aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/gettingstartedwelcomepage.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* QtSupport: Use FancyLineEdit as Welcome Page search filter editAlessandro Portale2017-11-031-3/+4
* Welcome: Fix translation issuesEike Ziller2017-10-231-2/+2
* Make DocumentManager::projectsDirectory a FileNameEike Ziller2017-09-191-1/+1
* Fix check if example location is writable on WindowsEike Ziller2017-05-291-5/+9
* WelcomePage: Workaround broken QFrame in HighDPI casesAlessandro Portale2017-03-061-5/+2
* WelcomePage: Add a margin right of the search boxAlessandro Portale2017-03-061-5/+7
* QtSupport: Use ScrollPerPixel in GettingStartedWelcomePageAlessandro Portale2017-02-201-0/+1
* QtSupport: Remove right and bottom margin in GettingStartedWelcomePageAlessandro Portale2017-02-201-2/+2
* QtSupport: Simplify welcome page examples model handling furtherhjk2017-02-071-41/+32
* QtSupport: Fix and simplify ExampleListModelhjk2017-01-191-79/+43
* Welcome: Start some performance improvementshjk2017-01-131-223/+505
* QtSupport: Use Qt5-style connectsOrgad Shaneh2016-06-061-19/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Open Project: Don't show a error dialog for duplicated projectsDaniel Teske2015-08-241-4/+5
* Examples: Better check for non-writable locationEike Ziller2015-05-131-1/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Welcome: Use Core::Id instead of enumEike Ziller2014-12-181-2/+2
|/
* License updateEike Ziller2014-10-091-7/+8
* Help: Open example documentation in extra windowEike Ziller2014-06-241-4/+4