summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Jan-Simon Möller [Wed, 29 Jan 2020 22:39:45 +0000 (23:39 +0100)]
Add gitreview file for icefish branch
Change-Id: I90c8f103dba7cd56c451c30f9808225e06228055
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Li Xiaoming [Fri, 22 Nov 2019 06:45:38 +0000 (07:45 +0100)]
add execute permission to autobuild script
Bug-AGL: SPEC-2164
Change-Id: I6903378e8a0230403b458c519d86e2ccf8cc6fa5
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Li Xiaoming [Fri, 27 Sep 2019 12:40:58 +0000 (20:40 +0800)]
fix(MediaScanner.qml): Remove qml M126 warning
Message:
== and != may perform type coercion, use === or !== to avoid it.
Description:
The non-strict equality comparison is allowed to convert its arguments
to a common type. That can lead to unexpected results such as
' \t\r\n' == 0 being true. Use the strict equality operators === and
!== and be explicit about conversions you require.
Bug-AGL: SPEC-2814
Change-Id: If0648d063b64ac2b4265006942b9c69991459836
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Li Xiaoming [Tue, 6 Aug 2019 15:23:07 +0000 (23:23 +0800)]
Introduce autobuild scripts
Add agl and linux autobuild scripts to silence build warnings.
These 2 scripts are based on the latest version of the autobuild
script, but they've been customized to (i) work with the existing
qmake files and (ii) the 'update' and 'package-test' targets have
been removed.
Bug-AGL: SPEC-2164
Change-Id: I9ba6bb03c16975c735998c2d99dc0a63faa9005b
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Jan-Simon Möller [Wed, 6 Feb 2019 14:51:26 +0000 (15:51 +0100)]
Add gitreview
Change-Id: I7d7a56008ea9616370b344143ad4a5a774cdf26c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Tasuku Suzuki [Thu, 4 Jan 2018 14:43:58 +0000 (23:43 +0900)]
Add demo video player app for CES2018
Change-Id: I4fb664a8520f02bc8e8eb8a87aa14c52d0fe8800
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Jan-Simon Moeller [Tue, 2 Jan 2018 13:52:17 +0000 (13:52 +0000)]
Initial empty repository