~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to examples/anchordocking/anchordockoptionsdlg.lfm

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
object AnchorDockOptionsFrame: TAnchorDockOptionsFrame
2
 
  Left = 0
3
 
  Height = 346
4
 
  Top = 0
5
 
  Width = 352
6
 
  ClientHeight = 346
7
 
  ClientWidth = 352
8
 
  TabOrder = 0
9
 
  DesignLeft = 456
10
 
  DesignTop = 222
11
 
  object DragThresholdLabel: TLabel
12
 
    Left = 10
13
 
    Height = 18
14
 
    Top = 10
15
 
    Width = 131
16
 
    Caption = 'DragThresholdLabel'
17
 
    ParentColor = False
18
 
  end
19
 
  object HeaderAlignTopLabel: TLabel
20
 
    AnchorSideLeft.Control = DragThresholdLabel
21
 
    AnchorSideTop.Control = HideHeaderCaptionForFloatingCheckBox
22
 
    AnchorSideTop.Side = asrBottom
23
 
    Left = 10
24
 
    Height = 18
25
 
    Top = 192
26
 
    Width = 138
27
 
    BorderSpacing.Top = 10
28
 
    Caption = 'HeaderAlignTopLabel'
29
 
    ParentColor = False
30
 
  end
31
 
  object HeaderAlignLeftLabel: TLabel
32
 
    AnchorSideLeft.Control = DragThresholdLabel
33
 
    AnchorSideTop.Control = HeaderAlignTopTrackBar
34
 
    AnchorSideTop.Side = asrBottom
35
 
    Left = 10
36
 
    Height = 18
37
 
    Top = 245
38
 
    Width = 141
39
 
    BorderSpacing.Top = 10
40
 
    Caption = 'HeaderAlignLeftLabel'
41
 
    ParentColor = False
42
 
  end
43
 
  object SplitterWidthLabel: TLabel
44
 
    AnchorSideLeft.Control = DragThresholdLabel
45
 
    AnchorSideTop.Control = DragThresholdTrackBar
46
 
    AnchorSideTop.Side = asrBottom
47
 
    Left = 10
48
 
    Height = 18
49
 
    Top = 63
50
 
    Width = 121
51
 
    BorderSpacing.Top = 10
52
 
    Caption = 'SplitterWidthLabel'
53
 
    ParentColor = False
54
 
  end
55
 
  object ScaleOnResizeCheckBox: TCheckBox
56
 
    AnchorSideLeft.Control = DragThresholdLabel
57
 
    AnchorSideTop.Control = SplitterWidthTrackBar
58
 
    AnchorSideTop.Side = asrBottom
59
 
    Left = 10
60
 
    Height = 22
61
 
    Top = 116
62
 
    Width = 188
63
 
    BorderSpacing.Top = 10
64
 
    Caption = 'ScaleOnResizeCheckBox'
65
 
    ParentShowHint = False
66
 
    ShowHint = True
67
 
    TabOrder = 0
68
 
  end
69
 
  object DragThresholdTrackBar: TTrackBar
70
 
    AnchorSideLeft.Control = DragThresholdLabel
71
 
    AnchorSideTop.Control = DragThresholdLabel
72
 
    AnchorSideTop.Side = asrBottom
73
 
    AnchorSideRight.Control = Owner
74
 
    AnchorSideRight.Side = asrBottom
75
 
    Left = 10
76
 
    Height = 25
77
 
    Top = 28
78
 
    Width = 332
79
 
    Max = 20
80
 
    OnChange = DragThresholdTrackBarChange
81
 
    Position = 0
82
 
    Anchors = [akTop, akLeft, akRight]
83
 
    BorderSpacing.Right = 10
84
 
    ParentShowHint = False
85
 
    ShowHint = True
86
 
    TabOrder = 1
87
 
  end
88
 
  object HeaderAlignTopTrackBar: TTrackBar
89
 
    AnchorSideLeft.Control = DragThresholdTrackBar
90
 
    AnchorSideTop.Control = HeaderAlignTopLabel
91
 
    AnchorSideTop.Side = asrBottom
92
 
    AnchorSideRight.Control = DragThresholdTrackBar
93
 
    AnchorSideRight.Side = asrBottom
94
 
    Left = 10
95
 
    Height = 25
96
 
    Top = 210
97
 
    Width = 332
98
 
    Frequency = 10
99
 
    Max = 150
100
 
    OnChange = HeaderAlignTopTrackBarChange
101
 
    PageSize = 10
102
 
    Position = 0
103
 
    Anchors = [akTop, akLeft, akRight]
104
 
    ParentShowHint = False
105
 
    ShowHint = True
106
 
    TabOrder = 2
107
 
  end
108
 
  object HeaderAlignLeftTrackBar: TTrackBar
109
 
    AnchorSideLeft.Control = DragThresholdTrackBar
110
 
    AnchorSideTop.Control = HeaderAlignLeftLabel
111
 
    AnchorSideTop.Side = asrBottom
112
 
    AnchorSideRight.Control = DragThresholdTrackBar
113
 
    AnchorSideRight.Side = asrBottom
114
 
    Left = 10
115
 
    Height = 25
116
 
    Top = 263
117
 
    Width = 332
118
 
    Frequency = 10
119
 
    Max = 200
120
 
    OnChange = HeaderAlignLeftTrackBarChange
121
 
    PageSize = 10
122
 
    Position = 0
123
 
    Anchors = [akTop, akLeft, akRight]
124
 
    ParentShowHint = False
125
 
    ShowHint = True
126
 
    TabOrder = 3
127
 
  end
128
 
  object SplitterWidthTrackBar: TTrackBar
129
 
    AnchorSideLeft.Control = DragThresholdTrackBar
130
 
    AnchorSideTop.Control = SplitterWidthLabel
131
 
    AnchorSideTop.Side = asrBottom
132
 
    AnchorSideRight.Control = DragThresholdTrackBar
133
 
    AnchorSideRight.Side = asrBottom
134
 
    Left = 10
135
 
    Height = 25
136
 
    Top = 81
137
 
    Width = 332
138
 
    Min = 1
139
 
    OnChange = SplitterWidthTrackBarChange
140
 
    Position = 1
141
 
    Anchors = [akTop, akLeft, akRight]
142
 
    ParentShowHint = False
143
 
    ShowHint = True
144
 
    TabOrder = 4
145
 
  end
146
 
  object ShowHeaderCaptionCheckBox: TCheckBox
147
 
    AnchorSideLeft.Control = ScaleOnResizeCheckBox
148
 
    AnchorSideTop.Control = ScaleOnResizeCheckBox
149
 
    AnchorSideTop.Side = asrBottom
150
 
    Left = 10
151
 
    Height = 22
152
 
    Top = 138
153
 
    Width = 225
154
 
    Caption = 'ShowHeaderCaptionCheckBox'
155
 
    ParentShowHint = False
156
 
    ShowHint = True
157
 
    TabOrder = 6
158
 
  end
159
 
  object HideHeaderCaptionForFloatingCheckBox: TCheckBox
160
 
    AnchorSideLeft.Control = ShowHeaderCaptionCheckBox
161
 
    AnchorSideTop.Control = ShowHeaderCaptionCheckBox
162
 
    AnchorSideTop.Side = asrBottom
163
 
    Left = 10
164
 
    Height = 22
165
 
    Top = 160
166
 
    Width = 294
167
 
    Caption = 'HideHeaderCaptionForFloatingCheckBox'
168
 
    ParentShowHint = False
169
 
    ShowHint = True
170
 
    TabOrder = 5
171
 
  end
172
 
end