aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/exampleslistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtSupport: move example image loading from delegate to modelDavid Schulz2018-02-071-2/+43
* Update examples after documentation has changedDavid Schulz2018-02-011-0/+2
* Welcome: Scroll view on filter updatehjk2017-08-171-0/+1
* Fix filtering and sorting of Qt versions in examples browserEike Ziller2017-05-161-7/+6
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-191-1/+1
* QtSupport: Simplify example reading codehjk2017-02-281-17/+7
* QtSupport: Don't wait for Help initialization if plugin is disabledhjk2017-02-281-1/+5
* Make Creator compile without Qt tools in some configurationhjk2017-02-101-2/+5
* QtSupport: Simplify welcome page examples model handling furtherhjk2017-02-071-171/+103
* QtSupport: Do not keep hold on a list of qtVersionhjk2017-02-031-20/+7
* QtSupport: Move built-in list of tutorials to resourceshjk2017-02-031-2/+1
* QtSupport: Fix and simplify ExampleListModelhjk2017-01-191-147/+30
* QtVersionManager: Remove validVersions(...)Tobias Hunger2017-01-181-2/+3
* QtVersionManager: Remove QtVersionManager::versions(...)Tobias Hunger2017-01-181-2/+3
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-9/+3
* Welcome: Start some performance improvementshjk2017-01-131-4/+1
* Welcome: Fix that filter string was cleared when changing pageEike Ziller2016-10-311-4/+30
* init roleNames only one timeTim Jenssen2016-06-201-22/+24
* QtSupport: Use Qt5-style connectsOrgad Shaneh2016-06-061-10/+12
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-1/+1
* 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-25/+32
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | Replace the PMF to certain QString members with a regular functionThiago Macieira2014-07-311-1/+1
* | Algorithms: Introduce helper Utils::equalDaniel Teske2014-07-161-5/+2
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-7/+4
|/
* Examples: Support new mainFile attributeEike Ziller2014-06-171-2/+11
* ProjectExplorer: Use more algorithmsDaniel Teske2014-06-161-17/+13
* Examples: Remove unused internal APIEike Ziller2014-06-161-12/+0
* QtSupport: Fix indentation of conditionOrgad Shaneh2014-05-061-1/+2
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-7/+7
* Revert "Welcome: Store examples search text in settings"Alessandro Portale2014-04-081-11/+0
* Welcome: Store examples search text in settingsAlessandro Portale2014-04-021-0/+11
* Fix crash if no qt version is registeredKai Koehne2014-04-011-0/+3
* WelcomePage: Support additional (non-qt) example setsEike Ziller2014-03-311-106/+210
* Examples: Remove loading of *.xml files from Qt demos/examples dirKai Koehne2014-03-131-10/+0
* Remove Qt 4 fallback for examples browserKai Koehne2014-03-131-69/+19
* Move management of 'selected' Qt version to ExamplesListModelKai Koehne2014-03-131-58/+79
* Unify selection of 'valid' Qt versions for welcome pageKai Koehne2014-03-131-46/+46
* Move QtVersionsModel declaration into headerKai Koehne2014-02-071-86/+77
* WelcomPage: Fix intitial filtering by Qt versionThomas Hartmann2014-01-101-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Braces cleanupOrgad Shaneh2013-11-141-6/+3
* WelcomePage: bug fix for example viewThomas Hartmann2013-10-151-67/+68
* WelcomePage: fixes QTC_ASSERTThomas Hartmann2013-10-101-3/+16
* QtVersionManager et al: Code cosmeticshjk2013-08-301-6/+3
* KitManager: Use static API as other singletons doTobias Hunger2013-08-211-2/+2