aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/createandroidmanifestwizard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Hide CreateAndroidManifestWizard in cppJarek Kobus2024-11-121-336/+0
* Android: Give CreateAndroidManifestWizard a parentJarek Kobus2024-11-121-1/+3
* Android: Rename androidmanager.{cpp,h} to androidutils.{cpp,h}hjk2024-11-121-4/+3
* Android: Move more classes into Internal namespaceJarek Kobus2024-11-121-4/+2
* Android: Minor simplification in CreateAndroidManifestWizardhjk2024-11-111-2/+1
* Android: Drop support for Qt < 5.4.0hjk2024-11-111-19/+10
* Android: fix wording in the Android templates wizardAssam Boudjelthia2024-10-281-18/+21
* Android: fix copy gradle templates checkboxAssam Boudjelthia2024-09-231-8/+15
* Android: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-061-3/+3
* Android: Ensure text in Create Android Manifest wizard has spaceAlessandro Portale2024-09-031-0/+2
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-1/+1
* Utils: Fix FileUtils::copyRecursively with user interactionAlessandro Portale2024-07-081-3/+3
* Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath()hjk2024-06-191-1/+1
* Android: Introduce constant "firstQtWithAndroidDeployQt"Alessandro Portale2024-03-211-2/+2
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Android: Remove gradle.properties file handlingAlessandro Portale2022-11-301-3/+0
* Android: Remove support old cmdline toolsArtem Sokolovskii2022-11-221-2/+2
* Android: Convert to using Tr::trAlessandro Portale2022-10-071-25/+20
* Android: Avoid QFileInfo use in createandroidmanifestwizard.cpphjk2022-09-281-3/+3
* Replace QtSupport::QtVersionNumber with QVersionNumberAlessandro Portale2022-09-191-2/+2
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-2/+1
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-2/+2
* Android: Show native paths in .pro File selection dialogsAlessandro Portale2021-12-011-1/+1
* Android: Fix AndroidManifest wizard invalid package source dirJonathan Mouchou2021-11-151-1/+4
* Replace some PathChooser::setFile with setFilePathhjk2021-09-131-5/+4
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-161-1/+1
|\
| * Don't try to add absolute paths with FilePath::pathAppended()hjk2021-08-131-1/+1
* | Android: More FilePath use in CreateAndroidManifestWizardhjk2021-08-161-16/+12
|/
* Android: Deduplicate string literals and use constants insteadAlessandro Portale2021-02-101-1/+2
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-1/+1
|\
| * Android: fix copy gradle files button functionAssam Boudjelthia2020-11-231-1/+1
* | Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-2/+2
|/
* Android: set copy gradle templates checkbox to false by defaultAssam Boudjelthia2020-07-221-1/+1
* Android: Use re-usable "copy and ask for overwrite" callableEike Ziller2020-07-131-66/+10
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-2/+2
* Android: Use the new Target::activeBuildKey() functionhjk2020-04-011-4/+2
* android: Do not crash when node is nullptr in CreateAndroidManifectWizardTobias Hunger2020-02-241-11/+14
* Android: Un-export CreateAndroidManifestWizardhjk2020-02-181-6/+54
* Android: Pass BuildSystem to CreateAndroidManifectWizardhjk2020-02-181-15/+17
* Android: Use Utils::InfoLabel in CreateAndroidManifestWizardAlessandro Portale2020-01-091-16/+6
* BaseQtVersion: remove qmakeProperty(...) getterTobias Hunger2019-10-011-5/+3
* Android: Move logic to trigger AndroidManager::updateGradlePropertieshjk2019-10-011-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-1/+1
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-6/+5
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* ProjectExplorer: Introduce Target::buildTarget(buildKey)hjk2019-02-201-3/+3