summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2016-08-13Updated version (3.0.89r41252.3480a5f -> 3.0.89r41253.82247dd).AUR Update Bot
Changelog ========= order the bit depths correctly for color spaces (82247dd)
2016-08-13Updated version (3.0.89r41251.ebc8a43 -> 3.0.89r41252.3480a5f).AUR Update Bot
Changelog ========= Fix convert layer to Paint layer logic. If it's a group layer or a layer with layer styles, flatten is used (3480a5f)
2016-08-13Updated version (3.0.89r41250.cdd4294 -> 3.0.89r41251.ebc8a43).AUR Update Bot
Changelog ========= BUG:366713 Fix using the temporary target (ebc8a43)
2016-08-12Updated version (3.0.89r41244.46af7d5 -> 3.0.89r41250.cdd4294).AUR Update Bot
Changelog ========= Fix wrong aspect ratio fixing in Spray Brush (cdd4294) Don't let KisShadeSelectorLineComboBox jump out of the screen :) (b1a1576) Fix Stabilizer Finish Line feature broken by the stabilizer fix in 3.0 (54098bc) Fix the algorithm of the calculation of the Shift+Gesture scale (662ecc8) Also skip qtserialport (d33dbe0) Remove remaining traces of openjpeg (8500fd2)
2016-08-11Updated version (3.0.89r41239.92c253a -> 3.0.89r41244.46af7d5).AUR Update Bot
Changelog ========= Fix the log10 function in the numeric parser and change the corresponding test to be sure exp, ln and log10 function are working. (46af7d5) Fix crash on saving a document and closing it rigth after that (619be10) Fix crash when using K and L shortcuts (42e434f) Don't rely on values from settings->paintOpSize() during massive update (f214958) Remove spurious export declaration (e278ff7)
2016-08-10Updated version (3.0.89r41238.3ef661a -> 3.0.89r41239.92c253a).AUR Update Bot
Changelog ========= Trying to fix my bad Move Tool patch. (92c253a)
2016-08-08Updated version (3.0.89r41234.16dd332 -> 3.0.89r41238.3ef661a).AUR Update Bot
Changelog ========= BUG:363019 Fix loading images with uppercase suffix (3ef661a) Add a toggle on/off switch for pen pressure (8e11dfd) use barrierLock instead of lock (19ed2c6) Add Wavelet decompose plugin (32c30d4)
2016-08-07Updated version (3.0.89r41232.6530b6d -> 3.0.89r41234.16dd332).AUR Update Bot
Changelog ========= condense and group together layer context menu a bit better (16dd332) condense layers main menu (3ad8dd3)
2016-08-06add a CXXFLAGS switch and an option \!makeflagsStefan Husmann
2016-08-04Updated version (3.0.89r41124.3747300 -> 3.0.89r41125.8be941a).AUR Update Bot
Changelog ========= Append, not replace the path on Windows (8be941a)
2016-08-03Updated version (3.0.89r41123.97f88c1 -> 3.0.89r41124.3747300).AUR Update Bot
Changelog ========= Remove OpenJPEG completely (3747300)
2016-08-02Updated version (3.0.89r41121.159c3b4 -> 3.0.89r41123.97f88c1).AUR Update Bot
Changelog ========= Fix openexr cmakelists for non-windows (97f88c1) Remove breeze again: Dmitry confirms there are still problems with it (853b289)
2016-08-02updateStefan Husmann
2016-07-31Updated version (3.0.89r41057.2a1987a -> 3.0.89r41058.f1f95a2).AUR Update Bot
Changelog ========= SVN_SILENT made messages (.desktop file) - always resolve ours (f1f95a2)
2016-07-31Updated version (3.0.89r41056.2b0c537 -> 3.0.89r41057.2a1987a).AUR Update Bot
Changelog ========= Add antialiasing to createThumbnailDevice (2a1987a)
2016-07-28Updated version (3.0.89r41053.4c74052 -> 3.0.89r41056.2b0c537).AUR Update Bot
Changelog ========= Fix converting single layer to paint layers. It was doing a flatten, but flatten abourts if there is only one layer. BUG:365660 (2b0c537) Ignore delta 0 wheel events on OSX (16b7db5) SVN_SILENT made messages (.desktop file) - always resolve ours (f3eff3b)
2016-07-27Updated version (3.0.89r41052.9ed50d1 -> 3.0.89r41053.4c74052).AUR Update Bot
Changelog ========= Set default save format to .kra instead of random .exr (4c74052)
2016-07-26Updated version (3.0.89r41051.14ee799 -> 3.0.89r41052.9ed50d1).AUR Update Bot
Changelog ========= SVN_SILENT made messages (.desktop file) - always resolve ours (9ed50d1)
2016-07-24Updated version (3.0.89r41049.9d18389 -> 3.0.89r41051.14ee799).AUR Update Bot
Changelog ========= Show previous color in color selector (14ee799) Added showing coordinates when using Move Tool. (48287eb)
2016-07-23Updated version (3.0.89r41036.f6b1c94 -> 3.0.89r41049.9d18389).AUR Update Bot
Changelog ========= Merge branch 'nishant/ratio-option' (9d18389) KisSpacingInformation: Remove redundant isIsotropic member. (703acc9) KisMaskGenerator::effectiveSrcHeight: Use scaleY instead of scaleX (606b336) KisAutoBrush: override maskHeight so we get a more appropriate value when ratio < 1.0 (432003f) KisGaussCircleMaskGenerator: update ycoef when scale changes (b6f2f40) QImagePyramid: Correctly take into account ratio (28db986) AutoBrushTest: Extract function dabSizeHelper to peform repeated test logic. (f24b30e) KisBrushOp: Add ratioOption to KisBrush and pass ratio to DabCache (bacb4d9) KisDabShape: convenience class for grouping scale, ratio and rotation. (b368038) Add Q_DECL_OVERRIDE to appropriate members of KisBrush (93f2ab2) Fix transformation being applied twice in DeformBrush (d80c80a) Paintops::brushOutline(): Extract function makeTiltIndicator (ea78139) Make member function static. It wasn't using any class members. (85ed3d0)
2016-07-22Updated version (3.0.89r41035.4f3d212 -> 3.0.89r41036.f6b1c94).AUR Update Bot
Changelog ========= FEATURE: Don't exit Isolate Layer mode when switching layer (f6b1c94)
2016-07-21Updated version (3.0.89r41034.d4defee -> 3.0.89r41035.4f3d212).AUR Update Bot
Changelog ========= Switch off "canvas only" mode before closing the main window (4f3d212)
2016-07-20Updated version (3.0.89r41027.bcdae43 -> 3.0.89r41034.d4defee).AUR Update Bot
Changelog ========= Add API documentation to new classes (d4defee) Don't keep the default tile data blocked from swapping (5884065) Use devtools-3 instead of 2 (e951aa7) Fix warning (bf8432f) Implement data pool for the chunks in openGL canvas updates (54282a7) Release all the tile pools forcefully when a document is closed (550ff11) Don't keep the default tile data blocked from swapping (22bf0fa)
2016-07-19Updated version (3.0.89.r41023.f594e3e -> 3.0.89r41027.bcdae43).AUR Update Bot
Changelog ========= Disable the histogram docker until Eugene's branch is ready (bcdae43) Added ability to enter groups with PgUp/PgDown shortcuts (1b2546f) Add quick flip buttons to transform docker (efc2047) Revert "Add quick flip buttons to transform docker" (f7e283e)
2016-07-18Updated version (3.0.89.r41021.a3e2d2d -> 3.0.89.r41023.f594e3e).AUR Update Bot
Changelog ========= BUG:363910 Brush freezes after lifting stylus pen away from tablet on OSX (f594e3e) Add quick flip buttons to transform docker (00152c7)
2016-07-17Updated version (3.0.89.r41020.a8f901e -> 3.0.89.r41021.a3e2d2d).AUR Update Bot
Changelog ========= BUG: 361653 Prevent the preview assistant signal from firing twice (a3e2d2d)
2016-07-15Updated version (3.0.89.r41019.5febe23 -> 3.0.89.r41020.a8f901e).AUR Update Bot
Changelog ========= Fix releasing the node pixes memory when closing the document (a8f901e)
2016-07-14Updated version (3.1.89.r41015.14c8140 -> 3.0.89.r41019.5febe23).AUR Update Bot
Changelog ========= Fix two warnings (5febe23) SVN_SILENT made messages (.desktop file) - always resolve ours (8371913) Reset the version number following the new Krita release strategy. (06abc69) SVN_SILENT made messages (after extraction) (5232790)
2016-07-13Updated version (3.1.89.r41008.f17b229 -> 3.1.89.r41015.14c8140).AUR Update Bot
Changelog ========= Merge branch 'krita/3.0' (14c8140) Fix a crash in KisToolPaint caused by a passed-through event (38f2757) Fix HSV/HSL filter widget slider management (8b7a11d) Remove superfluous clearing of lists (0af993a) SVN_SILENT made messages (.desktop file) - always resolve ours (0863dc1) SVN_SILENT made messages (after extraction) (8e04007) SVN_SILENT made messages (.desktop file) - always resolve ours (021b34a)
2016-07-10Updated version (3.1.89.r41005.d28dbf2 -> 3.1.89.r41008.f17b229).AUR Update Bot
Changelog ========= "Black", not "Back" point compensation (f17b229) Fix another misprint in the localizable string (b861296) Fix a misprint in a menu tooltip (78dd47c)
2016-07-09adopted, fixed dependenciesStefan Husmann
2016-05-22bumpGustavo Alvarez
2016-04-23Update pkgver()Gustavo Alvarez
2016-03-11UpstreamedGustavo Alvarez
2016-03-07Upstream fixesGustavo Alvarez
2016-03-04Stripp pngs and other thingsGustavo Alvarez
2015-11-15mehsl1pkn07
2015-11-15opssl1pkn07
2015-11-15Update conflicts=()sl1pkn07
2015-11-11Update makedepends=()sl1pkn07
2015-10-24Fix depends=() and makedepends=()sl1pkn07
2015-10-11Initial commitsl1pkn07