aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidsettingswidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Remove missing Qt version warningVikas Pachdha2018-11-021-48/+0
* Android: ModernizeAlessandro Portale2018-07-261-1/+1
* Android: Auto installation of missing necessary SDK packagesVikas Pachdha2017-10-111-2/+26
* Android: Android SDK manager user interfaceVikas Pachdha2017-10-111-18/+60
* Android: Add API to check whether to use native SDK UI toolsVikas Pachdha2017-10-111-1/+1
* Android: Refactor Android SDK packagesVikas Pachdha2017-10-111-5/+8
* Android: Re-design android settingsVikas Pachdha2017-10-111-214/+224
* Android: Remove python support checking for the NDK's GDBVikas Pachdha2017-09-141-90/+0
* Android: Remove Ant and make gradle as the default java build toolVikas Pachdha2017-09-141-86/+0
* Android: Extend Android SDK sanityVikas Pachdha2017-09-061-22/+36
* Android: Force Gradle build post SDK tools version 25.3.0Vikas Pachdha2017-04-121-1/+12
* Android: Use avdmanager toolVikas Pachdha2017-04-121-9/+17
* Android: Add Android tool managerVikas Pachdha2017-04-121-14/+7
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-2/+3
* QtVersionManager: Rename QtVersionManager::unsortedVersions(...)Tobias Hunger2017-01-181-1/+1
* BaseQtVersion: Allow for a predicate when retrieving Qt versionsTobias Hunger2017-01-171-4/+5
* Rename the "ERROR" icon to "CRITICAL"Ulf Hermann2017-01-021-1/+1
* Android: Use numerous formRobert Loehning2016-12-121-3/+3
* Android: Add C toolchainsTobias Hunger2016-10-271-12/+6
* Android: Update the SDK download linksAlessandro Portale2016-09-281-4/+4
* Move icons to UtilsUlf Hermann2016-08-051-3/+3
* Android: Use Qt5-style connectsOrgad Shaneh2016-07-041-15/+46
* Android: Use Utils::runAsyncEike Ziller2016-02-121-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-261-1/+1
|\
| * Avoid running qmake by using unsortedVersionsEike Ziller2015-11-231-1/+1
* | Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-6/+3
* | Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-0/+13
|/
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-4/+4
* Android: Fix deployment to wrong avdDaniel Teske2015-05-181-2/+2
* Remove some duplicate includesTobias Hunger2015-03-201-2/+0
* Update some more links to qt.ioSergio Ahumada2015-03-091-2/+2
* Android 64bit toolchainsDaniel Teske2015-02-161-13/+10
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Android: Pass some values by referenceOrgad Shaneh2015-02-111-1/+1
* | Android: Reduce time to open settings widgetDaniel Teske2015-01-131-10/+51
|/
* Introduce and use FileName::exists()hjk2014-11-031-11/+10
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Android: Say hello to gradle!BogDan Vatra2014-09-251-0/+6
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-2/+2
|/
* Android: Fix link to fixed gdbsDaniel Teske2014-08-121-2/+2
* Android: Fix wrong return valuesDaniel Teske2014-07-301-2/+2
* Android: Fix compilation with Qt 4.Friedemann Kleint2014-07-301-2/+2
* Android: Warn about broken gdbs on every platformDaniel Teske2014-07-291-46/+56
* Android: Check for broken gdb on macDaniel Teske2014-07-231-0/+78
* Use PathChooser in AndroidSettingsWidgetDaniel Teske2014-06-051-70/+33