Revision 7fd6e24...

Go back to digest for 6th January 2013

Bug Fixes in Office

C. Boemann committed changes in [calligra] /:

Change the way we draw markings of speeling errors. Instead of using the qt way we draw it ourselves.
This has the following benefits:
- we don't have to relayout after finding spelling errors
- we can have more than one type of marking (spelling, grammar, etc)

This commit also changes the way we ask for spellchecking to be performed. The old way had some
shortcommings that could lead to text not being checked at all

File Changes

Modified 22 files
  •   libs/kotext/KoTextBlockData.cpp
  •   libs/kotext/KoTextBlockData.h
  •   libs/kotext/KoTextEditingPlugin.h
  •   libs/textlayout/KoTextLayoutArea.h
  •   libs/textlayout/KoTextLayoutArea_paint.cpp
  •   libs/textlayout/KoTextLayoutRootAreaProvider.cpp
  •   libs/textlayout/KoTextLayoutRootAreaProvider.h
  •   plugins/textshape/SimpleRootAreaProvider.cpp
  •   plugins/textshape/SimpleRootAreaProvider.h
  •   plugins/textshape/TextTool.cpp
  •   plugins/textshape/TextTool.h
  •   words/part/KWRootAreaProvider.cpp
  •   words/part/KWRootAreaProvider.h
  •   plugins/textediting/autocorrection/Autocorrect.cpp
  •   plugins/textediting/autocorrection/Autocorrect.h
  •   plugins/textediting/changecase/Changecase.cpp
  •   plugins/textediting/changecase/Changecase.h
  •   plugins/textediting/spellcheck/CMakeLists.txt
  •   plugins/textediting/spellcheck/SpellCheck.cpp
  •   plugins/textediting/spellcheck/SpellCheck.h
  •   plugins/textediting/thesaurus/Thesaurus.cpp
  •   plugins/textediting/thesaurus/Thesaurus.h
22 files changed in total