Now that OOo 2.0 is released, rawhide users can find it as 2.0.0-3, and for FC4 it is currently in update testing as 2.0.0-3, and will be pushed final if the FC4 package doesn’t break anything carastrophically.
Archive for October, 2005
OOo 2.0
Thursday, October 20th, 2005OOo dialog layout
Thursday, October 20th, 2005Currently dialogs in OOo have no layout manager, so are of fixed size. Contained controls such as labels and buttons are also of fixed size, and because of variable length of translated strings are of the maximum width of the longest translated string. Which is why there is so much white space in the dialogs. One solution was suggested as OOoCon by ssa to use XUL for dialogs, reimplementing them in XUL, pulling in the mozilla XUL implementation, and redoing the dialog logic in javascript and moving into the dialogs. Which is worthy, but a long term kind of thing.
After talking to alex, an alternative using something like springlayout looked like it could be retro-fitted to OOo’s dialogs without too much effort, and done in an incremental fashion without having to re-implement each dialog.
So here’s that proposed solution to dialog layout in OOo. implementation, and some screenshots, starting size and expanded size. Adding a relatively trivial preferred size for controls to get the minimum size of a control required to show its full contents would round things out to de-ugly the layed-out controls.
metaweblog support
Tuesday, October 11th, 2005oooblogger
Metaweblog support is now in oooblogger,so I can use it it my own blog as well. Probably should support livejournal and advogato.org next, and then support metaweblog mediathingies to support graphic support.
|
Gratitious |
table |
|---|---|
|
With some different |
colours |
oooblog test
Tuesday, October 11th, 2005Test of metaweblog interaction with oooblogger
ooo blogger
Thursday, October 6th, 2005I’ve put together an experimental alpha-quality “blogger for word” style blogger plugin for OpenOffice.org 2.0 at http://people.redhat.com/caolanm/oooblogger
Grab the zip, in writer use tools->Package Manager->Add… and select the .zip, restart writer and blog away to your hearts content with spell-checking, table support and proper word processor features.
The blogger menus lie, only blogger.com is actually implemented, and it’s likely to eat your blog at the moment, so don’t come crying if it does.
jp’s sw notes
Sunday, October 2nd, 2005While throwing out some boxes of rubbish I found some old notes about the OOo writer core classes which might be useful