aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport
Commit message (Expand)AuthorAgeFilesLines
* QtSupport: Fix wrong build directory for examplesv3.3.0Daniel Teske2014-12-082-0/+12
* Qt Quick Compiler Support: Only allow valid settingsAlessandro Portale2014-12-011-0/+7
* BaseQtVersion: Rename isInSourceDirectory to isSubProject and fix itDaniel Teske2014-11-212-8/+19
* QtKitInformation: Report correct version IdTobias Hunger2014-11-201-1/+2
* QtSupport: Fix mkspec detection for Qt4/MinGW.Christian Kandeler2014-11-141-0/+8
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-3/+0
* QtSupport: Add macro expansion to custom executable config widgethjk2014-11-051-0/+3
* Introduce and use FileName::exists()hjk2014-11-031-2/+2
* QtVersion: Mark system Qt as autodetectionSource "PATH"Tobias Hunger2014-11-032-14/+24
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-032-12/+7
* OS X: make qt version name field in options growEike Ziller2014-10-241-1/+4
* Detect qt sub projects and special case their build directoryDaniel Teske2014-10-242-0/+18
* Qt version: Fix macro usage in default display namesEike Ziller2014-10-242-3/+3
* Remove KitInformationMacroExpanderhjk2014-10-231-2/+0
* Capitalize macro nameshjk2014-10-222-5/+5
* Utils: MacroExpander API cosmetics.hjk2014-10-221-1/+1
* Make expanders work with subexpandershjk2014-10-213-22/+16
* MacroExpander: Fall back to global expanderhjk2014-10-162-4/+3
* Cleanup of ThemingAlessandro Portale2014-10-161-1/+0
* QmakeProject: Add a checkbox for use of the Qt Quick CompilerAlessandro Portale2014-10-152-0/+31
* Implement theming for QtCreatorThorben Kroeger2014-10-157-2/+8
* License update.Eike Ziller2014-10-154-22/+25
* VariableChooser: Reworkhjk2014-10-154-4/+20
* MacroExpander: Allow registering local expansionshjk2014-10-155-73/+55
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-1455-386/+442
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1455-386/+442
| |\
| | * License updateEike Ziller2014-10-0954-374/+428
* | | QtSupport: Add method to query UI class nameTobias Hunger2014-10-142-0/+11
* | | QtSupport: Code cosmeticsTobias Hunger2014-10-141-6/+4
* | | QtSupport: Add missing Q_OBJECT macroTobias Hunger2014-10-141-0/+2
|/ /
* | Utils: Move MacroExpander to file pair of its ownhjk2014-10-131-1/+1
* | QtSupport: Use the new MacroExpander basehjk2014-10-103-48/+28
* | Adding new QtQuick features for Qt 5.4Thomas Hartmann2014-10-102-0/+10
* | QtKitInformation::availablePlatforms: Fix empty platform namesDaniel Teske2014-09-191-2/+5
* | CppTools: Change CppModelManager implementation patternhjk2014-09-192-6/+6
* | JsExpander: Do not crash on exitTobias Hunger2014-09-181-1/+1
* | QtSupport: Fix qbs build.Christian Kandeler2014-09-171-2/+1
* | Add missing #include for QObjectThiago Macieira2014-09-171-0/+1
* | Qt: Add features for Qt4 and Qt5Tobias Hunger2014-09-162-26/+33
* | QtSupport: Add codegeneration.h/cppTobias Hunger2014-09-165-0/+262
* | QML: prevent nullptr deref by returning when we detected an error.Erik Verbruggen2014-09-111-1/+3
* | Remove Qt version checks.Christian Kandeler2014-09-082-12/+4
* | QtSupport: Remove some unnecessary destructorsTobias Hunger2014-09-054-12/+0
* | QtVersion: Save unexpandedDisplayName, not the expanded oneTobias Hunger2014-09-051-1/+1
* | QtVersion: Implement necessary CopyConstructorTobias Hunger2014-09-052-0/+37
* | QtVersion: Allow for variables in Qt version namesTobias Hunger2014-09-0410-84/+95
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-032-0/+8
|\|
| * Add qtquick 2.3 and qtquickcontrols 1.2 templatesjkobus2014-08-282-0/+8
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | QmakeProject: Take deduced arguments into consideration on importDaniel Teske2014-08-312-15/+0