aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen.pro
AgeCommit message (Collapse)AuthorFilesLines
2017-01-04Add 2017 to copyrightBocklage, Jens1-1/+1
Happy new year Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-18Fix missing dependency for libhomescreenTadao Tanikawa1-1/+1
libhomescreen has dependency to interfaces, but it is missing in HomeScreen.pro. This would raise link error depends on the host environment. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-15Delete unneeded filesBocklage, Jens1-3/+1
- sample-qml no longer needed - widgets no longer needed - images replaced by new HMI before Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-13Fix missing dependency for sample-qmlTadao Tanikawa1-0/+1
sample-qml has dependency to libhomescreen, but it is missing. This would raise compile error depends on the host environment. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-12Remove SampleMediaApp and SampleNavigationAppBocklage, Jens1-2/+0
No longer needed as QML examples Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Remove HomeScreenNGBocklage, Jens1-3/+1
This was already integrated into the main HomeScreen app Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-05First integration of new HMI designBocklage, Jens1-0/+1
Using QML files and C++ integration from Qt's HomeScreenNG sample app. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-02WIP: add Qt Quick HomeScreen UITasuku Suzuki1-0/+1
Change-Id: I2be964f6d9e76df616169d7b2654d17ae9446687 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-30Add sample qml applicationKazumasa Mitsunari1-1/+2
It is sample application(HVAC). This app is used for debuging, for reference of HomeScreen API use and so on. Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-11-21remove QMAKE_CLEAN += -r * from project filesTasuku Suzuki1-4/+0
use $ make distclean if you want to clean binaries and Makefile Change-Id: I4f9af670c8625f48a0f9f77d31117d2a1a1cbb22 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21check ivi-layermanagement-api availabilityTasuku Suzuki1-0/+3
replace #ifdef __arm__ with a definition that comes from availability test Change-Id: Id9fa4baefcc9f38acd3e98d40054040fc69029c6 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-08Binding to AGL frameworkJosé Bollo1-2/+2
This replaces the binding to the Tizen Framework with the binding to the AGL framework. Change-Id: Ib7e1da60b9eb1754fd623e7a346c117a9ee11647 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-11-04Add two sample apps just to have some Qt based applications that can be ↵Bocklage, Jens1-1/+3
launched. Nav is Qt widget based. Media is QML based. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-10-31Introduces shared lib that provides the API of D-Bus org.agl.homescreen.Bocklage, Jens1-6/+10
Initial implementation to show the idea. Also availabale a sample app that uses the new lib. The lib uses the GNU D-Bus lib. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-08-05Using the Tizen application manager to receive information about installed ↵v0.2.0Bocklage, Jens1-1/+7
apps and to launch apps. This acts as a template for other app framework adoptions. Using the weston ivi shell to control surfaces. Using the input event manager to dispatch hard key inputs. This is a bigger update, so I increased the version number from 0.1.1 to 0.2.0. Some parts are under development. I created the components "WindowsManager" and "InputEventManager" because they are not defined in AGL right now. As soon as they are defined, we should switch to them. Find more information on the official wiki page: https://wiki.automotivelinux.org/homescreen Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-07-06Support for color schemesv0.1.1Bocklage, Jens1-1/+23
- 3 demo color schemes included Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-06-24v0.1.0Bocklage, Jens1-160/+4
06/24/2016 - reworked status bar - reviewed D-Bus interfaces, now using signals instead of methods for day/night mode - created new home screen simulator app - license changed to Apache 2.0 - put D-Bus introspections in one central place - disabled "only one instance allowed" for development
2016-06-02First versionBocklage, Jens1-0/+162
v0.0.1 06/01/2016 - initial version - first implementation of home screen - fix HMI layout (will be configurable in the future) - dBus as IPC (may change in the future) - no interaction with application manager so far - multi-lanuage support - day/night mode support - initial status bar implementation (interface will be enhanced in the future) - initial control bar implementation - MPLv2.0 license - input device simulator for developer build (not functional right now) - system settings simulator for developer build (day/night mode switch functional right now) - using QSettings for local app setting storage (may change in the future) - first popup implementation (single popup support for now; multiple popup not defined; interface will change) - only one instance of the app allowed