Skip to content
  • Thomas Zander's avatar
    Sometimes you get a bugreport and while it seems innocent enough it uncovers a · 93c65ee4
    Thomas Zander authored
    big pile of unfinished and not-well-thought-out code...
    
    So we have a nice abstraction for grids; with a centralized painting method
    and all. Awesome!
    The way its hooked into the UI was not so awesome as we have the strings and
    action in each application. All of them slightly different and all of them buggy.
    
    So, here you are;
    * Moved the creation of an action to the KoGridData which centralizes the
    i18n usage. (not yet, need to do that after the string freeze lifts)
    It also means that things work for multiple views the way you expect.
    
    * renamed the action as it is known in the actionCollection to view_grid to
    make it consistent across all apps.
    
    CCBUG:185341
    The final part that fixes the bug is to actually draw the grid in KWord. I have that patch
    at work and will commit tomorrow.
    
    svn path=/trunk/koffice/; revision=933849
    93c65ee4