Difference between revisions of "Lazarus 1.6 fixes branch"

From Free Pascal wiki
Jump to navigationJump to search
Line 11: Line 11:
 
==== Submitted by developer / committer ====
 
==== Submitted by developer / committer ====
 
   
 
   
*r50815 Package editor: Duplicate the "Add" button's menu items in tree popup menu. Part of {{MantisLink|28097}}.
 
 
*r50850 LazUtils: implement Utf8Delete() and Utf8Insert() for parameters of type Utf8String. (Only needed for these, since they use var parameters). (Reason for merging: this was a regression caused by the move from 2.64 to 3.0.0 compiler)
 
*r50850 LazUtils: implement Utf8Delete() and Utf8Insert() for parameters of type Utf8String. (Only needed for these, since they use var parameters). (Reason for merging: this was a regression caused by the move from 2.64 to 3.0.0 compiler)
  
Line 52: Line 51:
 
*r50819 fpvectorial: Fix runtime error with fpc trunk due to duplicate application of ExtractFileExt returning no extension any more.
 
*r50819 fpvectorial: Fix runtime error with fpc trunk due to duplicate application of ExtractFileExt returning no extension any more.
 
*r50875 fpvectorial: svg reader detects pen styles & patterns now. Fix rendering of lines with the specified pen styles & patterns.
 
*r50875 fpvectorial: svg reader detects pen styles & patterns now. Fix rendering of lines with the specified pen styles & patterns.
 +
*r50815 Package editor: Duplicate the "Add" button's menu items in tree popup menu. Part of {{MantisLink|28097}}.
  
 
== Fixes for 1.6 RC1 (merged) ==
 
== Fixes for 1.6 RC1 (merged) ==

Revision as of 22:57, 17 December 2015

This page contains the revisions to be merged from trunk to the Lazarus 1.6 fixes branch.

This are only fixes made after the branch was created. For other fixes made since the previous release (1.4) see SVN and Lazarus 1.4 fixes branch

Release notes can be found here

Fixes for 1.6 RC2

Merge requests

Submitted by developer / committer

  • r50850 LazUtils: implement Utf8Delete() and Utf8Insert() for parameters of type Utf8String. (Only needed for these, since they use var parameters). (Reason for merging: this was a regression caused by the move from 2.64 to 3.0.0 compiler)

Submitted by others

