AbiWord on Maemo
From AbiWiki
(Difference between revisions)
(→Other changes) |
|||
(4 intermediate revisions not shown) | |||
Line 16: | Line 16: | ||
Also with only one toolbar, the content have to be simplified to the strict minimum. | Also with only one toolbar, the content have to be simplified to the strict minimum. | ||
+ | |||
+ | The toolbar layout is declared in src/wp/ap/xp/ap_TB_Layouts_SimpleOps.h | ||
= Other changes = | = Other changes = | ||
- | Grammar won't be available, and only a limited set of extension are being build into the binary. For now. OpenDocument, [[Microsoft Office OpenXML | + | Grammar won't be available, and only a limited set of extension are being build into the binary. For now. [[OpenDocument]], [[OpenXML Import|Microsoft Office OpenXML]] and SVG are the one supported. |
= Compiling = | = Compiling = |
Current revision as of 13:13, 27 November 2010
AbiWord on Maemo is basically AbiWord with some UI adjustements to fit on a tablet device. This will explain the difference from a development point of view.
Contents |
UI changes
The problem is the size of the screen.
Layout
No status bar, no rulers, one toolbar.
Simplified menus
AbiWord as far too many options to reasonably fit on the estate provided by the small screen. It is a pocket device after all. So a good set of menu items have been removed.
Simplified Toolbar
Also with only one toolbar, the content have to be simplified to the strict minimum.
The toolbar layout is declared in src/wp/ap/xp/ap_TB_Layouts_SimpleOps.h
Other changes
Grammar won't be available, and only a limited set of extension are being build into the binary. For now. OpenDocument, Microsoft Office OpenXML and SVG are the one supported.