aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidmanifesteditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Transform AndroidConfig into namespaceJarek Kobus11 days1-1/+1
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-2/+2
* Android: Use more direct access to current config singletonhjk2024-01-241-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-3/+3
* Android: Simplify return statementsJarek Kobus2023-08-041-1/+1
* Android: Hide some manifesteditorwidget code in the .cpphjk2023-07-201-0/+27
* Revert "Android: Handle some Qt deprecation related warnings"hjk2023-06-121-37/+41
* Android: Handle some Qt deprecation related warningshjk2023-06-121-41/+37
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* Fully qualify Tr::tr calls for the cases where lupdate needs thisAlessandro Portale2023-01-171-31/+31
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Android: Remove Service management from AndroidManifestEditorWidgetAlessandro Portale2022-12-201-224/+6
* Android: Code cosmeticshjk2022-11-101-150/+146
* Utils: Add sorted() functionChristian Kandeler2022-10-251-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Android: Convert to using Tr::trAlessandro Portale2022-10-071-44/+45
* Android: Limit the usage of qMakePairJarek Kobus2022-09-301-1/+1
* Replace QtSupport::QtVersionNumber with QVersionNumberAlessandro Portale2022-09-191-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-24/+13
* Utils: More forward declarations / drop unused headers [D-G]Jarek Kobus2022-05-251-0/+2
* Android: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-051-2/+2
* Android: don't add all the Service meta-data for Qt 6.2+Assam Boudjelthia2022-03-081-1/+8
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* Android: Get the minimum sdk level based on the used Qt versionAssam Boudjelthia2021-08-261-12/+15
* Android: remove app lib_name field from the manifest editor UIAssam Boudjelthia2021-06-281-60/+2
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-2/+0
|\
| * Remove unused variablesJarek Kobus2020-11-201-2/+0
* | New method for show Android splashscreenFabio Falsini2020-11-171-19/+48
|/
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-051-0/+2
|\
| * Android: Set the manifest dirty when app icons are set or removedVille Voutilainen2020-10-021-0/+2
* | Add control for set Android manifest screenOrientation paramFabio Falsini2020-09-261-2/+44
* | Fix Qt 6 build of ProjectExplorer and targets & build systemsEike Ziller2020-09-211-1/+1
* | Android: Remove unused functionsAlessandro Portale2020-09-151-29/+0
|/
* Android: re-organize manifest editor widgetAssam Boudjelthia2020-07-221-319/+332
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* Android: parse image file names from manifestVille Voutilainen2020-06-261-5/+39
* Move InfoBar to UtilsEike Ziller2020-06-181-5/+5
* Android: Use QRegularExpression to check package nameshjk2020-06-101-2/+3
* Android: add a splash screen editor to manifest editorVille Voutilainen2020-06-071-40/+79
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-6/+0
* Android: add service editor to manifest editorVille Voutilainen2020-05-251-7/+231
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-071-6/+5
|\
| * Android: fix manifest editor appending lib_name meta-dataAssam Boudjelthia2020-04-031-6/+5
| * Android: fix a thinko in syncing icons to widgetsVille Voutilainen2020-04-031-13/+21
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-1/+0
|\|
| * Android: remove unnecessary minimumSize limit to permissions listViewAssam Boudjelthia2020-03-181-1/+0
* | Android: turn manifest editor application icons into widgetsVille Voutilainen2020-03-061-322/+6
|/