- 13 Oct, 2020 13 commits
-
-
Sharaf Zaman authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
If a resource failed to load, we should not leak it.
-
Dmitry Kazakov authored
It happened in copy-constructor, the previous version of m_gradient was never deleted.
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
Auto-generated QtDesigner form is supposed to be used as a parent for our class, not as a member. Therefore, it never belongs to QObject hierarchy, and therefore, is never auto-deleted. If you add autogenerated Ui class as a member, don't forget to make it QScopedPointer to make sure it is deleted on widget destruction. CC:kimageshop@kde.org
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
-
- 12 Oct, 2020 1 commit
-
-
Search for quazip's own cmake config first, and fallback to finding the libraries and include dirs manually as before BUG: 427511 (cherry picked from commit f7b17aed)
-
- 11 Oct, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 10 Oct, 2020 2 commits
-
-
Sharaf Zaman authored
-
Sharaf Zaman authored
and DefaultTool. The only state we pass between two the classes for mesh gradients is the selected node.
-
- 09 Oct, 2020 3 commits
-
-
(cherry picked from commit cf40b549)
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Sharaf Zaman authored
BUG:427466
-
- 08 Oct, 2020 8 commits
-
-
Halla Rempt authored
-
Dmitry Kazakov authored
Since we use partial updates now, we should handle WA mode properly BUG:427427
-
(cherry picked from commit cb66ebe4)
-
(cherry picked from commit 14776931)
-
This adds the possibility to clear the color history from the popup palette. (cherry picked from commit cd6e08d1)
-
Sharaf Zaman authored
This would happen, if device wasn't connected to the internet when booting the app.
-
Previously, File Layers made by dragging and dropping image where named "File Layer <number>"; which isn't very meaningful. This commit names Drag and Drop'd file layers by the name and format of the file. i.e. "example.jpg" BUG:427235
-
(cherry picked from commit ee6487a6)
-
- 07 Oct, 2020 10 commits
-
-
Sharaf Zaman authored
NDK couldn't find the right one.
-
Amy spark authored
This commit replaces the shared buffer, transforms, and mutex with a stack-local buffer and two lockless stacks for fromQColor and toQColor. This also fixes transforms not being properly destroyed through cmsDeleteTransform. CCMAIL: kimageshop@kde.org
-
Halla Rempt authored
This is why I do not want auto to be used in Krita's code: auto bla = createSomething(); doesn't warn that you need to delete bla as much as Bla *bla = createSomething(); because it's invisible that bla is a pointer. The alternative is that we use smart pointers _everywhere_, which isn't feasible... CCMAIL:kimageshop@kde.org CID:305464 (cherry picked from commit befdf9b4)
-
Sharaf Zaman authored
The hack I wrote was incomplete and dirty. We already have a great mechnism for kinetic scrolling. BUG:423279 BUG:421997
-
Halla Rempt authored
-
This fixes subtract and multiply alpha modes for brush textures when the texture file has an alpha channel. Also fixes gradient map mode so it respects alpha in textures that have it. BUG:427153
-
Halla Rempt authored
Remove the compiler label; it's not filled in. And add a text edit field with the combined sysinfo, log and crash log files, and place the contents on the clipboard for easy pasting. It's a pity we cannot use the bugzilla REST api to automatically add these files as an attachment. From now on, we can simply ask people to report bugs using the dialog and add this information. CCMAIL:kimageshop@kde.org
-
Halla Rempt authored
(cherry picked from commit cc7f7283d6624667c698aed2ca70fb94c8226ace)
-
Sharaf Zaman authored
BUG:427402
-
- 06 Oct, 2020 2 commits
-
-
Dmitry Kazakov authored
When preview stroke adds a set of jobs, this set should never intersect with the previous update jobs. Otherwise there will be crash. BUG:427199
-
Sharaf Zaman authored
On android the selection action's text includes the accelerators. When the config is read, the corresponding text (which includes accelerators) is invalid hence no items are shown. BUG:425344
-