Difference between revisions of "Lazarus 0.9.26 todo"

From Free Pascal wiki
Jump to navigationJump to search
m (Categorised page)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
Other ToDo lists:
 +
* [[Road_To_1.0#ToDo_lists]]
 +
* [[Lazarus 0.9.26 release plan]]
 
== LCL ==
 
== LCL ==
 
{| BORDER="1" CELLSPACING="0"
 
{| BORDER="1" CELLSPACING="0"
Line 9: Line 12:
 
|---- class="not"
 
|---- class="not"
 
|gtk imagelist||not implemented|| Marc || more native to gtk imagelist
 
|gtk imagelist||not implemented|| Marc || more native to gtk imagelist
|---- class="not"
+
|---- class="working"
|TIcon||not implemented|| Marc || win32: HIcon, Qt: TQtIcon
+
|TIcon||done|| Marc || win32: HIcon, Qt: TQtIcon
 
|---- class="working"
 
|---- class="working"
 
|Imagelist state drawing||done|| Paul || Normal, Disabled, Highlighted, Shadowed
 
|Imagelist state drawing||done|| Paul || Normal, Disabled, Highlighted, Shadowed
|---- class="partial"
+
|---- class="working"
|Disabled glyps||partially implemented|| Paul || For SpeedButton, Menu and BitBtn. Depends on ImageList state drawing. Widgetsets for review: wince, carbon (fpgui?).
+
|Disabled glyps||done|| Paul || For SpeedButton, Menu and BitBtn. Depends on ImageList state drawing.
|---- class="not"
+
|---- class="working"
|Switching win32 to unicode||not implemented|| Felipe and Vincent ||  
+
|Switching win32 to unicode||done|| Felipe and Vincent ||  
|---- class="not"
+
|---- class="working"
|Application Main incon||not implemented|| Vincent is volunteur for win32 || depends on TIcon implementation
+
|Application Main icon||done|| Vincent is volunteur for win32 || depends on TIcon implementation
|---- class="not"
 
|Move TWidgetset.AppXXX to special application class||not implemented|| Paul ||
 
 
|---- class="not"
 
|---- class="not"
|Grid, Extend picklist to work as lookup field||not implemented|| Jesus ||  
+
|<strike>Grid, Extend picklist to work as lookup field</strike>||not implemented|| Jesus || queued for posterior release
 
|---- class="not"
 
|---- class="not"
|Grid, Merged Cells||not implemented|| Jesus ||  
+
|<strike>Grid, Merged Cells</strike>||not implemented|| Jesus || queued for posterior release
 
|---- class="partial"
 
|---- class="partial"
 
|Handle rework||partially implemented|| Marc and Paul || GDI objects and controls should have handle only for delphi compatibility. This item should be done now to prevent breaking of code after 1.0 release
 
|Handle rework||partially implemented|| Marc and Paul || GDI objects and controls should have handle only for delphi compatibility. This item should be done now to prevent breaking of code after 1.0 release
Line 35: Line 36:
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Responsible'''
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Responsible'''
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comments'''
 
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comments'''
 +
|---- class="working"
 +
|Auto bundle generation for Carbon||done|| Tomas ||
 
|---- class="not"
 
|---- class="not"
|Auto bundle generation for Carbon||not implemented|| Tomas ||
+
|<strike>Field link Designer (mastersource property editor) for datasets</strike>||not implemented|| Jesus || queued for posterior release
|---- class="not"
 
|Field link Designer (mastersource property editor) for datasets||not implemented|| Jesus ||  
 
 
|}
 
|}
 +
 +
[[Category:Lazarus]]
 +
[[Category:Release Notes]]
 +
[[Category:Lazarus Todo]]

Latest revision as of 03:50, 11 August 2020

Other ToDo lists:

LCL

Item State Responsible Comments
TBitmap.Transparent not implemented Marc TBitmap.Masked and TBitmap.Translucent
gtk imagelist not implemented Marc more native to gtk imagelist
TIcon done Marc win32: HIcon, Qt: TQtIcon
Imagelist state drawing done Paul Normal, Disabled, Highlighted, Shadowed
Disabled glyps done Paul For SpeedButton, Menu and BitBtn. Depends on ImageList state drawing.
Switching win32 to unicode done Felipe and Vincent
Application Main icon done Vincent is volunteur for win32 depends on TIcon implementation
Grid, Extend picklist to work as lookup field not implemented Jesus queued for posterior release
Grid, Merged Cells not implemented Jesus queued for posterior release
Handle rework partially implemented Marc and Paul GDI objects and controls should have handle only for delphi compatibility. This item should be done now to prevent breaking of code after 1.0 release

IDE

Item State Responsible Comments
Auto bundle generation for Carbon done Tomas
Field link Designer (mastersource property editor) for datasets not implemented Jesus queued for posterior release