- Feb 09, 2021
-
-
Jonas Höppner authored
Currently the default QT pipeline in our dunfell images does not work correctly, but specifying a working one should make the video play anyway. BCS 746-000163
-
- Sep 07, 2020
-
-
Clemens Terasa authored
The fragment shader does not seem to be compatible to the new entaviv driver based graphics stack. The fragment shader need precision qualifiers. See https://stackoverflow.com/a/56406788 and https://www.khronos.org/registry/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.html#precision-and-precision-qualifiers Adapt the fragment shader sources to be very explicit about the precision and add the lowp precision qualifier. Change-Id: I3618c9e033ded497e5c2627f3280ee3f41af96c6
-
- Dec 05, 2019
-
-
mohana.durga authored
Change-Id: Ibddbad3ab603feb156a02b0146cbd237f7bdb19a
-
mohana.durga authored
Change-Id: I72a46238e5120295c8371ffab76d79e7b0127465
-
- Oct 09, 2019
-
-
Felix Gerking authored
* Now the app check if an interfaces is available, before run sconfig commands on it * Reworked the behaviour of the apply button for the network settings, the addresses are now set correctly Change-Id: I9ea47fa52f7d82a1b7b77f1f0ddeb28d4dc0c82d
-
- Nov 01, 2018
-
-
Felix Gerking authored
* guf-show-demo.pro: Added define that keeps the current git version state * main-cpp: Added a function to return the git tag, registerd the function to QML * SettingsPage.qml: Added a GroupBox which displays the git tag Change-Id: Ib68effe2b5ea5b4498e874d12d4bd2be0561d0b9
-
Felix Gerking authored
* Set the visible state of the brightness button to false * Set the default value of the volume slider to 0 Change-Id: I8cf11ad88f5f7ff3cc9c2cbde6c7c5a9d48ccd34
-
- Oct 25, 2018
-
-
Felix Gerking authored
* In case of a full HD display, the left and the right anchors are set to 150 pixels Change-Id: I30b862dde780f6c6d86797adaafdc815ec63f172
-
Felix Gerking authored
qt-guf-demo: Demo 219 Design, changed the transferred flow rate value when starting a pump, refs #34557 * Created a temporary variable that takes the correct value for the simulation Change-Id: I09ecf04d1748425bb0587b787f3ae1b47448819c
-
Felix Gerking authored
qt-guf-demo: Demo 219 Design, changed text scaling on the coffee page for resolution greater than 1024 pixel (width), refs #34556 * The demo now checks if the width is higher than 1024 and reduces the font size in this case Change-Id: Iebe67db00177df76fc94bc080c7f2518dcda649e
-
Felix Gerking authored
* AppContents.qml: Commented out contact component + contact key map * MenuPage.qml: Commented out contact list item Change-Id: I97e8ec8c2aaf6b22bfa80fa99dffd4b2156da215
-
- Oct 24, 2018
-
-
Felix Gerking authored
* AppContents.qml: Commented out medical component + medical key map * MenuPage.qml: Commented out medical list item Change-Id: Ie4f73531d527168a23811c7b69c21a8e3a6d8f7d
-
Felix Gerking authored
* Kioskpage.qml: The buttons now send a string for the corresponding ticket to the c++ remove function * KioskCart.h: Changed the input parameter of the remove function to QString * KioskCart.cpp, remove function: The function now uses the input string to search and remove the corresponding entry * KioskCart.cpp: Uncommented the not needed beginRemoveRows/endRemoveRows functions Change-Id: I1feb737f8b98916b76f6a4d844d823c97dbc1638
-
- Oct 19, 2018
-
-
Felix Gerking authored
* Changed the pixel size from 64x64 to 128x128 * Added the new icon to qml.qrc and VideoPage.qml * Now SANTAROS with a display with resolution 800x480 do not crash anymore when opening the video page Change-Id: If8ab800ae82eadf03ce8a6a25355c32250cec44e
-
- Oct 17, 2018
-
-
Felix Gerking authored
* The apps within the demo will now be loaded dynamically * The apps are wrapped with a QML Component Type and dynamically loaded by the QML Loader module Change-Id: I50640c5d81b52a4734e51e5187b62aaa626a8d61
-
Felix Gerking authored
* Removed the implicit width/height declarations Change-Id: Iecc09ca273458c1380a3bc1fdbdf458f7ed6cd14
-
- Oct 12, 2018
-
-
Felix Gerking authored
* Date: 08.10.2018 * This version does not work on all devices: Depending on the device's resolution and the OS, the video memory overflows Change-Id: Id7f208e26247a1cfb04c3741be5a55c965903128
-
- Sep 20, 2018
-
-
Felix Gerking authored
-