Difference between revisions of "AquaToDo"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 34: Line 34:
 
* Text on scroll
 
* Text on scroll
 
* First launch (most of the window isn't properly drawn)
 
* First launch (most of the window isn't properly drawn)
 
==Other known issues==
 
 
 
'''Crashes''' : when quit (log to be attached)
 
 
'''Native Filepicker''': not competely implemented
 
 
'''Native controls''' :
 
 
- [done] vcl control areas not correctly superposed with aqua areas on scrollbar
 
 
- when clicking on top of the blue slider, it jumps from half of its size in top direction (same for left)
 
 
- spin buttons not correctly drawn
 
 
- lisbox not drawn at all
 
 
- theme of windows still greyed (no aqua theme yet)
 
 
- several funky effects with bitmaps becuse of transparency
 
 
- listbox (fonts) :  when redrawing the window larger than a certain size, the font are not drawn anymore, because <br> the size of the vcl textbox and the native textbox are different
 

Revision as of 02:11, 19 May 2007

All problems with the Aqua build should be noted here.

smsm1 is using Ericb2's build of 2006-10-15

Text Issues

  • No cursor (not implemented)
  • Multi line text : multiline sallayout to be implemented.

-> simple line works ( e.g. registration works)

  • Text editing
  • Fonts seems to be systematically drawn as bold
  • When the size of the sheet is modified, the font in the listbox does appear the same size -> getNativeControlText() will help to fix that
  • Choosen fonts can appear in the listbox only after one char has been written // bad initialisation ?

New part verified working : clicking on different fonts in the same sheet, the correct name (and size !) do appear (just refresh lacks because of redrawing issue)

Keyboard issues

[FIXME] : rewrite keyboard implementation Aqua adapted even on french keyboard, en-US is used. Only single keys are usable (a-z / A-Z). No accented chars

[done] Some controls are missing : ismael implemented a lot ( not all ) of shortcuts + Apple key, even in the menus

Re-drawing issues

  • Scroll bar buttons
  • Text on scroll
  • First launch (most of the window isn't properly drawn)
Personal tools