AbiWordFuturePlans

From AbiWiki

(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by Ikexadyma (Talk) to last revision by Maintenance script)
 
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://imyqokyf.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
 
-
----
 
-
=[http://imyqokyf.co.cc CLICK HERE]=
 
-
----
 
-
</div>
 
-
&lt;H2&gt;Longer Term Plans&lt;/H2&gt;
+
<H2>Longer Term Plans</H2>
Ongoing, unassigned and nice-to-have stuff.
Ongoing, unassigned and nice-to-have stuff.
-
&lt;!--
+
<!--
-
&lt;H3&gt;Contents&lt;/H3&gt;
+
<H3>Contents</H3>
-
--&gt;
+
-->
* Use glib where appropriate. Lets us get rid of some homebrew stuff.   
* Use glib where appropriate. Lets us get rid of some homebrew stuff.   

Current revision as of 13:13, 27 November 2010

Longer Term Plans

Ongoing, unassigned and nice-to-have stuff.


  • Use glib where appropriate. Lets us get rid of some homebrew stuff.
  • Fundamental datatypes (now using UT_int and friends). Alternatively we could also use stdint.h defined types.
  • String functions.
  • Glib directory walking, instead of non-portable scandir.
  • GModule, that would allow for moving most of the plugin loading to XP land.
  • XP option parsing using GOption, a preliminary patch is in bugzilla, needs finishing and testing.
  • Timers, not sure if that works without using a glib mainloop, though.
  • Finish porting all dialogs to use libglade.
  • Use GNU toolchain for all platforms. Apparently Win32 is almost there, problems wrt treatment of .rc2 files remain. MarcMaurer seems to have an initial patch from FrancisJamesFranklin.
  • Use cairo on all platforms. Tentatively scheduled for 2.8.
  • Factor out the rich-text editing part into a standalone library/widget. Work on that has started in the 2.5 dev cycle (gtk-only) but more effort will be needed. Possibly this lets us get rid of the af/wp separation. All of src/text, most of src/af and some of src/wp would need to go into the library. \\

Maybe plugins need to be split as well, filters and math,goffice should plug into the library/widget while most other stuff (collab, wikipedia, google ...) should plug into the abiword app.

Contributors