Skip to content
  • Halla Rempt's avatar
    Merged revisions... · fa853115
    Halla Rempt authored
    Merged revisions 1108025,1108028,1108030,1108037-1108039,1108042,1108061,1108125-1108129,1108131,1108190,1108195,1108216,1108237,1108245,1108259-1108261,1108276,1108294,1108303,1108314,1108321,1108326,1108360,1108370,1108377,1108430,1108486,1108508 via svnmerge from 
    https://rempt@svn.kde.org/home/kde/trunk/koffice
    
    ........
      r1108025 | lukast | 2010-03-27 16:58:52 +0100 (Sat, 27 Mar 2010) | 7 lines
      
      Restrict scale, random and shear to smaller interval to avoid creating big brushes.
      The value has been selected so that it is compatible with other paintops like spray.
      
      This improves the usability also as the interval is smaller in the widget.
      
      CCBUG:232337
      CCBUG:231872
    ........
      r1108028 | ingwa | 2010-03-27 17:26:37 +0100 (Sat, 27 Mar 2010) | 2 lines
      
      Fix includes
    ........
      r1108030 | ingwa | 2010-03-27 17:30:58 +0100 (Sat, 27 Mar 2010) | 8 lines
      
      Fix bug 171324: plot area shrinks but never grows
      
      Make the plotarea grow when the title/subtitle/footer is disabled.
      Also, simplify the code much.
      
      BUG: 171324
    ........
      r1108037 | berger | 2010-03-27 17:51:50 +0100 (Sat, 27 Mar 2010) | 3 lines
      
      Fix: paint the first brush of a stroke only once (mostly visible with
      opacity < 100% and build up mode)
    ........
      r1108038 | berger | 2010-03-27 17:53:36 +0100 (Sat, 27 Mar 2010) | 2 lines
      
      install the necesserary headers to build krita's dither plugin
    ........
      r1108039 | berger | 2010-03-27 17:57:59 +0100 (Sat, 27 Mar 2010) | 6 lines
      
      Follow Dima suggestion for LIBWPG_INCLUDE_DIR
      
      CCMAIL: Dima Panov <fluffy@freebsd.org>
      CCMAIL: Adam Pigg <adam@piggz.co.uk>   
    ........
      r1108042 | berger | 2010-03-27 18:06:31 +0100 (Sat, 27 Mar 2010) | 3 lines
      
      Fix: drawing angle sensor has a wrong angle for the first point of a
      stroke
    ........
      r1108061 | berger | 2010-03-27 18:53:46 +0100 (Sat, 27 Mar 2010) | 4 lines
      
      Fix: blockiness of the smudge op when the size of the brush change
      
      CCBUG: 229012
    ........
      r1108125 | berger | 2010-03-27 22:47:32 +0100 (Sat, 27 Mar 2010) | 5 lines
      
      Fix crash when changing tool before the first stroke with the freehand
      tool
      
      (make sure pointers are properly initialized)
    ........
      r1108126 | dkazakov | 2010-03-27 22:48:34 +0100 (Sat, 27 Mar 2010) | 3 lines
      
      Make KisMask not update areas outside its selection
    ........
      r1108127 | dkazakov | 2010-03-27 22:49:01 +0100 (Sat, 27 Mar 2010) | 6 lines
      
      Added a test for convolution source rect sanity
      
      Current spatial convolution realisation reads from some insane areas
      of the src, that is why it gets wrong result. FFTW3 version of the
      convolution works fine.
    ........
      r1108128 | dkazakov | 2010-03-27 22:49:23 +0100 (Sat, 27 Mar 2010) | 6 lines
      
      Fixed a bug of application convolution filters to transparent devices
      
      If we are going to filter any area, we suppose it is present in memory
      and has default color. All the areas outside requested rect will be
      repeated with the repeat iterator.
    ........
      r1108129 | dkazakov | 2010-03-27 22:49:34 +0100 (Sat, 27 Mar 2010) | 3 lines
      
      [hack alert] Added a check for an empty rect to the change/needRect methods of the filter masks
    ........
      r1108131 | dkazakov | 2010-03-27 22:50:00 +0100 (Sat, 27 Mar 2010) | 5 lines
      
      Fixed masks application order and rects
      
      Now KisTransparencyMask optimizes merge process much as it crops
      update area much. There is a comprehensive testing for this as well.
    ........
      r1108190 | zachmann | 2010-03-28 07:10:35 +0200 (Sun, 28 Mar 2010) | 3 lines
      
      o make sure there is a well defined order in shapes that handle the same
      tag
    ........
      r1108195 | zachmann | 2010-03-28 07:25:11 +0200 (Sun, 28 Mar 2010) | 4 lines
      
      o already check in the factory if the shape is supported. This speeds
      things up a bit as no shape needs to be created and loading is tried on
      the shape when it is not supported.
    ........
      r1108216 | scripty | 2010-03-28 09:16:09 +0200 (Sun, 28 Mar 2010) | 1 line
      
      SVN_SILENT made messages (.desktop file)
    ........
      r1108237 | berger | 2010-03-28 10:53:24 +0200 (Sun, 28 Mar 2010) | 4 lines
      
      Fix find wpg to correctly find the includes
      
      CCMAIL: Thorsten Zachmann <t.zachmann@zagge.de>
    ........
      r1108245 | berger | 2010-03-28 12:01:24 +0200 (Sun, 28 Mar 2010) | 7 lines
      
      Fix: crop on new image
      
      Make sure that the mutex is unlock before someone else try to lock it
      again
      
      BUG:232441
    ........
      r1108259 | zander | 2010-03-28 13:26:30 +0200 (Sun, 28 Mar 2010) | 1 line
      
      I think this can be optimized; add a TODO
    ........
      r1108260 | zander | 2010-03-28 13:26:32 +0200 (Sun, 28 Mar 2010) | 10 lines
      
      Fixes: autocorrection doesn't take capital letters into account
      
      BUG:229328
      
      This patch detects when the user typed a word that had at least
      one uppercase character and follows that in the replacement.
      Future enhancement might be to look at more characters, but for now
      I think this is already a huge advancement.
      
      Patch from Glen Kaukola, thank you! :-)
    ........
      r1108261 | zander | 2010-03-28 13:26:34 +0200 (Sun, 28 Mar 2010) | 9 lines
      
      Fixes Composed fractions recognition
      
      BUG:222893
      
      Based on patch from Glen Kaukola.
      Thank you! :)
      
      Made some minor fixes to return the correct false if nothing is done
      and to avoid accessing an out of bounds char if the word is only 3 chars.
    ........
      r1108276 | zander | 2010-03-28 15:10:10 +0200 (Sun, 28 Mar 2010) | 1 line
      
      Many more fixes for anchored frames.
    ........
      r1108294 | langkamp | 2010-03-28 16:21:22 +0200 (Sun, 28 Mar 2010) | 3 lines
      
      calculate duplicate dab like in smudge, fixes crash when using duplicate with some predefined brushes
      BUG:221274
    ........
      r1108303 | langkamp | 2010-03-28 16:57:25 +0200 (Sun, 28 Mar 2010) | 1 line
      
      added test for bitBlt with fixed paintdevice as selection, currently fails
    ........
      r1108314 | langkamp | 2010-03-28 17:27:14 +0200 (Sun, 28 Mar 2010) | 1 line
      
      added test fixed paintdevice fill, fails at the moment
    ........
      r1108321 | langkamp | 2010-03-28 18:03:33 +0200 (Sun, 28 Mar 2010) | 1 line
      
      fixed fill of KisFixedPaintDevice
    ........
      r1108326 | langkamp | 2010-03-28 18:24:14 +0200 (Sun, 28 Mar 2010) | 1 line
      
      extended bilBlt with fixed paintdevice test so that it breaks again
    ........
      r1108360 | langkamp | 2010-03-28 19:28:27 +0200 (Sun, 28 Mar 2010) | 3 lines
      
      fix animation of imagepipe brushes, overwrite was wrong
      CCBUG:229512
    ........
      r1108370 | ingwa | 2010-03-28 19:49:01 +0200 (Sun, 28 Mar 2010) | 1 line
      
      Fix a couple of FIXME's
    ........
      r1108377 | langkamp | 2010-03-28 20:11:48 +0200 (Sun, 28 Mar 2010) | 3 lines
      
      check for parent, fixes crash in filter dialog
      BUG:232498
    ........
      r1108430 | staniek | 2010-03-28 23:23:31 +0200 (Sun, 28 Mar 2010) | 1 line
      
      deprecated--
    ........
      r1108486 | langkamp | 2010-03-29 04:31:29 +0200 (Mon, 29 Mar 2010) | 1 line
      
      fix updating of brush on changing tabs in the chooser
    ........
      r1108508 | scripty | 2010-03-29 07:40:56 +0200 (Mon, 29 Mar 2010) | 1 line
      
      SVN_SILENT made messages (.desktop file)
    ........
    
    svn path=/branches/work/koffice-ko/; revision=1108546
    fa853115