summaryrefslogtreecommitdiff
path: root/src/tools/sdktool
Commit message (Expand)AuthorAgeFilesLines
* Wholesale conversion to #pragma oncehjk2016-03-3017-68/+17
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1935-595/+420
* SDKtool: Make sure to use '/' as path separatorTobias Hunger2016-01-194-4/+9
* sdktool: Fix settings location on Windows.Eike Ziller2015-11-102-1/+4
* sdktool: Fix that settings were written to wrong locationEike Ziller2015-11-052-2/+2
* Sdktool: Avoid setting invalid debugger entry in kitOrgad Shaneh2015-07-221-4/+1
* Sdktool: Only execute tests with -test argumentOrgad Shaneh2015-07-201-5/+11
* Sdktool: Add missing space in usage messageOrgad Shaneh2015-07-131-1/+1
* SDKtool: Allow extra keys for addDebuggerTobias Hunger2015-07-021-0/+11
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-171-0/+2
|\
| * Fix parsing of old settings with sdktoolKai Koehne2015-06-031-0/+2
* | Introduce and make use of qtcreatortool.pri.Christian Kandeler2015-06-101-9/+1
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-074-24/+52
|\ \ | |/
| * Sdktool: Add switch to set environment for kits.Tobias Hunger2015-05-044-12/+45
| * Sdktool: Fix default kit handlingTobias Hunger2015-05-042-12/+7
* | Blackberry: Remove blackberry supportTobias Hunger2015-04-301-2/+0
|/
* Don't mix iterator and const_iteratorKai Koehne2015-04-022-2/+2
* Update LicenseEike Ziller2015-01-1635-210/+210
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-1/+0
* Introduce and use FileName::exists()hjk2014-11-031-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1435-245/+280
|\
| * License updateEike Ziller2014-10-0935-245/+280
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-161-1/+37
|\ \ | |/
| * SdkTool: Fix warningsChristian Stenger2014-09-051-1/+2
| * SdkTool: Fix "get" for complex typesOrgad Shaneh2014-09-051-1/+36
* | Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-043-3/+3
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* SDKTool: Change DeviceType from QByteArray to QStringOrgad Shaneh2014-08-043-16/+16
* SdkTool: Use Qt Creator doctypesOrgad Shaneh2014-07-0812-38/+40
* SdkTool: Support adding kit for desktop deviceOrgad Shaneh2014-07-081-0/+4
* SdkTool: Use 1 as default origin in add deviceOrgad Shaneh2014-07-031-1/+1
* SDKtool: Remove duplicate conditionTobias Hunger2014-07-031-2/+0
* SdkTool: Do not create additional pathOrgad Shaneh2014-07-031-1/+1
* SdkTool: Fix capitalizationOrgad Shaneh2014-07-031-1/+1
* Allow sdktool to run in an elevated contextKai Koehne2014-06-131-0/+9
* SDKtool: Fix adddevice operationTobias Hunger2014-04-111-1/+1
* SDKtool: Only write values into kit that were set on the commandlineTobias Hunger2014-04-091-25/+55
* SDKtool: Correctly handle mac ABIsTobias Hunger2014-04-071-1/+11
* SDKtool: Fix test case and compiler warningTobias Hunger2014-04-041-0/+19
* sdktool: Fix addKit complaining about unknown toolchainsKai Koehne2014-03-311-5/+0
* SDKtool: Fix get operationTobias Hunger2014-03-121-3/+4
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* SDKtool: Check for existing objects when creating kitsRainer Keller2014-03-0412-73/+249
* SDKtool: Add --device option to addKit operationTobias Hunger2014-03-043-20/+37
* SDKtool: Fix detection of existing tool chainsTobias Hunger2014-02-211-1/+1
* SDKtool: Rename findValues method to findValueTobias Hunger2014-02-206-13/+13
* SDKtool: Add basic commands to add/remove devicesTobias Hunger2014-02-207-0/+694
* SDKtool: Handle lists of values in find and findKey operationsTobias Hunger2014-02-204-23/+81
* Utils::FileName: Rename append to appendString()Daniel Teske2014-01-091-1/+1