Lazarus 1.0 fixes branch

From Lazarus wiki
Jump to navigationJump to search

This page contains the revisions to be merged from trunk to the Lazarus 1.0 fixes branch.
Release notes can be found here Release notes

Fixes for 1.0.2

Merge requests

Submitted by developer / committer

  • r38860 Gtk2: do not change color of TScrollBar since it's painted by theme engine.issue #22996 (do not merge until issue is CLOSED !).
  • r38868 Gtk2: fixed crash with GtkIconView when multiselect is enabled and dbl clicked. issue #22991

Submitted by others

Merged revisions for 1.0.2

  • r37075: Qt: fixed behaviour of messageDlg (PromptUser()) to return mrCancel always when Escape key is pressed or close btn clicked.issue #21885
  • r37217,37218,37225,37239,37241,37293,37304,37316 Qt: fixed keys handling (arrow keys & enter).
  • r37857: Qt: hide statusbar panels with width 0. issue #22362
  • r37862: Qt: hide statusbar panel only when width is 0, do not count any margin.issue #22362
  • r38148: Qt: allow showin modal form with borderStyle=bsNone. issue #22568
  • r38149: Qt: allow edit of combobox with style csSimple. issue #22528
  • r38320: Qt: fixed clearing of icon in tab.part of issue #22618
  • r38326: Qt: fixed modal behaviour of borderless forms.issue #22568
  • r38332: Qt: do not set popup parent for borderless forms (for popup forms) if TCustomForm.Parent (embedded form) is assigned.
  • r38365,38366,38367,38368,38369: Qt: fix for qt richtext parser, refactored viewport event mouse move. issue #22715
  • r38396 LCL: ColorBox - keep FSelected in sync all the time. fixes issue [22729]
  • r38426 CodeBrowser: check for virtual units. Issue [0022740]
  • r38428 SynEdit, MultiHighlighter: fix adding text/sections at EOL. issue [0022745]
  • r38430 TAChart: Fix out-of-bounds access when drawing empty polygons and polylines
  • r38437 ide: project target: apply default extension even if the file has already an extension, issue [22750]
  • r38444 IDE: fixed crash when releasing non existing component palette select button
  • r38473 tests: fixed compilation
  • r38464 TAChart: Fix error message in TFPCanvasDrawer.RadialPie
  • r38486 avglvltree: setcompare: set when count=0
  • r38503 TAChart: Copy BaseLength in TChartArrow.Assign
  • r38507 EditorOpts: default for top-info-hint
  • r38509 Debugger: Ensure Queue is not blocked by LineInfo Request. (If a LineInfoRequest was queued the DebuggerCurrentLine could not search the stack, as commands were not immediately run)
  • r38519 Gtk2: fixed crash with TListView when viewstyle is vsIcon or vsSmallIcon. issue [22778]
  • r38520 Qt: do not propagate keyrelease event as action trigger. issue [22737]
  • r38531 Debugger: Workaround to fix exe-line-indicators (blue dots) at debug start
  • r38533 Qt: fixed header offset and getClientRect for TListView when ViewStyle=vsReport.
  • r38547 TAChart: Support Y NaNs in polar series (this will cause compilation error -- please remove 'and CloseCircle' part from the last conditional in the TPolarSeries.Draw procedure)
  • r38557 TAChart: Support brush style, pen style and pen width in fpvectorial drawer
  • r38571 TAChart: Draw chart correctly after decrease of an axis margin
  • r38529,r38530,r38535,r38543,r38548: fix carbon clipping, correctly return region types on HRGN related operations, fix generic IntersectClipRect routine
  • r38640,r38641,r38642,r38649: various ExtTextOut fixes for Carbon and Cocoa
  • r38551,r38552,r38562,r38563 Carbon: various winapi compatibility functions fixes
  • r38518 Qt: TQtWinApi.ExtTextOut() implemented Dx param. issue [22795] (zeljko will merge, need some testing)
  • r38572 Qt: propagate QEvent::ShortcutOverride to parent, so stop key event if shortcut is executed. issue [22827]
  • r38576,38577: Qt: fixed TQtWidgetSet.FrameRect(), now it uses passed brush to draw frame border.
  • r38610 Qt: fixed non ascii utf8 chars in TQtWidgetSet.ExtTextOut() when we use dx param. issue [22795] (depends on merging of r38518).
  • r38628,38629,38630,38634: Qt: fixed clipping bugs inside TQtWidgetSet.ExtTextOut()
  • r38643: Qt: TQtWidgetSet.ExtTextOut() workaround for Qt-4.8 bug ,now it looks better but some scenarios with ETO_OPAQUE aren't 100% correct yet.
  • r38670 SynEdit: Fixed past eol paint error ** Must be ported by hand **
  • r38584 TAChart: Copy Attachment and YIndex in TGenericChartMarks.Assign (this code is in TATypes unit in v1.0)
  • r38589 TAChart: Do not draw lines which should be invisible in OpenGL drawer
  • r38607 TAChart: Workaround for issue [22850] see patch in the mailing list
  • r38617 TAChart: Fix GetNearestPoint returning true with no points found inside radius, issue [22854]
  • r38644: Qt: fixed menu flickering. issue [22872]
  • r38651: TAChart: Fix zero division when calling ImageToGraph before the chart is drawn
  • r38674 Qt: fixed crash when invalid or null handle is passed into SetCapture.
  • r38679 Qt: update bitmap if TMenuItem has associated ImageList and ImageIndex. issue [22896]
  • r38672 SynEdit: fixed delete-next-word, if caret past eol. Issue [0022890]
  • r38720 LCL, DefaultTranslator: fix handling of non-ASCII path to .po file, bug [22907], patch by Vladimir Zhirov
  • r37398 IDE: corrected version info language list, added Ukrainian language, bug [22103]
  • r38722 IDE: added Lithuanian to version info language list, bug [22898]
  • r38671: carbon: fix accidental error in index
  • r38743: carbon: reimplement linear gradient draw using shading to support OS X < 10.5
  • r38636,r38637: Gtk2: fixed text clipping and text background drawing
  • r38758: gtk2: allocate GdkColor when we need a BkColor
  • r38727,r38728,r38742,r38744,r38745,r38748: gtk2: fix clipping and DC transformations
  • r38746: Qt: fix theme painting for some qt themes - they expect ARect with X, Y = 0
  • r38747: gtk2: fix FrameRect - it must use a passed brush instead of selected one
  • r38373 Gtk2,Qt: make ETO_OPAQUE work from TCanvas.TextOut(). issue [22719]
  • r38769-r38772: lcl, gtk2, carbon: full implementation of GradientFill
  • r38673 TAChart: Ignore NaNs while calculating TCustomChartSource.ValuesTotal
  • r38675 TAChart: Support Marks.Attachment = maCenter in pie series
  • r38694: TAChart: Fix update of TListChartSource.ValuesTotal cache when adding or removing NaNs
  • r38710: TAChart: Fix crash when using TChartExtentLink with LinkedChart.Chart = nil
  • r38712: TAChart: Fix crash while replacing linked chart in TChartExtentLink
  • r38713: TAChart: Use NumberOr function instead of checking for NaN explicitly
  • r38719: TAChart: Extract TDrawFuncHelper.ForEachPoint helper procedure This also fixes a hang while using data point tool on extremely zoomed-in series
  • r38729: TAChart: Extract TDrawFuncHelper.XRange helper function. + Fix GetNearestPoint for rotated function series.
  • r38733: TAChart: Fix TChartSeries.SetColor to notify all listeners and require ListSource. Add TListChartSource.SetColor
  • r36674: TAChart: Add AddArray, AddNull, AddX and AddY functions to TChartSeries
  • r38697,38698 Gtk2: set TToggleBox.ParentColor default false so it's color is consistent with TButton when eg.parent color is clRed and TToggleBox.Color=clDefault.
  • r38709: Qt: improved triggering of OnClick() in QEventShowToParent. issue [22872]
  • r38799: gtk2: implement SPI_GETWHEELSCROLLLINES. Fix a regression in VirtualTreeView wheel scroll
  • r38762: Gtk2: when style is drawing button then use style from button. issue [22901]
  • r38826 Qt: TQtWidgetSet.SetScrollInfo - fixed wrong result, it must return real slider position, not value which might be out of sync with position. This fixes problems with TScrollingWinControl (TControlScrollbar).
  • r38735: TAChart: Fix memory leak in TDbChartSource.BeforeDraw
  • r38737: TAChart: Fix drawing of pie series with data from the db source
  • r38754: TAChart: Fix hang when changing TLineSeries.ShowPoints while drawing chart
  • r38757: TAChart: Display crosshair tool on mouse down
  • r38779: TAChart: Do not notify from TListChartSource.SetXValue and SetYValue if the value did not actually change.
  • r38780: TAChart: Add TBasicPointSeries.MovePoint overload for graph coordinates not a fix, but required for r38788
  • r38788: TAChart: Support axis transformations in TCustomChartSeries.MovePoint
  • r38792: TAChart: Fix crash on deleting subcomponent with active property editor
  • r38802: lcl:revert 33020, 33082, 33086, part of 33089 and 33389. These changes made the hint behavior Delphi incompatible thus leading to a regression in third party control like VirtualTreeView that handles hints in CMHintShow. Retrieve parent hint recursively if hintcontrol.hint is empty' (delphi compatible)
  • r38811: TAChart: Add IsEquivalent utility function required for r38812
  • r38812: TAChart: Fix SIGFPE on TListChartSource.SetXValue(NaN) and SetYValue(NaN)
  • r38813: TAChart: Fix TCustomChartSource.FindBounds for the case of extremely large bounds
  • r38825: TAChart: Fix drawing of function series with +Infinity in domain exclusions
  • r38841: TAChart: Fix inverted Y axis on TChartNavPanel's minimap. Issue #22978

