First version
authorBocklage, Jens <Jens_Bocklage@mentor.com>
Thu, 2 Jun 2016 12:29:22 +0000 (14:29 +0200)
committerBocklage, Jens <Jens_Bocklage@mentor.com>
Thu, 2 Jun 2016 12:29:22 +0000 (14:29 +0200)
commitff25a2a06428ffb0d6d8aeddb5faaa301b4201fe
tree246830c4d7fe7a7144056bfe45ce2272305f05b8
parente4a8324e4546731fb4d95548a418ebaa8ff8852a
First version

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
145 files changed:
.gitignore
HomeScreen.pro [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
dbus-introspections/daynightmode.xml [new file with mode: 0644]
dbus-introspections/inputevent.xml [new file with mode: 0644]
dbus-introspections/popup.xml [new file with mode: 0644]
dbus-introspections/statusbar.xml [new file with mode: 0644]
include/daynightmode.h [new file with mode: 0644]
include/inputevent.h [new file with mode: 0644]
include/popup.h [new file with mode: 0644]
resources/controlbarwidget.ui [new file with mode: 0644]
resources/homescreen.qrc [new file with mode: 0644]
resources/images/backgrounds/bg_blue_day.png [new file with mode: 0755]
resources/images/backgrounds/bg_blue_night.png [new file with mode: 0755]
resources/images/backgrounds/bg_green_day.png [new file with mode: 0755]
resources/images/backgrounds/bg_green_night.png [new file with mode: 0755]
resources/images/backgrounds/bg_stripes_day.png [new file with mode: 0755]
resources/images/backgrounds/bg_stripes_night.png [new file with mode: 0755]
resources/images/icons/Black/01.Home.png [new file with mode: 0644]
resources/images/icons/Black/02.Shop.png [new file with mode: 0644]
resources/images/icons/Black/03.Office.png [new file with mode: 0644]
resources/images/icons/Black/04.Bank.png [new file with mode: 0644]
resources/images/icons/Black/05.Tag.png [new file with mode: 0644]
resources/images/icons/Black/06.Tags.png [new file with mode: 0644]
resources/images/icons/Black/07.Wallet.png [new file with mode: 0644]
resources/images/icons/Black/08.Credit-Card.png [new file with mode: 0644]
resources/images/icons/Black/09.Handbag.png [new file with mode: 0644]
resources/images/icons/Black/10.Folder.png [new file with mode: 0644]
resources/images/icons/Black/11.Notebook.png [new file with mode: 0644]
resources/images/icons/Black/12.File.png [new file with mode: 0644]
resources/images/icons/Black/13.Clipboard.png [new file with mode: 0644]
resources/images/icons/Black/14.News.png [new file with mode: 0644]
resources/images/icons/Black/15.Pencil.png [new file with mode: 0644]
resources/images/icons/Black/16.Pen.png [new file with mode: 0644]
resources/images/icons/Black/17.Brush.png [new file with mode: 0644]
resources/images/icons/Black/18.Pictures-Day.png [new file with mode: 0644]
resources/images/icons/Black/19.Pictures-Night.png [new file with mode: 0644]
resources/images/icons/Black/20.Photos.png [new file with mode: 0644]
resources/images/icons/Black/21.Music.png [new file with mode: 0644]
resources/images/icons/Black/22.Music-Playlist.png [new file with mode: 0644]
resources/images/icons/Black/23.Videos.png [new file with mode: 0644]
resources/images/icons/Black/24.TV.png [new file with mode: 0644]
resources/images/icons/Black/25.Camera-Front.png [new file with mode: 0644]
resources/images/icons/Black/26.Camera-Back.png [new file with mode: 0644]
resources/images/icons/Black/27.Phone.png [new file with mode: 0644]
resources/images/icons/Black/28.Tablet.png [new file with mode: 0644]
resources/images/icons/Black/29.Mac.png [new file with mode: 0644]
resources/images/icons/Black/30.User.png [new file with mode: 0644]
resources/images/icons/Black/31.ID-Horizontal.png [new file with mode: 0644]
resources/images/icons/Black/32.ID-Vertical.png [new file with mode: 0644]
resources/images/icons/Black/33.Thumbs-Up.png [new file with mode: 0644]
resources/images/icons/Black/34.Thumbs-Down.png [new file with mode: 0644]
resources/images/icons/Black/35.Alarm-Clock.png [new file with mode: 0644]
resources/images/icons/Black/36.Watch.png [new file with mode: 0644]
resources/images/icons/Black/37.Stopwatch.png [new file with mode: 0644]
resources/images/icons/Black/38.Location-Pin.png [new file with mode: 0644]
resources/images/icons/Black/39.Heart.png [new file with mode: 0644]
resources/images/icons/Black/40.Cloud.png [new file with mode: 0644]
resources/images/icons/Black/41.Trophy.png [new file with mode: 0644]
resources/images/icons/Black/42.Badge.png [new file with mode: 0644]
resources/images/icons/Black/43.Bell.png [new file with mode: 0644]
resources/images/icons/Black/44.Share.png [new file with mode: 0644]
resources/images/icons/Black/45.Settings.png [new file with mode: 0644]
resources/images/icons/Black/46.Calender.png [new file with mode: 0644]
resources/images/icons/Black/47.Explore.png [new file with mode: 0644]
resources/images/icons/Black/48.Dashboard.png [new file with mode: 0644]
resources/images/icons/White/01.Home.png [new file with mode: 0644]
resources/images/icons/White/02.Shop.png [new file with mode: 0644]
resources/images/icons/White/03.Office.png [new file with mode: 0644]
resources/images/icons/White/04.Bank.png [new file with mode: 0644]
resources/images/icons/White/05.Tag.png [new file with mode: 0644]
resources/images/icons/White/06.Tags.png [new file with mode: 0644]
resources/images/icons/White/07.Wallet.png [new file with mode: 0644]
resources/images/icons/White/08.Credit-Card.png [new file with mode: 0644]
resources/images/icons/White/09.Handbag.png [new file with mode: 0644]
resources/images/icons/White/10.Folder.png [new file with mode: 0644]
resources/images/icons/White/11.Notebook.png [new file with mode: 0644]
resources/images/icons/White/12.File.png [new file with mode: 0644]
resources/images/icons/White/13.Clipboard.png [new file with mode: 0644]
resources/images/icons/White/14.News.png [new file with mode: 0644]
resources/images/icons/White/15.Pencil.png [new file with mode: 0644]
resources/images/icons/White/16.Pen.png [new file with mode: 0644]
resources/images/icons/White/17.Brush.png [new file with mode: 0644]
resources/images/icons/White/18.Pictures-Day.png [new file with mode: 0644]
resources/images/icons/White/19.Pictures-Night.png [new file with mode: 0644]
resources/images/icons/White/20.Photos.png [new file with mode: 0644]
resources/images/icons/White/21.Music.png [new file with mode: 0644]
resources/images/icons/White/22.Music-Playlist.png [new file with mode: 0644]
resources/images/icons/White/23.Videos.png [new file with mode: 0644]
resources/images/icons/White/24.TV.png [new file with mode: 0644]
resources/images/icons/White/25.Camera-Front.png [new file with mode: 0644]
resources/images/icons/White/26.Camera-Back.png [new file with mode: 0644]
resources/images/icons/White/27.Phone.png [new file with mode: 0644]
resources/images/icons/White/28.Tablet.png [new file with mode: 0644]
resources/images/icons/White/29.Mac.png [new file with mode: 0644]
resources/images/icons/White/30.User.png [new file with mode: 0644]
resources/images/icons/White/31.ID-Horizontal.png [new file with mode: 0644]
resources/images/icons/White/32.ID-Vertical.png [new file with mode: 0644]
resources/images/icons/White/33.Thumbs-Up.png [new file with mode: 0644]
resources/images/icons/White/34.Thumbs-Down.png [new file with mode: 0644]
resources/images/icons/White/35.Alarm-Clock.png [new file with mode: 0644]
resources/images/icons/White/36.Watch.png [new file with mode: 0644]
resources/images/icons/White/37.Stopwatch.png [new file with mode: 0644]
resources/images/icons/White/38.Location-Pin.png [new file with mode: 0644]
resources/images/icons/White/39.Heart.png [new file with mode: 0644]
resources/images/icons/White/40.Cloud.png [new file with mode: 0644]
resources/images/icons/White/41.Trophy.png [new file with mode: 0644]
resources/images/icons/White/42.Badge.png [new file with mode: 0644]
resources/images/icons/White/43.Bell.png [new file with mode: 0644]
resources/images/icons/White/44.Share.png [new file with mode: 0644]
resources/images/icons/White/45.Settings.png [new file with mode: 0644]
resources/images/icons/White/46.Calender.png [new file with mode: 0644]
resources/images/icons/White/47.Explore.png [new file with mode: 0644]
resources/images/icons/White/48.Dashboard.png [new file with mode: 0644]
resources/images/transparency.png [new file with mode: 0644]
resources/inputdevicesimulator.ui [new file with mode: 0644]
resources/mainwindow.ui [new file with mode: 0644]
resources/popupwidget.ui [new file with mode: 0644]
resources/settingswidget.ui [new file with mode: 0644]
resources/statusbarwidget.ui [new file with mode: 0644]
resources/systemsettingssimulator.ui [new file with mode: 0644]
resources/translations/homescreen_de_DE.qm [new file with mode: 0644]
resources/translations/homescreen_de_DE.ts [new file with mode: 0644]
resources/translations/homescreen_en_US.qm [new file with mode: 0644]
resources/translations/homescreen_en_US.ts [new file with mode: 0644]
resources/translations/homescreen_ja_JP.qm [new file with mode: 0644]
resources/translations/homescreen_ja_JP.ts [new file with mode: 0644]
src/controlbarwidget.cpp [new file with mode: 0644]
src/controlbarwidget.h [new file with mode: 0644]
src/inputdevicesimulator.cpp [new file with mode: 0644]
src/inputdevicesimulator.h [new file with mode: 0644]
src/inputeventdistributor.cpp [new file with mode: 0644]
src/inputeventdistributor.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/mainwindow.cpp [new file with mode: 0644]
src/mainwindow.h [new file with mode: 0644]
src/popupwidget.cpp [new file with mode: 0644]
src/popupwidget.h [new file with mode: 0644]
src/settingswidget.cpp [new file with mode: 0644]
src/settingswidget.h [new file with mode: 0644]
src/statusbarwidget.cpp [new file with mode: 0644]
src/statusbarwidget.h [new file with mode: 0644]
src/systemsettingssimulator.cpp [new file with mode: 0644]
src/systemsettingssimulator.h [new file with mode: 0644]