Import kirigami2_5.102.0.orig.tar.xz
authorAurélien COUDERC <coucouf@debian.org>
Sun, 22 Jan 2023 20:35:08 +0000 (20:35 +0000)
committerAurélien COUDERC <coucouf@debian.org>
Sun, 22 Jan 2023 20:35:08 +0000 (20:35 +0000)
commit94ccf76daa87bf901a55b4bd2a3141a84ddfeeb6
tree11e42ec35c8ffd551f64545c077590f77b9bfcca
Import kirigami2_5.102.0.orig.tar.xz

[dgit import orig kirigami2_5.102.0.orig.tar.xz]
428 files changed:
.git-blame-ignore-revs [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.kde-ci.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
ExtraDesktop.sh [new file with mode: 0644]
KF5Kirigami2Config.cmake.in [new file with mode: 0644]
KF5Kirigami2Macros.cmake [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
LICENSES/LGPL-2.0-or-later.txt [new file with mode: 0644]
LICENSES/LGPL-2.1-only.txt [new file with mode: 0644]
LICENSES/LGPL-3.0-only.txt [new file with mode: 0644]
Mainpage.dox [new file with mode: 0644]
README.md [new file with mode: 0644]
autotests/CMakeLists.txt [new file with mode: 0644]
autotests/pagepool/TestPage.qml [new file with mode: 0644]
autotests/pagepool/tst_layers.qml [new file with mode: 0644]
autotests/pagepool/tst_pagepool.qml [new file with mode: 0644]
autotests/qmltest.cpp [new file with mode: 0644]
autotests/tst_actiontoolbar.qml [new file with mode: 0644]
autotests/tst_avatar.qml [new file with mode: 0644]
autotests/tst_formlayout.qml [new file with mode: 0644]
autotests/tst_icon.qml [new file with mode: 0644]
autotests/tst_keynavigation.qml [new file with mode: 0644]
autotests/tst_listskeynavigation.qml [new file with mode: 0644]
autotests/tst_mnemonicdata.qml [new file with mode: 0644]
autotests/tst_pagerouter.qml [new file with mode: 0644]
autotests/tst_pagerow.qml [new file with mode: 0644]
autotests/tst_routerwindow.qml [new file with mode: 0644]
autotests/tst_theme.qml [new file with mode: 0644]
autotests/wheelhandler/ContentFlickable.qml [new file with mode: 0644]
autotests/wheelhandler/ScrollableFlickable.qml [new file with mode: 0644]
autotests/wheelhandler/tst_filterMouseEvents.qml [new file with mode: 0644]
autotests/wheelhandler/tst_invokables.qml [new file with mode: 0644]
autotests/wheelhandler/tst_onWheel.qml [new file with mode: 0644]
autotests/wheelhandler/tst_scrolling.qml [new file with mode: 0644]
config-OpenMP.h.cmake [new file with mode: 0644]
docs/pics/BasicListItemReserve.svg [new file with mode: 0644]
docs/pics/BasicListItemTypes.svg [new file with mode: 0644]
docs/pics/PageRouterModel.svg [new file with mode: 0644]
docs/pics/PageRouterNavigate.svg [new file with mode: 0644]
docs/pics/PageRouterPop.svg [new file with mode: 0644]
docs/pics/PageRouterPush.svg [new file with mode: 0644]
docs/pics/icon/active.png [new file with mode: 0644]
docs/pics/icon/selected.png [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
examples/applicationitemapp/CMakeLists.txt [new file with mode: 0644]
examples/applicationitemapp/main.cpp [new file with mode: 0644]
examples/applicationitemapp/main.qml [new file with mode: 0644]
examples/applicationitemapp/resources.qrc [new file with mode: 0644]
examples/flexcolumn/main.qml [new file with mode: 0644]
examples/hero.qml [new file with mode: 0644]
examples/icon/CustomSource.qml [new file with mode: 0644]
examples/icon/Fallback.qml [new file with mode: 0644]
examples/icon/FilesystemSource.qml [new file with mode: 0644]
examples/icon/IconThemeSource.qml [new file with mode: 0644]
examples/icon/InternetSource.qml [new file with mode: 0644]
examples/icon/ResourceSource.qml [new file with mode: 0644]
examples/imagecolorstest.qml [new file with mode: 0644]
examples/multiplatformnotesapp/NotesGeneral.qml [new file with mode: 0644]
examples/multiplatformnotesapp/notesDesktop.qml [new file with mode: 0644]
examples/multiplatformnotesapp/notesMobile.qml [new file with mode: 0644]
examples/pagerouter/PageRoute.qml [new file with mode: 0644]
examples/pagerouter/PageRouter.qml [new file with mode: 0644]
examples/pagerouter/PageRouterCachePagesDo.qml [new file with mode: 0644]
examples/pagerouter/PageRouterCachePagesDont.qml [new file with mode: 0644]
examples/pagerouter/PageRouterColumnView.qml [new file with mode: 0644]
examples/pagerouter/PageRouterInitialRoute.qml [new file with mode: 0644]
examples/pagerouter/PageRouterRoutes.qml [new file with mode: 0644]
examples/pagerouter/PageRouterWatchedRoute.qml [new file with mode: 0644]
examples/settingscomponents/GeneralSettingsPage.qml [new file with mode: 0644]
examples/settingscomponents/SettingsPage.qml [new file with mode: 0644]
examples/settingscomponents/main.qml [new file with mode: 0644]
examples/settingscomponents/resources.qrc [new file with mode: 0644]
examples/simpleexamples/AbstractApplicationWindow.qml [new file with mode: 0644]
examples/simpleexamples/FixedSidebar.qml [new file with mode: 0644]
examples/simpleexamples/MultipleColumnsGallery.qml [new file with mode: 0644]
examples/simpleexamples/Sidebar.qml [new file with mode: 0644]
examples/simpleexamples/SimplePage.qml [new file with mode: 0644]
examples/simpleexamples/TabBarHeader.qml [new file with mode: 0644]
examples/simpleexamples/customdrawer.qml [new file with mode: 0644]
examples/simpleexamples/dragPageWidth.qml [new file with mode: 0644]
examples/simpleexamples/footer.qml [new file with mode: 0644]
examples/simpleexamples/minimal.qml [new file with mode: 0644]
examples/simpleexamples/pagePoolDrawer.qml [new file with mode: 0644]
examples/simpleexamples/pagePoolFirstColumn.qml [new file with mode: 0644]
examples/simpleexamples/pushpopclear.qml [new file with mode: 0644]
examples/simpleexamples/simpleChatApp.qml [new file with mode: 0644]
examples/staticcmake/3rdparty/CMakeLists.txt [new file with mode: 0644]
examples/staticcmake/3rdparty/README [new file with mode: 0644]
examples/staticcmake/CMakeLists.txt [new file with mode: 0644]
examples/staticcmake/src/CMakeLists.txt [new file with mode: 0644]
examples/staticcmake/src/Page1.qml [new file with mode: 0644]
examples/staticcmake/src/Page1Form.ui.qml [new file with mode: 0644]
examples/staticcmake/src/kirigami-icons.qrc [new file with mode: 0644]
examples/staticcmake/src/main.cpp [new file with mode: 0644]
examples/staticcmake/src/main.qml [new file with mode: 0644]
examples/staticcmake/src/qtquickcontrols2.conf [new file with mode: 0644]
examples/staticcmake/src/resources.qrc [new file with mode: 0644]
examples/swipenavigator/main.qml [new file with mode: 0644]
examples/wheelhandler/FlickableUsage.qml [new file with mode: 0644]
examples/wheelhandler/ScrollViewUsage.qml [new file with mode: 0644]
logo.png [new file with mode: 0644]
metainfo.yaml [new file with mode: 0644]
poqm/ar/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/az/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/bg/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ca/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ca@valencia/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/cs/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/da/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/de/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/el/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/en_GB/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/es/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/et/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/eu/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/fi/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/fr/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/gl/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/hi/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/hu/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ia/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/id/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/it/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ja/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ka/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ko/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/lt/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ml/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/nl/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/nn/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/pa/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/pl/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/pt/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/pt_BR/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ro/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ru/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sk/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sl/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sr/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sr@ijekavian/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sr@ijekavianlatin/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sr@latin/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/sv/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/ta/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/tg/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/tr/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/uk/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/zh_CN/libkirigami2plugin_qt.po [new file with mode: 0644]
poqm/zh_TW/libkirigami2plugin_qt.po [new file with mode: 0644]
scripts/gen_icons_qrc.sh [new file with mode: 0755]
scripts/gen_qmltypes.sh [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/KF5Kirigami2-android-dependencies.xml [new file with mode: 0644]
src/Messages.sh [new file with mode: 0644]
src/avatar.cpp [new file with mode: 0644]
src/avatar.h [new file with mode: 0644]
src/colorutils.cpp [new file with mode: 0644]
src/colorutils.h [new file with mode: 0644]
src/columnview.cpp [new file with mode: 0644]
src/columnview.h [new file with mode: 0644]
src/columnview_p.h [new file with mode: 0644]
src/controls/AboutItem.qml [new file with mode: 0644]
src/controls/AboutPage.qml [new file with mode: 0644]
src/controls/AbstractApplicationHeader.qml [new file with mode: 0644]
src/controls/AbstractApplicationItem.qml [new file with mode: 0644]
src/controls/AbstractApplicationWindow.qml [new file with mode: 0644]
src/controls/AbstractCard.qml [new file with mode: 0644]
src/controls/AbstractChip.qml [new file with mode: 0644]
src/controls/AbstractItemViewHeader.qml [new file with mode: 0644]
src/controls/AbstractListItem.qml [new file with mode: 0644]
src/controls/Action.qml [new file with mode: 0644]
src/controls/ActionTextField.qml [new file with mode: 0644]
src/controls/ActionToolBar.qml [new file with mode: 0644]
src/controls/ApplicationHeader.qml [new file with mode: 0644]
src/controls/ApplicationItem.qml [new file with mode: 0644]
src/controls/ApplicationWindow.qml [new file with mode: 0644]
src/controls/Avatar.qml [new file with mode: 0644]
src/controls/BasicListItem.qml [new file with mode: 0644]
src/controls/Card.qml [new file with mode: 0644]
src/controls/CardsGridView.qml [new file with mode: 0644]
src/controls/CardsLayout.qml [new file with mode: 0644]
src/controls/CardsListView.qml [new file with mode: 0644]
src/controls/CheckableListItem.qml [new file with mode: 0644]
src/controls/Chip.qml [new file with mode: 0644]
src/controls/ContextDrawer.qml [new file with mode: 0644]
src/controls/Dialog.qml [new file with mode: 0644]
src/controls/FlexColumn.qml [new file with mode: 0644]
src/controls/FormLayout.qml [new file with mode: 0644]
src/controls/GlobalDrawer.qml [new file with mode: 0644]
src/controls/Heading.qml [new file with mode: 0644]
src/controls/Hero.qml [new file with mode: 0644]
src/controls/InlineMessage.qml [new file with mode: 0644]
src/controls/ItemViewHeader.qml [new file with mode: 0644]
src/controls/Label.qml [new file with mode: 0644]
src/controls/LinkButton.qml [new file with mode: 0644]
src/controls/ListItemDragHandle.qml [new file with mode: 0644]
src/controls/ListSectionHeader.qml [new file with mode: 0644]
src/controls/LoadingPlaceholder.qml [new file with mode: 0644]
src/controls/MenuDialog.qml [new file with mode: 0644]
src/controls/NavigationTabBar.qml [new file with mode: 0644]
src/controls/NavigationTabButton.qml [new file with mode: 0644]
src/controls/OverlayDrawer.qml [new file with mode: 0644]
src/controls/OverlaySheet.qml [new file with mode: 0644]
src/controls/Page.qml [new file with mode: 0644]
src/controls/PagePoolAction.qml [new file with mode: 0644]
src/controls/PageRow.qml [new file with mode: 0644]
src/controls/PasswordField.qml [new file with mode: 0644]
src/controls/PlaceholderMessage.qml [new file with mode: 0644]
src/controls/PromptDialog.qml [new file with mode: 0644]
src/controls/RouterWindow.qml [new file with mode: 0644]
src/controls/ScrollablePage.qml [new file with mode: 0644]
src/controls/SearchField.qml [new file with mode: 0644]
src/controls/SelectableLabel.qml [new file with mode: 0644]
src/controls/Separator.qml [new file with mode: 0644]
src/controls/ShadowedImage.qml [new file with mode: 0644]
src/controls/SwipeListItem.qml [new file with mode: 0644]
src/controls/ToolBarApplicationHeader.qml [new file with mode: 0644]
src/controls/UrlButton.qml [new file with mode: 0644]
src/controls/private/ActionButton.qml [new file with mode: 0644]
src/controls/private/ActionIconGroup.qml [new file with mode: 0644]
src/controls/private/ActionMenuItem.qml [new file with mode: 0644]
src/controls/private/ActionsMenu.qml [new file with mode: 0644]
src/controls/private/BannerImage.qml [new file with mode: 0644]
src/controls/private/CardsGridViewPrivate.qml [new file with mode: 0644]
src/controls/private/ContextDrawerActionItem.qml [new file with mode: 0644]
src/controls/private/CornerShadow.qml [new file with mode: 0644]
src/controls/private/DefaultCardBackground.qml [new file with mode: 0644]
src/controls/private/DefaultChipBackground.qml [new file with mode: 0644]
src/controls/private/DefaultListItemBackground.qml [new file with mode: 0644]
src/controls/private/EdgeShadow.qml [new file with mode: 0644]
src/controls/private/GlobalDrawerActionItem.qml [new file with mode: 0644]
src/controls/private/PageActionPropertyGroup.qml [new file with mode: 0644]
src/controls/private/PrivateActionToolButton.qml [new file with mode: 0644]
src/controls/private/SwipeItemEventFilter.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/AbstractPageHeader.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/BreadcrumbControl.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/PageRowGlobalToolBarStyleGroup.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/PageRowGlobalToolBarUI.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/TabBarControl.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/TitlesPageHeader.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/ToolBarPageHeader.qml [new file with mode: 0644]
src/controls/qmldir [new file with mode: 0644]
src/controls/settingscomponents/CategorizedSettings.qml [new file with mode: 0644]
src/controls/settingscomponents/SettingAction.qml [new file with mode: 0644]
src/controls/swipenavigator/PageTab.qml [new file with mode: 0644]
src/controls/swipenavigator/PrivateSwipeHighlight.qml [new file with mode: 0644]
src/controls/swipenavigator/PrivateSwipeProgress.qml [new file with mode: 0644]
src/controls/swipenavigator/PrivateSwipeStack.qml [new file with mode: 0644]
src/controls/swipenavigator/PrivateSwipeTab.qml [new file with mode: 0644]
src/controls/swipenavigator/PrivateSwipeTabBar.qml [new file with mode: 0644]
src/controls/swipenavigator/SwipeNavigator.qml [new file with mode: 0644]
src/controls/swipenavigator/TabViewLayout.qml [new file with mode: 0644]
src/controls/swipenavigator/templates/PageTab.qml [new file with mode: 0644]
src/controls/templates/AbstractApplicationHeader.qml [new file with mode: 0644]
src/controls/templates/AbstractCard.qml [new file with mode: 0644]
src/controls/templates/AbstractChip.qml [new file with mode: 0644]
src/controls/templates/AbstractListItem.qml [new file with mode: 0644]
src/controls/templates/ApplicationHeader.qml [new file with mode: 0644]
src/controls/templates/InlineMessage.qml [new file with mode: 0644]
src/controls/templates/OverlayDrawer.qml [new file with mode: 0644]
src/controls/templates/OverlaySheet.qml [new file with mode: 0644]
src/controls/templates/SingletonHeaderSizeGroup.qml [new file with mode: 0644]
src/controls/templates/SwipeListItem.qml [new file with mode: 0644]
src/controls/templates/private/BackButton.qml [new file with mode: 0644]
src/controls/templates/private/BorderPropertiesGroup.qml [new file with mode: 0644]
src/controls/templates/private/ContextIcon.qml [new file with mode: 0644]
src/controls/templates/private/ForwardButton.qml [new file with mode: 0644]
src/controls/templates/private/GenericDrawerIcon.qml [new file with mode: 0644]
src/controls/templates/private/IconPropertiesGroup.qml [new file with mode: 0644]
src/controls/templates/private/MenuIcon.qml [new file with mode: 0644]
src/controls/templates/private/PassiveNotificationsManager.qml [new file with mode: 0644]
src/controls/templates/qmldir [new file with mode: 0644]
src/delegaterecycler.cpp [new file with mode: 0644]
src/delegaterecycler.h [new file with mode: 0644]
src/enums.cpp [new file with mode: 0644]
src/enums.h [new file with mode: 0644]
src/formlayoutattached.cpp [new file with mode: 0644]
src/formlayoutattached.h [new file with mode: 0644]
src/icon.cpp [new file with mode: 0644]
src/icon.h [new file with mode: 0644]
src/imagecolors.cpp [new file with mode: 0644]
src/imagecolors.h [new file with mode: 0644]
src/inputmethod.cpp [new file with mode: 0644]
src/inputmethod.h [new file with mode: 0644]
src/kirigamiplugin.cpp [new file with mode: 0644]
src/kirigamiplugin.h [new file with mode: 0644]
src/libkirigami/CMakeLists.txt [new file with mode: 0644]
src/libkirigami/basictheme.cpp [new file with mode: 0644]
src/libkirigami/basictheme_p.h [new file with mode: 0644]
src/libkirigami/compatheader.h.in [new file with mode: 0644]
src/libkirigami/kirigamipluginfactory.cpp [new file with mode: 0644]
src/libkirigami/kirigamipluginfactory.h [new file with mode: 0644]
src/libkirigami/org.kde.KWin.TabletModeManager.xml [new file with mode: 0644]
src/libkirigami/org.kde.KWin.VirtualKeyboard.xml [new file with mode: 0644]
src/libkirigami/platformtheme.cpp [new file with mode: 0644]
src/libkirigami/platformtheme.h [new file with mode: 0644]
src/libkirigami/styleselector.cpp [new file with mode: 0644]
src/libkirigami/styleselector_p.h [new file with mode: 0644]
src/libkirigami/tabletmodewatcher.cpp [new file with mode: 0644]
src/libkirigami/tabletmodewatcher.h [new file with mode: 0644]
src/libkirigami/units.cpp [new file with mode: 0644]
src/libkirigami/units.h [new file with mode: 0644]
src/libkirigami/virtualkeyboardwatcher.cpp [new file with mode: 0644]
src/libkirigami/virtualkeyboardwatcher.h [new file with mode: 0644]
src/mnemonicattached.cpp [new file with mode: 0644]
src/mnemonicattached.h [new file with mode: 0644]
src/pagepool.cpp [new file with mode: 0644]
src/pagepool.h [new file with mode: 0644]
src/pagerouter.cpp [new file with mode: 0644]
src/pagerouter.h [new file with mode: 0644]
src/plugins.qmltypes [new file with mode: 0644]
src/scenegraph/managedtexturenode.cpp [new file with mode: 0644]
src/scenegraph/managedtexturenode.h [new file with mode: 0644]
src/scenegraph/paintedrectangleitem.cpp [new file with mode: 0644]
src/scenegraph/paintedrectangleitem.h [new file with mode: 0644]
src/scenegraph/shaders/header_desktop.glsl [new file with mode: 0644]
src/scenegraph/shaders/header_desktop_core.glsl [new file with mode: 0644]
src/scenegraph/shaders/header_es.glsl [new file with mode: 0644]
src/scenegraph/shaders/sdf.glsl [new file with mode: 0644]
src/scenegraph/shaders/sdf_lowpower.glsl [new file with mode: 0644]
src/scenegraph/shaders/shaders.qrc [new file with mode: 0644]
src/scenegraph/shaders/shadowedborderrectangle.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedborderrectangle_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedbordertexture.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedbordertexture_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedrectangle.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedrectangle.vert [new file with mode: 0644]
src/scenegraph/shaders/shadowedrectangle_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedtexture.frag [new file with mode: 0644]
src/scenegraph/shaders/shadowedtexture_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders6/CMakeLists.txt [new file with mode: 0644]
src/scenegraph/shaders6/sdf.glsl [new file with mode: 0644]
src/scenegraph/shaders6/sdf_lowpower.glsl [new file with mode: 0644]
src/scenegraph/shaders6/shadowedborderrectangle.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedborderrectangle_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedbordertexture.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedbordertexture_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedrectangle.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedrectangle.vert [new file with mode: 0644]
src/scenegraph/shaders6/shadowedrectangle_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedtexture.frag [new file with mode: 0644]
src/scenegraph/shaders6/shadowedtexture_lowpower.frag [new file with mode: 0644]
src/scenegraph/shaders6/uniforms.glsl [new file with mode: 0644]
src/scenegraph/shadowedborderrectanglematerial.cpp [new file with mode: 0644]
src/scenegraph/shadowedborderrectanglematerial.h [new file with mode: 0644]
src/scenegraph/shadowedbordertexturematerial.cpp [new file with mode: 0644]
src/scenegraph/shadowedbordertexturematerial.h [new file with mode: 0644]
src/scenegraph/shadowedrectanglematerial.cpp [new file with mode: 0644]
src/scenegraph/shadowedrectanglematerial.h [new file with mode: 0644]
src/scenegraph/shadowedrectanglenode.cpp [new file with mode: 0644]
src/scenegraph/shadowedrectanglenode.h [new file with mode: 0644]
src/scenegraph/shadowedtexturematerial.cpp [new file with mode: 0644]
src/scenegraph/shadowedtexturematerial.h [new file with mode: 0644]
src/scenegraph/shadowedtexturenode.cpp [new file with mode: 0644]
src/scenegraph/shadowedtexturenode.h [new file with mode: 0644]
src/scenepositionattached.cpp [new file with mode: 0644]
src/scenepositionattached.h [new file with mode: 0644]
src/settings.cpp [new file with mode: 0644]
src/settings.h [new file with mode: 0644]
src/shadowedrectangle.cpp [new file with mode: 0644]
src/shadowedrectangle.h [new file with mode: 0644]
src/shadowedtexture.cpp [new file with mode: 0644]
src/shadowedtexture.h [new file with mode: 0644]
src/sizegroup.cpp [new file with mode: 0644]
src/sizegroup.h [new file with mode: 0644]
src/spellcheckinghint.cpp [new file with mode: 0644]
src/spellcheckinghint.h [new file with mode: 0644]
src/styles/Material/AbstractListItem.qml [new file with mode: 0644]
src/styles/Material/InlineMessage.qml [new file with mode: 0644]
src/styles/Material/Label.qml [new file with mode: 0644]
src/styles/Material/SwipeListItem.qml [new file with mode: 0644]
src/styles/Material/Theme.qml [new file with mode: 0644]
src/styles/org.kde.desktop/AbstractApplicationHeader.qml [new file with mode: 0644]
src/styles/org.kde.desktop/AbstractListItem.qml [new file with mode: 0644]
src/styles/org.kde.desktop/SwipeListItem.qml [new file with mode: 0644]
src/styles/org.kde.desktop/Theme.qml [new file with mode: 0644]
src/toolbarlayout.cpp [new file with mode: 0644]
src/toolbarlayout.h [new file with mode: 0644]
src/toolbarlayoutdelegate.cpp [new file with mode: 0644]
src/toolbarlayoutdelegate.h [new file with mode: 0644]
src/wheelhandler.cpp [new file with mode: 0644]
src/wheelhandler.h [new file with mode: 0644]
templates/CMakeLists.txt [new file with mode: 0644]
templates/kirigami/CMakeLists.txt [new file with mode: 0644]
templates/kirigami/android/AndroidManifest.xml [new file with mode: 0644]
templates/kirigami/android/build.gradle [new file with mode: 0644]
templates/kirigami/android/res/drawable/logo.png [new file with mode: 0644]
templates/kirigami/android/res/drawable/splash.xml [new file with mode: 0644]
templates/kirigami/android/version.gradle.in [new file with mode: 0644]
templates/kirigami/kirigami-app.png [new file with mode: 0644]
templates/kirigami/kirigami.kdevtemplate [new file with mode: 0644]
templates/kirigami/org.kde.%{APPNAMELC}.desktop [new file with mode: 0644]
templates/kirigami/org.kde.%{APPNAMELC}.json [new file with mode: 0644]
templates/kirigami/org.kde.%{APPNAMELC}.metainfo.xml [new file with mode: 0644]
templates/kirigami/src/%{APPNAMELC}config.kcfg [new file with mode: 0644]
templates/kirigami/src/%{APPNAMELC}config.kcfgc [new file with mode: 0644]
templates/kirigami/src/CMakeLists.txt [new file with mode: 0644]
templates/kirigami/src/LICENSES/BSD-3-Clause.txt [new file with mode: 0644]
templates/kirigami/src/LICENSES/CC0-1.0.txt [new file with mode: 0644]
templates/kirigami/src/LICENSES/FSFAP.txt [new file with mode: 0644]
templates/kirigami/src/LICENSES/GPL-2.0-or-later.txt [new file with mode: 0644]
templates/kirigami/src/about.cpp [new file with mode: 0644]
templates/kirigami/src/about.h [new file with mode: 0644]
templates/kirigami/src/app.cpp [new file with mode: 0644]
templates/kirigami/src/app.h [new file with mode: 0644]
templates/kirigami/src/contents/ui/About.qml [new file with mode: 0644]
templates/kirigami/src/contents/ui/main.qml [new file with mode: 0644]
templates/kirigami/src/main.cpp [new file with mode: 0644]
templates/kirigami/src/resources.qrc [new file with mode: 0644]
tests/BasicListItemTest.qml [new file with mode: 0644]
tests/CardTest.qml [new file with mode: 0644]
tests/KeyboardListTest.qml [new file with mode: 0644]
tests/KeyboardTest.qml [new file with mode: 0644]
tests/NavigationTabBarTest.qml [new file with mode: 0644]
tests/OverlayFocusTest.qml [new file with mode: 0644]
tests/OverlayTest.qml [new file with mode: 0644]
tests/ShadowedImageTest.qml [new file with mode: 0644]
tests/ShadowedRectangleTest.qml [new file with mode: 0644]
tests/actionsMenu.qml [new file with mode: 0644]
tests/cardsList.qml [new file with mode: 0644]
tests/swipeListItemTest.qml [new file with mode: 0644]
tests/wheelhandler/ScrollView.qml [new file with mode: 0644]
tests/wheelhandler/WheelHandlerFlickableTest.qml [new file with mode: 0644]
tests/wheelhandler/WheelHandlerScrollViewTest.qml [new file with mode: 0644]
tests/wheelhandler/WheelHandlerScrollViewTextAreaTest.qml [new file with mode: 0644]
tests/wheelhandler/scrollableqtextedit.ui [new file with mode: 0644]