Fixes for 1.0

Merged revisions for 1.0.0

Submitted by developer / committer

  • r36506 LazReport, fix barcode dialog localization (Jesus)
  • r36508 Updated Japanese translation
  • r36509 Window Column, store pointer to resourcestring
  • r36510 LazReport, fix barcode addin when TfrBarCodeObject is not yet instantiated (in this case barcode editor defaults to memo view.
  • r36511 DividerBevel: implemented Transparent.
  • r36514 IDE: moved macros save/saveall to source editor
  • r36515 IDE: update macro descriptions after translating resource strings
  • r36516 IDE: trim TLazPackageGraph.GetFallbackOutputDir
  • r36517 IDE: check if package needs rebuild: switch to fall back directory: update compiler params
  • r36518 IDE: install/uninstall package dialog: fixed icons, added info about current state
  • r36523,r36530 IDE: Export as HTML
  • r36526 CodeTemplate: Improve final caret pos, if tmpl does not specify
  • r36527 CodeTemplate: allow tab to trigger / selection to ignore. issue [0017631]
  • r36528 SynEdit: Template(Syncro) fix invalidation
  • r36529 IDE: Printing: break long lines. Issue [0013479];
  • r36547 IDE: Printing: break long lines. Fix Utf8. Update for rev 36529
  • r36531 LazReport: fixed buttonpanel localization in BarCode editor dialog
  • r36533 IDE: clean up of unused resourcestrings
  • r36534, r36536, r36553, r36583, r36646 regenerated translations; updated Russian translation
  • r36535 IDE: more clean up of unused resourcestrings
  • r36537 Documents LCLIntf.GetDeviceCaps
  • r36538 IDE: always store lazarus directory
  • r36539 LazReport: uppercase variable before comparing with hardcoded functions. Properly fix to 21624
  • r36543 IDE: setup dialog: using same file resolving as IDE
  • r36546 IDE: consider empty lazarusdirectory as pcp, empty fpcsrcdir as lazdir, empty testdir as lazdir
  • r36548 IDE: fixed note about wrong laz dir
  • r36549 IDE: fixed crash on find identifier references
  • r36551 IDE: translate descriptions of all macros
  • r36552 IDE: fixed editor tab position combobox items localization on Editor/Misc options page
  • r36556,r36557 IDE: warn if upgrading configs
  • r36561, 36562, 36563, 36566: Improve Options/Keymap
  • r36565 LCL: Prevent TShape.stRectangle disappearing with certain Height/Width and Pen.Width values.
  • r36567,r36568,r36569 IDE: show downgrade warning
  • r36570 lazbuild: select IDE build mode, fixed compiling with different mode
  • r36572 LCL: set csCaptureMouse on TToolButton, but don't send click if mouse is out of ttoolbutton on mouseup.issues [19688],[21560]
  • r36574 IDE: fixed saving environment on every change
  • r36577 LCL, TreeView: fix GetNextVisible, GetPrevVisible. Issue [21264]
  • r36575 IDE/Setup dialog: force taskbar button to be shown
  • r36584 IDE: import package list: opendialog
  • r36587 IDE: intial setup: fpc src dir: lazdir/fpc/fpcver/source
  • r36588 IDE: intial setup: fixed if no candidates found
  • r36589,r36590 IDE: compiler file name: search first with macros
  • r36591 IDE: verbose search for candidates
  • r36592 IDE: search fpc src relative to fpc.exe
  • r36594 IDE: check compiler: only run common names
  • r36595,r36599 IDE: use under windows as default for make the make.exe in the compiler directory
  • r36596 IDE,codetools: fixed ppccross,crossppc to ppcross
  • r36601 IDE: unify the 2 filters in KeyMapping window. Prevent a potential crash.
  • r36603 debian: updated patches to latest source in lazarus svn
  • r36608 Gtk2: do not set widget name, it's completelly unnecessary and produce unexpected behaviour if some keywords are in widget name.issue [21661].
  • r36613 SynEdit: Fix an issue with Scrollbars not being updated
  • r36617 lazbuild: build ide: replace exe on windows
  • r36644 IDE: improved 'Export package list' dialog localization
  • r36645 IDE: improved 'Package Graph Explorer' dialog localization
  • r36647,r36653,r36654,r36655,r36656,36668,36673 IDE: view / IDE internal / what needs building
  • r36648,r36650,r36651 IDE: read state file created by Makefile: fix path delimiters, checking compiled state: ignore -v,-i,-B flags, do not skip all -F
  • r36652 IDE: codetools options: shorter caption
  • r36658 regenerated translations; updated Russian translation
  • r36659 LCL: Refactoring. Make TCalculatorDialog.Execute more understandable by removing a "with" block.
  • r36661 LCL: Prevent "Test Dialog" feature of Calculator and Calendar dialogs locking the IDE, issue [21644]
  • r36616 SynEdit: do not include IME for WinCe
  • r36662 LCL: implementation of TCustomImageList.GetIcon()
  • r36663 In GUI strings, unify all 3 dots to have a space before them ( ...)
  • r36664 IDE: Use CreateAbsolutePath when switching between relative/absolute paths in AddFile dialogs (CreateAbsoluteSearchPath gives wrong output)
  • r36665 LCL: publish TUpDown.OnChangingEx
  • r36666 IDE etc.: unify 3 dots in GUI string to have a space ( ...).
  • r36667 translation: german: updates from Swen Heinig
  • r36669 updatemakefiles: write which lpk have conditionals
  • r36670,r36671 IDE,lazbuild: create makefile: use CPPROG instead of COPY to get the current date for Makefile.compiled under Windows
  • r36649,r36657,r36602,r36672,r36675,r36677,r36679,r36683,r36701,r36708,r36709 Makefiles: updated, reduced dependencies, fixed double compiles
  • r36676 LCL: Implement TListItem.EditCaption, issue [20295].
  • r36680,r36699 lazbuild: fixed crash, replaced some MessageDlg with IDEMessageDialog
  • r36681 IDE,lazbuild: use parsed compiler filename, make filename
  • r36682 IDE: debugfilename, debugsearchpath: use same function as other env vars to resolve macros, trim and find
  • r36686,r36688 IDE/lazbuild backup, delete the same lazarus exe on all platforms
  • r36694 regenerated translations; updated Russian translation
  • r36695 LazDataDesktop: regenerated translations; updated Russian translation
  • r36696 IDE: add resource strings for various windows manifest keys
  • r36697 fix ImageList.AddMasked() in case of source image has no mask description
  • r36702 IDE: TProject.TitleIsDefault: check for project+number, fix for renaming the title of a new project
  • r36711 Qt: enable wordwrap on TQtStaticText. issue [21697].
  • r36712 LCL: fixed function result
  • r36713,r36715 lcl: fixed TToolButton.MouseUp X,Y in boundsrect check
  • r36716 LCL, combination of modal form + wsMaximized style produces tiny windows on GTK2, issue [21634]
  • r36717 LCL: reverted changes to menus.pp from r36666 (by Paul's request)
  • r36718 LCL: regenerated translations
  • r36719, *r36826 LCL: fix range check error
  • r36720 LazReport: added option to ignore undefined symbols, from Luiz Americo, issue [21683]
  • r36723,36724 IDE,lazbuild: fixed repeated build project clean: save project state file before compiling too
  • r36727 lazbuild: fixed expanding --lazarusdir
  • r36728 make useride: pass --lazarusdir=.
  • r36729 Improve TStringHashList, prevents a PO file update crash. Issue [21685]
  • r36730 IDE: project wizard: fixed fixed size, bug 21714
  • r36731 lazreport: fix possible access violation by checking dataset for nil
  • r36732 win32: fix range check error
  • r36733 lazbuild: auto create ide/revision.inc if missing
  • r36734 Gtk2: fixed mouse capturing on native scrolling win controls (TListBox,TListView etc).issue [21713]
  • r36735 LCL: TToolButton: commented debugln().
  • r36740 lazbuild: fixed uninitialized function result, fixed checking if init failed, quick check if lazarusdir is valid.
  • r36741 lazutils: Patch with font collection support from Circular
  • r36744 examples: Adds a OpenURL/OpenDocument test
  • r36745 LCL: Adds the sysenvapis include files to the lpk and adds an extra safety in OpenURL for users which forget to encode spaces in filenames
  • r36746 IDE: fixed fixed size dialogs
  • r36747 IDE: sort selection: layout
  • r36748 IDE: added debugging for sort selection
  • r36749 gtk2: clean up
  • r36750 IDE: less debugging
  • r36751 IDE: jump to next/prev error: fixed direction
  • r36752 LCL: TTreeView: clean up
  • r36753 IDE: next/prev error: clear multi selection
  • r36754 lcl: move interface initialization of TCustomEdit from CreateWnd to InitializeWnd. Consistent with other controls and allows interfaces to check is handle is being created
  • r36755 IDE: Add acceleration keys and fix tab order in Project Wizard and ImageListEditor, issue [21718]
  • r36756 lcl: remove TCustomListBox.Loaded. ItemIndex is initialized in InitializeWnd
  • r36757 lcl: call inherited after setting FLines in TCustomMemo.InitializeWnd. Fix potential crash since widgetset code expect FLines be initialized
  • r36758 lcl: check for csDestroyingHandle in TControl.HandleObjectShouldBeVisible. Fix issue [19882]
  • r36759 lcl: revert 31890 since issue [19882] is properly fixed now
  • r36760 gtk2: less hints
  • r36761 gtk2: less hints
  • r36762 Carbon: fixed result of TWSCarbonCustomListView GetTopItem,GetViewOrigin and GetBoundingRect. issue [21733]
  • r36763 Carbon: added themed TComboBox drawing.Patch by David Jenkins. issue [21747]
  • r36764 Carbon: added themed TComboBox drawing.Patch by David Jenkins. issue [21747]
  • r36765 Docs: added David Jenkins to contributors list
  • r36766 Carbon: make carbon widget visibility in sync with lcl. Patch by David Jenkins. issue [21731]
  • r36767 lcl: remove Destroying and DestroyWnd calls from TCustomListBox.Destroy
  • r36768 lcl: cleanup TCustomListBox.Create
  • r36769 codetools: fixed skipping include files in skipped ifdef
  • r36770 gtk2: less hints
  • r36771 gtk2: less hints
  • r36772 ide: fix selection painting of debugger eventlog colors list
  • r36773 carbon: improved TCarbonWidgetSet.RawImage_XXXX routines.Patch by David Jenkins. issue [21743].
  • r36774 carbon: proper initialization of alpha channel.Patch by David Jenkins. issue [21753]
  • r36775 LCL: implement ClientToParent, ParentToClient based on patch of David Jenkins (issue [0021763])
  • r36776 LCL: extend TThemeServices.IsDisabled, IsHot, IsPushed for teCombobox
  • r36777 IDE: Fix tab order and set shortcuts in Application Options frame.
  • r36778 LazControls: fix potential crash in TListFilterEdit and TTreeFilterEdit
  • r36779 GTK2: add TGtk2WidgetSet.SetDesigning to prevent Abstract method call in IDE. Issue [21773]
  • r36780 IDE: fix tab order in Project Save Options frame.
  • r36781 IDE: fix tab order in frames: Build Modes editor, Miscellaneous Options and Version Info
  • r36782 IDE: fix tab order in option frames: Code Generation, Compilation, Linking, Messages, Parsing.
  • r36783 GTK2: clean up
  • r36784 GTK2: clean up
  • r36786 Carbon: removed extra code for teComboBox, since teComboBox is supported by themes as of r36776.
  • r36787 gtk2: clean up
  • r36788 gtk2: fixed Gtk2WidgetSet.ClipboardGetData mem leak on stream write error
  • r36789 gtk2: removed OldCreateStatusBarPanel
  • r36790 gtk2: clean up
  • r36791 gtk2: clean up
  • r36794 IDE: CloseQueryIDEWindows: skip sub forms
  • r36795 Fix crash in dbg-console, if dbg not active. issue [21712]
  • r36796 SourceEdit: use softcenter for Replace prompt. Issue [0021709]
  • r36797 regenerated translations; updated Russian translation
  • r36800 IDE: when checking if a FPC unit has changed: ignore units that have no source in the FPC sources. Needed to ignore user units reachable through fpc.cfg.
  • r36801 IDE: fix error message can't find unit if the ppu is in one of the loaded packages
  • r36803 DOCS: correct the documentation about CanFocus
  • r36806 LCL: clear FActiveDefaultControl on that control destruction
  • r36810 LCL: fix copy paste error
  • r36811 LCL: don't update Default, Cancel during their applying in UpdateDefaultCancel
  • r36812 LCL: add and ability to use own TListItems, TListItem descendants in TListView for delphi compatibility
  • r36821 gtk2 intf: fixed compilation FPC_FULLVERSION<20600
  • r36822 gtk2 intf: clean up
  • r36823 gtk2 intf: clean up
  • r36824 gtk2 intf: clean up
  • r36825 LCL: initialize font height with the height from DefFontData
  • r36852 IDE: when checking if global unit has changed, skip units in packages
  • r36857,36859 LCL: TControl.UpdateBaseBounds: set cfBaseBoundsValid
  • r36861 LCL: TCustomSplitter.SetAnchors: adapt anchors before applying
  • r36870 LCL: SetAlign: restore the basebounds set before changes
  • r36877 LCL: clean up
  • r36882 LCL: TControl.SetAnchors: during disabled autosize: update basebounds when changing Anchors, bug 21730
  • r36884 LCL: fixed sending CM_EXIT,CM_ENTER when flastfocusedcontrol was removed
  • r36885 LCL: constraint Width,Height to >=0
  • r36888 Converter: fixed 'Missing units' dialog localization, part of bug 21784
  • r36889,r36890 codetools: class completion: fixed gathr proc definitions
  • r36891 IDE: show compiling resource lines when error on compiling resources
  • r36892 IDE: improved message when can not find unit and unit was found in a package
  • r36893,r36894 IDE: messages: show debug: lines and calling resource compiler
  • r36895,r36896 gtk2 intf: checking for liboverlay, using value-changed instead of change-value
  • r36897 LCL: made TImage.DestRect public
  • r36899 Fix encoding errors in Japanese translation
  • r36900,r36901 startlazarus: fixed asking for custom or default
  • r36902 LCL: fixed ShowModal() when Hide() is called on modal form to be Delphi compatibile.issue [15390]
  • r36903 IDE: fixed read/write designinfo, bug 21804
  • r36904 IDE: do not save a new project where only session was modified, bug 21803
  • r36905 gtk2 intf: fixed TGtk2WSCustomTabControl.GetDefaultClientRect to check if gtknotebook has a page
  • r36906,36907 codetools: AddLocalVar: do not add hidden used unit
  • r36908 Qt: added TQtWidget.testAttribute() function.
  • r36910 DBG: Tests for environment
  • r36913 TAChart: Set Brush.Color before Brush.Style to work around issue [21806]
  • r36914: TAChart: Fix compilation of OpenGL drawer
  • r36924 gtk2 intf: TGtk2WSCustomTabControl.GetDefaultClientRect for TTabControl
  • r36925 Qt: fixed resize events of TQtTabWidget and accurate information about clientRect changes. issue [21805]
  • r36929 Gtk2: fixed text background drawing in TGtk2WidgetSet.ExtTextOut() when BkMode = OPAQUE.issue [19384]
  • r36941 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug 21818
  • r36938,36939 LazReport, lift up to preview window improving layout and functionality, from Julio Jimenez B.
  • r36942 LazReport, avoid hiding text at some zoom values due small differences in text height calc (DONT MERGE YET, NEEDS MORE TESTING)
  • r36943 IDE: msg quickfix for cant find unit: add position
  • r36956 carbon: added FHasPaint variable to TCarbonWidget to allow owner draw.issue [21744]
  • r36957 carbon: added ScrollRect() routine to TCarbonWidget. issue [21741]
  • r36958 carbon: set FTabIndex instead ATabIndex variable in TCarbonTabsControl.SetPageIndex. patch by David Jenkins.issue [21728]
  • r36959 carbon: optimized caret drawing to not update whole widget.patch by David Jenkins. issue [21768]
  • r36960 carbon: fixed order of check width > height in TCarbonTrackbar.patch by David Jenkins. issue [21740]
  • r36961 carbon: implemented autosizing for listview / databrowser columns.patch by David Jenkins. issue [21745]
  • r36962 carbon: fixed possible bad loop in TCarbonSpinEdit.CreateWidget.Patch by David Jenkins.issue [21732]
  • r36965 IDEIntf: fixed typo
  • r36967 Gtk2: fixed retreiving font name from TGtk2WidgetSet.GetObject() when font is default. issue [21828]
  • r36968 codetools: JumpToPublishedMethodBody: raise error
  • r36969 codetools: fixed FindMethodNodeInImplementation for program
  • r36971 tests: codetools: added test for duplicate sections, parsing library
  • r36972 codetools: fixed reparsing initialization, finalization, begin
  • r36973 codetools: fixed treating initialization, finalization as statement
  • r36974,r36975,r36976,36977,36978 codetools: fixed find declaration in library starting in initialization, bug 21832
  • r36981,r36982 codetools: identifier completion: fixed continue searching
  • r36979 Updated Japanese translation by Haruyuki Fujimaki
  • r36980 Fix japanese encoding
  • r36983,r36984 codetools: identifier completion: some keywords for library, program
  • r36985 codetools: identifier completion: keyword initialization for library, issue [21839]
  • r36986 Updated Japanese translation by Haruyuki Fujimaki
  • r36990 codetools: identifier list: skip identifier at cursor
  • r36991,r36992 IDE: identifier completion: add do after with, issue [16850]
  • r36996,r36997,r36999,r37013,r37014,r37015 runtests: fixed compilation, added some tests
  • r37012,r37011,r37009,r37008,r37007,r37006,r37005,r37004,r37003,r37002,r37000 carbon interface: clean up
  • r37020 IDE: recent/history lists: replaced case sensitive comparison with three types
  • r37021 docking: update modified flags
  • r37022 codetools: fixed uninitialized result
  • r37025 IDE: use unit dialog: check for syntax errors
  • r37026,r37027 DBG: Prepare for different line endings. / Accept different line endings (#10, #13, #10#13, #13#10) issue [0021834].
  • r37029 Gtk2: fixed drawing of text with solid brush. issue [21863]
  • r37031 Gtk2: do not draw text background if colormap isn't assigned. Second part of issue [21863].
  • r37032 gtk2: clean up old mouse capture
  • r37033 gtk2: fixed releasecapture
  • r37034 gtk2: verbosity for ubuntu liboverlay mouse capture bug
  • r37038 sqldb: Enable mssqlconnection for fpc >= 2.6.1 (patch from Reinier Olilagers, bug 21867) - added because creates conflicts with later sqldb merges
  • r37040: TAChart: Workaround for TDbChartSource referring to the dataset with Filtered := true
  • r37043 LCL, fix TPostScriptPrinterCanvas.ClipRect is empty-rect until explicitly set by user, patch from Joachim Paepke, issue [21027]
  • r37051 Translations: Ukrainian translation update by Igor Paliychuk
  • r37052 regenerated translations; updated Russian translation
  • r37053 LCL: fixed compilation for fpc 2.7.1
  • r37054,37055,37057 set TDBLookup.FListLink.DataSource dynamically to FListSource or a local datasource. Issue [15410]
  • r37067 LCL: fixed visibility of implemented interfaces
  • r37069 simple deb: using make bigide, updated list of tools
  • r37070 openglcontrol: fixed mem leak, issue [21597]
  • r37071 codetools: identifier completion: unit name of self
  • r37076 gtk2: clean up
  • r37077 IDE: clean up
  • r37092 LCL: fixed compilation for fpc 2.7.1
  • r37093 DBG: Testcase: fixed reading env-options
  • r37095 SynEdit: fix crash in overview gutter creation. Issue [0021887]
  • r37096 SynEdit: Do not offer OverviewGutter in Gutter-parts designer
  • r37101 lazreport: fixed compilation with fpc 2.7.1, new TBookMark
  • r37102 lazreport: clean up
  • r37112,r37113 SynEdit: highlight class "helper". Fix wrong highlight of "sealed" Issue [0021812]
  • r37115 openglcontrol: fixed mem leak, issue [21597]
  • r37126 LCL: Publish some TCheckGroup properties.
  • r37129 gtk2: clean up
  • r37154,37247,37248 lcl-db: prevent lookup initialization when dataset is destroyed
  • r37155 LCL, use rectclip to set clipping rectangle instead of current path because it sometimes get drawn on next stroke (related to r37043)
  • r37157 Qt: fixed key events from QCalendar, now tabbing works fine.
  • r37160 LCL: published missing properties TCalendar.Hint and TCalendar.TabOrder.
  • r37167 LCL: Fix range check error in StringGrid when sorting and RowCount=FixedRows, issue [21947]
  • r37073 codetools: resolve expr: thisunitname.implementationenidentifier
  • r37078 codetools: find declaration: selfunit.implementationidentifier
  • r37079,r37080,r37081,r37082,r37083,r37087,r37089,r37098 codetools: getsmarthint: class variables, enum, array of, inheritance, property params and type, use unit
  • r37085 IDE: show compiler options: check compiler
  • r37086,37088 IDEIntf: removed TLazCompilerOptions.LCLWidgetType, fixed computing default LCLWidgetType on cross target OS
  • r37090 codetools: do not try to search in record ancestors
  • r37105 DBG: Watches Copy Name/Value to clipboard. Issue [0021860]
  • r37106 DBG: Register Copy Name/Value to clipboard. Issue [0021860]
  • r37107 DBG: Watches, added inspect/evaluate to popup
  • r37116 DBG: Fix a possible crash in debugger (history). Issue [0021901]
  • r37195 SourceEdit: Do not access outdated tab-history entries (dangling pointers). Issue [0021939]
  • r37196 SourceEdit: Only add tabs to tab-history that were accessed
  • r37103,r37132 codetools: nested types: Self and inherited
  • r37104,r37120 codetools: GetSmartHint: show anonymous arrays
  • r37111 IDE: Make Close button work in Components List dialog. Issue [21892],
  • r37118 IDE: build ide: if building fails, clear flag clean up once
  • r37119 IDE: when building IDE failed: restore backup
  • r37121,r37122 IDE: select frame: search in packages
  • r37130 IDE: select frame: search in packages
  • r37131 LCL, implements textrect clipping in Postscriptprintercanvas
  • r37133 SynEdit: Fix WantTabs / Change default to "True" Issue [0021904]
  • r37134 SynEdit: Remove not required invalidation (paint / call to wrong Update() )
  • r37135 SynEdit: Remove wrong implementation of Update. Update no longer forwards to Invalidate
  • r37136 IpPro: Fix painting for SelectAll
  • r37137 IDE, IpPro: Allow copy to clipboard from hint (zeljko added because of conflict in 37345)
  • r37140 cody: show code node info: show complete source
  • r37141 SynEdit: Fixed Caret paint error (extra caret left on screen) Issue [0021924]
  • r37143 IDEIntf: added TPropertyEditorHook.IsSelected
  • r37144 IDEIntf: TDefaultComponentEditor: always select component
  • r37146 IDE: if component class is missing: note about RegisterClass
  • r37148 Translations: Ukrainian translation cleanup
  • r37149 IDE: regenerated translations; updated Russian translation
  • r37151 cody: IDE item to create dockable IDE window
  • r37152 cody: new IDE window: show dialog to setup form name
  • r37162,r37163 IDE: TProjectFileDescriptor.DefaultResourceName: first try without appending a number, check for pascal keywords
  • r37164,r37165 IDE: fixed DoGetUnitRegisterInfo for virtual files
  • r37166 SynEdit: Fixed Caret when scrolling under older Wine (Win Emulator)[21929]
  • r37212 sqldb: added icon for TMySQL55Connection for fpc 2.6.1 '
  • r37213,r37214,r37219 codetools: do not save errors outside parser
  • r37215 codetools: GetSmartHint: ^, .., file of, class of
  • r37220 Translations: Czech IDE translation update by Martin Smat
  • r37224 SynEdit: Autocompletion, workaround for click on hint Issue [21952]
  • r37231 SynEdit: Prevent some scrolling, while selecting by mouse. Issue [0021996]
  • r37232 DBG: Inspect window, improve scrolling
  • r37234 DBG: Improve start-up to work with bug in gdb 7.4
  • r37262 searching compiler: search first in dir of fpc.exe, then in PATH
  • r37263,r37265 codetools: improved error message on unit not found
  • r37264 fix setting radiogroup.itemindex under gtk2. Issue [22013]
  • r37267 Docs: improved build_lcl_docs robustness when working with TProcess, patch from Reinier Olislagers, bug 22000
  • r37273 SourceEditor: Fix crash when closing several tabs, while debugging (paused / loading line info). Maybe related to issue [22015]
  • r37274 Fix Crash in building "Windows" (list of open W.) Menu. Note 0059576 in Issue [22015] (not related to other parts of issue)
  • r37280 SQLdb: added missing tmysql55connection.png, bug 22033 Related to 37212 and other revisions for TMySQL55Connection
  • r37281 SynEdit: protect ProcessCommand() against early destruction by ReleaseComponent. Issue [0022035]
  • r37285 IDE: make Close button work in Window Manager
  • r37286 Patch from bug 21651, automatically adds quotes to paths with spaces for OpenDocument in Mac OS X
  • r37297,r37298 SynEdit, Pas-HL: record helper, deprecated in object
  • r37311 Translations: Arabic IDE translation update by Mazen NEIFER
  • r37312 IDE: Make Help button work in Editor Window Manager, issue [21961]. (zeljko added to merge list because of conflicts in 37491)
  • r37325 regenerated translations; updated Russian translation
  • r37326 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug 22064
  • r37327 IDE, Code Generation options: changed wrong -Op386 option to correct -Op80386. Patch by barlone with some consistency changes, bug 22062.
  • r37357 Gtk2: fixed mbAll button on dialogs. Added response keys which does not exist in gtk2. issue [22083]
  • r37344 gtk2 intf: less hints
  • r37345 ipro: less hints
  • r37359 lazreport: German translations
  • r37360 cody: German translations
  • r37039,r37319,r37324,r37361 sqldb: German translations (zeljko added 37039,37319,37324 because of conflicts)
  • r37362 educationlaz: German translations
  • r37363 ide: German translations
  • r37372 lcl: don't access Items of TreeView if DragOver happens during treeview destruction
  • r37373 IDE: debugger options: check the resolved file, bug 22086
  • r37374 Qt: bypass windowmanager when showing dragimagelist.
  • r37375 Gtk2: do not show taskbar entry for dragimagelist.
  • r37376 IDE: update TUnitInfo.ResourceBaseClass on loading lfm
  • r37378 [Edited, includes selected lines of 37402] SourceEditor: Hide hint, when mouse moves (even if outside IDE, or IDE is not active). Issue [0022016]
  • r37368 DBG: Fixed array len for 64 bit
  • r37369 lcl: don't crash when either DragTarget or dragged control is freed (issue [22067])
  • r37370 lcl: cleanup debug info
  • r37371 lcl: fixed a memory leak when canceling drag of dead control
  • r37380 SourceEdit/DBG: Ensure Codebuffer is updated before using it to add watches
  • r37383 IDE: TUnitInfo.fModified: do not set on get
  • r37384,r37401 IDE: do not set TUnitInfo.Modified when committing source editor to codetools
  • r37388,r37389,r37390,r37391,r37392 tests: added tests for cfgscripts, fixed unit output directory, cfgscript: fixed error message if semicolon is missing, IDE: added conditionals functions GetIDEValue, GetEnv, LCL: use IDE widgettype as default
  • r37397 TodoList: properly trim comment markers and convert multiline text to single line, fixes bug 22085. Based on patch by Anton.
  • r37400 codetools: fixed mem leak
  • r37418: TAChart: Fix range check using datapoint tool on a chart without series
  • r37440 DBG: do not set temporary stack = -1 in thread changing. This may cause errors
  • r37444 DBG: Watches, save "Use instance class" to config
  • r37449 LCL: fixed comments
  • r37451 Qt: fixed wrong SetCapture() under win32. Problem was passed TQtWidget handle instead of underlaying widget winID() which is native handle.
  • r37453 SynEdit: Fix goto bookmark and persistent block. Do not clear persistent block
  • r37461 lcl: TCustomForm.UpdateDockCaption: fixed repair garbage
  • r37463 IDE: when docked keep IDE caption
  • r37464 Help, DBG: New link to wiki for watch properties
  • r37475 codetools: TCustomCodeTool.FindLineEndOrCodeAfterPosition: fixed crash when at end of code
  • r37476 codetools: clear nodes behind, when linkscanner parsed only parts
  • r37481 IDE: fixed storing old LCLWidgeType, bug 22174
  • r37482 codetools: save parse error of operator, do not save errors outside parser, fixed parsing method name with generic parameter
  • r37483 codetools: allow keywords in program name
  • r37534 Qt: do not call setValue() but setPosition() so lcl gets accurate values later. issue [22187]
  • r37491 Help, DBG: Link to wiki for breakpoint properties (zeljko - 37312 is merged too, because of conflicts)
  • r37470 IDE, DBG: debug-eval hint, do not show, if selection exceeds one statement (e,g whole file selected). Part of issue [0022081]
  • r37471 SourceEditor: Fix an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue [0022015]
  • r37517 SynEdit: fixed folding for "case" and "try" in certain code segments (initialization / case...else try)
  • r37518 SynEdit: Pas-HL: fix detection of case...else versus if...then...else
  • r37522 SynEdit: Pas-HL: better detection of case...else
  • r37623 SourceEditor: Fix (Work-around) an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue [0022015] // Required some parts of r37502
  • r37609 DBG: Avoid re-queuing of dis-assembler requests, after cancelling it. Part of issue [0022230]
  • r37643 DBG: Disassembler: prevent disassembler from doing large address ranges, if gdb returns data with far away addresses. Issue [0022230]
  • r37657 DBG: fixed a out of index error, in watches history
  • r37694 DBG: Fixed possible crash in watch evaluation (WatchValue freed while evaluating / in GetValue)
  • r37466 IDE: added menu item to insert MIT license text
  • r37407,r37474,r37492 IDE: TMainIDE.DoSourceEditorCommand: improved focus check, requires r37466
  • r37564 LCL: TCustomListView: reset FCacheIndex and FCacheItems before sorting list, otherwise we'll have unexpected results. issue [22218]
  • r37505, r37509, r37516, r37523 fixed compilation with fpc 2.7.1
  • r37592 lcl: fixed compilation fpc 2.7.1
  • r37525 TAChart: Display legend symbols even if the text is empty
  • r37565 TAChart: Display major axis marks at the edges of the clip range
  • r37576 TAChart: Fix infinite recursion when drawing chart listbox from series with Legend.Multiplicity <> lmSingle
  • r37588 TAChart: Include Item.Y in reordered list of TCalculatedChartSource. Update test. This will break old tests. Please contact me for a fix --- Ask
  • r37727 TAChart: Update to the recent version of FPVectorial
  • r37587 Qt: unset icon when doing internal sync after sorting. part of issue [22218]
  • r37620 LCL: invalidate parent preferredsize when borderspacing changed, bug 17947
  • r37621 LCL: clean up - invalidate in TControl.DoBorderSpacingChange no longer needed with new autosizing
  • r37622 lazutils: added missing file
  • r37624 LCL: GetClientRect: if interface has the right width,height trust the clientrect, this avoids some unneeded resizes
  • r37573 IDE: project inspector: add files: allow dotted unit names, bug 22209
  • r37619 IDE: open package dependency: try provides, issue [17960]
  • r37628 IDE: compiler options: disable target platform for packages
  • r37594 codetools: fixed Unneeded extra space in event assignment completion
  • r37613 codetools: property completion: add class var for class property variables
  • r37614 codetools: class completion: search variables in all sections, bug 22246
  • r37625,r37626,r37627 codetools: class completion: fixed searching var node when first is class var
  • r37629 codetools: fixed adding class keyword for property setter of a class property
  • r37630 IDE: codeexplorer: labels
  • r37634 IDEIntf: objectinspector: fixed painting outside paint event
  • r37631 codetools: no var node for anonymous record case variables
  • r37632 codetools: identifier completion: when creating an override hide higher visibility members
  • r37633 codetools: class completion: add static method modifier for setter of class property
  • r37636 codetools: class completion: add static method specifier for class property setter
  • r37635 IDE: paste component: fix renamed references
  • r37637,r37638,r37639 IDE: paste multiple components: fix references, lcl: LRSObjectTextToBinary: write convert list of components
  • r37640 IDE: paste components: update TControl.Caption
  • r37642 lcl: fixed LRSObjectTextToBinary toWString, issue [19650]
  • r37644 codetools: fixed inserting proc bodies in implementation in front of methods
  • r37652,r37653,r37655 codetools: using TFileStreamUTF8
  • r37656 IDE: using TFileStreamUTF8 and TStringListUTF8
  • r37663 IDE: fixed show info on --help when no stdout exists
  • r37689 LCL: fixing handling of special keys for TCustomEdit and TCustomMemo
  • r37690 codetools: forward proc completion: stay in same section
  • r37697 DBG: Dialogs, don't give help related commands to IDE. They will be ignored
  • r37698 IDE Help: add urls for dbg dialogs
  • r37703 lazutils: utf8pos: added optional parameter StartPos
  • r37704 IDE: setup dialog: show fpc source directory release version as warning instead of error
  • r37707 tools create deb+rpm: use 128x128 icon
  • r37705 SynEdit: open and close clipboard explicitly to write multiple formats.
  • r37714 lcl: gtk2: warn only once about liboverlay
  • r37711 lhelp: cleaned up paths
  • r37712 lhelp: clean up
  • r37713 lhelp: resolve macros in HelpEXE on the demand
  • r37715 chmhelp: using search path to search for chm files
  • r37716,r37717 chmhelp: added path $(LazarusDir)/docs/chm
  • r37718 'hmhelp: search ref.chm in docs/chm
  • r37726 create_lazarus_deb: added option chmhelp
  • r37722 DBG: Event-Log: Do not cache Options. Allow user to change options while debugging
  • r37596 Patch from Issue #0022231 "fix warnings with fpc 2.6.1".--AlexVinS 21:40, 8 June 2012 (UTC)
  • r37745 deb+rpm: default environmentoptions: updated to 107, removed default gdb entry
  • r37748,r37755 lhelp: added makefile
  • r37749 make bigide: build lhelp
  • r37753 IDE: fixed comparing file names case insensitive
  • r37754 lazutils: inlined UTF8CompareStr
  • r37760 Use Utf8CompareText instead of AnsiCompare
  • r37762 linux: added encoding to desktop file
  • r37769 Use Utf8CompareText instead of AnsiCompare
  • r37770 TAChart: Fix AV when clearing Series.Styles and TColorMapSeries.ColorSource properties
  • r37772 Use Utf8CompareText instead of AnsiCompare
  • r36804 win32: mark client rect as required update before WM_SIZE passing, remove DoAdjustClientRectChange - they are called inside WM_SIZE handler after the client rect is updated (fixes bug [0021724])
  • r36993: LCL, fixed Problems setting Width, Height for TCustomGrid if ScrollBars is auto, from cobines, issue [21790]. If r36804 is merged, please merge also r36993
  • r37783 startlazarus: linux: adding LIBOVERLAY_SCROLLBAR=0 to avoid problems with mouse capturing
  • r37785 gtk2 intf: disable liboverlay by default
  • r37790 gtk2 intf: use setenv only on Linux
  • r37795: export tgz: added option to add chm files
  • r37796 IDE: when copying secondary configs create the primary config directory first
  • r37797 rpm: added option chmhelp
  • r37810 rpm: fixed building without chmhelp
  • r37811 lhelp: fixed invalid recent item path in config, added build modes default,debug
  • r37814 chmhelp: clean up old ipc files to prevent IDE hang
  • r37817-r37821 MAKE DEB
  • r37838 DBG: Fix handling console input
  • r37824 chmhelp: Fixed lazarus hanging when chmhelp pipe is leftover from an improperly closed lhelp
  • r37825 chmhelp; Fixed chmhelp typo (boolean error)
  • r37826 chmhelp: fixed bug where a new lhelp process could be started each time F1 was pressed
  • r37841 DBG: Pseudo-Terminal, accept tabs
  • r37848 lazutils: docs: fixed encoding and package name
  • r37849 lcl: docs: fixed encoding
  • r37850 ide: docs: fixed encoding
  • r37851 updated docs
  • r37853 lcl: docs: fixed some links
  • r37852 build_lcl_docs: using UTF-8 file functions, added option -h
  • r37855 build_lcl_docs: showcmd: show working directory
  • r37861 lcl: check if ListDataset is loading to update lookup info. Issue [22337]
  • r37846 win32: let TComboBox.CloseUp fire before Change (delphi compatible). Fix 22352
  • r37880 IDE+startlazarus: use same working directory, needed for passing relative file names as command line parameters, fixed building lcl+lazutils chm on ubuntu 12
  • r37866 lazutils: fixed unit names
  • r37868 lazutils: added fpdoc files
  • r37869 docs: building lazutils+lcl chm
  • r37885 DBG: fixed parsing sets for debug-inspector
  • r37906 IDE-Options / SynEdit: Fixed RightEdge visibility (Recression)
  • r37919 DBG: Prevent potential crash/memory-corruption in Watches
  • r37920 DBG: Prevent potential crash in (dbg-)OnIdle handling
  • r37921 DBG: Prevent build up of no longer needed commands in queue
  • r37945 DBG: Prevent a crash, when the selected snapshot is deleted. Cas also happen when starting the debugger, while a snapshot from previous run is active
  • r37950 DBG: fixed endless loop in watch eval (auto type cast) Issue [0022425]
  • r37961 DBG: Disable rangechecks for certain PtrUInt casts
  • r37993 carbon: fixed crash of IDE when compiled with range checks on
  • r38006 gtk2: fixed crash on QuestionDlg
  • r38003 IDE: fixed showing custom project options, issue [22486]
    • merged ONLY main.pp
  • r38016 ToDoList: fixed encoding of French translation, it should be UTF-8, not ISO-8859-1. Patch by batyann811, bug 22489.
  • r37981,37983-37989,38001,38004-38005,38012,38017 Win Installer
Fixed after RC1
  • r38127 IDE, EditorOptions: Fixed finding color attribute in localized IDE
  • r38132 IDE: setup: after changing lazarusdir: fetch translations and translate
  • r38133 chmhelppkg: invoke lazbuild with --pcp parameter
  • r38138 examples: testall: fixed start
  • r38139 examples: cleandirs: error for fpc version
  • r38140 examples: componentstreaming: fixed typo, clean up
  • r38141 lazfreetype: fixed range check error, improved error message
  • r38142 examples: mssqlconn: requires fpc 2.6.1
  • r38144 examples: synguttermarks: win32 gui mode, fixed Left position
  • r38146 examples: tv_add_remove: updated
  • r38147 examples: xmlreader: added example xml
  • r38157 IDE: fixed saving ambiguousfileaction, bug 22573
  • r38158 examples: clean up
  • r38038 TAChart: Allow spaces in field names inside TDbChartSource.FieldY
  • r38168 synuni: clean up fpc options
  • r38170 synuni, semaphorgridlpk: clean up fpc options
  • r38022 SynEdit: Fixed drawing errors for frames (left frame site drawn at wrong offset)
  • r38145 LCL: TListView fixed "List index out of bounds" while deleting items. issue [22552]
  • r38150 SynEdit TSynMultiSyn: Fixed crash when deleting lines. Part of issue [0022519]
  • r38151 SynEdit Highlighter: Fixed crash when scanning empty
  • r38152 SynEdit TSynMultiSyn: typo
  • r38175 SynEdit TSynMultiSyn: Fixed updating, when appending to EOT. Part of issue [0022519]
  • r38205 lazaruside.fi.po: Finnish translations
  • r38180 Synedit: fix matching-bracket-highlight in comments (closing bracket at eol) issue [22586]
  • r38198 IDE: Export to html, do not enforce check for writeable. Issue [22588]
  • r38199 lazutils: do not use winodws W functions under Win98, issue [22596]; Breaks compilation on wince, because win32platform is not defined.
  • r38202 openglcontrol: win32: fixed sharing context
  • r38204 Synedit: fixed typo in IFDEF for fpc 2.60 bug
  • r38225 TAChart: Fix division by zero in zoom tools with extreme zoom ratios
  • r38226 TAChart: Fix hang in functional series with extreme zoom ratios
  • r38223 SynEdit TSynMultiSyn: Several fixes issue [0022519]
  • r38232 TAChart: Add InRangeUlps utility function
  • r38233 TAChart: Fix disappearance of axis marks located exactly at chart bounds
  • r38234 TAChart: Fix crash when setting Marks.LabelFont from the Object Inspector
  • r38237 Examples/SynEdit: Readme and typo in comment
  • r38266 IDE: Tweak the layout of ManageExamplesForm
  • r38260 TAChart: Use correct notification when the series' source changes
  • r38261 TAChart: Issue change notifications when modifying TListChartSource.DataPoint property
  • r38285 lhelp: replace MessageBox, with Form.Modal. FIx IPC hang. issue [0022592]
Fixed after RC2
  • r38293 windows installers: don't ask to overwrite the environment options in the secundary config directory from Reinier Olislagers
  • r38339 SynEdit TSynMultiSyn: Fix CaseSensitivity for Sheme marker. Issue [0022693]
  • r37386 Remove writeln() that looks like a residual debug message. Issue [0022544]
  • r38385 Translations: removed unmaintained Portuguese translation, which was outdated copy of Brazilian Portuguese one

How to merge

The lazarus developers have decided to use the native svn merge for this branch. Other branches used the svnmerge.py script to manage the revisions to be merged.

  • TODO: Maybe this information should be put in a separate page.

SVN_Migration#Merge_with_plain_svn

Using TortoiseSVN

As noted in the link above using TortoiseSVN is more or less self explaining.

  • TODO: add some screen shots.

When committing, in the recent messages a nice commit message is available.

Tested with TortoiseSVN 1.7.6, SVN 1.7.4.

Show list of revision that can be merged

In the lazarus fixes_1_0 directory do:

svn mergeinfo ^/trunk --show-revs eligible

Or if you don't have a fixes directory checked out, you can pass the URL path of the fixes branch:

svn mergeinfo ^/trunk http://svn.freepascal.org/svn/lazarus/branches/fixes_1_0 --show-revs eligible

Show list of revision that have been merged

In the lazarus fixes_1_0 directory do:

svn mergeinfo ^/trunk --show-revs merged

Merging revisions from trunk

To merge one or more revisions from trunk, use the svn merge command. For example to merge revision 36506 and 36510 use:

 svn merge -c 36506,36510 ^/trunk

To generate a commit log message, use:

svn log ^/trunk -c 36506,36510 > svnmerge-commit-message.txt

Edit svnmerge-commit-message.txt with your favorite text editor and add a first line like:

Merged revision 36506,36510 from /trunk.

Commit this with:

svn commit -F svnmerge-commit-message.txt

Blocking a revision to be merged

Sometimes you want to block a revision to be merged, i.e. you want to make sure that this revision is never merged to the fixes branch, for example, because it contains a new feature or it contains a version number change not applicable to the fixes branch, but only to trunk. To block revision 36507, use:

svn merge -c 36507 --record-only ^/trunk

Then you can create a log message with:

svn log ^/trunk -c 36507 > svnmerge-commit-message.txt

Edit svnmerge-commit-message.txt with your favorite text editor and add first line like:

Blocked revision 36507 from /trunk

Then commit this change:

svn commit -F svnmerge-commit-message.txt