summaryrefslogtreecommitdiff
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-194-13/+13
* Centralize error/warning/info iconsAlessandro Portale2014-06-177-14/+15
* Allow the user to restrict rc creation to certain .proDaniel Teske2014-06-162-4/+7
* QmakeProject: Replace applicationProFilePaths by idsForNodesDaniel Teske2014-06-161-3/+1
* Avoid explicit checks for windows host when working with file pathsEike Ziller2014-06-121-3/+1
* QmakeProject: Rework allProFiles()Daniel Teske2014-06-121-3/+7
* Use PathChooser in AndroidSettingsWidgetDaniel Teske2014-06-053-187/+58
* IWizardFactory: Rename StandardFileWizard to StandardFileWizardFactoryTobias Hunger2014-06-051-1/+1
* IWizardFactory: Rename BaseFileWizard to BaseFileWizardFactoryTobias Hunger2014-06-052-2/+2
* Android: Fix "OpenJDK" title in browse dialog for JDK path.Daniel Teske2014-06-041-1/+1
* RunControl: Make icon(path) a value memberhjk2014-05-302-8/+1
* IWizard->IWizardFactoryTobias Hunger2014-05-261-1/+1
* IEditor: Make duplicatesSupported a value memberhjk2014-05-212-1/+1
* Android: Remove unneeded null validationOrgad Shaneh2014-05-211-2/+0
* ProjectExplorer: Use constants for compile_warning.png and _errorAlessandro Portale2014-05-194-4/+7
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-161-2/+6
|\
| * Android/Ant selection: Work around file dialog bug on MacEike Ziller2014-05-121-0/+4
| * Android: Show all download buttons in settings on OSXAlessandro Portale2014-05-071-2/+2
* | Android: Fix warning about hidding overloaded virtual methodTobias Hunger2014-05-121-1/+1
* | QString(QLatin1String()) -> QString::fromLatin1()Alessandro Portale2014-05-091-2/+2
* | Android: Fix blocking the ui on adding an avdDaniel Teske2014-05-086-30/+111
* | Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-069-12/+13
* | ProjectNodes: Refactor runConfigurationsFor()hjk2014-04-292-2/+2
* | AndroidQtVersion: Remove unsupported features: webkit and consoleDaniel Teske2014-04-281-0/+2
* | Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-225-10/+10
* | Android: Support new android list target outputDaniel Teske2014-04-141-1/+16
* | Android: android list target output doesn't always end with a markerDaniel Teske2014-04-141-0/+7
* | AndroidAvdModel: Code cosmetics, make ::avdName constDaniel Teske2014-04-142-3/+3
* | Android: Add a message box to remove avdDaniel Teske2014-04-141-1/+8
* | Android: Warn against a package name starting with _Daniel Teske2014-04-141-1/+1
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-085-3/+11
|\ \ | |/
| * Fix warning about converting enumeration to bool in Android manifest editor.Friedemann Kleint2014-04-041-1/+1
| * Android: Ensure that ANDROID_NDK_ROOT is set while parsing the mkspecDaniel Teske2014-04-032-0/+8
| * Fix keytool parameters.BogDan Vatra2014-04-032-2/+2
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-04-023-6/+14
|\ \ | |/
| * AndroidExtraLibsModel: Use QDir::cleanPaths() for entriesDaniel Teske2014-04-011-1/+1
| * Android: Prepend $$PWD to paths to ANDROID_EXTRA_LIBSDaniel Teske2014-04-011-2/+2
| * Android: Set ANDROID_EXTRA_LIBS scoped to the archDaniel Teske2014-04-013-3/+11
* | Android: Fix qbs build.Christian Kandeler2014-04-021-0/+2
* | Android: Rework Create AVD dialogDaniel Teske2014-04-0110-84/+302
* | Android: Expand tooltip on MinistroDaniel Teske2014-04-011-1/+1
* | Fix typoRobert Loehning2014-04-011-1/+1
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-2714-51/+109
|\ \ | |/
| * Android: Ensure that keytool outputs in englishDaniel Teske2014-03-272-6/+2
| * Android: Fix updateAutomaticKitListDaniel Teske2014-03-271-1/+1
| * Android: Fix changing keystore not asking for the passwordDaniel Teske2014-03-261-0/+2
| * Android: Create AVD: Show error messagesDaniel Teske2014-03-252-7/+19
| * Android: Create AVD dialog, give messagebox the right parentDaniel Teske2014-03-251-1/+1
| * Android: Add Libraries: Disable library model while parse is in progressDaniel Teske2014-03-194-20/+47
| * Android: Add Libraries: Open file dialog in project's directoryDaniel Teske2014-03-191-1/+1