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

« back to all changes in this revision

Viewing changes to components/filebrowser/frmfilebrowser.lrs

  • 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
 
{ Das ist eine automatisch erzeugte Lazarus-Ressourcendatei }
 
1
{ This is an automatically generated lazarus resource file }
2
2
 
3
3
LazarusResources.Add('TFileBrowserForm','FORMDATA',[
4
4
  'TPF0'#16'TFileBrowserForm'#15'FileBrowserForm'#4'Left'#3#28#1#6'Height'#3#211
5
5
  +#1#3'Top'#3' '#1#5'Width'#3'Y'#1#13'ActiveControl'#7#6'Panel1'#7'Caption'#6
6
6
  +#12'File Browser'#12'ClientHeight'#3#211#1#11'ClientWidth'#3'Y'#1#10'OnActiv'
7
7
  +'ate'#7#12'FormActivate'#7'OnClose'#7#9'FormClose'#8'OnCreate'#7#10'FormCrea'
8
 
  +'te'#6'OnShow'#7#8'FormShow'#10'LCLVersion'#6#6'0.9.29'#0#12'TFileListBox'#11
9
 
  +'FileListBox'#4'Left'#2#0#6'Height'#3#214#0#3'Top'#3#253#0#5'Width'#3'Y'#1#5
10
 
  +'Align'#7#8'alClient'#9'Directory'#6#13'/home/graemeg'#8'FileType'#11#9'ftAr'
11
 
  +'chive'#8'ftNormal'#0#10'ItemHeight'#2#0#10'OnDblClick'#7#19'FileListBoxDblC'
12
 
  +'lick'#8'TabOrder'#2#0#0#0#9'TTreeView'#2'TV'#4'Left'#2#0#6'Height'#3#185#0#3
13
 
  +'Top'#2'*'#5'Width'#3'Y'#1#5'Align'#7#5'alTop'#17'DefaultItemHeight'#2#15#8
14
 
  +'ReadOnly'#9#10'ScrollBars'#7#10'ssAutoBoth'#8'TabOrder'#2#1#10'OnExpanded'#7
15
 
  +#10'TVExpanded'#18'OnSelectionChanged'#7#18'TVSelectionChanged'#7'Options'#11
16
 
  +#17'tvoAutoItemHeight'#16'tvoHideSelection'#21'tvoKeepCollapsedNodes'#11'tvo'
17
 
  +'ReadOnly'#14'tvoShowButtons'#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTip'
18
 
  +'s'#0#0#0#6'TPanel'#6'Panel1'#4'Left'#2#0#6'Height'#2'*'#3'Top'#2#0#5'Width'
19
 
  +#3'Y'#1#5'Align'#7#5'alTop'#10'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'*'
20
 
  +#11'ClientWidth'#3'Y'#1#8'TabOrder'#2#2#0#9'TCheckBox'#8'cbHidden'#4'Left'#3
21
 
  +#208#0#6'Height'#2#17#3'Top'#2#18#5'Width'#2'e'#7'Caption'#6#17'Show hidden '
22
 
  +'files'#8'OnChange'#7#14'cbHiddenChange'#8'TabOrder'#2#0#0#0#7'TButton'#12'b'
23
 
  +'tnConfigure'#4'Left'#2#8#6'Height'#2#28#3'Top'#2#7#5'Width'#2'Z'#7'Caption'
24
 
  +#6#9'Configure'#7'OnClick'#7#17'btnConfigureClick'#8'TabOrder'#2#1#0#0#7'TBu'
25
 
  +'tton'#9'btnReload'#4'Left'#2'h'#6'Height'#2#28#3'Top'#2#7#5'Width'#2'Z'#7'C'
26
 
  +'aption'#6#6'Reload'#7'OnClick'#7#14'btnReloadClick'#8'TabOrder'#2#2#0#0#0#9
27
 
  +'TSplitter'#9'Splitter1'#6'Cursor'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3
28
 
  +'Top'#3#227#0#5'Width'#3'Y'#1#5'Align'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'
29
 
  +#0#0#15'TFilterComboBox'#14'FilterComboBox'#4'Left'#2#0#6'Height'#2#21#3'Top'
30
 
  +#3#232#0#5'Width'#3'Y'#1#5'Align'#7#5'alTop'#8'TabOrder'#2#4#8'OnChange'#7#20
31
 
  +'FilterComboBoxChange'#0#0#0
 
8
  +'te'#6'OnShow'#7#8'FormShow'#10'LCLVersion'#6#6'0.9.31'#0#12'TFileListBox'#11
 
9
  +'FileListBox'#4'Left'#2#0#6'Height'#3#207#0#3'Top'#3#4#1#5'Width'#3'Y'#1#5'A'
 
10
  +'lign'#7#8'alClient'#9'Directory'#6#13'/home/graemeg'#8'FileType'#11#9'ftArc'
 
11
  +'hive'#8'ftNormal'#0#10'ItemHeight'#2#22#10'OnDblClick'#7#19'FileListBoxDblC'
 
12
  +'lick'#10'OnKeyPress'#7#19'FileListBoxKeyPress'#8'TabOrder'#2#0#0#0#9'TTreeV'
 
13
  +'iew'#2'TV'#4'Left'#2#0#6'Height'#3#185#0#3'Top'#2'*'#5'Width'#3'Y'#1#5'Alig'
 
14
  +'n'#7#5'alTop'#17'DefaultItemHeight'#2#18#8'ReadOnly'#9#10'ScrollBars'#7#10
 
15
  +'ssAutoBoth'#8'TabOrder'#2#1#10'OnExpanded'#7#10'TVExpanded'#18'OnSelectionC'
 
16
  +'hanged'#7#18'TVSelectionChanged'#7'Options'#11#17'tvoAutoItemHeight'#16'tvo'
 
17
  +'HideSelection'#21'tvoKeepCollapsedNodes'#11'tvoReadOnly'#14'tvoShowButtons'
 
18
  +#12'tvoShowLines'#11'tvoShowRoot'#11'tvoToolTips'#0#0#0#6'TPanel'#6'Panel1'#4
 
19
  +'Left'#2#0#6'Height'#2'*'#3'Top'#2#0#5'Width'#3'Y'#1#5'Align'#7#5'alTop'#10
 
20
  +'BevelOuter'#7#6'bvNone'#12'ClientHeight'#2'*'#11'ClientWidth'#3'Y'#1#8'TabO'
 
21
  +'rder'#2#2#0#9'TCheckBox'#8'cbHidden'#4'Left'#3#208#0#6'Height'#2#24#3'Top'#2
 
22
  +#18#5'Width'#3#132#0#7'Caption'#6#17'Show hidden files'#8'OnChange'#7#14'cbH'
 
23
  +'iddenChange'#8'TabOrder'#2#0#0#0#7'TButton'#12'btnConfigure'#4'Left'#2#8#6
 
24
  +'Height'#2#28#3'Top'#2#7#5'Width'#2'Z'#7'Caption'#6#9'Configure'#7'OnClick'#7
 
25
  +#17'btnConfigureClick'#8'TabOrder'#2#1#0#0#7'TButton'#9'btnReload'#4'Left'#2
 
26
  +'h'#6'Height'#2#28#3'Top'#2#7#5'Width'#2'Z'#7'Caption'#6#6'Reload'#7'OnClick'
 
27
  +#7#14'btnReloadClick'#8'TabOrder'#2#2#0#0#0#9'TSplitter'#9'Splitter1'#6'Curs'
 
28
  +'or'#7#8'crVSplit'#4'Left'#2#0#6'Height'#2#5#3'Top'#3#227#0#5'Width'#3'Y'#1#5
 
29
  +'Align'#7#5'alTop'#12'ResizeAnchor'#7#5'akTop'#0#0#15'TFilterComboBox'#14'Fi'
 
30
  +'lterComboBox'#4'Left'#2#0#6'Height'#2#28#3'Top'#3#232#0#5'Width'#3'Y'#1#5'A'
 
31
  +'lign'#7#5'alTop'#8'TabOrder'#2#4#8'OnChange'#7#20'FilterComboBoxChange'#8'O'
 
32
  +'nSelect'#7#20'FilterComboBoxSelect'#0#0#0
32
33
]);