https://bugs.kde.org/show_bug.cgi?id=476690

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/d50ba36
                   |                            |3484dd061a0ebf4dc1c73a92000
                   |                            |d369b8
         Resolution|---                         |FIXED

--- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit d50ba363484dd061a0ebf4dc1c73a92000d369b8 by Dmitry Kazakov.
Committed on 13/06/2024 at 11:49.
Pushed by dkazakov into branch 'master'.

Implement QWidget-based touch docker

Basically, the same thing as a QML-based touch docker, but without
all the bells and whistles of QML (and with much shorter code, btw).

M  +2    -0    libs/widgets/CMakeLists.txt
A  +78   -0    libs/widgets/KisStretchedIconButton.cpp     [License:
GPL(v2.0+)]
A  +47   -0    libs/widgets/KisStretchedIconButton.h     [License: GPL(v2.0+)]
M  +1    -8    plugins/dockers/CMakeLists.txt
D  +0    -17   plugins/dockers/throttle/CMakeLists.txt
D  +0    -102  plugins/dockers/throttle/Throttle.cpp
D  +0    -50   plugins/dockers/throttle/Throttle.h
D  +0    -72   plugins/dockers/throttle/ThrottlePlugin.cpp
D  +0    -38   plugins/dockers/throttle/ThrottlePlugin.h
D  +0    -9    plugins/dockers/throttle/krita_throttle.json
D  +0    -67   plugins/dockers/throttle/qml/slider.qml
D  +0    -9    plugins/dockers/throttle/throttle.qrc
M  +7    -16   plugins/dockers/touchdocker/CMakeLists.txt
R  +8    -13   plugins/dockers/touchdocker/TouchDocker.cpp [from:
plugins/dockers/touchdocker/TouchDockerPlugin.cpp - 072% similarity]
A  +26   -0    plugins/dockers/touchdocker/TouchDocker.h     [License:
LGPL(v2.0+)]
M  +9    -463  plugins/dockers/touchdocker/TouchDockerDock.cpp
M  +9    -58   plugins/dockers/touchdocker/TouchDockerDock.h
D  +0    -21   plugins/dockers/touchdocker/TouchDockerPlugin.h
D  +0    -93   plugins/dockers/touchdocker/TouchDockerQQuickWidget.cpp
D  +0    -40   plugins/dockers/touchdocker/TouchDockerQQuickWidget.h
A  +100  -0    plugins/dockers/touchdocker/TouchDockerWidget.cpp     [License:
GPL(v2.0+)]
A  +32   -0    plugins/dockers/touchdocker/TouchDockerWidget.h     [License:
GPL(v2.0+)]
A  +344  -0    plugins/dockers/touchdocker/TouchDockerWidget.ui
R  +2    -2    plugins/dockers/touchdocker/kritatouchdocker.json [from:
plugins/dockers/touchdocker/krita_touchdocker.json - 060% similarity]
D  +0    -16   plugins/dockers/touchdocker/qml/opendialog.qml
D  +0    -16   plugins/dockers/touchdocker/qml/saveasdialog.qml
D  +0    -222  plugins/dockers/touchdocker/qml/touchstrip.qml
D  +0    -11   plugins/dockers/touchdocker/touchdocker.qrc

https://invent.kde.org/graphics/krita/-/commit/d50ba363484dd061a0ebf4dc1c73a92000d369b8

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to