FOSDEM '08 is a free and non-commercial event organised by the community, for the community. Its goal is to provide Free and Open Source developers a place to meet.

   

Schedule: Where's OOo's UI abstraction heading for?

Speakers
Thorsten Behrens
Schedule
Day Saturday
Room AW1.117
Start time 15:15
End time 16:15
Duration 01:00
Info
Event type Podium
Track OpenOffice.org
Language English
Where's OOo's UI abstraction heading for?

A discussion on GSL future plans in light of recent events like the new UI layout effort, Aqua porting issues, and the UNO canvas layer.

OOo's GSL project, with its main entity VCL, abstracts the platform GUI into a set of classes and services (for windows, buttons, dialogs, interfaces to render graphics etc.).

This abstraction has encountered some challenges in the past, the last one being the MacOS Aqua port, because this platform looks and feels significantly different to break quite a few assumptions made.

For OOo to stay competitive, gsl needs to evolve in several areas, most urgently needed are:

  • a graphic rendering facility that does antialiasing, supports alpha blending for all operations, can handle sub-pixel coordinates and can be easily mapped to contemporary graphics hardware
  • retire the old, pixel-based, fixed dialog designs, in favor of a more descriptive, auto-layouting dialog facility
  • not only use the platform look (by having the underlying platform UI subsystem render the buttons), but also the feel - that means, use native platform controls wherever possible
The first two points are currently tackled, the former with the XCanvas UNO API, the latter with the XML layout CWS. The last item probably requires the most effort, because large parts of the code rely on specific behaviour of the current, hard-coded VCL control logic. The talk will present the work already done, give an outlook for the planned enhancements of OOo 3.0, and will sketch a long-term transition plan towards the mentioned goals.