- 20 Dec, 2016 4 commits
-
-
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"
-
Dmitry Kazakov authored
lock() call requests all the strokes to finish, which is not what we want during autosave. Therefore, we just forbid autosave while some action is running. This patch will also fix some bugs with random hickups when doing strokes (when autosave does something in the background).
-
Halla Rempt authored
That way, people can access all their disks more easily.
-
Script Kiddy authored
-
- 16 Dec, 2016 4 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
- 15 Dec, 2016 4 commits
-
-
-
Halla Rempt authored
-
Halla Rempt authored
Coffeeeeee, I want coffee.
-
- 14 Dec, 2016 3 commits
-
-
Dmitry Kazakov authored
-
Halla Rempt authored
-
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"
-
- 13 Dec, 2016 5 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
I haven't managed to find time to optimize the performance more, so give people a choice which version to use. The config key is popuppalette/usevisualcolorselector If it's set to true, the new color selector is used.
-
- 12 Dec, 2016 3 commits
-
-
Alexander Potashev authored
Reviewers: dkazakov, rempt Reviewed By: rempt Differential Revision: https://phabricator.kde.org/D3645
-
Halla Rempt authored
Patch by David Marquant. Thanks!
-
Dmitry Kazakov authored
Its Linux driver supports openGL 3.0 only BUG:373490
-
- 11 Dec, 2016 1 commit
-
-
Halla Rempt authored
-
- 10 Dec, 2016 5 commits
-
-
Dmitry Kazakov authored
Ref T119
-
Dmitry Kazakov authored
Merge remote-tracking branch 'origin/kazakov/scale-from-pivot-point-T119' into rempt/impex-refactoring # Conflicts: # plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp # plugins/tools/tool_transform2/wdg_tool_transform.ui
-
Dmitry Kazakov authored
TODO: merge it into krita/3.1 after the release is done!
-
Halla Rempt authored
In that case we don't want to ise the framesdir for the resulting animation.
-
Halla Rempt authored
Patch by Bruno Kinoshita. Thanks! CCMAIL:brunodepaulak@yahoo.com.br
-
- 09 Dec, 2016 5 commits
-
-
Dmitry Kazakov authored
It appeared that my matrix decomposition could not decompose an identity matrix :( Well, we need to implement a better one, e.g. from CSS. For now just avoid division by zero. Most probably, the problem appeared after introduction of cursor snapping. Before snapping identity matrix was almost impossible to get with a mouse cursor. BUG:372677 Ref T4840
-
Dmitry Kazakov authored
BUG:373316 Fixes T4837
-
Dmitry Kazakov authored
Fixes T4790
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
The problem happens because some actions are created/added-to-collection only after a document is created. Now we workaround it by faking the absent actions and deleting them together with KisActionsSnapshot. Another problem is that some of the actions, e.g. "show_color_history", is created long before it is added to the global action collection. It is _created_ right at the start of Krita, but _added_ only when a new document is constructed. If we change the shortcut between these two events, then the changed value will be lost. Now we workaround this problem by connecting to the action collection, listening to 'inserted()' signal and updating shortcuts when an action is added to the collection. BUG:370720
-
- 08 Dec, 2016 6 commits
-
-
Halla Rempt authored
This is both easier to find, and will work on Windows.
-
Halla Rempt authored
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
BUG:362869
-
Dmitry Kazakov authored
To enable sanity check, uncomment the corresponding define in KisActionsSnapshot.cpp
-
Dmitry Kazakov authored
There should be no extra semicolon after functions in C++
-