Difference between revisions of "Road To 1.0"

From Lazarus wiki
Jump to navigationJump to search
m (formatting)
Line 1: Line 1:
Webbugs that '''need''' to be fixed for lazarus to be considered ready for 1.0 release:
+
;Webbugs that need to be fixed for lazarus to be considered ready for 1.0 release:
 +
*gtk1: crashes and invalid gtk handles on switching to other windows, seems to be related to focus fix of Andrew Haines.
  
<pre>
 
- gtk1: crashes and invalid gtk handles on switching to other windows, seems to be related to focus fix of Andrew Haines.
 
</pre>
 
  
Other things to be done:
+
;Other things to be done:
 
+
* check and warn when open form for uninstalled packages with registration
<pre>
+
* doc editor
- check and warn when open form for uninstalled packages with registration
+
* start protocol: IDE should remember if there is a problem opening a form or project and should not open it on a second start
- doc editor
 
- start protocol: IDE should remember if there is a problem opening a form or project and should not open it on a second start
 
</pre>
 

Revision as of 14:58, 18 March 2005

Webbugs that need to be fixed for lazarus to be considered ready for 1.0 release
  • gtk1: crashes and invalid gtk handles on switching to other windows, seems to be related to focus fix of Andrew Haines.


Other things to be done
  • check and warn when open form for uninstalled packages with registration
  • doc editor
  • start protocol: IDE should remember if there is a problem opening a form or project and should not open it on a second start