Patch |
File delta |
Description |
2001_no licensecheck during unit tests.patch | (download) |
lomiri-sdk.pro |
8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-) |
disable licensechecks (evaluating d/copyright) via upstream unit tests.
|
2002_exclude dodgy tests for now.patch | (download) |
tests/checkresults.sh |
7 7 + 0 - 0 !
1 file changed, 7 insertions(+) |
compared to ubuntu touch builds on focal (qt 5.12) some more tests throw qml warnings when built against qt 5.15
|
1004_stop privacy breach in documenation files.patch | (download) |
documentation/lomiri-appdev-site-footer.qdocconf |
44 1 + 43 - 0 !
documentation/lomiri-appdev-site-header.qdocconf |
13 0 + 13 - 0 !
documentation/lomiri-ui-toolkit-online.qdocconf |
3 0 + 3 - 0 !
3 files changed, 1 insertion(+), 59 deletions(-) |
drop html passages with external urls
|
0001 fix tests on qt 5.15.4.patch | (download) |
tests/unit/visual/tst_header.13.qml |
6 4 + 2 - 0 !
tests/unit/visual/tst_pagehead_visible.13.qml |
6 3 + 3 - 0 !
2 files changed, 7 insertions(+), 5 deletions(-) |
[patch] fix tests on qt 5.15.4
|
0002 fix tests on qt 5.15.5.patch | (download) |
apicheck/apicheck.cpp |
8 6 + 2 - 0 !
src/LomiriGestures/touchregistry.cpp |
21 20 + 1 - 0 !
src/LomiriMetrics/logger.cpp |
56 48 + 8 - 0 !
src/LomiriToolkit/adapters/alarmsadapter_organizer.cpp |
4 4 + 0 - 0 !
src/LomiriToolkit/exclusivegroup.cpp |
4 4 + 0 - 0 !
src/LomiriToolkit/i18n.cpp |
4 4 + 0 - 0 !
src/LomiriToolkit/lomirithemeiconprovider.cpp |
4 4 + 0 - 0 !
src/LomiriToolkit/lomiritoolkitmodule.cpp |
43 43 + 0 - 0 !
src/LomiriToolkit/mousetouchadaptor_x11.cpp |
4 4 + 0 - 0 !
src/LomiriToolkit/ucarguments.cpp |
33 29 + 4 - 0 !
src/LomiriToolkit/ucqquickimageextension.cpp |
21 18 + 3 - 0 !
src/LomiriToolkit/ucstatesaver.cpp |
4 4 + 0 - 0 !
src/LomiriToolkit/uctheme.cpp |
16 16 + 0 - 0 !
src/imports/PerformanceMetrics/plugin/upmplugin.cpp |
4 4 + 0 - 0 !
tests/api/Extinct/Animals/plugin/plugin.cpp |
4 4 + 0 - 0 !
tests/unit/arguments/tst_arguments.cpp |
5 5 + 0 - 0 !
tests/unit/qquick_image_extension/tst_qquick_image_extension.cpp |
49 42 + 7 - 0 !
tests/unit/statesaver/tst_statesaver.cpp |
12 12 + 0 - 0 !
tests/unit/touchregistry/tst_TouchRegistry.cpp |
50 50 + 0 - 0 !
19 files changed, 321 insertions(+), 25 deletions(-) |
[patch] fix build warnings and build failure on debian
|
2003_stop using Ubuntu fonts.patch | (download) |
documentation/autopilot-helpers/_static/nature.css |
2 1 + 1 - 0 !
documentation/css/base.css |
4 2 + 2 - 0 !
src/LomiriMetrics/tools/bitmaptextbuilder/bitmaptextbuilder.cpp |
2 1 + 1 - 0 !
src/LomiriToolkit/uclabel.cpp |
2 1 + 1 - 0 !
src/LomiriToolkit/uctheme.cpp |
2 1 + 1 - 0 !
src/imports/Components/1.0/Button.qml |
2 1 + 1 - 0 !
src/imports/Components/1.1/Button.qml |
2 1 + 1 - 0 !
src/imports/Components/Themes/Ambiance/1.2/ButtonStyle.qml |
2 1 + 1 - 0 !
src/imports/Components/Themes/Ambiance/1.3/ButtonStyle.qml |
2 1 + 1 - 0 !
src/imports/Components/Themes/Ambiance/1.3/ComboButtonStyle.qml |
2 1 + 1 - 0 !
tests/resources/lomirishape/AnimatedShaderEffectSource.qml |
2 1 + 1 - 0 !
tests/resources/lomirishape/FrameTest.qml |
2 1 + 1 - 0 !
tests/resources/lomirishape/LomiriShapeOverlayTest.qml |
2 1 + 1 - 0 !
tests/resources/lomirishape/LomiriShapeTest.qml |
2 1 + 1 - 0 !
tests/resources/lomirishape/ProportionalShapeTest.qml |
2 1 + 1 - 0 !
tests/resources/urihandler/UriHandlerTest.qml |
2 1 + 1 - 0 !
tests/unit/components/tst_button.qml |
2 1 + 1 - 0 !
tests/unit/components/tst_label.qml |
2 1 + 1 - 0 !
tests/unit/components/tst_label13.qml |
2 1 + 1 - 0 !
tests/unit/statesaver/tst_statesaver.cpp |
2 1 + 1 - 0 !
tests/unit/visual/tst_combobutton.11.qml |
2 1 + 1 - 0 !
tests/unit/visual/tst_combobutton.13.qml |
2 1 + 1 - 0 !
22 files changed, 23 insertions(+), 23 deletions(-) |
---
|