summaryrefslogtreecommitdiff
path: root/src/plugins/qtsupport
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add Getting Started with Qt for Device Creation to TutorialsLeena Miettinen2017-09-011-1/+4
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Welcome: Scroll view on filter updatehjk2017-08-171-0/+1
* QtSupport: Add Qt 5.9 specific feature versionsAlessandro Portale2017-07-281-0/+5
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-21/+21
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-213-17/+30
|\
| * Welcome: Add links to the new video tutorials from Tutorials tabLeena Miettinen2017-07-213-17/+30
* | ProjectExplorer, QtSupport: Remove wince* sourcesAlessandro Portale2017-06-128-292/+0
* | BaseQtVersion: Check return value of QFile::openRobert Loehning2017-06-121-2/+1
|/
* Fix check if example location is writable on WindowsEike Ziller2017-05-291-5/+9
* Fix filtering and sorting of Qt versions in examples browserEike Ziller2017-05-162-9/+8
* Clean up after qmakeTobias Hunger2017-05-092-0/+18
* Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directlyMontel Laurent2017-04-191-1/+1
* fix unused warning at release buildsTim Jenssen2017-03-211-0/+1
* Remove unneeded includes of projectexplorerconstants.hOrgad Shaneh2017-03-201-1/+0
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-143-1/+5
|\
| * QRegExp include cleanupSamuel Gaist2017-03-133-1/+6
* | 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: Simplify example reading codehjk2017-02-281-17/+7
* | QtSupport: Don't wait for Help initialization if plugin is disabledhjk2017-02-281-1/+5
* | QtSupport: Add worldsummit16.png to .qrchjk2017-02-281-0/+1
* | Welcome: Move worldsummit16.png to plugins/qtsupporthjk2017-02-281-0/+0
* | Move mimetype definitions to plugin specsEike Ziller2017-02-274-24/+23
* | Remove spaces in initializer listsTim Jenssen2017-02-224-49/+49
* | QtSupport: Use ScrollPerPixel in GettingStartedWelcomePageAlessandro Portale2017-02-201-0/+1
* | QtSupport: Remove right and bottom margin in GettingStartedWelcomePageAlessandro Portale2017-02-201-2/+2
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-141-37/+37
|\ \ | |/
* | Make Creator compile without Qt tools in some configurationhjk2017-02-101-2/+5
* | QtSupport: Polish: Remove unnecessary includeTobias Hunger2017-02-091-2/+0
* | Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-2/+2
* | Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-4/+4
* | WelcomePages: Some minor cleanupshjk2017-02-081-3/+1
* | QtSupport: Simplify welcome page examples model handling furtherhjk2017-02-073-267/+176
* | ProjectExplorer: Use more concise code to register extra compilershjk2017-02-031-4/+2
* | QtSupport: Do not keep hold on a list of qtVersionhjk2017-02-032-22/+7
* | QtSupport: Move built-in list of tutorials to resourceshjk2017-02-0313-4/+517
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-011-0/+6
|\ \ | |/
| * QtSupport: Add Qt 5.8 specific versions to the feature systemAlessandro Portale2017-01-311-0/+6
* | fix usage of qt deployment pathsOswald Buddenhagen2017-01-262-2/+3
* | de-duplicate qmake property parsing codeOswald Buddenhagen2017-01-241-27/+2
* | BaseQtVersion: use QMakeEvaluator's native format for m_versionInfoOswald Buddenhagen2017-01-243-32/+35
* | make more use of BaseQtVersion::qmakeProperty()Oswald Buddenhagen2017-01-242-15/+20
* | make BaseQtVersion::qtCorePaths() non-staticOswald Buddenhagen2017-01-233-6/+7
* | make BaseQtVersion::qtVersion{,String}() non-virtualOswald Buddenhagen2017-01-231-2/+2
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-232-21/+112
|\ \ | |/
| * BaseQtVersion: Fix Qt build string parsingTobias Hunger2017-01-202-21/+112
* | QtSupport: Fix conversion from 'size_t' to 'int' MSVC warningDavid Schulz2017-01-231-1/+1
* | ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-1/+1
* | Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-203-5/+7