Skip to content
  • Ganesh Paramasivam's avatar
    Merged revisions... · f13402b7
    Ganesh Paramasivam authored
    Merged revisions 1189440,1189573,1189583,1189591,1189614,1189642,1189663,1189711,1189760,1189850,1189852,1189860,1189874,1189939,1189952,1189964,1189972,1190024,1190051-1190052,1190129-1190130 via svnmerge from 
    svn+ssh://ganeshp@svn.kde.org/home/kde/trunk/koffice
    
    ........
      r1189440 | pavolk | 2010-10-25 12:57:15 +0530 (Mon, 25 Oct 2010) | 1 line
      
      % suffix added for line and area percentage diagram types
    ........
      r1189573 | pegon | 2010-10-25 15:25:20 +0530 (Mon, 25 Oct 2010) | 2 lines
      
      Fixed BUG:242805 (weird behavior of the color mode).
    ........
      r1189583 | lassin | 2010-10-25 16:10:10 +0530 (Mon, 25 Oct 2010) | 2 lines
      
      Fixed drawingml table row height & background color.
    ........
      r1189591 | lassin | 2010-10-25 16:33:48 +0530 (Mon, 25 Oct 2010) | 2 lines
      
      Fixed drawingML table bacgkround color for cases that there is no background color.
    ........
      r1189614 | lassin | 2010-10-25 17:43:17 +0530 (Mon, 25 Oct 2010) | 2 lines
      
      Improved table border styling in drawingML.
    ........
      r1189642 | lassin | 2010-10-25 19:05:54 +0530 (Mon, 25 Oct 2010) | 2 lines
      
      Fixed default font in pptx graphicframes to be correct.
    ........
      r1189663 | berger | 2010-10-25 19:48:20 +0530 (Mon, 25 Oct 2010) | 2 lines
      
      update version to beta 3
    ........
      r1189711 | jsimon | 2010-10-25 22:10:53 +0530 (Mon, 25 Oct 2010) | 1 line
      
      Use numDimensions() from kchart_global.h
    ........
      r1189760 | rempt | 2010-10-26 01:17:24 +0530 (Tue, 26 Oct 2010) | 1 line
      
      Add two more checks
    ........
      r1189850 | zachmann | 2010-10-26 09:13:57 +0530 (Tue, 26 Oct 2010) | 7 lines
      
      Optimize loading of special fields.
      
      In case there where a lot of special fields the algorithm to get the fields was
      O(n). This is now changed to O(log n).
      
      Reviewed by Matus
    ........
      r1189852 | ingwa | 2010-10-26 09:45:50 +0530 (Tue, 26 Oct 2010) | 5 lines
      
      Fix a bug where password protected MSOOXML files were reporting the
      wrong error message.
      
      BUG: 247515
    ........
      r1189860 | lukast | 2010-10-26 11:54:08 +0530 (Tue, 26 Oct 2010) | 1 line
      
      Fix the stroke benchmark test with new presets for merged softbrush
    ........
      r1189874 | dkazakov | 2010-10-26 14:30:57 +0530 (Tue, 26 Oct 2010) | 6 lines
      
      Fix creation of masks on Shape Layers
      
      Not all the layers have a paintDevice() so all the not-painting tools
      must use original() device instead.
      BUG:255065
    ........
      r1189939 | lassin | 2010-10-26 18:16:05 +0530 (Tue, 26 Oct 2010) | 2 lines
      
      Fixed drawingML support for relatively sized picture bullets.
    ........
      r1189952 | lassin | 2010-10-26 18:45:30 +0530 (Tue, 26 Oct 2010) | 2 lines
      
      Fixed initial support for preset color in drawingML.
    ........
      r1189964 | lassin | 2010-10-26 19:23:48 +0530 (Tue, 26 Oct 2010) | 2 lines
      
      Simplified ooxml filter symbol bullet support.
    ........
      r1189972 | breitmeyer | 2010-10-26 19:34:54 +0530 (Tue, 26 Oct 2010) | 3 lines
      
      Check for calculation mode did not worked for diagrams with
      datadimension > 1  corrected the check to > datasetDimesions().
    ........
      r1190024 | dkazakov | 2010-10-26 22:25:04 +0530 (Tue, 26 Oct 2010) | 9 lines
      
      Made good cache for KisMask's projection
      
      Usage of a QThreadStorage was a bad idea, because it works badly in
      case the lifetime of an object is shorter that a lifetime of a
      thread (the storage data leaks in the case).So i decided to use our
      own KisLocklessStack for this purpose.
      
      BUG:249343
    ........
      r1190051 | mkruisselbrink | 2010-10-27 00:26:52 +0530 (Wed, 27 Oct 2010) | 1 line
      
      fix memory leak
    ........
      r1190052 | mkruisselbrink | 2010-10-27 00:27:05 +0530 (Wed, 27 Oct 2010) | 1 line
      
      the API-docs for this method mentioned module being the parent QObject, so actually make the implementation reflect the docs (this fixes some memory leaks as well)
    ........
      r1190129 | mkruisselbrink | 2010-10-27 07:40:46 +0530 (Wed, 27 Oct 2010) | 1 line
      
      properly set parent of SpellCheckMenu so it is not leaked
    ........
      r1190130 | mkruisselbrink | 2010-10-27 07:40:49 +0530 (Wed, 27 Oct 2010) | 1 line
      
      even though ZoomAction was explicitly deleted, KSelectAction assumes there to be a parent set on the action, otherwise various objects created by the action will be leaked
    ........
    
    svn path=/branches/work/koffice-change-tracking/; revision=1190144
    f13402b7