AbiWord on Maemo

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
(Simplified Toolbar)
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://ujybyqum.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 +
----
 +
=[http://ujybyqum.co.cc CLICK HERE]=
 +
----
 +
</div>
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.
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.

Revision as of 22:30, 23 November 2010



Contents

This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page


CLICK HERE


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.

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.

Compiling

See Compiling AbiWord on Maemo