- 16 Apr, 2016 1 commit
-
-
Scott Petrovic authored
-
- 15 Apr, 2016 19 commits
-
-
Signed-off-by:
Scott Petrovic <scottpetrovic@gmail.com>
-
Signed-off-by:
Scott Petrovic <scottpetrovic@gmail.com>
-
Signed-off-by:
Scott Petrovic <scottpetrovic@gmail.com>
-
make the background for the color adjustments layer use the application base palette like the other curve widgets Signed-off-by:
Scott Petrovic <scottpetrovic@gmail.com>
-
Signed-off-by:
Scott Petrovic <scottpetrovic@gmail.com>
-
Signed-off-by:
Scott Petrovic <scottpetrovic@gmail.com>
-
Dmitry Kazakov authored
Ref T2217
-
Dmitry Kazakov authored
Fixes T2217 BUG:361530
-
Dmitry Kazakov authored
Do not skip calling parent class implementation Fixes T2246 BUG:361577
-
Dmitry Kazakov authored
1) KisAspectRatioLocker blocks the signal of the second spinbox, but the configuration should be updated only when both the spinboxes are updated. Therefore a new signal in KisAspectRatioLocker has been implemented, which notifies the receivers that both boxes are ready. 2) Allow 1 px grid :) Fixes T2245 BUG:361721
-
Dmitry Kazakov authored
Fixes T2247 BUG:361728
-
Dmitry Kazakov authored
We must not keep 'end' iterator throughout the loop if the object is changed in the meantime. According to Qt's docs all the iterators become 'undefined' after every non-const function call over the iterated object. CC:kimageshop@kde.org
-
Dmitry Kazakov authored
Never store iterators to a QVector<T>::end(). They are not guaranteed to be valid on modifying the vector.
-
Dmitry Kazakov authored
LodN strokes can have an uncancellable jobs ('suspend'), and not be started yet. This is a normal situation. Fixes T2287 BUG:361682
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
Summary: links.html has content duplicated from KisSplashScreen, the other files have been never used and also miss translation support Reviewers: rempt Differential Revision: https://phabricator.kde.org/D1410
-
Friedrich W. H. Kossebau authored
-
Scott Petrovic authored
-
Friedrich W. H. Kossebau authored
-
- 14 Apr, 2016 20 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Scott Petrovic authored
-
Scott Petrovic authored
- Make the thumbnail use the configuration checkerboard colors. - checkerboard squares are a bit smaller now
-
Scott Petrovic authored
-
Stefano Bonicatti authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
For xcf tools, which cannot use QtEndian
-
Halla Rempt authored
-
Dmitry Kazakov authored
BUG:343791
-
Dmitry Kazakov authored
setDirty() initiates the static image regeneration as well, so we should skip it whenever it is possible, that is when when the mask is not hidden (in the latter case we should clear the layer's projection, therefore a full update with mask being FILTHY node is needed) BUG:351435 Ref T2081
-
Dmitry Kazakov authored
BUG:347755 Ref T2081
-
Dmitry Kazakov authored
We have to use really rough approximations for calculating the change rect of cage, warp and liquify transformation. The main problem is that there is no explicit f(x) solution for most of them (except for warp). So we should be a bit tricky. CCBUG:347755
-
Halla Rempt authored
-
Halla Rempt authored
BUG:361736
-
Halla Rempt authored
This will make the whole group extremely squashed on hidpi screens. CCBUG:360541 CCBUG:361736
-