aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* i18ndemo: disable arabic translationsSamuli Piippo2017-04-061-1/+1
| | | | | | | | Translations are not shown correctly and until fixed, comment them out. Task-number: QTAUTO-335 Change-Id: Ieea1f0294331b1b1f5aeaa7554692c5fa0a5bb26 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Fix overlapping text in Radio applicationNedim Hadzic2017-03-222-20/+20
| | | | | | | | | | | Exposed fontSize as a separate alias so other Label components in the system are not affected. This should be a temp solution since we will bring QCC2 and should solve issues like this on system level. Change-Id: I037a1f7bb42e4f444f2007b97efe2f061bb36994 Tas-number: AUTOSUITE-48 Reviewed-by: Alistair Adams <alistair.adams@qt.io>
* Handle translations update and release from qmakeFilipe Azevedo2017-03-143-204/+3
| | | | | | | | This deprecate usage of external scripts. Task-number: QTAUTO-280 Change-Id: I445234cb7dd1cf573057671c73f0c57ff416421f Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Adds a very basic nested Wayland compositor exampleRobert Griebl2017-03-073-0/+108
| | | | | Change-Id: I38e99d3ebb1fb2793084b3753cde3b82b3df9979 Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Music app: Avoid initial song change due to initialization codeErik Botö2017-01-041-1/+1
| | | | | | | | This fixes an issue where the nowPlaying model first has one query set and then this is changed during startup causing a visual transition. Change-Id: Ia7ad5cbee0f84d921b5bbf4d0a237dd68524f98e Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Music app: Fix inconsitency between initial song metadata and songErik Botö2017-01-041-4/+7
| | | | | | | | | | | It is not enough to reevaluate metadata when count changes, since different queries can have the same number of results. This is why the initial song if you just launch the app and press play is not the song you see title and art for. This commit fixes that by acting on query changes instead. Change-Id: Ifea5eb4090c8825a4270e98f89b16ad9e3740ec3 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Fix bug that VirtualKeyboardSettings is undefinedErik Botö2016-10-051-0/+1
| | | | | | | | Add missing import causing: "ReferenceError: VirtualKeyboardSettings is not defined" Change-Id: I0537057a9cc5f2a9ea82c18ab94acd9da6a833c8 Reviewed-by: Shrikant Dhumal <shrikant.dhumal@qt.io>
* Center highlight in Music apps ClusterWidgetErik Botö2016-10-051-0/+3
| | | | | | | | Force the highlighted item to be centered in the ClusterWidget for cosmetic reasons. Change-Id: Ia214a5093d221e154320af0e024c6a01e0837f13 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Fix bug in MediaPlayer with next/prev buttonsErik Botö2016-10-051-8/+6
| | | | | | | | | | Using the next/prev buttons in Music app would cause the CurrentTrackScreen to stop reacting to changes from MusicService, so switching song using e.g. Library View wouldn't update CurrentTrackScreen. Change-Id: I4c0405b8d626a512d3d59edf98ec3497553b41a4 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Radio application using the QtIvi am/fm tunerHenrik Persson2016-10-0513-0/+1302
| | | | | | | A very basic sample of a radio application Change-Id: I7d26482726791356f558b0182b99df37af9d465b Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Created internationalization and localization appShrikant Dhumal2016-10-0318-0/+1084
| | | | | Change-Id: If3bee4300b7188c8bb1fd566af8efef68c56229b Reviewed-by: Alistair Adams <alistair.adams@qt.io>
* Changed margins in Music library list to not cut the last itemHenrik Persson2016-09-231-12/+1
| | | | | Change-Id: Ic0eaaba217df7292bbb071d0c8a6b5f944b89db7 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Keyboard app improvementsHenrik Persson2016-09-232-3/+5
| | | | | | | | Margin adjustments and list size changes on keyboard hints page Also made the keyboard icon look like the other app icons Change-Id: I496dcbf7d8d4989333997091b8735cb526262c83 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Album list didn't show any albumsHenrik Persson2016-09-201-1/+1
| | | | | Change-Id: I44300047cda4e566d021d0e14479944f133cfbd5 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Moved the cluster detection into the AutoConfig.qmlDominik Holland2016-09-011-2/+3
| | | | | | | | This is needed as also the multi-process applications need to know whether to display the cluster widget and how big it can be rendered Change-Id: I589439f50fa3aa60630dd7b1fb6e4008a3d1b8c2 Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Updated to work with the lastest ApplicationManagerRobert Griebl2016-04-261-1/+1
| | | | | | | | | | | | | | | | | There have been a few changes in the AM due to API reviews: 1) The API naming in WindowManager singleton was made more consistent (Window vs. View vs. Surface) 2) The import was changed from io.qt.ApplicationManager / ApplicationInstaller to QtApplicationManager Apart from that, we decided that having (incompatible) AM dummy-imports in every system-ui project does not scale: the current Neptune version was merged into the AM repo and the copy here was removed. Change-Id: I176d66de4071deff02533a3f6fdc811bca5c2e7c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
* Add Keyboard Demo applicationJan Arne Petersen2016-04-2018-0/+259
| | | | | | | A demo application to show different functions of the virtual keyboard. Change-Id: I8dd46a36d47acdae2f788546a6bc479f9dfd778e Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Cleanup and smaller fixesRobert Griebl2016-04-153-0/+4
| | | | | | | | | | - all Windows have titles now (this helps a lot with debugging) - the minimum supported Qt version was already 5.5 (QtQuick 2.5), but the import was still stating QtQuick 2.1 - added a global shortcut to return to the system-ui via Esc Change-Id: If6616e0a8e4cda5e30f250a2d2821e805ae8c7f7 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Use the same license wording for GPL3 as the standard Qt 5.7 license.Robert Griebl2016-04-1116-208/+224
| | | | | Change-Id: I004c8d71a07e0d69348313795ce66b0ad9874da5 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Fixed the Music ClusterWidget to correctly show in the ICDominik Holland2016-03-312-5/+5
| | | | | | | Also enabled the IC for multi-process support Change-Id: I91902d4471b534e7a22d034b81a64be139c7d08b Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Use the new ApplicationManager IPC for controlling the MediaPlayerDominik Holland2016-03-181-0/+35
| | | | | | | Previously this only worked in single process mode Change-Id: I3ad77588a5bf48a65795e3db37c31e6b6271144d Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
* Demo updatesNedim Hadzic2016-02-1816-48/+450
| | | | | | | | | | | Since the Neptune was used in recent demos for CES 2016, some offline changes were made and now they are pushed upstream. Changes: - new layout for Music application - unit conversion, metric to imp US - other UI improvements. Change-Id: I202eb88c382e840990b988d03e22d3b9f0d67fc1 Reviewed-by: Juergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>
* use the automotive-suite website in the browserSamuli Piippo2015-12-151-1/+1
| | | | | Change-Id: I8d6a546085ff3a98998281ed451cbe3dab795475 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Tweaked the header layout a little bit, so that it passes the CI check.Robert Griebl2015-11-2514-112/+154
| | | | | | | Also change-id I8ffe7bca in qtqa is needed for this to work. Change-Id: I0fe48ae32ee01460f3ba2a7cf10ba2a2f0f279d5 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Initial commit of Pelagicore's Neptune-UI with squashed history.Robert Griebl2015-11-1622-0/+1435
Change-Id: I36747394458e3528f38ed9c078334c260f22d53b Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>