index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
android
/
androidmanifesteditorwidget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-2
/
+2
*
Fully qualify Tr::tr calls for the cases where lupdate needs this
Alessandro Portale
2023-01-17
1
-31
/
+31
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Android: Remove Service management from AndroidManifestEditorWidget
Alessandro Portale
2022-12-20
1
-224
/
+6
*
Android: Code cosmetics
hjk
2022-11-10
1
-150
/
+146
*
Utils: Add sorted() function
Christian Kandeler
2022-10-25
1
-2
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Android: Convert to using Tr::tr
Alessandro Portale
2022-10-07
1
-44
/
+45
*
Android: Limit the usage of qMakePair
Jarek Kobus
2022-09-30
1
-1
/
+1
*
Replace QtSupport::QtVersionNumber with QVersionNumber
Alessandro Portale
2022-09-19
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Drop Qt5: Android, IOS & WASM: Get rid of QOverload
Jarek Kobus
2022-07-20
1
-24
/
+13
*
Utils: More forward declarations / drop unused headers [D-G]
Jarek Kobus
2022-05-25
1
-0
/
+2
*
Android: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-05
1
-2
/
+2
*
Android: don't add all the Service meta-data for Qt 6.2+
Assam Boudjelthia
2022-03-08
1
-1
/
+8
*
Rename QtSupport::BaseQtVersion to QtVersion
hjk
2022-01-24
1
-1
/
+1
*
InfoBar: Make adding more buttons possible
Eike Ziller
2022-01-18
1
-1
/
+1
*
Android: Get the minimum sdk level based on the used Qt version
Assam Boudjelthia
2021-08-26
1
-12
/
+15
*
Android: remove app lib_name field from the manifest editor UI
Assam Boudjelthia
2021-06-28
1
-60
/
+2
*
Merge remote-tracking branch 'origin/4.14'
Eike Ziller
2020-11-25
1
-2
/
+0
|
\
|
*
Remove unused variables
Jarek Kobus
2020-11-20
1
-2
/
+0
*
|
New method for show Android splashscreen
Fabio Falsini
2020-11-17
1
-19
/
+48
|
/
*
Merge remote-tracking branch 'origin/4.13' into master
Eike Ziller
2020-10-05
1
-0
/
+2
|
\
|
*
Android: Set the manifest dirty when app icons are set or removed
Ville Voutilainen
2020-10-02
1
-0
/
+2
*
|
Add control for set Android manifest screenOrientation param
Fabio Falsini
2020-09-26
1
-2
/
+44
*
|
Fix Qt 6 build of ProjectExplorer and targets & build systems
Eike Ziller
2020-09-21
1
-1
/
+1
*
|
Android: Remove unused functions
Alessandro Portale
2020-09-15
1
-29
/
+0
|
/
*
Android: re-organize manifest editor widget
Assam Boudjelthia
2020-07-22
1
-319
/
+332
*
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
1
-2
/
+2
*
Android: parse image file names from manifest
Ville Voutilainen
2020-06-26
1
-5
/
+39
*
Move InfoBar to Utils
Eike Ziller
2020-06-18
1
-5
/
+5
*
Android: Use QRegularExpression to check package names
hjk
2020-06-10
1
-2
/
+3
*
Android: add a splash screen editor to manifest editor
Ville Voutilainen
2020-06-07
1
-40
/
+79
*
Remove unnecessary removeContextObject calls
Eike Ziller
2020-05-27
1
-6
/
+0
*
Android: add service editor to manifest editor
Ville Voutilainen
2020-05-25
1
-7
/
+231
*
Merge remote-tracking branch 'origin/4.12'
Eike Ziller
2020-04-07
1
-6
/
+5
|
\
|
*
Android: fix manifest editor appending lib_name meta-data
Assam Boudjelthia
2020-04-03
1
-6
/
+5
|
*
Android: fix a thinko in syncing icons to widgets
Ville Voutilainen
2020-04-03
1
-13
/
+21
*
|
Merge remote-tracking branch 'origin/4.12'
Eike Ziller
2020-03-19
1
-1
/
+0
|
\
\
|
|
/
|
*
Android: remove unnecessary minimumSize limit to permissions listView
Assam Boudjelthia
2020-03-18
1
-1
/
+0
*
|
Android: turn manifest editor application icons into widgets
Ville Voutilainen
2020-03-06
1
-322
/
+6
|
/
*
Disable androidMinSdkVersion & androidTargetSdkVersion editing if needed
BogDan Vatra
2020-03-06
1
-2
/
+6
*
Android: fix minor syntax issues
Assam Boudjelthia
2020-03-03
1
-2
/
+2
*
Android: place add permissions combobox on top of the list view
Assam Boudjelthia
2020-03-03
1
-13
/
+13
*
Android: allow style extraction method selection to the manifest editor
Assam Boudjelthia
2020-03-03
1
-7
/
+41
*
Android: make icon removal actually work
Ville Voutilainen
2020-02-25
1
-64
/
+201
*
Android: Automatically use the correct NDK for each Qt version
Assam Boudjelthia
2020-02-17
1
-2
/
+6
*
Android: make the manifest editor's icon selector's layout more compact
Ville Voutilainen
2020-01-30
1
-0
/
+6
*
Android: make manifest editor icon buttons more self-evident
Ville Voutilainen
2020-01-29
1
-18
/
+72
*
Android: Simplify code in manifest editor
hjk
2019-11-18
1
-28
/
+21
[next]