summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* Renewed Launcher SettingsKimmo Ollila2016-01-141-242/+238
| | | | | | Task-number: QTRD-3776 Change-Id: I69bc4f0bb1628feb73b4acc35908950095eb4515 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Add physical screen size override slider to settingsLaszlo Agocs2015-06-181-0/+63
| | | | | | | | | | | | | | The slider is in inches and assumes the usual 16:9 aspect ratio. It will then rewrite appcontroller.conf to include QT_QPA_EGLFS_PHYSICAL_WIDTH and HEIGHT. It can also parse the already set values. This is essential because many framebuffer drivers do not provide any physical size information, so overriding with the environment variables is often necessary. Task-number: QTEE-935 Change-Id: I29452bc20cc58a259191fd65e7463f98ff792523 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Adapt launchersettings to the B2Qt.Wifi 1.0 APIGatis Paeglis2014-12-021-2/+2
| | | | | Change-Id: I36154eb52c533b490cb77cd75f4e495edae09604 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Merge branch 'stable' into devaavit2014-10-151-116/+113
|\ | | | | | | Change-Id: I0ff4fb4cb9acd73db397bc44c2970a7286a2d0c2
| * Change URLs to qt.ioRainer Keller2014-10-071-1/+1
| | | | | | | | | | Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * launchersettings: various improvementsGatis Paeglis2014-09-291-166/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make it scale better on screen with different screen sizes and pixel density. For example the current implementation looked bad on Nexus 2013. Lets use "scaled cm" based on visual angle. Tested on 46 inch TV, nexus, nexus 2013, Rpi with samsung desktop monitor, demo looks as expected. - Demo now works as expeced when deployed as stand alone application from QtCreator. Before this change layout was completely broken, because Screen qml element really does not work as expected. - Make handle of Slider more touch-friendly. - Simplify creation of wifi GroupBox. The Loader element was needed at the beginning when we build QtWifi only on Android. - Move custom styles into separate qml files and other cleanups. Task-number: QTEE-769 Change-Id: Ifef1caa7edbfaea14c608f6b8fae43e86b0a2442 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * Use correct import version for VKB SettingsGatis Paeglis2014-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | When we started to use it in launcher settings it was defined as 1.0 and later changed to 1.2 in vkb library code, because of this launcher settings failed to start. Settings import was introduced in VKB version 1.2, therefore that is the minimal supported version. Change-Id: I328fb87524a2c32cb32da7aea7835196bc59875d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * launchersettings: make flicking user-friendlyGatis Paeglis2014-09-041-3/+3
| | | | | | | | | | | | | | | | | | Make Flickable same size as the screen. Before this flicking was not very intuitive - flicking did not work at the areas outside of settings group boxes. Change-Id: Ice4d42813be055e7562aff41fa36223197f836ce Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
| * launchersettings: add vkb style settingGatis Paeglis2014-09-041-3/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - VKB version 1.1 introduced support for runtime change of vkb style, this patch adds setting for changing keyboard style from launcher settings application. - Make "Display FPS" checkbox more touch-friendly. - Update Controls import version. Task-number: QTRD-3288 Change-Id: Iabc0e90ba06b3c123eaddc9de4c3c7bf264af2a6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* | Update launchersettings for renamed DroidUtils->B2QtUtilsaavit2014-10-081-21/+23
|/ | | | | | | | | | | Also much simplification as the refactored API is better suited for QML usage. Depends on http://qt-gerrit.it.local/6317 Task-number: QTEE-704 Change-Id: I7491ada390d973a26cf8a2c2b668114eb87357c0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Make FPS checkbox persistentSamuli Piippo2014-08-181-0/+1
| | | | | | | | Set value of FPS checkbox on start up based on the actual value in engine. Task-number: QTEE-584 Change-Id: Idfdc949b7fb8f4edb79f65f4351442601a9349e8 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* launchersettings: make ip field span two columnsSamuli Piippo2014-06-301-0/+1
| | | | | | | | This makes the hostname button fit better in smaller resolution. Task-number: QTEE-689 Change-Id: I8bead95d7b0d614ee1fa882699b990ef33848f99 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Remove BOM marker from the beginning of the main.qml filePasi Petäjäjärvi2014-05-091-1/+1
| | | | | | Task-number: QTEE-506 Change-Id: Ic18f19d79395d96094666985005eb3edaadae601 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [launchersettings] Fix UI scalingGatis Paeglis2014-04-091-2/+5
| | | | | | Task-number: QTEE-473 Change-Id: I8fb07fd007c394beec1603cdf171e0af15af0819 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Fix QML GroupBox: Binding loop detected for propertyAndy Nichols2014-02-201-0/+3
| | | | | | | | QTEE-357 Change-Id: I8f400f5d204f56e61339e097d6288961d3d7133d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* [launcher settings] improve visual appearanceGatis Paeglis2014-02-191-42/+103
| | | | | | | and fix the UI shrinking issue when vkb is visible. Change-Id: I8609dbc4a852b04e3ed9f3fbd3eb1175f3576f5e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* [Launcher Settings] Add Wifi GroupBoxGatis Paeglis2014-01-301-11/+27
| | | | | Change-Id: I3d9850335c79640d29bb335c24acbfbb79375a1c Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-0/+192
This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>