summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings
Commit message (Collapse)AuthorAgeFilesLines
* [launchersettings] Add boundaries for signal strength bar.Gatis Paeglis2014-05-201-1/+10
| | | | | | | | This is already in the "dev" branch of b2qt-utils, would be good to have it for this release as well. Change-Id: Ieae42d6b0854d6b3d8c47850f06a7ec6da0b4e43 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
* Disable autocompletion for password fieldRainer Keller2014-05-191-0/+1
| | | | | Change-Id: I178e3dd14b627d708275a9c70bd7e8b7d55ee0f6 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* workaround for crash on linuxSamuli Piippo2014-05-192-2/+0
| | | | | | Task-number: QTEE-506 Change-Id: I895a7f83ead3afc0a0483b5a75433f8f9ead8397 Reviewed-by: Gatis Paeglis <gatis.paeglis@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>
* [launchersettings] Small fixes in wifi settings sectionGatis Paeglis2014-04-071-33/+40
| | | | | | | | - only one list section expanded at a time. - adjust example to the changes in QtWifi API. Change-Id: I08eed885e08f581302f2704e07a0218c95c7454e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Rearrange the order of demos in the launcherTopi Reinio2014-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The launcher will sort the demos alphabetically based on their titles, and then removes leading digits (see cf9b6d17). This allows us to control the order of the demos. This change sets the following order, from left to right: About Qt Enterprise Embedded Launcher Settings Qt5 Everywhere Qt5 Cinematic Demo Qt5 Launch Presentation Virtual Keyboard Qt Quick Enterprise Controls - Dashboard Qt Quick Enterprise Controls - Gallery Controls: Touch Qt Charts - Gallery Media Player Camera Photo Gallery Graphical Effects Sensors Demo Change-Id: I80e5fb66b55f5b5541acc70410c555d4d971e220 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@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-198-97/+137
| | | | | | | and fix the UI shrinking issue when vkb is visible. Change-Id: I8609dbc4a852b04e3ed9f3fbd3eb1175f3576f5e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Enable virtual keyboard when building demos stand-aloneTopi Reinio2014-01-301-0/+1
| | | | | | | | | | Add a shared QML file that defines an InputPanel and loads the main QML for each demo. Also, - Do not define QT_IM_MODULE (set already in the system) - Improved exclude file parsing to match b2qt-launcher Change-Id: Ibdd0371a57878ef7bc585aa67fcd148377f54bc6 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* [Launcher Settings] Add Wifi GroupBoxGatis Paeglis2014-01-308-15/+380
| | | | | Change-Id: I3d9850335c79640d29bb335c24acbfbb79375a1c Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-279-0/+410
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>