https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #25 from Boudewijn Rempt ---
Git commit 4d20adf1d448ed7d4fd711af8cd9bebc47aa853a by Boudewijn Rempt.
Committed on 08/02/2019 at 14:17.
Pushed by rempt into branch 'krita/4.1'.
Add a cmake option to disable our own tablet support
Off by def
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #24 from Boudewijn Rempt ---
Git commit 7fabd9fd83b1e3a17c496b244f9875af56b4851b by Boudewijn Rempt.
Committed on 28/11/2018 at 09:23.
Pushed by rempt into branch 'krita/4.1'.
Fix build with Qt 5.6
M +2-1libs/ui/input/wintab/qxcbc
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #23 from Boudewijn Rempt ---
Git commit 9c7d30bca00792b28cb007d6668dc9ad303b0653 by Boudewijn Rempt.
Committed on 28/11/2018 at 09:16.
Pushed by rempt into branch 'master'.
Fix build with Qt 5.6
M +2-1libs/ui/input/wintab/qxcbconn
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #22 from Wolfgang Bauer ---
(In reply to Mykola Krachkovsky from comment #21)
> (In reply to Boudewijn Rempt from comment #20)
> > Aw... We can either ifdef around it, or up the minimum Qt to 5.9. I'm fine
> > with either, 5.9 is the current
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #21 from Mykola Krachkovsky ---
(In reply to Boudewijn Rempt from comment #20)
> Aw... We can either ifdef around it, or up the minimum Qt to 5.9. I'm fine
> with either, 5.9 is the current LTS in any case.
There is no need, just use `trans
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #20 from Boudewijn Rempt ---
Aw... We can either ifdef around it, or up the minimum Qt to 5.9. I'm fine with
either, 5.9 is the current LTS in any case.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=399379
Wolfgang Bauer changed:
What|Removed |Added
CC||wba...@tmo.at
--- Comment #19 from Wolfgang Ba
https://bugs.kde.org/show_bug.cgi?id=399379
Boudewijn Rempt changed:
What|Removed |Added
Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
https://bugs.kde.org/show_bug.cgi?id=399379
Boudewijn Rempt changed:
What|Removed |Added
Resolution|--- |FIXED
Latest Commit|
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #16 from Boudewijn Rempt ---
Thanks! I'd missed your patch -- I really need to find a better way to stay on
top of bugzilla...
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #15 from Mykola Krachkovsky ---
Adding `QGuiApplication::modalWindow() !=
window->parent(QWindow::IncludeTransients)` fixed problem for me:
https://build.opensuse.org/package/view_file/home:NickLion:kf5/krita/krita-no-window-check.patch
May
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #14 from Mykola Krachkovsky ---
I've looked through commit eccae890400cfac7805c3b89d042d223ea9f5360 and thought
that one place looks suspiciously as drop-down is in fact separate window, I've
tried to comment out check if current window is a
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #13 from Boudewijn Rempt ---
Right, then we definitely know that our xcb imlpementation is broken...
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #12 from Mykola Krachkovsky ---
(In reply to Boudewijn Rempt from comment #10)
> Please test https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/
> build 250 when it's done.
Sorry, forgot to comment. Scroll in combos drop-downs
https://bugs.kde.org/show_bug.cgi?id=399379
Boudewijn Rempt changed:
What|Removed |Added
CC||tyson...@mail.com
--- Comment #11 from Boudew
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #10 from Boudewijn Rempt ---
Please test https://binary-factory.kde.org/job/Krita_Nightly_Appimage_Build/
build 250 when it's done.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #9 from Boudewijn Rempt ---
Git commit d4a806433f71929e3e08ec46862138ea2b362f4d by Boudewijn Rempt.
Committed on 11/10/2018 at 09:16.
Pushed by rempt into branch 'master'.
Enable Qt's xcb on Linux
So we can generate builds that people can
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #8 from Boudewijn Rempt ---
So, building Krita with Qt's xcb implementation seems to actually fix most
problems. We just need to decided whether that's safe enough...
--
You are receiving this mail because:
You are watching all bug changes
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #7 from Boudewijn Rempt ---
I guess it wasn't fixed -- I think it's been broken since Krita 3.0 was first
released, which was when we ported to Qt5.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #6 from Mykola Krachkovsky ---
(In reply to Boudewijn Rempt from comment #1)
> While there certainly are places where the scrollwheel doesn't seem to work
Anyway, good to know it's reproduced.
> Those dropdowns do not have enough items to ha
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #5 from Boudewijn Rempt ---
Git commit 9a9f152724e0a9397b24eef53ca2ba4d9fde7cac by Boudewijn Rempt.
Committed on 05/10/2018 at 09:17.
Pushed by rempt into branch 'master'.
Add a cmake option to disable our own tablet support
Off by default
https://bugs.kde.org/show_bug.cgi?id=399379
Boudewijn Rempt changed:
What|Removed |Added
Keywords||regression
--- Comment #4 from Boudewijn Remp
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #3 from Boudewijn Rempt ---
Hm, I'm pretty sure that KisXi2EventFilter is the culprit here. Disabling it,
though, makes Krita crash when trying to use the scrollwheel on one of the new
image window widgets:
Thread 1 (Thread 0x7f2245e82d80 (
https://bugs.kde.org/show_bug.cgi?id=399379
--- Comment #2 from Boudewijn Rempt ---
Notably, the scroll wheel should work in the brush preset docker and on those
items you mention when the combobox isn't dropped down.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=399379
Boudewijn Rempt changed:
What|Removed |Added
Status|REPORTED|CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=399379
Boudewijn Rempt changed:
What|Removed |Added
CC||b...@valdyas.org
--- Comment #1 from Boudewij
26 matches
Mail list logo