summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove dummy appswip/uiupdate5.10Kari Oikarinen2017-05-0237-1768/+0
| | | | | | | | They might have been helpful in testing the launcher when it was looking for "main.qml"s in a directory, but no longer. Change-Id: Ib0625369426d3564c7e9d90f2a7de455e645f853 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Remove dead functionKari Oikarinen2017-05-021-52/+0
| | | | | | | | indexDirectory isn't used, since the application data is read from XML file instead. Change-Id: Ibef202b17509c058b7655d145db395e80bec8a54 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Remove logcat supportKari Oikarinen2017-05-026-136/+0
| | | | | | | Boot2Qt does not support Android anymore. Change-Id: Ia0d7ef4353a6249ff881e72a2692b8579c067b76 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Remove build configuration for AndroidKari Oikarinen2017-05-021-5/+1
| | | | | | | Android is no longer supported by Boot2Qt. Change-Id: Ieac29d10408e4b6d34b544538493d19cfce947e6 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Change license to Commercial + GPLv35.95.85.7Kari Oikarinen2016-06-0724-140/+996
| | | | | | | Except the dummy apps under test/. They stay Commercial + BSD. Change-Id: I4a1a3e8c1fa4f9f3554c1e814e298ac4a077d720 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Use new import path for QtVirtualKeyboardSamuli Piippo2016-06-012-2/+2
| | | | | Change-Id: Ie07962739c73dabd6cc650de8cb60e96c8f7cce8 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Merge remote-tracking branch 'origin/5.6' into devSamuli Piippo2016-05-101-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/5.6: Fixed demo excludelist handling Open close button also by tapping center text new settings icon which does not look disabled make path flickable with all screen height Use one unified xml to read metadatas for demos. Conflicts: src/applicationsmodel.cpp Change-Id: I72f59a135f39595e9dc02586694bf51dabf95048
| * Fixed demo excludelist handling5.6Kimmo Ollila2016-02-231-1/+1
| | | | | | | | | | Change-Id: I2cc69d673979a5b12e186468f6751cd742b3f9f5 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| * Open close button also by tappingKatja Marttila2016-02-191-1/+3
| | | | | | | | | | | | Change-Id: I6f195652437d47cc11a383ba1f996891365019dc Task-number: QTRD-3817 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * center textKatja Marttila2016-02-192-2/+4
| | | | | | | | | | Change-Id: I8765e4a1a4c985c22afa2e34fe8e568bafd4c41a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * new settings icon which does not look disabledKatja Marttila2016-02-191-0/+0
| | | | | | | | | | | | Change-Id: I3b92afffffacba23995ca313ad0f6859da2f87cb Task-number: QTRD-3814 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * make path flickable with all screen heightKatja Marttila2016-02-191-2/+1
| | | | | | | | | | Change-Id: I78e3465fbba07e013c2967180409353c9155c6df Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * Use one unified xml to read metadatas for demos.Kimmo Ollila2016-01-274-8/+77
| | | | | | | | | | | | | | | | | | This change also needs commit 5c60949719acb84bfaea8c0e49b96c7041c38235 from tqtc-boot2qt/demos.git for demos to show up. Change-Id: Id909258de0f64675ef754bba33906c4d2ab1e163 Task-Id: QTRD-3762 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Update license headersTopi Reinio2016-05-0343-380/+622
| | | | | | | | | | Change-Id: I1f006eeed2158b99b3757a9ff0eac1d43c724479 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Open close button also by tappingKatja Marttila2016-02-191-1/+3
| | | | | | | | | | | | Change-Id: I6f195652437d47cc11a383ba1f996891365019dc Task-number: QTRD-3817 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | make path flickable with all screen heightKatja Marttila2016-02-191-2/+1
| | | | | | | | | | Change-Id: I78e3465fbba07e013c2967180409353c9155c6df Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | new settings icon which does not look disabledKatja Marttila2016-02-191-0/+0
| | | | | | | | | | | | Change-Id: I3b92afffffacba23995ca313ad0f6859da2f87cb Task-number: QTRD-3814 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | center textKatja Marttila2016-02-192-2/+4
| | | | | | | | | | Change-Id: I8765e4a1a4c985c22afa2e34fe8e568bafd4c41a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Use one unified xml to read metadatas for demos.Kimmo Ollila2016-02-194-8/+77
|/ | | | | Change-Id: Iacdac4e2f8a6a1ff12efdbaddae915a705ad35b6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Added margin to closeButton to make it easier to swipe awayKimmo Ollila2016-01-191-1/+2
| | | | | Change-Id: Ib03fe10699de83de7ef1c97b41e20364109d446c Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update launcher's VKB to version 2.0Katja Marttila2016-01-197-2/+443
| | | | | | | | | | Scrolling the focused element visible is not done any more by VKB so AutoScroller.qml is added. More info in bug report QTRD-3784 Also handwriting recognition is in use. Change-Id: Ic504d79de374c0c3f4ab5912c7b9887dd6276d10 Task-number: QTRD-3796 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Fixed Qt logo shaderKimmo Ollila2016-01-191-4/+2
| | | | | Change-Id: I39a0e9e077833fec199924ad394f1d4ea43eab2b Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Fixed Launcher Settings application startupKimmo Ollila2016-01-153-6/+14
| | | | | Change-Id: If1e429a3b78ec0e35d9c636784e12733122f8910 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Remove saw edges around demo imagesKatja Marttila2016-01-141-3/+27
| | | | | | Change-Id: I39089136ec63a957e050ad77a9f969d71e34c0dd Task-number: QTRD-3798 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* make shader effect work fasterKatja Marttila2016-01-111-1/+1
| | | | | Change-Id: I1ec5e62c3b1b57a5d84a410a900c05c61bbc8846 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Changed Text renderType to native to improve Pathview performance.Kimmo Ollila2016-01-071-2/+4
| | | | | | | | Task-Id QTRD-3800 Change-Id: I2d8f50339cd7bfecf685526f9d3a50d0918c2b8a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Made close button swipeable to avoid overlapping with demos.Kimmo Ollila2016-01-052-2/+18
| | | | | | Task-Id: QTRD-3797 Change-Id: Idc2de74cc56d4e78f05c380690df93951bd4109f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Added missing return statementKimmo Ollila2016-01-051-1/+1
| | | | | Change-Id: I33a98eca6b276ea839eb74eeb8c80381b8583572 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Added BusyIndicator when demos are loadingKimmo Ollila2015-12-295-9/+52
| | | | | | Change-Id: I18736e93262774051b02e5b33bdc1ce3b6adfa83 Task-Id: QTRD-3772 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* add settings iconKatja Marttila2015-12-284-12/+35
| | | | | | Change-Id: I7cf313769e9942b0e8f719074abb6ea1598da349 Task-Id: QTRD-3795 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Replace close buttonKatja Marttila2015-12-183-25/+4
| | | | | | Change-Id: I9270d39c4abb2b93edd8062dd9b2f3de50bca97a Task-number: QTRD-3770 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Add space between items in PathViewKatja Marttila2015-12-181-2/+3
| | | | | Change-Id: Ib159d594585239338f95559363bb5122875810ec Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Replace glow animationKatja Marttila2015-12-161-3/+6
| | | | | | | | | Animated so non-focused apps has black 70% alpha and focused app is shown normal Change-Id: I39d0b9d9853a7e9885be4099cf96113474ad270d Task-number: QTRD-3774 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Change ListView to PathViewKatja Marttila2015-12-162-52/+20
| | | | | | | | Needed for infinite loop when Scrolling the demos Task-Id: QTRD-3788 Change-Id: I798f27bc01b167794c83781b788ba4595f032132 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Launcher UI changesKatja Marttila2015-11-272-33/+7
| | | | | | | | | | | | | | Center application description text Divide launcher title into two rows if does not fit to one Remove the play button Replace bottom url text Change-Id: I17ab525eb719e442d30a7e1127ffbac13edc0cb4 Task-number: QTEE-987 Task-number: QTEE-989 Task-number: QTEE-995 Task-number: QTEE-993 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Lighter theme for launcherKatja Marttila2015-11-269-84/+50
| | | | | | | | | Launcher now has white background. Also layout is a bit different. White background causes that also demo images needs to be changed so that application image edges are smooth Change-Id: I09e0db44571625b875273074ab210a6427423c08 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Do not set a default font sizev4.0.05.55.4Andy Nichols2014-12-031-1/+0
| | | | | | | | | | | | | | | | | It is not a good idea to set a default font size if that font size is going to be in pixel values. The default font size should be a point value so that it can be adjusted based on the DPI of the screen. The Qt Quick Controls scale them selves based on the Implicit Height of the default font size, and by setting the default font size to a pixel value, the Implicit Height will always be the same. This fixes the issue of Qt Quick Controls being too small on HiDPI screens. Change-Id: Iaa47a911e5f4526a25bf9eb6b7ba747ebf746a38 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Restrict the qtlauncher window size on WaylandLaszlo Agocs2014-12-022-2/+3
| | | | | | | | | The window management capabilities of Weston are limited, to put it mildly, so creating large windows should be avoided. Restrict the size to 800x600. Change-Id: I1fbbe1c68a4ab56cfcbbb688265f6c43ac3d8473 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Update Screenshot util to work with new launcherAndy Nichols2014-12-021-7/+23
| | | | | Change-Id: I9d4216454efb05c1276ed943f480f9283cc24b08 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Enable Flat style for Qt Quick ControlsAndy Nichols2014-12-011-0/+3
| | | | | | | | | This should cause a few issues with any existing controls that are not overridden with there own style. That will need to be fixed in the demos repo though. Change-Id: I5ed4710fb4847e6b43538e56f94dd8b742804ff7 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
* Fix display when there is not OpenGL availableAndy Nichols2014-11-216-10/+21
| | | | | | | | Disable particle engines when using 2d renderer Enable source images instead of using ShaderEffects Change-Id: Ie65e723cb0482aed4936337b3f0fe1075b42c65a Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Some cleanup and refactoringAndy Nichols2014-11-2111-377/+482
| | | | | | | | Changed to using QQmlApplication Engine Now creating Engine and ApplicationsModel from QML Change-Id: Icea8475f0ca351c7cab467d18a93fb869f2c2865 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devaavit2014-10-2858-164/+102
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: Update "Code less" logo Make boot logo and text proportions consistent Clean up b2qt launcher Update Qt logos Use more relevant URL Change copyright notice Add few helper functions to qml context Enable cacheBuffer in demo ListView Use all available screen space for flicking Change-Id: I12c356444499cde13b10f474133548af3df41d69
| * Update "Code less" logoQtEE_v3.2.0Samuli Piippo2014-10-074-2/+1
| | | | | | | | | | | | | | | | Changed the fallback preview image to be the same code less log. Task-number: QTEE-777 Change-Id: Ic4d510df8d194002fa6b185800bd63b754035b61 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Make boot logo and text proportions consistentGatis Paeglis2014-10-071-14/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | Make boot logo and text proportions consistent between devices with different pixel density. Before this patch "Boot to Qt" text in boot screen on nexus 2013 was as wide as logo itself but on rpi with desktop monitor it was wider then a logo. Also remove undefined variable from bindings. Change-Id: I75b1591f02cf4afe92b1150957cdd136026269e6 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Clean up b2qt launcherGatis Paeglis2014-10-0713-71/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | - remove fonts from the projects repository. Font installation is handled when building target image. - remove unused variables. - remove usage of QPalette. It does not have any affect on launchers appearance AFAICT. Change-Id: I83c37e8b07ecd01747ed8419fa8d2f61e5d8f109 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Update Qt logosSamuli Piippo2014-10-078-4/+6
| | | | | | | | | | | | | | | | | | | | New Qt logos, no update available for the "Code less" image. Adjusted some of the scaling etc. values to look good with different size images. Task-number: QTEE-777 Change-Id: I0f8a6f2ec1d840c4346b5a49062a304194fa0809 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
| * Use more relevant URLGatis Paeglis2014-10-061-1/+1
| | | | | | | | | | | | | | | | The goal for b2qt-launcher is to advertise specifically B2Qt, therefore use more relevant URL. Change-Id: Iea4e72a8ebebac752da8c639f9e7a9dd163315c4 Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
| * Change copyright noticeRainer Keller2014-10-0639-59/+59
| | | | | | | | | | | | | | URL points to qt.io Change-Id: I280518ebc3379ab1413517deed66d4545e6c3083 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
| * Add few helper functions to qml contextGatis Paeglis2014-09-253-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m_dpcm is a "scaled cm" based on visual angle, meaning the eye has a given viewing angle, say you can see 180 degrees horizontally and 120 degrees vertically so both the cellphone and the TV takes up about 30 degrees vertically (a phone at 40cm away takes up about the same as a 40 inch TV a few meters away) so a button could be 2 degrees on both devices. Thanks to Gunnar for explaining this. We can use these helper functions to create demos that scale well on devices with different screen sizes and pixel density. Change-Id: I29bbc8128207d4f494ed1181d845e1416e7fada9 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>