Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Bug-AGL: SPEC-5194
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I2c08b7af8b803bcca36b9619f5570c8e6890bec3
|
|
Add template files for gitlab
Bug-AGL: SPEC-4474
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I584677a0705f04568113d3d4ce550750a56fb01f
|
|
Add icon copied from the launcher source tree, and updated .pro files to
install it.
Bug-AGL: SPEC-4182
Change-Id: Iaad95432969f000caaf14341637a425609beeaeb
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
|
|
Changes:
- Remove the autobuild scripts and config.xml used by the app
framework widget build.
- Update the qmake files to just build a "videoplayer" binary and
install it into /usr/bin by default.
- Remove the code in main.cpp that handled reading the WebSocket
command-line arguments and passing them to binding related
code.
- Add setenv of QT_QUICK_CONTROLS_STYLE to "AGL" to get the AGL
styling used. This replaces a global environment variable
definition tied to the old app framework, and makes it more
obvious that the style is required for the app to properly
work.
- Remove MediaScaner based on QtWebSockets which was removed
from agl-demo-platform
Bug-AGL: SPEC-4182
Change-Id: I022217ffc42da41093a55120554237f95e3aa413
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
|
|
in addition, modified the code
Bug-AGL: SPEC-3458
Change-Id: I6d0a6d8e4498464f7fff2c7065fcecfb68cc5227
Signed-off-by: shi ce <shic.fnst@fujitsu.com>
|
|
Add display permission required to work with the running as non-root
change for applications. Previously applied as a patch by the recipe
in meta-agl-demo.
Bug-AGL: SPEC-2389
Change-Id: I2b367e597dfb4453e9a75dc8b2f3bd5b900d0c43
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
This updates the gitreview file in the project
.
Change-Id: I98c1b0d5bba5565512f5e4a1ae4559ccc1e27190
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Bug-AGL: SPEC-2164
Change-Id: I6903378e8a0230403b458c519d86e2ccf8cc6fa5
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
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>
|
|
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>
|
|
Change-Id: I7d7a56008ea9616370b344143ad4a5a774cdf26c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I4fb664a8520f02bc8e8eb8a87aa14c52d0fe8800
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
|