Changeset 132
- Timestamp:
- Apr 10, 2022, 11:18:50 AM (4 years ago)
- Location:
- trunk/Packages
- Files:
- 
      - 2 deleted
- 7 edited
 
 - 
          
  Common (modified) (1 prop)
- 
          
  Common/Common.pas (deleted)
- 
          
  Common/UCommon.pas (modified) (1 diff)
- 
          
  Common/UListViewSort.pas (modified) (2 diffs)
- 
          
  SynEditEx (modified) (1 prop)
- 
          
  SynEditEx/SynEditEx.pas (deleted)
- 
          
  VCard (modified) (1 prop)
- 
          
  VCard/UVCard.pas (modified) (3 diffs)
- 
          
  VCard/VCard.lpk (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Packages/Common- Property svn:ignore
- 
      old new 1 1 lib 2 Common.pas 
 
- 
      
 
- Property svn:ignore
- 
      trunk/Packages/Common/UCommon.pasr127 r132 7 7 {$IFDEF UNIX}baseunix,{$ENDIF} 8 8 Classes, SysUtils, StrUtils, Dialogs, Process, LCLIntf, Graphics, 9 FileUtil ; //, ShFolder, ShellAPI;9 FileUtil, Generics.Collections; //, ShFolder, ShellAPI; 10 10 11 11 type 12 TObjects = TObjectList<TObject>; 12 13 TArrayOfByte = array of Byte; 13 14 TExceptionEvent = procedure(Sender: TObject; E: Exception) of object; 
- 
      trunk/Packages/Common/UListViewSort.pasr128 r132 6 6 7 7 uses 8 {$IFDEF Windows}Windows, CommCtrl, LMessages, {$ENDIF}Classes, Graphics, ComCtrls, SysUtils, 9 Controls, DateUtils, Dialogs, Forms, Grids, StdCtrls, ExtCtrls, 10 LclIntf, LclType, LResources, Generics.Collections, Generics.Defaults; 8 {$IFDEF Windows}Windows, CommCtrl, LMessages, {$ENDIF}Classes, Graphics, 9 ComCtrls, SysUtils, Controls, DateUtils, Dialogs, Forms, Grids, StdCtrls, 10 ExtCtrls, UCommon, LclIntf, LclType, LResources, Generics.Collections, 11 Generics.Defaults; 11 12 12 13 type … … 17 18 TCompareEvent = function (Item1, Item2: TObject): Integer of object; 18 19 TListFilterEvent = procedure (ListViewSort: TListViewSort) of object; 19 20 TObjects = TObjectList<TObject>;21 20 22 21 { TListViewSort } 
- 
      trunk/Packages/SynEditEx- Property svn:ignore
- 
      old new 1 1 lib 2 SynEditEx.pas 3 
 
- 
      
 
- Property svn:ignore
- 
      trunk/Packages/VCard- Property svn:ignore
- 
      old new 1 1 lib 2 VCard.pas 
 
- 
      
 
- Property svn:ignore
- 
      trunk/Packages/VCard/UVCard.pasr131 r132 4 4 5 5 uses 6 Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, 6 Classes, SysUtils, Dialogs, LazUTF8, Base64, Graphics, UCommon, 7 7 Generics.Collections, Generics.Defaults; 8 8 … … 139 139 property Encoding: TPropertyEncoding read GetEncoding write SetEncoding; 140 140 end; 141 142 TObjects = TObjectList<TObject>;143 141 144 142 { TContactProperties } … … 262 260 263 261 uses 264 UQuotedPrintable , UCommon;262 UQuotedPrintable; 265 263 266 264 const 
- 
      trunk/Packages/VCard/VCard.lpkr131 r132 30 30 <Other> 31 31 <CompilerMessages> 32 <IgnoredMessages idx 5071="True"/>32 <IgnoredMessages idx6058="True" idx5071="True" idx3124="True" idx3123="True"/> 33 33 </CompilerMessages> 34 34 </Other> 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  