Projects/KOffice/Geoshape: Difference between revisions

From KDE TechBase
No edit summary
No edit summary
Line 15: Line 15:
can be found in playground/office/geoshape
can be found in playground/office/geoshape


svn co svn://anonsvn.kde.org/home/kde/trunk/playground/office/geoshape
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/office/geoshape


needs at least
needs at least
Line 23: Line 23:
Compile it using the standard procedure
Compile it using the standard procedure


cmake .
cmake .
make
make
make install
make install

Revision as of 17:09, 2 March 2009

Screenshot

Marble embedded in KPresenter

Description

geoshape is a so called shape, a plugin that can be used in (nearly) any Koffice2 application, like KWord, KPresenter and so on. At the moment it is limited to displaying a simple map, like they can be seen in Marble. Features like displaying adresses from a spreadsheet might follow later but are nowhere near implemented.

Current Features

  • loading
  • saving
  • zoom/navigation
  • search (no undo for that yet)
  • undo/redo
  • a fallback generic .png image for "less capable" office suits (read OpenOffice) is included

Ideas (no promise)

  • searching and displaying points from a spreadsheet (adressess, gps, etc)

How to get it

can be found in playground/office/geoshape

svn co svn://anonsvn.kde.org/home/kde/trunk/playground/office/geoshape

needs at least

  • koffice2 beta 5 or later
  • marble from KDE 4.2 ( trunk not tested )

Compile it using the standard procedure

cmake .
make
make install