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
/
qmakeandroidsupport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: Remove outdated condition
Orgad Shaneh
2017-09-25
3
-14
/
+14
*
Android: Remove pointless condition
Robert Loehning
2017-09-14
1
-2
/
+0
*
Android: Remove Ant and make gradle as the default java build tool
Vikas Pachdha
2017-09-14
2
-11
/
+3
*
ProjectExplorer: Re-organize RunConfiguration constructors
hjk
2017-09-13
3
-19
/
+22
*
Android: remove support for local/debug deployment option
Jake Petroules
2017-09-06
1
-2
/
+0
*
Merge remote-tracking branch 'origin/4.4'
Orgad Shaneh
2017-08-30
1
-1
/
+1
|
\
|
*
Fix copyright year in plugin info, --version, and macOS info
Eike Ziller
2017-08-24
1
-1
/
+1
*
|
ProjectExplorer: Introduce base class for enabled/disabled project configuration
Tobias Hunger
2017-07-28
2
-53
/
+10
*
|
BuildStep: Do not use QLatin1String/QLatin1Char in BuildSteps
Tobias Hunger
2017-07-25
2
-41
/
+29
|
/
*
Android: Fix sdkmanager timing out on slower machines
Vikas Pachdha
2017-07-25
1
-0
/
+7
*
Android: Simplify run control construction
hjk
2017-06-30
1
-3
/
+0
*
Android: Make Android manager activity start arguments configurable
Vikas Pachdha
2017-06-28
3
-11
/
+16
*
Fix release builds debugging
BogDan Vatra
2017-04-12
1
-7
/
+9
*
Copy gradle from Qt location if available
BogDan Vatra
2017-04-07
1
-3
/
+6
*
QMake: Simplify QmakeProject::creationIds use further
hjk
2017-02-28
1
-4
/
+3
*
QMake: Centralize determination of available creationIds
hjk
2017-02-28
1
-6
/
+1
*
Remove spaces in initializer lists
Tim Jenssen
2017-02-22
3
-4
/
+4
*
qmake: move over from QmakeProjectNodes to QmakeParserNodes
Tobias Hunger
2017-02-22
8
-77
/
+78
*
qmake: Unify TargetInformation and TargetParserInformation again
Tobias Hunger
2017-02-22
1
-3
/
+3
*
qmake: Use Variable enum consistently
Tobias Hunger
2017-02-14
4
-9
/
+9
*
qmake: Use ProjectType enum consistently
Tobias Hunger
2017-02-14
3
-8
/
+7
*
RunConfiguration: Introduce buildSystemTarget()
Tobias Hunger
2017-01-30
2
-0
/
+7
*
ProjectExplorer: Added support for registering custom languages
Filippo Cucchetto
2017-01-23
1
-1
/
+2
*
Give the values of BuildStep::OutputFormat better names
Christian Kandeler
2017-01-19
2
-5
/
+5
*
Make some plugins hidden by default
Eike Ziller
2017-01-09
1
-0
/
+1
*
Rename the "ERROR" icon to "CRITICAL"
Ulf Hermann
2017-01-02
1
-1
/
+1
*
Android: Simplify qmakeandroidbuildapkstep
Tobias Hunger
2016-11-30
2
-12
/
+3
*
Move icons to Utils
Ulf Hermann
2016-08-05
2
-4
/
+6
*
Kits: Save several ToolChains per kit
Tobias Hunger
2016-07-14
1
-1
/
+2
*
Fix for showInGraphicalShell. The api fails to open a dir if the path contain...
Vikas Pachdha
2016-07-13
1
-1
/
+3
*
Android: Use Qt5-style connects
Orgad Shaneh
2016-07-04
6
-25
/
+22
*
QmakeAndroidSupport: Minor cleanup
Orgad Shaneh
2016-06-30
2
-13
/
+27
*
Add static library for qmake project file parser.
Christian Kandeler
2016-06-13
1
-4
/
+0
*
ProjectExplorer: De-duplicate code in IBuildStepFactory derived classes
hjk
2016-06-10
4
-126
/
+22
*
Move CustomExecutableRunConfiguration to ProjectExplorer
hjk
2016-05-13
1
-1
/
+0
*
BuildStep: Remove finished() signal and use FutureInterface to report
Tobias Hunger
2016-04-25
2
-4
/
+2
*
Set LC_MESSAGES instead of LC_ALL for parsing the error output
Jarek Kobus
2016-04-11
1
-3
/
+1
*
Wholesale conversion to #pragma once
hjk
2016-03-30
11
-45
/
+11
*
ProjectExplorer: Sprinkle overrides over the code
Tobias Hunger
2016-01-29
4
-30
/
+30
*
AndroidQmake: De-noise AndroidQmakeBuildConfiguration class
hjk
2016-01-25
1
-31
/
+33
*
QMakeAndroid: Build- and warning fixes
Tobias Hunger
2016-01-25
2
-8
/
+8
*
Merge remote-tracking branch 'origin/3.6'
Eike Ziller
2016-01-25
2
-0
/
+12
|
\
|
*
Add androidExtraLibs paths to solibSearchPath
BogDan Vatra
2016-01-20
2
-0
/
+12
*
|
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
23
-397
/
+288
*
|
Project: Add setRootProjectNode method
Tobias Hunger
2016-01-11
5
-7
/
+7
*
|
Merge remote-tracking branch 'origin/3.6'
Eike Ziller
2016-01-07
3
-25
/
+43
|
\
\
|
|
/
|
*
Android: update gradle wrapper properties
BogDan Vatra
2016-01-06
1
-1
/
+12
|
*
Android: Add clean step only if the minSDK is changed
BogDan Vatra
2016-01-06
3
-24
/
+31
*
|
Themed Icons: Introduce Utils::Icon
Alessandro Portale
2015-11-25
2
-6
/
+4
*
|
BuildManager: Provide context of earlier build steps to init
Tobias Hunger
2015-11-16
4
-6
/
+6
[next]