Revision 6ef93f3...

Go back to digest for 7th April 2013

Features in Office

Sebastian Sauer committed changes in [calligra/coffice] /:

Add VIEW indent to enable resume/start with documents.

This registers Coffice in Android for ODT mimetypes. From
now on when executing a ODT file Coffice will be offered
as choice to open that ODT file with.

It also makes resume proper working. That means if Coffice
was suspended by Android it will resume now with the
previous displayed document (but not the proper flickable
contentX/contentY yet).

While on it I also fixed a stupid typo in KUrl that
resulted in an infinite loop and made openFile assume
it operates on local files. Still missing is proper
error-handling to display that/what went wrong when
loading. To do for later.

File Changes

Modified 10 files
  •   coffice/android/AndroidManifest.xml
  •   coffice/coffice/AppManager.cpp
  •   coffice/coffice/Document.cpp
  •   coffice/coffice/main.cpp
  •   coffice/coffice/Settings.cpp
  •   coffice/coffice/Settings.h
  •   coffice/fake/kurl.h
  •   coffice/coffice/qml/coffice/DocumentPage.qml
  •   coffice/coffice/qml/coffice/main.qml
  •   coffice/android/src/org/kde/necessitas/origo/QtActivity.java
10 files changed in total