Difference between revisions of "Lazarus Development Process"

From Lazarus wiki
Jump to navigationJump to search
m
(Merging "Road to 1.0" and "Lazarus Development Process" because a lot of the information is duplicated.)
Line 4: Line 4:
 
You can find a recent list of lazarus developers here: [[Developer pages]]<br>
 
You can find a recent list of lazarus developers here: [[Developer pages]]<br>
 
You can find history of lazarus developers here: [[History]]
 
You can find history of lazarus developers here: [[History]]
 +
 +
==Setting the target of a bugfix==
 +
When new bugs are entered, we try to give them a target in which version the bug will be fixed. If a bug is set to ''post 1.2'', that means the developers think this bug is not important enough to block a 1.0 release. In order to have a 1.0 sooner rather than later, developers will leave those bugs for later. Of course you can make sure these ''post 1.2'' issues are fixed in the 1.0 release by providing patches for these issues.
 +
 +
Some criteria are:
 +
* Only gtk2 and win32 widget sets are stable in 1.0. Bugs for other widget set (qt, carbon) are set to post 1.2.
 +
* Until the 1.0 there will be a feature freeze. New features and components generally get a post 1.2 target. Bugs affecting stability have a higher priority than bugs fixing the implementation of a property.
 +
* Some components are not stable enough and should be disabled for 1.0. If they are disabled, then fixing them before 1.0 will not be necessary.
  
 
== What we are planing to do ==
 
== What we are planing to do ==
 
=== TODOs ===
 
=== TODOs ===
#[[Lazarus 0.9.26 todo]]
+
# [[Lazarus 0.9.30 todo]]
#[[Lazarus 0.9.28 todo]]
+
# <s>[[Lazarus 0.9.28 todo]]</s>
#[[Lazarus 0.9.30 todo]]
+
# <s>[[Lazarus 0.9.26 todo]]</s>
 +
# <s>[[Detailed Lazarus 0.9.24 todo]]</s>
 +
# <s>[[Detailed Lazarus 0.9.22 todo]]</s>
 +
# [[Detailed Lazarus release template todo]]
  
 
=== Ideas ===
 
=== Ideas ===
Line 28: Line 39:
 
== What we will not do ==
 
== What we will not do ==
 
#[[Lazarus known issues (things that will never be fixed)]]
 
#[[Lazarus known issues (things that will never be fixed)]]
 +
 +
== Road to 1.0 ==
 +
 +
The work to be done is divided into 3 targets:
 +
* things to be done before the next release (0.9.28): patches, regressions, some steps towards 1.0 chosen by developers, bug fixes
 +
* things to be done before the 1.0 release: make Lazarus ready for a 1.0 release
 +
* things to be done after the 1.0 release: less important bugs, support for new widgetsets and new features
 +
 +