Merged revisions for 1.6 RC2

  • r50702 IDE: regenerated translations and updated Russian translation
  • r50704 LCL: CustomDrawn: fixed compilation (Issue #0029142).
  • r50742 Qt: pass mousemove event to the viewport of TQtWindowArea, stop mouse propagation to parent. Issue #29159
  • r50743 Qt: fixed regression from r50742. Issue #29159
  • r50750 Qt: fixed mousemove with mdi child forms. Issue #29159
  • r50752 Qt: fixed design form cursor change. related to Issue #29159
  • r50759 Qt: eat less cpu in ownerdata mode when imagelist is assigned without imageindexes per item. Issue #29179
  • r50761 Qt: optimized TQtTreeWidget when OwnerDraw=true and imagelist is assigned, but without imageindexes per item. Issue #29179
  • r50764 LCL: unified RST and RSJ file handling. This fixes false fuzzying multiline strings and adding empty ones to .po file when regenerating e.g. lazaruside.po from RSJ files, which are created by FPC 3.0.0 and up.
  • r50765 IDE: adapted localize scripts to work with RSJ files too
  • r50733 packagetabs: add "View project source" menu item
  • r50754 packagetabs: implement i18n, HU translation. Issue 29173. Patch by Peter Gabor
  • r50762 packagetabs: add "Copy File Path To Clipboard" menu command
  • r50781 PackageTabs: added Russian translation
  • r50772 LCL: ShellCtrls: less hints.
  • r50785 Qt: fixed wrong sizing of rows in TListView when OwnerDraw = true. Issue #29182.
  • r50795 Package editor: Improve popup menu behavior. Part of Issue #26188.
  • r50796 Package editor: Don't update the whole tree when moving a dependency up/down. Part of Issue #26188.
  • r50804 Package editor: Mark a package as modified after moving a dependency up/down. Part of Issue #26188.
  • r50753 TAChart: Localization (work in progress - please do not provide translations at this stage...)
  • r50756 TAChart: Combine all po files in a single file (TAChartStrConsts)
  • r50758 TAChart: Complete localization
  • r50760 TAChart: Swedish translation by "kapibara"
  • r50814 Finnish translation for TAChart by Seppo Suutarla.
  • r50853 TAChart: improved i18n (and cleaned up unused string), regenerated translations and added Russian translation
  • r50856 TAChart: Overload "RegisterSeriesClass", "RegisterChartToolClass", and "RegisterAxisTransformClass" with old versions accepting a string as parameter
  • r50768 fpvectorial: Fix text positioning issue when reading svg files.
  • r50807 fpvectorial: Fix calculation of bounding rectangle of all entities on a page
  • r50808 fpvectorial: Fix memory leak of svg tokenizer. Add ReadDefsFromNode to TvSVGVectorialReader.ReadEntityFromNode. Prepare reading of line styles for svg.
  • r50809 fpvectorial: Fix memory leak of TvEntityWithSubEntities due to not releasing items in FElements list.
  • r50810 fpvectorial: Fix bounding box of circle. Fix page bounding box in case of several top-level entities.
  • r50818 fpvectorial: Add parameter to Render method for calculation of bounding box without drawing. Fix svgreader crashing due to incorrect decimal separator in "stroke-opacity".
  • r50819 fpvectorial: Fix runtime error with fpc trunk due to duplicate application of ExtractFileExt returning no extension any more.
  • r50875 fpvectorial: svg reader detects pen styles & patterns now. Fix rendering of lines with the specified pen styles & patterns.
  • r50815 Package editor: Duplicate the "Add" button's menu items in tree popup menu. Part of Issue #28097.

Fixes for 1.6 RC1 (merged)

  • r50543 translations: German: updates from Swen Heinig
  • r50545 LazControls: Select the first matching node in TreeFilterEdit. Issue #24795.
  • r50546 IDEIntf: regenerated translations and improved Russian translation
  • r50547 Favorites: regenerated translations and added Russian translation
  • r50548 IDE: regenerated translations and updated Russian translation
  • r50551 LCL: TWinControl.ScollBy: less overhead
  • r50553 LCL-Win: Revert from ScrollWindowEx back to ScrollWindow. Issue #26086.
  • r50554 Translations: Hungarian translation update by Péter Gábor, bug 29118
  • r50557 LCL: fixed regression in scrolling from r50523
  • r50558 LCL: use ScrollWindowEx instead of ScrollWindow. Issue #26086.
  • r50566 Grids: Do nut move to another cell when user presses Left/Right in editor. Issue #0029084.
  • r50567 LazUtils: Fix implicit codepage ceversion issue for FindFirstUtf8/FindNextUtf8 (Windows). Patch by Michl. Issue #0028406.
  • r50568 ValueListEditor: Revert r45782. It is not a proper fix, and the issue cannot be reproduced anymore. Issue #0026449.
  • r50569 LazUtils: fix issue with implicit codepage conversion in ParamStrUtf8. Issue #0028815.
  • r50582 LCL: use ScrollWindowEx directly instead of ScrollWindowPtr. Issue #29131.
  • r50583 Add missing code from commit r50582
  • r50620 Finnish translations.
  • r50648 TShellTreeView: Yet another attempt to fix SetPath (Issue #0026088).

Older versions

Roadmap to 1.6

The release process will consist of the following steps.

  • Creation of the SVN 1.6 fixes branch. (Done 30 Nov 2015)

This is the start of the stabilization process before a new Lazarus release.

  • Release of 1.6 RC 1

This will be the first Release Candidate. We would like to urge all users to test this version. The testing period is scheduled to last 2 weeks.

  • Release of 1.6 RC 2

The testing period is scheduled to last 2 weeks.

  • Release of 1.6 RC 3

The testing period is scheduled to last 2 weeks.

  • Release of Lazarus 1.6

Users can download the new stable version.


Tests

  • Menu item exists
  • Clear pcp directory and start IDE, a new project application with a form should be visible
  • Double click on form - a FormCreate event should be created
  • Check View / IDE internals / What needs building - no package should need building, only the project
  • Restart the IDE - there should be no warning about upgrading
  • Install the package cody, after restart the component palette should show the component TCodyTreeView

Tagging release

  • Set version to 1.6 in fixes_1_6 branch
    • open lazarus/lazarus.lpi in the IDE and change the version numbers in the project options dialog 1.6.0.1 for RC1, 1.6.0.2 for RC2, 1.6.0.3 for RC3, 1.6.0.4 for final
    • lazarus/ide/version.inc 1.6RC1 for RC1, no spaces! (1.6.0 for final release)
    • lazarus/lcl/lclversion.pas 1.6.0.1 for RC1, 1.6.0.2 for RC2, ... 1.6.0.4 for final
    • lclbase.lpk
    • lcl.lpk
    • lazarus/debian/changelog 1.6.0-1 for RC1, 1.6.0-2 for RC2, ... 1.6.0-4 for final
    • lazarus/lazarus.app/Contents/Info.plist "v1.6 RC1" or (v1.6.0 final release)
    • tools/install/linux/environmentoptions.xml same as version.inc
    • tools/install/win/environmentoptions.xml same as version.inc
    • tools/install/macos/environmentoptions.xml same as version.inc
    • check if lpl files needs updating by running ./tools/lplupdate -c
    • run ./tools/updatemakefiles
  • Tag fixes_1_6 branch to tags/release_1_6_RC1 (or tags/lazarus_1_6 for final release)
svn copy svn+ssh://svn.freepascal.org/FPC/svn/lazarus/branches/fixes_1_6 svn+ssh://svn.freepascal.org/FPC/svn/lazarus/tags/lazarus_1_6_RC1 -m 'tagged 1.6RC1 as tags/lazarus_1_6_RC1'
  • Set version to next version in svn

How to merge

See Lazarus_1.0_fixes_branch#How_to_merge

Other branches