Import kf6-kirigami_6.10.0.orig.tar.xz
authorAurélien COUDERC <coucouf@debian.org>
Fri, 10 Jan 2025 22:23:18 +0000 (23:23 +0100)
committerAurélien COUDERC <coucouf@debian.org>
Fri, 10 Jan 2025 22:23:18 +0000 (23:23 +0100)
commit90709a38ba47e49837c192d708bf21d5fa7d5c5c
tree65aa1a8833028034543c24aba618cfe2984d0b62
Import kf6-kirigami_6.10.0.orig.tar.xz

[dgit import orig kf6-kirigami_6.10.0.orig.tar.xz]
440 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]
KF6Kirigami2Config.cmake.in [new file with mode: 0644]
KF6KirigamiConfig.cmake.in [new file with mode: 0644]
KF6KirigamiMacros.cmake [new file with mode: 0644]
LICENSES/BSD-2-Clause.txt [new file with mode: 0644]
LICENSES/BSD-3-Clause.txt [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
LICENSES/FSFAP.txt [new file with mode: 0644]
LICENSES/GPL-2.0-or-later.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-2.1-or-later.txt [new file with mode: 0644]
LICENSES/LGPL-3.0-only.txt [new file with mode: 0644]
LICENSES/LicenseRef-KDE-Accepted-LGPL.txt [new file with mode: 0644]
LICENSES/MIT.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/actiondata.cpp [new file with mode: 0644]
autotests/actiondata.h [new file with mode: 0644]
autotests/mobile/tst_pagerow.qml [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/stop-icon.svg [new file with mode: 0644]
autotests/tst_ImageColors.qml [new file with mode: 0644]
autotests/tst_action.qml [new file with mode: 0644]
autotests/tst_actiontoolbar.qml [new file with mode: 0644]
autotests/tst_card.qml [new file with mode: 0644]
autotests/tst_colorutils.qml [new file with mode: 0644]
autotests/tst_columnview.qml [new file with mode: 0644]
autotests/tst_delegates.qml [new file with mode: 0644]
autotests/tst_dialogs.qml [new file with mode: 0644]
autotests/tst_formlayout.qml [new file with mode: 0644]
autotests/tst_globaldrawer.qml [new file with mode: 0644]
autotests/tst_headerfooterlayout.qml [new file with mode: 0644]
autotests/tst_icon.qml [new file with mode: 0644]
autotests/tst_inlinemessage.qml [new file with mode: 0644]
autotests/tst_inlineviewheader.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_menudialog.qml [new file with mode: 0644]
autotests/tst_mnemonicdata.qml [new file with mode: 0644]
autotests/tst_navigationtabbar.qml [new file with mode: 0644]
autotests/tst_overlaysheet.qml [new file with mode: 0644]
autotests/tst_overlayzstacking.qml [new file with mode: 0644]
autotests/tst_padding.qml [new file with mode: 0644]
autotests/tst_pagerow.qml [new file with mode: 0644]
autotests/tst_placeholdermessage.qml [new file with mode: 0644]
autotests/tst_sceneposition.qml [new file with mode: 0644]
autotests/tst_scrollablepage.qml [new file with mode: 0644]
autotests/tst_spellcheck.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/ContextualHelpButton.png [new file with mode: 0644]
docs/pics/MinimalExample.webp [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]
docs/pics/searchdialog.png [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
examples/Image Colors/IconPage.qml [new file with mode: 0644]
examples/Image Colors/ImagePage.qml [new file with mode: 0644]
examples/Image Colors/ImageProviders.mjs [new file with mode: 0644]
examples/Image Colors/ImageStatsPage.qml [new file with mode: 0644]
examples/Image Colors/README.md [new file with mode: 0644]
examples/Image Colors/components/ColorWell.qml [new file with mode: 0644]
examples/Image Colors/components/PaletteTable.qml [new file with mode: 0644]
examples/Image Colors/components/Section.qml [new file with mode: 0644]
examples/Image Colors/components/ShadowedLabel.qml [new file with mode: 0644]
examples/Image Colors/components/checkerboard.svg [new file with mode: 0644]
examples/Image Colors/main.qml [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/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/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/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/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/layerOverDrawer.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/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/libkirigami6_qt.po [new file with mode: 0644]
poqm/ast/libkirigami6_qt.po [new file with mode: 0644]
poqm/az/libkirigami6_qt.po [new file with mode: 0644]
poqm/bg/libkirigami6_qt.po [new file with mode: 0644]
poqm/ca/libkirigami6_qt.po [new file with mode: 0644]
poqm/ca@valencia/libkirigami6_qt.po [new file with mode: 0644]
poqm/cs/libkirigami6_qt.po [new file with mode: 0644]
poqm/da/libkirigami6_qt.po [new file with mode: 0644]
poqm/de/libkirigami6_qt.po [new file with mode: 0644]
poqm/el/libkirigami6_qt.po [new file with mode: 0644]
poqm/en_GB/libkirigami6_qt.po [new file with mode: 0644]
poqm/eo/libkirigami6_qt.po [new file with mode: 0644]
poqm/es/libkirigami6_qt.po [new file with mode: 0644]
poqm/et/libkirigami6_qt.po [new file with mode: 0644]
poqm/eu/libkirigami6_qt.po [new file with mode: 0644]
poqm/fi/libkirigami6_qt.po [new file with mode: 0644]
poqm/fr/libkirigami6_qt.po [new file with mode: 0644]
poqm/gl/libkirigami6_qt.po [new file with mode: 0644]
poqm/he/libkirigami6_qt.po [new file with mode: 0644]
poqm/hi/libkirigami6_qt.po [new file with mode: 0644]
poqm/hu/libkirigami6_qt.po [new file with mode: 0644]
poqm/ia/libkirigami6_qt.po [new file with mode: 0644]
poqm/id/libkirigami6_qt.po [new file with mode: 0644]
poqm/is/libkirigami6_qt.po [new file with mode: 0644]
poqm/it/libkirigami6_qt.po [new file with mode: 0644]
poqm/ja/libkirigami6_qt.po [new file with mode: 0644]
poqm/ka/libkirigami6_qt.po [new file with mode: 0644]
poqm/ko/libkirigami6_qt.po [new file with mode: 0644]
poqm/lt/libkirigami6_qt.po [new file with mode: 0644]
poqm/lv/libkirigami6_qt.po [new file with mode: 0644]
poqm/ml/libkirigami6_qt.po [new file with mode: 0644]
poqm/nl/libkirigami6_qt.po [new file with mode: 0644]
poqm/nn/libkirigami6_qt.po [new file with mode: 0644]
poqm/pa/libkirigami6_qt.po [new file with mode: 0644]
poqm/pl/libkirigami6_qt.po [new file with mode: 0644]
poqm/pt/libkirigami6_qt.po [new file with mode: 0644]
poqm/pt_BR/libkirigami6_qt.po [new file with mode: 0644]
poqm/ro/libkirigami6_qt.po [new file with mode: 0644]
poqm/ru/libkirigami6_qt.po [new file with mode: 0644]
poqm/sa/libkirigami6_qt.po [new file with mode: 0644]
poqm/sk/libkirigami6_qt.po [new file with mode: 0644]
poqm/sl/libkirigami6_qt.po [new file with mode: 0644]
poqm/sr/libkirigami6_qt.po [new file with mode: 0644]
poqm/sr@ijekavian/libkirigami6_qt.po [new file with mode: 0644]
poqm/sr@ijekavianlatin/libkirigami6_qt.po [new file with mode: 0644]
poqm/sr@latin/libkirigami6_qt.po [new file with mode: 0644]
poqm/sv/libkirigami6_qt.po [new file with mode: 0644]
poqm/ta/libkirigami6_qt.po [new file with mode: 0644]
poqm/tg/libkirigami6_qt.po [new file with mode: 0644]
poqm/tr/libkirigami6_qt.po [new file with mode: 0644]
poqm/uk/libkirigami6_qt.po [new file with mode: 0644]
poqm/zh_CN/libkirigami6_qt.po [new file with mode: 0644]
poqm/zh_TW/libkirigami6_qt.po [new file with mode: 0644]
qmllint.ini.in [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/Kirigami-android-dependencies.xml [new file with mode: 0644]
src/Messages.sh [new file with mode: 0644]
src/actionhelper.cpp [new file with mode: 0644]
src/actionhelper.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/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/ApplicationItem.qml [new file with mode: 0644]
src/controls/ApplicationWindow.qml [new file with mode: 0644]
src/controls/Card.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/Chip.qml [new file with mode: 0644]
src/controls/ContextDrawer.qml [new file with mode: 0644]
src/controls/ContextualHelpButton.qml [new file with mode: 0644]
src/controls/FlexColumn.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/InlineMessage.qml [new file with mode: 0644]
src/controls/InlineViewHeader.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/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/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/SwipeListItem.qml [new file with mode: 0644]
src/controls/UrlButton.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/ContextDrawerActionItem.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/DefaultPageTitleDelegate.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/MobileDialogLayer.qml [new file with mode: 0644]
src/controls/private/PrivateActionToolButton.qml [new file with mode: 0644]
src/controls/private/PullDownIndicator.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/TitlesPageHeader.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/ToolBarPageFooter.qml [new file with mode: 0644]
src/controls/private/globaltoolbar/ToolBarPageHeader.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/Chip.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/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/DrawerHandle.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/private/qmldir [new file with mode: 0644]
src/controls/templates/qmldir [new file with mode: 0644]
src/copyhelper.cpp [new file with mode: 0644]
src/copyhelper.h [new file with mode: 0644]
src/delegates/CMakeLists.txt [new file with mode: 0644]
src/delegates/CheckSubtitleDelegate.qml [new file with mode: 0644]
src/delegates/IconTitleSubtitle.qml [new file with mode: 0644]
src/delegates/README.md [new file with mode: 0644]
src/delegates/RadioSubtitleDelegate.qml [new file with mode: 0644]
src/delegates/SubtitleDelegate.qml [new file with mode: 0644]
src/delegates/SwitchSubtitleDelegate.qml [new file with mode: 0644]
src/delegates/TitleSubtitle.qml [new file with mode: 0644]
src/dialogs/CMakeLists.txt [new file with mode: 0644]
src/dialogs/Dialog.qml [new file with mode: 0644]
src/dialogs/MenuDialog.qml [new file with mode: 0644]
src/dialogs/PromptDialog.qml [new file with mode: 0644]
src/dialogs/SearchDialog.qml [new file with mode: 0644]
src/enums.h [new file with mode: 0644]
src/imagecolors.cpp [new file with mode: 0644]
src/imagecolors.h [new file with mode: 0644]
src/kirigamiplugin.cpp [new file with mode: 0644]
src/kirigamiplugin.h [new file with mode: 0644]
src/layouts/CMakeLists.txt [new file with mode: 0644]
src/layouts/FormLayout.qml [new file with mode: 0644]
src/layouts/columnview.cpp [new file with mode: 0644]
src/layouts/columnview.h [new file with mode: 0644]
src/layouts/columnview_p.h [new file with mode: 0644]
src/layouts/displayhint.cpp [new file with mode: 0644]
src/layouts/displayhint.h [new file with mode: 0644]
src/layouts/formlayoutattached.cpp [new file with mode: 0644]
src/layouts/formlayoutattached.h [new file with mode: 0644]
src/layouts/headerfooterlayout.cpp [new file with mode: 0644]
src/layouts/headerfooterlayout.h [new file with mode: 0644]
src/layouts/padding.cpp [new file with mode: 0644]
src/layouts/padding.h [new file with mode: 0644]
src/layouts/sizegroup.cpp [new file with mode: 0644]
src/layouts/sizegroup.h [new file with mode: 0644]
src/layouts/toolbarlayout.cpp [new file with mode: 0644]
src/layouts/toolbarlayout.h [new file with mode: 0644]
src/layouts/toolbarlayoutdelegate.cpp [new file with mode: 0644]
src/layouts/toolbarlayoutdelegate.h [new file with mode: 0644]
src/mnemonicattached.cpp [new file with mode: 0644]
src/mnemonicattached.h [new file with mode: 0644]
src/overlayzstackingattached.cpp [new file with mode: 0644]
src/overlayzstackingattached.h [new file with mode: 0644]
src/pagepool.cpp [new file with mode: 0644]
src/pagepool.h [new file with mode: 0644]
src/platform/CMakeLists.txt [new file with mode: 0644]
src/platform/KF6KirigamiPlatformConfig.cmake.in [new file with mode: 0644]
src/platform/README.md [new file with mode: 0644]
src/platform/basictheme.cpp [new file with mode: 0644]
src/platform/basictheme_p.h [new file with mode: 0644]
src/platform/colorutils.cpp [new file with mode: 0644]
src/platform/colorutils.h [new file with mode: 0644]
src/platform/dbustypes.h [new file with mode: 0644]
src/platform/inputmethod.cpp [new file with mode: 0644]
src/platform/inputmethod.h [new file with mode: 0644]
src/platform/org.freedesktop.portal.Settings.xml [new file with mode: 0644]
src/platform/platformpluginfactory.cpp [new file with mode: 0644]
src/platform/platformpluginfactory.h [new file with mode: 0644]
src/platform/platformtheme.cpp [new file with mode: 0644]
src/platform/platformtheme.h [new file with mode: 0644]
src/platform/settings.cpp [new file with mode: 0644]
src/platform/settings.h [new file with mode: 0644]
src/platform/smoothscrollwatcher.cpp [new file with mode: 0644]
src/platform/smoothscrollwatcher.h [new file with mode: 0644]
src/platform/styleselector.cpp [new file with mode: 0644]
src/platform/styleselector.h [new file with mode: 0644]
src/platform/tabletmodewatcher.cpp [new file with mode: 0644]
src/platform/tabletmodewatcher.h [new file with mode: 0644]
src/platform/units.cpp [new file with mode: 0644]
src/platform/units.h [new file with mode: 0644]
src/platform/virtualkeyboardwatcher.cpp [new file with mode: 0644]
src/platform/virtualkeyboardwatcher.h [new file with mode: 0644]
src/primitives/CMakeLists.txt [new file with mode: 0644]
src/primitives/README.md [new file with mode: 0644]
src/primitives/Separator.qml [new file with mode: 0644]
src/primitives/ShadowedImage.qml [new file with mode: 0644]
src/primitives/icon.cpp [new file with mode: 0644]
src/primitives/icon.h [new file with mode: 0644]
src/primitives/scenegraph/managedtexturenode.cpp [new file with mode: 0644]
src/primitives/scenegraph/managedtexturenode.h [new file with mode: 0644]
src/primitives/scenegraph/paintedrectangleitem.cpp [new file with mode: 0644]
src/primitives/scenegraph/paintedrectangleitem.h [new file with mode: 0644]
src/primitives/scenegraph/shadowedborderrectanglematerial.cpp [new file with mode: 0644]
src/primitives/scenegraph/shadowedborderrectanglematerial.h [new file with mode: 0644]
src/primitives/scenegraph/shadowedbordertexturematerial.cpp [new file with mode: 0644]
src/primitives/scenegraph/shadowedbordertexturematerial.h [new file with mode: 0644]
src/primitives/scenegraph/shadowedrectanglematerial.cpp [new file with mode: 0644]
src/primitives/scenegraph/shadowedrectanglematerial.h [new file with mode: 0644]
src/primitives/scenegraph/shadowedrectanglenode.cpp [new file with mode: 0644]
src/primitives/scenegraph/shadowedrectanglenode.h [new file with mode: 0644]
src/primitives/scenegraph/shadowedtexturematerial.cpp [new file with mode: 0644]
src/primitives/scenegraph/shadowedtexturematerial.h [new file with mode: 0644]
src/primitives/scenegraph/shadowedtexturenode.cpp [new file with mode: 0644]
src/primitives/scenegraph/shadowedtexturenode.h [new file with mode: 0644]
src/primitives/shaders/sdf.glsl [new file with mode: 0644]
src/primitives/shaders/sdf_lowpower.glsl [new file with mode: 0644]
src/primitives/shaders/shadowedborderrectangle.frag [new file with mode: 0644]
src/primitives/shaders/shadowedborderrectangle_lowpower.frag [new file with mode: 0644]
src/primitives/shaders/shadowedbordertexture.frag [new file with mode: 0644]
src/primitives/shaders/shadowedbordertexture_lowpower.frag [new file with mode: 0644]
src/primitives/shaders/shadowedrectangle.frag [new file with mode: 0644]
src/primitives/shaders/shadowedrectangle.vert [new file with mode: 0644]
src/primitives/shaders/shadowedrectangle_lowpower.frag [new file with mode: 0644]
src/primitives/shaders/shadowedtexture.frag [new file with mode: 0644]
src/primitives/shaders/shadowedtexture_lowpower.frag [new file with mode: 0644]
src/primitives/shaders/uniforms.glsl [new file with mode: 0644]
src/primitives/shadowedrectangle.cpp [new file with mode: 0644]
src/primitives/shadowedrectangle.h [new file with mode: 0644]
src/primitives/shadowedtexture.cpp [new file with mode: 0644]
src/primitives/shadowedtexture.h [new file with mode: 0644]
src/scenepositionattached.cpp [new file with mode: 0644]
src/scenepositionattached.h [new file with mode: 0644]
src/spellcheckattached.cpp [new file with mode: 0644]
src/spellcheckattached.h [new file with mode: 0644]
src/styles/Material/InlineMessage.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/Theme.qml [new file with mode: 0644]
src/wheelhandler.cpp [new file with mode: 0644]
src/wheelhandler.h [new file with mode: 0644]
templates/.clang-format [new file with mode: 0644]
templates/CMakeLists.txt [new file with mode: 0644]
templates/kirigami6/CMakeLists.txt [new file with mode: 0644]
templates/kirigami6/LICENSES/BSD-3-Clause.txt [new file with mode: 0644]
templates/kirigami6/LICENSES/CC0-1.0.txt [new file with mode: 0644]
templates/kirigami6/LICENSES/FSFAP.txt [new file with mode: 0644]
templates/kirigami6/LICENSES/GPL-2.0-or-later.txt [new file with mode: 0644]
templates/kirigami6/android/AndroidManifest.xml [new file with mode: 0644]
templates/kirigami6/android/build.gradle [new file with mode: 0644]
templates/kirigami6/android/res/drawable/logo.png [new file with mode: 0644]
templates/kirigami6/android/res/drawable/splash.xml [new file with mode: 0644]
templates/kirigami6/android/version.gradle.in [new file with mode: 0644]
templates/kirigami6/kirigami-app.png [new file with mode: 0644]
templates/kirigami6/kirigami.kdevtemplate [new file with mode: 0644]
templates/kirigami6/org.kde.%{APPNAMELC}.desktop [new file with mode: 0644]
templates/kirigami6/org.kde.%{APPNAMELC}.json [new file with mode: 0644]
templates/kirigami6/org.kde.%{APPNAMELC}.metainfo.xml [new file with mode: 0644]
templates/kirigami6/src/%{APPNAMELC}config.kcfg [new file with mode: 0644]
templates/kirigami6/src/%{APPNAMELC}config.kcfgc [new file with mode: 0644]
templates/kirigami6/src/CMakeLists.txt [new file with mode: 0644]
templates/kirigami6/src/app.cpp [new file with mode: 0644]
templates/kirigami6/src/app.h [new file with mode: 0644]
templates/kirigami6/src/contents/ui/About.qml [new file with mode: 0644]
templates/kirigami6/src/contents/ui/Main.qml [new file with mode: 0644]
templates/kirigami6/src/main.cpp [new file with mode: 0644]
tests/CardTest.qml [new file with mode: 0644]
tests/HeaderFooterTest.qml [new file with mode: 0644]
tests/KeyboardListTest.qml [new file with mode: 0644]
tests/KeyboardTest.qml [new file with mode: 0644]
tests/ListItemTest.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/iconTest.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]