=== 1.0 release ===
 +
{| BORDER="1" CELLSPACING="0"
 +
!COLSPAN="1" STYLE="background:#ffdead;"|'''Target'''
 +
!COLSPAN="1" STYLE="background:#ffdead;"|'''Responsible'''
 +
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comment'''
 +
|----
 +
|1.0.0||[[User:Vincent|Vincent]]||<s>Find out, if Lazarus configuation files can be stored in the profile directory under windows</s> implemented in 0.9.26
 +
|----
 +
|1.0.0||[[User:Vincent|Vincent]]||Find out, what needs to be done to make it possible to install Lazarus in c:\Program Files\Lazarus (note space in path).
 +
|----
 +
|1.0.0||-||Debugger options
 +
|----
 +
|1.0.0||-||Doc Editor
 +
|----
 +
|1.0.0||Mattias||gtk2 TSpeedButton mouse enter/leave on TPageControl
 +
|----
 +
|1.0.0||Mattias||lazdoc: inherited properties/methods
 +
|----
 +
|1.0.0||various||Help for common IDE items (see [[IDE Documentation Roadmap]])
 +
|----
 +
|1.0.0||Marc||Using icons to set form and application icon.
 +
|----
 +
|1.0.0||Marc||Using imagelist for listview images
 +
|----
 +
|1.0.0||Tombo||Icon editor (see [[Icon Editor Roadmap]])
 +
|----
 +
|1.0.0||various||Webbugs to be fixed before the 1.0 release: [http://www.lazarus.freepascal.org/mantis/view_all_set.php?type=3&source_query_id=91 target 1.0 bugs]
 +
|----
 +
|1.0.0||-||more LCL Documentation (see [[LCL Documentation Roadmap]])
 +
|----
 +
|1.0.0||Marc||fix debugging in windows and linux
 +
|----
 +
|1.0.0||-||add framework for easily using resourcestrings and translations in applications. Mattias started this already. It works more or less for custom packages, but not yet for the auto-install packages like the LCL.
 +
|----
 +
|1.0.0||Mattias||gtk2 interface: recognize and translate dead keys
 +
|}
 +
 +
=== After the 1.0 release ===
 +
{| BORDER="1" CELLSPACING="0"
 +
!COLSPAN="1" STYLE="background:#ffdead;"|'''Target'''
 +
!COLSPAN="1" STYLE="background:#ffdead;"|'''Responsible'''
 +
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comment'''
 +
|----
 +
|post 1.0||-||Webbugs to be fixed after the 1.0 release: [http://www.lazarus.freepascal.org/mantis/view_all_set.php?type=3&source_query_id=90 target post 1.2 bugs]
 +
|----
 +
|post 1.0||Mattias||IDE Feature: Visual Form inheritance
 +
|----
 +
|post 1.0||Mattias||IDE Feature: lazdoc for translations
 +
|}

Revision as of 18:24, 31 May 2010

English (en) français (fr) русский (ru)

Who are developers

You can find a recent list of lazarus developers here: Developer pages
You can find history of lazarus developers here: History

Setting the target of a bugfix

When new bugs are entered, we try to give them a target in which version the bug will be fixed. If a bug is set to post 1.2, that means the developers think this bug is not important enough to block a 1.0 release. In order to have a 1.0 sooner rather than later, developers will leave those bugs for later. Of course you can make sure these post 1.2 issues are fixed in the 1.0 release by providing patches for these issues.

Some criteria are:

  • Only gtk2 and win32 widget sets are stable in 1.0. Bugs for other widget set (qt, carbon) are set to post 1.2.
  • Until the 1.0 there will be a feature freeze. New features and components generally get a post 1.2 target. Bugs affecting stability have a higher priority than bugs fixing the implementation of a property.
  • Some components are not stable enough and should be disabled for 1.0. If they are disabled, then fixing them before 1.0 will not be necessary.

What we are planing to do

TODOs

  1. Lazarus 0.9.30 todo
  2. Lazarus 0.9.28 todo
  3. Lazarus 0.9.26 todo
  4. Detailed Lazarus 0.9.24 todo
  5. Detailed Lazarus 0.9.22 todo
  6. Detailed Lazarus release template todo

Ideas

  1. IDE Development

Roadmaps

  1. Current Roadmap (v.0.9.28) - Roadmap of current Lazarus version (There are roadmap of Lazarus 1.0.0 too)
  2. Roadmap - Current status of the some parts of Lazarus (IDE, LCL and others)
  3. Icon Editor Roadmap - Roadmap of Icon Editor Tool
  4. LCL Documentation Roadmap - Roadmap of LCL Documentation

What we have done

  1. Lazarus 0.9.30 release notes
  2. Lazarus 0.9.28 release notes
  3. Lazarus 0.9.26 release notes
  4. Lazarus 0.9.24 release notes

What we will not do

  1. Lazarus known issues (things that will never be fixed)

Road to 1.0

The work to be done is divided into 3 targets:

  • things to be done before the next release (0.9.28): patches, regressions, some steps towards 1.0 chosen by developers, bug fixes
  • things to be done before the 1.0 release: make Lazarus ready for a 1.0 release
  • things to be done after the 1.0 release: less important bugs, support for new widgetsets and new features

1.0 release

Target Responsible Comment
1.0.0 Vincent Find out, if Lazarus configuation files can be stored in the profile directory under windows implemented in 0.9.26
1.0.0 Vincent Find out, what needs to be done to make it possible to install Lazarus in c:\Program Files\Lazarus (note space in path).
1.0.0 - Debugger options
1.0.0 - Doc Editor
1.0.0 Mattias gtk2 TSpeedButton mouse enter/leave on TPageControl
1.0.0 Mattias lazdoc: inherited properties/methods
1.0.0 various Help for common IDE items (see IDE Documentation Roadmap)
1.0.0 Marc Using icons to set form and application icon.
1.0.0 Marc Using imagelist for listview images
1.0.0 Tombo Icon editor (see Icon Editor Roadmap)
1.0.0 various Webbugs to be fixed before the 1.0 release: target 1.0 bugs
1.0.0 - more LCL Documentation (see LCL Documentation Roadmap)
1.0.0 Marc fix debugging in windows and linux
1.0.0 - add framework for easily using resourcestrings and translations in applications. Mattias started this already. It works more or less for custom packages, but not yet for the auto-install packages like the LCL.
1.0.0 Mattias gtk2 interface: recognize and translate dead keys

After the 1.0 release

Target Responsible Comment
post 1.0 - Webbugs to be fixed after the 1.0 release: target post 1.2 bugs
post 1.0 Mattias IDE Feature: Visual Form inheritance
post 1.0 Mattias IDE Feature: lazdoc for translations