Changeset 21


Ignore:
Timestamp:
May 8, 2019, 12:11:40 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 2.0.
  • Modified: Used .lrj files instead of .lrt files.
  • Removed: TemplateGenerics package.
Location:
trunk
Files:
10 added
4 deleted
41 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore
      •  

        old new  
        1 *.lrj
         1
  • trunk/Forms/UFormAbout.lfm

    r7 r21  
    11object FormAbout: TFormAbout
    22  Left = 522
    3   Height = 387
     3  Height = 580
    44  Top = 335
    5   Width = 524
     5  Width = 786
    66  Caption = 'About'
    7   ClientHeight = 387
    8   ClientWidth = 524
     7  ClientHeight = 580
     8  ClientWidth = 786
     9  DesignTimePPI = 144
    910  OnCreate = FormCreate
    1011  OnShow = FormShow
    1112  Position = poScreenCenter
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object LabelDescription: TLabel
    14     Left = 25
    15     Height = 40
    16     Top = 137
    17     Width = 474
     15    Left = 38
     16    Height = 60
     17    Top = 206
     18    Width = 710
    1819    Align = alTop
    1920    AutoSize = False
    20     BorderSpacing.Around = 25
     21    BorderSpacing.Around = 38
    2122    ParentColor = False
     23    ParentFont = False
    2224    WordWrap = True
    2325  end
    2426  object ButtonClose: TButton
    25     Left = 383
    26     Height = 31
    27     Top = 337
    28     Width = 116
     27    Left = 574
     28    Height = 46
     29    Top = 506
     30    Width = 174
    2931    Anchors = [akRight, akBottom]
    3032    Caption = 'Close'
    3133    ModalResult = 1
     34    ParentFont = False
    3235    TabOrder = 0
    3336  end
    3437  object LabelContent: TLabel
    35     Left = 25
     38    Left = 38
    3639    Height = 26
    37     Top = 202
    38     Width = 474
     40    Top = 304
     41    Width = 710
    3942    Align = alTop
    40     BorderSpacing.Around = 25
     43    BorderSpacing.Around = 38
    4144    Caption = '   '
    4245    ParentColor = False
     46    ParentFont = False
    4347  end
    4448  object ButtonHomePage: TButton
    45     Left = 20
    46     Height = 31
    47     Top = 337
    48     Width = 220
     49    Left = 30
     50    Height = 46
     51    Top = 506
     52    Width = 330
    4953    Anchors = [akLeft, akBottom]
    5054    Caption = 'Home page'
    5155    OnClick = ButtonHomePageClick
     56    ParentFont = False
    5257    TabOrder = 1
    5358  end
    5459  object PanelTitle: TPanel
    5560    Left = 0
    56     Height = 112
     61    Height = 168
    5762    Top = 0
    58     Width = 524
     63    Width = 786
    5964    Align = alTop
    6065    BevelOuter = bvNone
    61     ClientHeight = 112
    62     ClientWidth = 524
     66    ClientHeight = 168
     67    ClientWidth = 786
     68    ParentFont = False
    6369    TabOrder = 2
    6470    object LabelAppName: TLabel
    6571      Left = 112
    66       Height = 80
     72      Height = 136
    6773      Top = 24
    68       Width = 394
     74      Width = 656
    6975      Align = alCustom
    7076      Anchors = [akTop, akLeft, akRight, akBottom]
    7177      AutoSize = False
    72       BorderSpacing.Around = 25
    73       Font.Height = -50
     78      BorderSpacing.Around = 38
     79      Font.Height = -75
    7480      ParentColor = False
    7581      ParentFont = False
    7682    end
    7783    object Image1: TImage
    78       Left = 24
    79       Height = 64
    80       Top = 24
    81       Width = 64
     84      Left = 36
     85      Height = 96
     86      Top = 36
     87      Width = 96
    8288      Proportional = True
    8389      Stretch = True
  • trunk/Forms/UFormContact.lfm

    r15 r21  
    11object FormContact: TFormContact
    22  Left = 423
    3   Height = 490
     3  Height = 588
    44  Top = 271
    5   Width = 762
     5  Width = 914
    66  Caption = 'Contact'
    7   ClientHeight = 490
    8   ClientWidth = 762
    9   DesignTimePPI = 120
     7  ClientHeight = 588
     8  ClientWidth = 914
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.0.0.4'
    1414  object PageControlContact: TPageControl
    15     Left = 8
    16     Height = 424
    17     Top = 8
    18     Width = 744
     15    Left = 10
     16    Height = 508
     17    Top = 10
     18    Width = 892
    1919    ActivePage = TabSheetAll
    2020    Anchors = [akTop, akLeft, akRight, akBottom]
     21    ParentFont = False
    2122    TabIndex = 2
    2223    TabOrder = 0
    2324    object TabSheetGeneral: TTabSheet
    2425      Caption = 'General'
    25       ClientHeight = 391
    26       ClientWidth = 736
     26      ClientHeight = 468
     27      ClientWidth = 882
     28      ParentFont = False
    2729      object Label1: TLabel
    28         Left = 13
    29         Height = 20
    30         Top = 13
     30        Left = 16
     31        Height = 20
     32        Top = 16
    3133        Width = 43
    3234        Caption = 'Name:'
    3335        ParentColor = False
     36        ParentFont = False
    3437      end
    3538      object EditName: TEdit
    36         Left = 120
    37         Height = 28
    38         Top = 16
    39         Width = 212
     39        Left = 144
     40        Height = 28
     41        Top = 19
     42        Width = 254
     43        ParentFont = False
    4044        TabOrder = 0
    4145      end
    4246      object Label2: TLabel
    43         Left = 13
    44         Height = 20
    45         Top = 47
     47        Left = 16
     48        Height = 20
     49        Top = 56
    4650        Width = 74
    4751        Caption = 'Cell phone:'
    4852        ParentColor = False
     53        ParentFont = False
    4954      end
    5055      object EditCellPhone: TEdit
    51         Left = 120
    52         Height = 28
    53         Top = 47
    54         Width = 212
     56        Left = 144
     57        Height = 28
     58        Top = 56
     59        Width = 254
     60        ParentFont = False
    5561        TabOrder = 1
    5662      end
    5763      object EditPhone: TEdit
    58         Left = 120
    59         Height = 28
    60         Top = 83
    61         Width = 212
     64        Left = 144
     65        Height = 28
     66        Top = 100
     67        Width = 254
     68        ParentFont = False
    6269        TabOrder = 2
    6370      end
    6471      object Label3: TLabel
    65         Left = 13
    66         Height = 20
    67         Top = 81
     72        Left = 16
     73        Height = 20
     74        Top = 97
    6875        Width = 44
    6976        Caption = 'Phone:'
    7077        ParentColor = False
     78        ParentFont = False
    7179      end
    7280      object EditEmail: TEdit
    73         Left = 479
    74         Height = 28
    75         Top = 49
    76         Width = 212
     81        Left = 575
     82        Height = 28
     83        Top = 59
     84        Width = 254
     85        ParentFont = False
    7786        TabOrder = 3
    7887      end
    7988      object Label4: TLabel
    80         Left = 360
    81         Height = 20
    82         Top = 47
     89        Left = 432
     90        Height = 20
     91        Top = 56
    8392        Width = 46
    8493        Caption = 'E-mail:'
    8594        ParentColor = False
     95        ParentFont = False
    8696      end
    8797      object EditSurname: TEdit
    88         Left = 479
    89         Height = 28
    90         Top = 15
    91         Width = 212
     98        Left = 575
     99        Height = 28
     100        Top = 18
     101        Width = 254
     102        ParentFont = False
    92103        TabOrder = 4
    93104      end
    94105      object Label5: TLabel
    95         Left = 360
    96         Height = 20
    97         Top = 13
     106        Left = 432
     107        Height = 20
     108        Top = 16
    98109        Width = 61
    99110        Caption = 'Surname:'
    100111        ParentColor = False
     112        ParentFont = False
    101113      end
    102114      object MemoNotes: TMemo
    103         Left = 13
    104         Height = 185
    105         Top = 192
    106         Width = 708
     115        Left = 16
     116        Height = 146
     117        Top = 230
     118        Width = 702
    107119        Anchors = [akTop, akLeft, akRight, akBottom]
     120        ParentFont = False
    108121        TabOrder = 5
    109122      end
    110123      object Label6: TLabel
    111         Left = 16
    112         Height = 20
    113         Top = 168
     124        Left = 19
     125        Height = 20
     126        Top = 202
    114127        Width = 42
    115128        Caption = 'Notes:'
    116129        ParentColor = False
     130        ParentFont = False
    117131      end
    118132      object EditEmailHome: TEdit
    119         Left = 479
    120         Height = 28
    121         Top = 83
    122         Width = 212
     133        Left = 575
     134        Height = 28
     135        Top = 100
     136        Width = 254
     137        ParentFont = False
    123138        TabOrder = 6
    124139      end
    125140      object Label20: TLabel
    126         Left = 360
    127         Height = 20
    128         Top = 80
     141        Left = 432
     142        Height = 20
     143        Top = 96
    129144        Width = 101
    130145        Caption = 'E-mail (Home):'
    131146        ParentColor = False
     147        ParentFont = False
    132148      end
    133149      object EditEmailWork: TEdit
    134         Left = 479
    135         Height = 28
    136         Top = 122
    137         Width = 212
     150        Left = 575
     151        Height = 28
     152        Top = 146
     153        Width = 254
     154        ParentFont = False
    138155        TabOrder = 7
    139156      end
    140157      object Label21: TLabel
    141         Left = 360
    142         Height = 20
    143         Top = 120
     158        Left = 432
     159        Height = 20
     160        Top = 144
    144161        Width = 95
    145162        Caption = 'E-mail (Work):'
    146163        ParentColor = False
     164        ParentFont = False
    147165      end
    148166      object EditBirthday: TEdit
    149         Left = 120
    150         Height = 28
    151         Top = 120
    152         Width = 212
     167        Left = 144
     168        Height = 28
     169        Top = 144
     170        Width = 254
     171        ParentFont = False
    153172        TabOrder = 8
    154173      end
    155174      object Label22: TLabel
    156         Left = 13
    157         Height = 20
    158         Top = 120
     175        Left = 16
     176        Height = 20
     177        Top = 144
    159178        Width = 58
    160179        Caption = 'Birthday:'
    161180        ParentColor = False
     181        ParentFont = False
    162182      end
    163183    end
    164184    object TabSheetDetails: TTabSheet
    165185      Caption = 'Details'
    166       ClientHeight = 391
    167       ClientWidth = 736
     186      ClientHeight = 468
     187      ClientWidth = 882
     188      ParentFont = False
    168189      object Label7: TLabel
    169         Left = 8
    170         Height = 20
    171         Top = 15
     190        Left = 10
     191        Height = 20
     192        Top = 18
    172193        Width = 99
    173194        Caption = 'Phone (Home):'
    174195        ParentColor = False
     196        ParentFont = False
    175197      end
    176198      object EditPhoneHome: TEdit
    177         Left = 144
    178         Height = 28
    179         Top = 15
    180         Width = 212
     199        Left = 173
     200        Height = 28
     201        Top = 18
     202        Width = 254
     203        ParentFont = False
    181204        TabOrder = 0
    182205      end
    183206      object Label8: TLabel
    184         Left = 8
    185         Height = 20
    186         Top = 51
     207        Left = 10
     208        Height = 20
     209        Top = 61
    187210        Width = 93
    188211        Caption = 'Phone (Work):'
    189212        ParentColor = False
     213        ParentFont = False
    190214      end
    191215      object EditPhoneWork: TEdit
    192         Left = 144
    193         Height = 28
    194         Top = 51
    195         Width = 212
     216        Left = 173
     217        Height = 28
     218        Top = 61
     219        Width = 254
     220        ParentFont = False
    196221        TabOrder = 1
    197222      end
    198223      object Label9: TLabel
    199         Left = 8
    200         Height = 20
    201         Top = 88
     224        Left = 10
     225        Height = 20
     226        Top = 106
    202227        Width = 129
    203228        Caption = 'Cell phone (Home):'
    204229        ParentColor = False
     230        ParentFont = False
    205231      end
    206232      object EditCellPhoneHome: TEdit
    207         Left = 144
    208         Height = 28
    209         Top = 90
    210         Width = 212
     233        Left = 173
     234        Height = 28
     235        Top = 108
     236        Width = 254
     237        ParentFont = False
    211238        TabOrder = 2
    212239      end
    213240      object Label10: TLabel
    214         Left = 8
    215         Height = 20
    216         Top = 122
     241        Left = 10
     242        Height = 20
     243        Top = 146
    217244        Width = 123
    218245        Caption = 'Cell phone (Work):'
    219246        ParentColor = False
     247        ParentFont = False
    220248      end
    221249      object EditCellPhoneWork: TEdit
    222         Left = 144
    223         Height = 28
    224         Top = 122
    225         Width = 212
     250        Left = 173
     251        Height = 28
     252        Top = 146
     253        Width = 254
     254        ParentFont = False
    226255        TabOrder = 3
    227256      end
    228257      object Label11: TLabel
    229         Left = 376
    230         Height = 20
    231         Top = 13
     258        Left = 451
     259        Height = 20
     260        Top = 16
    232261        Width = 25
    233262        Caption = 'Fax:'
    234263        ParentColor = False
     264        ParentFont = False
    235265      end
    236266      object EditFax: TEdit
    237         Left = 487
    238         Height = 28
    239         Top = 15
    240         Width = 212
     267        Left = 584
     268        Height = 28
     269        Top = 18
     270        Width = 254
     271        ParentFont = False
    241272        TabOrder = 4
    242273      end
    243274      object Label12: TLabel
    244         Left = 376
    245         Height = 20
    246         Top = 48
     275        Left = 451
     276        Height = 20
     277        Top = 58
    247278        Width = 80
    248279        Caption = 'Fax (Home):'
    249280        ParentColor = False
     281        ParentFont = False
    250282      end
    251283      object EditFaxHome: TEdit
    252         Left = 487
    253         Height = 28
    254         Top = 51
    255         Width = 212
     284        Left = 584
     285        Height = 28
     286        Top = 61
     287        Width = 254
     288        ParentFont = False
    256289        TabOrder = 5
    257290      end
    258291      object Label13: TLabel
    259         Left = 376
    260         Height = 20
    261         Top = 88
     292        Left = 451
     293        Height = 20
     294        Top = 106
    262295        Width = 74
    263296        Caption = 'Fax (Work):'
    264297        ParentColor = False
     298        ParentFont = False
    265299      end
    266300      object EditFaxWork: TEdit
    267         Left = 487
    268         Height = 28
    269         Top = 90
    270         Width = 212
     301        Left = 584
     302        Height = 28
     303        Top = 108
     304        Width = 254
     305        ParentFont = False
    271306        TabOrder = 6
    272307      end
    273308      object Label14: TLabel
    274         Left = 376
    275         Height = 20
    276         Top = 120
     309        Left = 451
     310        Height = 20
     311        Top = 144
    277312        Width = 41
    278313        Caption = 'Pager:'
    279314        ParentColor = False
     315        ParentFont = False
    280316      end
    281317      object EditPager: TEdit
    282         Left = 487
    283         Height = 28
    284         Top = 122
    285         Width = 212
     318        Left = 584
     319        Height = 28
     320        Top = 146
     321        Width = 254
     322        ParentFont = False
    286323        TabOrder = 7
    287324      end
    288325      object Label15: TLabel
    289         Left = 8
    290         Height = 20
    291         Top = 184
     326        Left = 10
     327        Height = 20
     328        Top = 221
    292329        Width = 72
    293330        Caption = 'Web page:'
    294331        ParentColor = False
     332        ParentFont = False
    295333      end
    296334      object EditWebPage: TEdit
    297         Left = 144
    298         Height = 28
    299         Top = 184
    300         Width = 212
     335        Left = 173
     336        Height = 28
     337        Top = 221
     338        Width = 254
     339        ParentFont = False
    301340        TabOrder = 8
    302341      end
    303342      object Label16: TLabel
    304         Left = 8
    305         Height = 20
    306         Top = 216
     343        Left = 10
     344        Height = 20
     345        Top = 259
    307346        Width = 127
    308347        Caption = 'Web page (Home):'
    309348        ParentColor = False
     349        ParentFont = False
    310350      end
    311351      object EditWebPageHome: TEdit
    312         Left = 144
    313         Height = 28
    314         Top = 216
    315         Width = 212
     352        Left = 173
     353        Height = 28
     354        Top = 259
     355        Width = 254
     356        ParentFont = False
    316357        TabOrder = 9
    317358      end
    318359      object Label17: TLabel
    319         Left = 8
    320         Height = 20
    321         Top = 248
     360        Left = 10
     361        Height = 20
     362        Top = 298
    322363        Width = 121
    323364        Caption = 'Web page (Work):'
    324365        ParentColor = False
     366        ParentFont = False
    325367      end
    326368      object EditWebPageWork: TEdit
    327         Left = 144
    328         Height = 28
    329         Top = 248
    330         Width = 212
     369        Left = 173
     370        Height = 28
     371        Top = 298
     372        Width = 254
     373        ParentFont = False
    331374        TabOrder = 10
    332375      end
    333376      object Label18: TLabel
    334         Left = 375
    335         Height = 20
    336         Top = 184
     377        Left = 450
     378        Height = 20
     379        Top = 221
    337380        Width = 32
    338381        Caption = 'Title:'
    339382        ParentColor = False
     383        ParentFont = False
    340384      end
    341385      object EditTitle: TEdit
    342         Left = 487
    343         Height = 28
    344         Top = 184
    345         Width = 212
     386        Left = 584
     387        Height = 28
     388        Top = 221
     389        Width = 254
     390        ParentFont = False
    346391        TabOrder = 11
    347392      end
    348393      object Label19: TLabel
    349         Left = 375
    350         Height = 20
    351         Top = 216
     394        Left = 450
     395        Height = 20
     396        Top = 259
    352397        Width = 56
    353398        Caption = 'Address:'
    354399        ParentColor = False
     400        ParentFont = False
    355401      end
    356402      object EditAddress: TEdit
    357         Left = 488
    358         Height = 28
    359         Top = 216
    360         Width = 212
     403        Left = 586
     404        Height = 28
     405        Top = 259
     406        Width = 254
     407        ParentFont = False
    361408        TabOrder = 12
    362409      end
    363410      object LabelOrganization: TLabel
    364         Left = 376
    365         Height = 20
    366         Top = 248
     411        Left = 451
     412        Height = 20
     413        Top = 298
    367414        Width = 89
    368415        Caption = 'Organization:'
    369416        ParentColor = False
     417        ParentFont = False
    370418      end
    371419      object EditOrganization: TEdit
    372         Left = 487
    373         Height = 28
    374         Top = 248
    375         Width = 212
     420        Left = 584
     421        Height = 28
     422        Top = 298
     423        Width = 254
     424        ParentFont = False
    376425        TabOrder = 13
    377426      end
     
    379428    object TabSheetAll: TTabSheet
    380429      Caption = 'All fields'
    381       ClientHeight = 391
    382       ClientWidth = 736
     430      ClientHeight = 468
     431      ClientWidth = 882
    383432      OnShow = TabSheetAllShow
     433      ParentFont = False
    384434      object ListView1: TListView
    385         Left = 8
    386         Height = 368
    387         Top = 16
    388         Width = 721
     435        Left = 10
     436        Height = 441
     437        Top = 19
     438        Width = 864
    389439        Anchors = [akTop, akLeft, akRight, akBottom]
    390440        Columns = <       
    391441          item
    392442            Caption = 'Item'
    393             Width = 200
     443            Width = 240
    394444          end       
    395445          item
    396446            Caption = 'Value'
    397             Width = 200
     447            Width = 609
    398448          end>
    399449        OwnerData = True
     450        ParentFont = False
    400451        PopupMenu = PopupMenu1
    401452        ReadOnly = True
     
    409460  end
    410461  object ButtonCancel: TButton
    411     Left = 656
    412     Height = 31
    413     Top = 448
    414     Width = 96
     462    Left = 787
     463    Height = 37
     464    Top = 538
     465    Width = 115
    415466    Anchors = [akRight, akBottom]
    416467    Caption = 'Cancel'
    417468    ModalResult = 2
     469    ParentFont = False
    418470    TabOrder = 1
    419471  end
    420472  object ButtonOk: TButton
    421     Left = 544
    422     Height = 31
    423     Top = 448
    424     Width = 99
     473    Left = 652
     474    Height = 37
     475    Top = 538
     476    Width = 119
    425477    Anchors = [akRight, akBottom]
    426478    Caption = 'OK'
    427479    ModalResult = 1
     480    ParentFont = False
    428481    TabOrder = 2
    429482  end
    430483  object ActionList1: TActionList
    431484    Images = Core.ImageList1
    432     left = 317
    433     top = 157
     485    left = 380
     486    top = 188
    434487    object AEditField: TAction
    435488      Caption = 'Edit'
     
    439492  object PopupMenu1: TPopupMenu
    440493    Images = Core.ImageList1
    441     left = 172
    442     top = 159
     494    left = 206
     495    top = 191
    443496    object MenuItem1: TMenuItem
    444497      Action = AEditField
  • trunk/Forms/UFormContacts.lfm

    r19 r21  
    11object FormContacts: TFormContacts
    22  Left = 400
    3   Height = 605
     3  Height = 908
    44  Top = 212
    5   Width = 807
     5  Width = 1210
    66  Caption = 'Contacts'
    7   ClientHeight = 605
    8   ClientWidth = 807
     7  ClientHeight = 908
     8  ClientWidth = 1210
     9  DesignTimePPI = 144
    910  OnClose = FormClose
    1011  OnCreate = FormCreate
    1112  OnShow = FormShow
    12   LCLVersion = '1.8.0.4'
     13  LCLVersion = '2.0.0.4'
    1314  object ListView1: TListView
    1415    Left = 0
    15     Height = 579
     16    Height = 869
    1617    Top = 0
    17     Width = 807
     18    Width = 1210
    1819    Align = alClient
    1920    Columns = <   
    2021      item
    2122        Caption = 'Full Name'
    22         Width = 200
     23        Width = 300
    2324      end   
    2425      item
    2526        Caption = 'First name'
    26         Width = 100
     27        Width = 150
    2728      end   
    2829      item
    2930        Caption = 'Middle name'
    30         Width = 100
     31        Width = 150
    3132      end   
    3233      item
    3334        Caption = 'Last Name'
    34         Width = 100
     35        Width = 150
    3536      end   
    3637      item
    3738        Caption = 'Cell phone'
    38         Width = 100
     39        Width = 150
    3940      end   
    4041      item
    4142        Caption = 'Home phone'
    42         Width = 187
     43        Width = 295
    4344      end>
    4445    MultiSelect = True
    4546    OwnerData = True
     47    ParentFont = False
    4648    PopupMenu = PopupMenuContact
    4749    ReadOnly = True
     
    5557  object ToolBar1: TToolBar
    5658    Left = 0
    57     Height = 26
    58     Top = 579
    59     Width = 807
     59    Height = 39
     60    Top = 869
     61    Width = 1210
    6062    Align = alBottom
    6163    Images = Core.ImageList1
     64    ParentFont = False
    6265    TabOrder = 1
    6366    object ToolButton1: TToolButton
     
    6770    end
    6871    object ToolButton2: TToolButton
    69       Left = 30
     72      Left = 36
    7073      Top = 2
    7174      Action = AModify
    7275    end
    7376    object ToolButton3: TToolButton
    74       Left = 59
     77      Left = 71
    7578      Top = 2
    7679      Action = ARemove
     
    7982  object PopupMenuContact: TPopupMenu
    8083    Images = Core.ImageList1
    81     left = 290
    82     top = 175
     84    left = 435
     85    top = 263
    8386    object MenuItem1: TMenuItem
    8487      Action = AAdd
     
    9699  object ActionList1: TActionList
    97100    Images = Core.ImageList1
    98     left = 488
    99     top = 171
     101    left = 732
     102    top = 257
    100103    object AAdd: TAction
    101104      Caption = 'Add'
  • trunk/Forms/UFormFindDuplicity.lfm

    r18 r21  
    11object FormFindDuplicity: TFormFindDuplicity
    22  Left = 455
    3   Height = 401
     3  Height = 481
    44  Top = 397
    5   Width = 584
     5  Width = 701
    66  Caption = 'Find duplicities'
    7   ClientHeight = 401
    8   ClientWidth = 584
    9   DesignTimePPI = 120
     7  ClientHeight = 481
     8  ClientWidth = 701
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnDestroy = FormDestroy
    1313  OnShow = FormShow
    14   LCLVersion = '1.8.0.6'
     14  LCLVersion = '2.0.0.4'
    1515  object ListView1: TListView
    16     Left = 4
    17     Height = 345
    18     Top = 52
    19     Width = 576
     16    Left = 5
     17    Height = 413
     18    Top = 63
     19    Width = 691
    2020    Align = alClient
    21     BorderSpacing.Around = 4
     21    BorderSpacing.Around = 5
    2222    Columns = <   
    2323      item
    2424        Caption = 'Field'
    25         Width = 150
     25        Width = 180
    2626      end   
    2727      item
    2828        Caption = 'Contacts'
    29         Width = 300
     29        Width = 360
    3030      end   
    3131      item
    3232        Caption = 'Count'
    33         Width = 70
     33        Width = 136
    3434      end>
    3535    OwnerData = True
     36    ParentFont = False
    3637    PopupMenu = PopupMenu1
    3738    ReadOnly = True
     
    4445  object Panel1: TPanel
    4546    Left = 0
    46     Height = 48
     47    Height = 58
    4748    Top = 0
    48     Width = 584
     49    Width = 701
    4950    Align = alTop
    5051    BevelOuter = bvNone
    51     ClientHeight = 48
    52     ClientWidth = 584
     52    ClientHeight = 58
     53    ClientWidth = 701
     54    ParentFont = False
    5355    TabOrder = 1
    5456    object ComboBoxField: TComboBox
    55       Left = 144
    56       Height = 28
    57       Top = 12
    58       Width = 272
    59       ItemHeight = 20
     57      Left = 173
     58      Height = 42
     59      Top = 14
     60      Width = 326
     61      ItemHeight = 0
    6062      OnChange = ComboBoxFieldChange
     63      ParentFont = False
    6164      Style = csDropDownList
    6265      TabOrder = 0
    6366    end
    6467    object Label1: TLabel
    65       Left = 11
    66       Height = 20
    67       Top = 16
    68       Width = 88
     68      Left = 13
     69      Height = 26
     70      Top = 19
     71      Width = 113
    6972      Caption = 'Contact field:'
    7073      ParentColor = False
     74      ParentFont = False
    7175    end
    7276  end
    7377  object ActionList1: TActionList
    74     left = 218
    75     top = 128
     78    left = 262
     79    top = 154
    7680    object AShowContacts: TAction
    7781      Caption = 'Show contacts'
     
    8084  end
    8185  object PopupMenu1: TPopupMenu
    82     left = 75
    83     top = 124
     86    left = 90
     87    top = 149
    8488    object MenuItem1: TMenuItem
    8589      Action = AShowContacts
  • trunk/Forms/UFormGenerate.lfm

    r17 r21  
    11object FormGenerate: TFormGenerate
    22  Left = 464
    3   Height = 468
     3  Height = 562
    44  Top = 368
    5   Width = 677
     5  Width = 812
    66  Caption = 'Generate contacts'
    7   ClientHeight = 468
    8   ClientWidth = 677
    9   DesignTimePPI = 120
     7  ClientHeight = 562
     8  ClientWidth = 812
     9  DesignTimePPI = 144
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
    1212  OnShow = FormShow
    13   LCLVersion = '1.8.0.6'
     13  LCLVersion = '2.0.0.4'
    1414  object Label1: TLabel
    15     Left = 16
    16     Height = 20
    17     Top = 16
    18     Width = 42
     15    Left = 19
     16    Height = 26
     17    Top = 19
     18    Width = 56
    1919    Caption = 'Count:'
    2020    ParentColor = False
     21    ParentFont = False
    2122  end
    2223  object SpinEditCount: TSpinEdit
    23     Left = 129
    24     Height = 28
    25     Top = 15
    26     Width = 127
     24    Left = 155
     25    Height = 43
     26    Top = 18
     27    Width = 152
    2728    MaxValue = 1000000000
    2829    MinValue = 1
     30    ParentFont = False
    2931    TabOrder = 0
    3032    Value = 1
    3133  end
    3234  object ButtonGenerate: TButton
    33     Left = 16
    34     Height = 31
    35     Top = 144
    36     Width = 94
     35    Left = 19
     36    Height = 37
     37    Top = 173
     38    Width = 113
    3739    Caption = 'Generate'
    3840    OnClick = ButtonGenerateClick
     41    ParentFont = False
    3942    TabOrder = 1
    4043  end
  • trunk/Forms/UFormMain.lfm

    r19 r21  
    11object FormMain: TFormMain
    22  Left = 601
    3   Height = 531
     3  Height = 796
    44  Top = 447
    5   Width = 785
     5  Width = 1178
    66  Caption = 'vCard Studio'
    7   ClientHeight = 497
    8   ClientWidth = 785
     7  ClientHeight = 762
     8  ClientWidth = 1178
     9  DesignTimePPI = 144
    910  Menu = MainMenu1
    1011  OnClose = FormClose
     
    1314  OnDestroy = FormDestroy
    1415  OnShow = FormShow
    15   LCLVersion = '1.8.0.4'
     16  LCLVersion = '2.0.0.4'
    1617  object CoolBar1: TCoolBar
    1718    Left = 0
    18     Height = 38
     19    Height = 43
    1920    Top = 0
    20     Width = 785
     21    Width = 1178
    2122    AutoSize = True
    2223    Bands = <   
     
    3233        Width = 64
    3334      end>
     35    ParentFont = False
    3436    object ToolBarFile: TToolBar
    3537      AnchorSideLeft.Control = CoolBar1
    3638      AnchorSideTop.Control = CoolBar1
    3739      Left = 24
    38       Height = 28
     40      Height = 33
    3941      Top = 5
    40       Width = 132
     42      Width = 159
    4143      Align = alNone
    4244      AutoSize = True
     
    4648      EdgeOuter = esNone
    4749      Images = Core.ImageList1
     50      ParentFont = False
    4851      ParentShowHint = False
    4952      ShowHint = True
     
    5659      end
    5760      object ToolButton2: TToolButton
    58         Left = 30
     61        Left = 36
    5962        Top = 0
    6063        Action = Core.AFileOpen
     
    6366      end
    6467      object ToolButton3: TToolButton
    65         Left = 74
     68        Left = 89
    6669        Top = 0
    6770        Action = Core.AFileSave
    6871      end
    6972      object ToolButton4: TToolButton
    70         Left = 103
     73        Left = 124
    7174        Top = 0
    7275        Action = Core.AFileClose
     
    7780      AnchorSideTop.Control = CoolBar1
    7881      Left = 188
    79       Height = 28
     82      Height = 33
    8083      Top = 5
    81       Width = 59
     84      Width = 71
    8285      Align = alNone
    8386      AutoSize = True
     
    8790      EdgeOuter = esNone
    8891      Images = Core.ImageList1
     92      ParentFont = False
    8993      ParentShowHint = False
    9094      ShowHint = True
     
    9296      Transparent = True
    9397      object ToolButton5: TToolButton
    94         Left = 30
     98        Left = 36
    9599        Top = 0
    96100        Action = Core.ASettings
     
    105109  object StatusBar1: TStatusBar
    106110    Left = 0
    107     Height = 30
    108     Top = 467
    109     Width = 785
     111    Height = 28
     112    Top = 734
     113    Width = 1178
    110114    Panels = <   
    111115      item
    112         Width = 200
     116        Width = 300
    113117      end>
     118    ParentFont = False
    114119    SimplePanel = False
    115120  end
    116121  object MainMenu1: TMainMenu
    117122    Images = Core.ImageList1
    118     left = 128
    119     top = 80
     123    left = 192
     124    top = 120
    120125    object MenuItemFile: TMenuItem
    121126      Caption = 'File'
     
    182187  end
    183188  object PopupMenuOpenRecent: TPopupMenu
    184     left = 280
    185     top = 80
     189    left = 420
     190    top = 120
    186191  end
    187192end
  • trunk/Forms/UFormMain.pas

    r19 r21  
    66
    77uses
    8   Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
     8  Classes, SysUtils, LazFileUtils, Forms, Controls, Graphics, Dialogs, Menus,
    99  ComCtrls;
    1010
  • trunk/Forms/UFormSettings.lfm

    r16 r21  
    11object FormSettings: TFormSettings
    22  Left = 798
    3   Height = 300
     3  Height = 360
    44  Top = 367
    5   Width = 481
     5  Width = 577
    66  Caption = 'Settings'
    7   ClientHeight = 300
    8   ClientWidth = 481
    9   Constraints.MinHeight = 300
    10   Constraints.MinWidth = 400
    11   DesignTimePPI = 120
     7  ClientHeight = 360
     8  ClientWidth = 577
     9  Constraints.MinHeight = 360
     10  Constraints.MinWidth = 480
     11  DesignTimePPI = 144
    1212  OnClose = FormClose
    1313  OnCreate = FormCreate
    1414  OnShow = FormShow
    1515  Position = poScreenCenter
    16   LCLVersion = '1.8.0.6'
     16  LCLVersion = '2.0.0.4'
    1717  object ComboBoxLanguage: TComboBox
    18     Left = 160
    19     Height = 28
    20     Top = 30
    21     Width = 260
    22     ItemHeight = 20
     18    Left = 192
     19    Height = 42
     20    Top = 36
     21    Width = 312
     22    ItemHeight = 0
     23    ParentFont = False
    2324    Style = csDropDownList
    2425    TabOrder = 0
    2526  end
    2627  object Label1: TLabel
    27     Left = 20
    28     Height = 20
    29     Top = 30
    30     Width = 68
     28    Left = 24
     29    Height = 26
     30    Top = 36
     31    Width = 88
    3132    Caption = 'Language:'
    3233    ParentColor = False
     34    ParentFont = False
    3335  end
    3436  object ButtonOk: TButton
    35     Left = 376
    36     Height = 31
    37     Top = 256
    38     Width = 94
     37    Left = 451
     38    Height = 37
     39    Top = 307
     40    Width = 113
    3941    Anchors = [akRight, akBottom]
    4042    Caption = 'Ok'
    4143    ModalResult = 1
    4244    OnClick = ButtonOkClick
     45    ParentFont = False
    4346    TabOrder = 2
    4447  end
    4548  object ButtonCancel: TButton
    46     Left = 256
    47     Height = 31
    48     Top = 256
    49     Width = 94
     49    Left = 307
     50    Height = 37
     51    Top = 307
     52    Width = 113
    5053    Anchors = [akRight, akBottom]
    5154    Caption = 'Cancel'
    5255    ModalResult = 2
     56    ParentFont = False
    5357    TabOrder = 1
    5458  end
    5559  object CheckBoxAutomaticDPI: TCheckBox
    56     Left = 16
    57     Height = 24
    58     Top = 104
    59     Width = 120
     60    Left = 19
     61    Height = 30
     62    Top = 125
     63    Width = 150
    6064    Caption = 'Automatic DPI'
    6165    OnChange = CheckBoxAutomaticDPIChange
     66    ParentFont = False
    6267    TabOrder = 3
    6368    Visible = False
    6469  end
    6570  object SpinEditDPI: TSpinEdit
    66     Left = 160
    67     Height = 28
    68     Top = 144
    69     Width = 121
     71    Left = 192
     72    Height = 43
     73    Top = 173
     74    Width = 145
    7075    MaxValue = 300
    7176    MinValue = 96
     77    ParentFont = False
    7278    TabOrder = 4
    7379    Value = 96
     
    7581  end
    7682  object LabelDPI: TLabel
    77     Left = 80
    78     Height = 20
    79     Top = 152
    80     Width = 26
     83    Left = 96
     84    Height = 26
     85    Top = 182
     86    Width = 35
    8187    Caption = 'DPI:'
    8288    ParentColor = False
     89    ParentFont = False
    8390    Visible = False
    8491  end
    8592  object CheckBoxReopenLastFileOnStart: TCheckBox
    86     Left = 16
    87     Height = 24
    88     Top = 72
    89     Width = 181
     93    Left = 19
     94    Height = 30
     95    Top = 86
     96    Width = 229
    9097    Caption = 'Reopen last file on start'
     98    ParentFont = False
    9199    TabOrder = 5
    92100  end
    93101  object Bevel1: TBevel
    94     Left = 10
     102    Left = 12
    95103    Height = 2
    96     Top = 240
    97     Width = 456
     104    Top = 288
     105    Width = 547
    98106    Anchors = [akLeft, akRight, akBottom]
    99107  end
    100108  object Label2: TLabel
    101     Left = 20
    102     Height = 20
    103     Top = 184
    104     Width = 48
     109    Left = 24
     110    Height = 26
     111    Top = 221
     112    Width = 63
    105113    Caption = 'Theme:'
    106114    ParentColor = False
     115    ParentFont = False
    107116  end
    108117  object ComboBoxTheme: TComboBox
    109     Left = 160
    110     Height = 28
    111     Top = 184
    112     Width = 260
    113     ItemHeight = 20
     118    Left = 192
     119    Height = 42
     120    Top = 221
     121    Width = 312
     122    ItemHeight = 0
     123    ParentFont = False
    114124    Style = csDropDownList
    115125    TabOrder = 6
  • trunk/Languages/vCardStudio.cs.po

    r18 r21  
    374374msgstr "DPI:"
    375375
    376 #: ucontact.sunknowncommand
    377 msgid "Unknown command: %s"
    378 msgstr "Neznámý příkaz: %s"
    379 
    380376#: ucontact.sunsupportedcontactfieldsindex
    381377msgid "Unsupported contact field index"
     
    449445msgstr "Upraveno"
    450446
    451 #: uvcf.svcardfile
    452 msgctxt "uvcf.svcardfile"
    453 msgid "vCard file"
    454 msgstr "Soubor vCard"
  • trunk/Languages/vCardStudio.po

    r18 r21  
    100100
    101101#: tformcontact.label10.caption
    102 msgctxt "tformcontact.label10.caption"
    103102msgid "Cell phone (Work):"
    104103msgstr ""
     
    121120
    122121#: tformcontact.label15.caption
    123 msgctxt "tformcontact.label15.caption"
    124122msgid "Web page:"
    125123msgstr ""
    126124
    127125#: tformcontact.label16.caption
    128 msgctxt "tformcontact.label16.caption"
    129126msgid "Web page (Home):"
    130127msgstr ""
    131128
    132129#: tformcontact.label17.caption
    133 msgctxt "tformcontact.label17.caption"
    134130msgid "Web page (Work):"
    135131msgstr ""
     
    362358msgstr ""
    363359
    364 #: ucontact.sunknowncommand
    365 msgid "Unknown command: %s"
    366 msgstr ""
    367 
    368360#: ucontact.sunsupportedcontactfieldsindex
    369361msgid "Unsupported contact field index"
     
    437429msgstr ""
    438430
    439 #: uvcf.svcardfile
    440 msgctxt "uvcf.svcardfile"
    441 msgid "vCard file"
    442 msgstr ""
    443 
  • trunk/Packages/Common/Common.lpk

    r15 r21  
    4040    <License Value="GNU/GPL"/>
    4141    <Version Minor="7"/>
    42     <Files Count="21">
     42    <Files Count="22">
    4343      <Item1>
    4444        <Filename Value="StopWatch.pas"/>
     
    6060      <Item5>
    6161        <Filename Value="UPrefixMultiplier.pas"/>
     62        <HasRegisterProc Value="True"/>
    6263        <UnitName Value="UPrefixMultiplier"/>
    6364      </Item5>
     
    134135        <UnitName Value="UTheme"/>
    135136      </Item21>
     137      <Item22>
     138        <Filename Value="UStringTable.pas"/>
     139        <UnitName Value="UStringTable"/>
     140      </Item22>
    136141    </Files>
    137142    <i18n>
     
    140145      <EnableI18NForLFM Value="True"/>
    141146    </i18n>
    142     <RequiredPkgs Count="3">
     147    <RequiredPkgs Count="2">
    143148      <Item1>
    144149        <PackageName Value="LCL"/>
    145150      </Item1>
    146151      <Item2>
    147         <PackageName Value="TemplateGenerics"/>
    148       </Item2>
    149       <Item3>
    150152        <PackageName Value="FCL"/>
    151153        <MinVersion Major="1" Valid="True"/>
    152       </Item3>
     154      </Item2>
    153155    </RequiredPkgs>
    154156    <UsageOptions>
  • trunk/Packages/Common/Common.pas

    r15 r21  
    55unit Common;
    66
     7{$warn 5023 off : no warning about unused units}
    78interface
    89
    910uses
    10   StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading,
    11   UMemory, UResetableThread, UPool, ULastOpenedList, URegistry,
    12   UJobProgressView, UXMLUtils, UApplicationInfo, USyncCounter, UListViewSort,
    13   UPersistentForm, UFindFile, UScaleDPI, UTheme, LazarusPackageIntf;
     11  StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading,
     12  UMemory, UResetableThread, UPool, ULastOpenedList, URegistry,
     13  UJobProgressView, UXMLUtils, UApplicationInfo, USyncCounter, UListViewSort,
     14  UPersistentForm, UFindFile, UScaleDPI, UTheme, UStringTable,
     15  LazarusPackageIntf;
    1416
    1517implementation
     
    1820begin
    1921  RegisterUnit('UDebugLog', @UDebugLog.Register);
     22  RegisterUnit('UPrefixMultiplier', @UPrefixMultiplier.Register);
    2023  RegisterUnit('ULastOpenedList', @ULastOpenedList.Register);
    2124  RegisterUnit('UJobProgressView', @UJobProgressView.Register);
  • trunk/Packages/Common/Languages/UJobProgressView.cs.po

    r1 r21  
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 1.8.8\n"
     12"X-Generator: Poedit 2.2\n"
    1313
    1414#: ujobprogressview.sestimatedtime
     
    2424msgstr "Dokončené"
    2525
    26 #: ujobprogressview.soperations
    27 msgid "Operations"
    28 msgstr "Operace"
    29 
    3026#: ujobprogressview.spleasewait
    3127msgid "Please wait..."
  • trunk/Packages/Common/Languages/UJobProgressView.po

    r1 r21  
    1414msgstr ""
    1515
    16 #: ujobprogressview.soperations
    17 msgid "Operations"
    18 msgstr ""
    19 
    2016#: ujobprogressview.spleasewait
    2117msgid "Please wait..."
  • trunk/Packages/Common/Languages/UThreading.po

    r1 r21  
    33
    44#: uthreading.scurrentthreadnotfound
     5#, fuzzy,badformat
    56msgid "Current thread ID %d not found in virtual thread list."
    67msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
  • trunk/Packages/Common/UApplicationInfo.pas

    r1 r21  
    66
    77uses
    8   SysUtils, Registry, Classes, Forms, URegistry;
     8  SysUtils, Classes, Forms, URegistry, Controls;
    99
    1010type
     
    1414  TApplicationInfo = class(TComponent)
    1515  private
    16     FDescription: string;
     16    FDescription: TCaption;
    1717    FIdentification: Byte;
    1818    FLicense: string;
     
    5757
    5858implementation
    59                        
     59
    6060procedure Register;
    6161begin
  • trunk/Packages/Common/UCommon.pas

    r15 r21  
    2828    unfDNSDomainName = 11);
    2929
    30   TFilterMethodMethod = function (FileName: string): Boolean of object;
     30  TFilterMethod = function (FileName: string): Boolean of object;
     31  TFileNameMethod = procedure (FileName: string) of object;
     32
    3133var
    3234  ExceptionHandler: TExceptionEvent;
     
    7274function MergeArray(A, B: array of string): TArrayOfString;
    7375function LoadFileToStr(const FileName: TFileName): AnsiString;
     76procedure SaveStringToFile(S, FileName: string);
    7477procedure SearchFiles(AList: TStrings; Dir: string;
    75   FilterMethod: TFilterMethodMethod);
     78  FilterMethod: TFilterMethod = nil; FileNameMethod: TFileNameMethod = nil);
     79function GetStringPart(var Text: string; Separator: string): string;
     80function StripTags(const S: string): string;
     81function PosFromIndex(SubStr: string; Text: string;
     82  StartIndex: Integer): Integer;
     83function PosFromIndexReverse(SubStr: string; Text: string;
     84  StartIndex: Integer): Integer;
     85procedure CopyStringArray(Dest: TStringArray; Source: array of string);
    7686
    7787
     
    101111  I: Integer;
    102112begin
     113  Result := '';
    103114  for I := 1 to Length(Source) do begin
    104115    Result := Result + LowerCase(IntToHex(Ord(Source[I]), 2));
     
    522533end;
    523534
     535procedure SaveStringToFile(S, FileName: string);
     536var
     537  F: TextFile;
     538begin
     539  AssignFile(F, FileName);
     540  try
     541    ReWrite(F);
     542    Write(F, S);
     543  finally
     544    CloseFile(F);
     545  end;
     546end;
     547
    524548procedure SearchFiles(AList: TStrings; Dir: string;
    525   FilterMethod: TFilterMethodMethod);
     549  FilterMethod: TFilterMethod = nil; FileNameMethod: TFileNameMethod = nil);
    526550var
    527551  SR: TSearchRec;
     
    531555    try
    532556      repeat
    533         if (SR.Name = '.') or (SR.Name = '..') or not FilterMethod(SR.Name) then Continue;
     557        if (SR.Name = '.') or (SR.Name = '..') or (Assigned(FilterMethod) and (not FilterMethod(SR.Name) or
     558          not FilterMethod(Copy(Dir, 3, Length(Dir)) + SR.Name))) then Continue;
     559        if Assigned(FileNameMethod) then
     560          FileNameMethod(Dir + SR.Name);
    534561        AList.Add(Dir + SR.Name);
    535562        if (SR.Attr and faDirectory) <> 0 then
     
    541568end;
    542569
     570function GetStringPart(var Text: string; Separator: string): string;
     571var
     572  P: Integer;
     573begin
     574  P := Pos(Separator, Text);
     575  if P > 0 then begin
     576    Result := Copy(Text, 1, P - 1);
     577    Delete(Text, 1, P - 1 + Length(Separator));
     578  end else begin
     579    Result := Text;
     580    Text := '';
     581  end;
     582  Result := Trim(Result);
     583  Text := Trim(Text);
     584end;
     585
     586function StripTags(const S: string): string;
     587var
     588  Len: Integer;
     589
     590  function ReadUntil(const ReadFrom: Integer; const C: Char): Integer;
     591  var
     592    J: Integer;
     593  begin
     594    for J := ReadFrom to Len do
     595      if (S[j] = C) then
     596      begin
     597        Result := J;
     598        Exit;
     599      end;
     600    Result := Len + 1;
     601  end;
     602
     603var
     604  I, APos: Integer;
     605begin
     606  Len := Length(S);
     607  I := 0;
     608  Result := '';
     609  while (I <= Len) do begin
     610    Inc(I);
     611    APos := ReadUntil(I, '<');
     612    Result := Result + Copy(S, I, APos - i);
     613    I := ReadUntil(APos + 1, '>');
     614  end;
     615end;
     616
     617function PosFromIndex(SubStr: string; Text: string;
     618  StartIndex: Integer): Integer;
     619var
     620  I, MaxLen: SizeInt;
     621  Ptr: PAnsiChar;
     622begin
     623  Result := 0;
     624  if (StartIndex < 1) or (StartIndex > Length(Text) - Length(SubStr)) then Exit;
     625  if Length(SubStr) > 0 then begin
     626    MaxLen := Length(Text) - Length(SubStr) + 1;
     627    I := StartIndex;
     628    Ptr := @Text[StartIndex];
     629    while (I <= MaxLen) do begin
     630      if (SubStr[1] = Ptr^) and (CompareByte(Substr[1], Ptr^, Length(SubStr)) = 0) then begin
     631        Result := I;
     632        Exit;
     633      end;
     634      Inc(I);
     635      Inc(Ptr);
     636    end;
     637  end;
     638end;
     639
     640function PosFromIndexReverse(SubStr: string; Text: string;
     641  StartIndex: Integer): Integer;
     642var
     643  I: SizeInt;
     644  Ptr: PAnsiChar;
     645begin
     646  Result := 0;
     647  if (StartIndex < 1) or (StartIndex > Length(Text)) then Exit;
     648  if Length(SubStr) > 0 then begin
     649    I := StartIndex;
     650    Ptr := @Text[StartIndex];
     651    while (I > 0) do begin
     652      if (SubStr[1] = Ptr^) and (CompareByte(Substr[1], Ptr^, Length(SubStr)) = 0) then begin
     653        Result := I;
     654        Exit;
     655      end;
     656      Dec(I);
     657      Dec(Ptr);
     658    end;
     659  end;
     660end;
     661
     662procedure CopyStringArray(Dest: TStringArray; Source: array of string);
     663var
     664  I: Integer;
     665begin
     666  SetLength(Dest, Length(Source));
     667  for I := 0 to Length(Dest) - 1 do
     668    Dest[I] := Source[I];
     669end;
     670
    543671
    544672initialization
  • trunk/Packages/Common/UDebugLog.pas

    r1 r21  
    66
    77uses
    8   Classes, SysUtils, FileUtil, SpecializedList, SyncObjs;
     8  Classes, SysUtils, FileUtil, fgl, SyncObjs;
    99
    1010type
     
    2929    procedure SetMaxCount(const AValue: Integer);
    3030  public
    31     Items: TListObject;
     31    Items: TFPGObjectList<TDebugLogItem>;
    3232    Lock: TCriticalSection;
    3333    procedure Add(Text: string; Group: string = '');
     
    104104    if ExtractFileDir(FileName) <> '' then
    105105      ForceDirectories(ExtractFileDir(FileName));
    106     if FileExists(FileName) then LogFile := TFileStream.Create(UTF8Decode(FileName), fmOpenWrite)
    107       else LogFile := TFileStream.Create(UTF8Decode(FileName), fmCreate);
     106    if FileExists(FileName) then LogFile := TFileStream.Create(FileName, fmOpenWrite)
     107      else LogFile := TFileStream.Create(FileName, fmCreate);
    108108    LogFile.Seek(0, soFromEnd);
    109109    Text := FormatDateTime('hh:nn:ss.zzz', Now) + ': ' + Text + LineEnding;
     
    117117begin
    118118  inherited;
    119   Items := TListObject.Create;
     119  Items := TFPGObjectList<TDebugLogItem>.Create;
    120120  Lock := TCriticalSection.Create;
    121121  MaxCount := 100;
  • trunk/Packages/Common/UFindFile.pas

    r1 r21  
    2424
    2525uses
    26   SysUtils, Classes, Graphics, Controls, Forms, Dialogs, FileCtrl;
     26  SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
    2727
    2828type
     
    117117  Attr := 0;
    118118  if ffaReadOnly in FileAttr then Attr := Attr + faReadOnly;
    119   if ffaHidden in FileAttr then Attr := Attr + faHidden;
    120   if ffaSysFile in FileAttr then Attr := Attr + faSysFile;
    121   if ffaVolumeID in FileAttr then Attr := Attr + faVolumeID;
     119  if ffaHidden in FileAttr then Attr := Attr + 2; //faHidden; use constant to avoid platform warning
     120  if ffaSysFile in FileAttr then Attr := Attr + 4; //faSysFile; use constant to avoid platform warning
     121  // Deprecated: if ffaVolumeID in FileAttr then Attr := Attr + faVolumeID;
    122122  if ffaDirectory in FileAttr then Attr := Attr + faDirectory;
    123123  if ffaArchive in FileAttr then Attr := Attr + faArchive;
    124124  if ffaAnyFile in FileAttr then Attr := Attr + faAnyFile;
    125125
    126   if SysUtils.FindFirst(UTF8Decode(inPath + FileMask), Attr, Rec) = 0 then
     126  if SysUtils.FindFirst(inPath + FileMask, Attr, Rec) = 0 then
    127127  try
    128128    repeat
    129       s.Add(inPath + UTF8Encode(Rec.Name));
     129      s.Add(inPath + Rec.Name);
    130130    until SysUtils.FindNext(Rec) <> 0;
    131131  finally
     
    135135  If not InSubFolders then Exit;
    136136
    137   if SysUtils.FindFirst(UTF8Decode(inPath + FilterAll), faDirectory, Rec) = 0 then
     137  if SysUtils.FindFirst(inPath + FilterAll, faDirectory, Rec) = 0 then
    138138  try
    139139    repeat
    140140      if ((Rec.Attr and faDirectory) > 0) and (Rec.Name <> '.')
    141141      and (Rec.Name <> '..') then
    142         FileSearch(IncludeTrailingBackslash(inPath + UTF8Encode(Rec.Name)));
     142        FileSearch(IncludeTrailingBackslash(inPath + Rec.Name));
    143143    until SysUtils.FindNext(Rec) <> 0;
    144144  finally
  • trunk/Packages/Common/UJobProgressView.lfm

    r1 r21  
    11object FormJobProgressView: TFormJobProgressView
    2   Left = 656
    3   Height = 246
    4   Top = 354
    5   Width = 328
     2  Left = 467
     3  Height = 345
     4  Top = 252
     5  Width = 539
    66  BorderIcons = [biSystemMenu]
    7   ClientHeight = 246
    8   ClientWidth = 328
    9   Font.Height = -11
    10   Font.Name = 'MS Sans Serif'
     7  ClientHeight = 345
     8  ClientWidth = 539
     9  DesignTimePPI = 120
    1110  OnClose = FormClose
    1211  OnCloseQuery = FormCloseQuery
    1312  OnCreate = FormCreate
    1413  OnDestroy = FormDestroy
     14  OnHide = FormHide
     15  OnShow = FormShow
    1516  Position = poScreenCenter
    16   LCLVersion = '1.6.0.4'
     17  LCLVersion = '2.0.2.0'
    1718  object PanelOperationsTitle: TPanel
    1819    Left = 0
    19     Height = 24
     20    Height = 32
    2021    Top = 0
    21     Width = 328
    22     Align = alTop
    23     BevelOuter = bvNone
    24     ClientHeight = 24
    25     ClientWidth = 328
     22    Width = 539
     23    Align = alTop
     24    BevelOuter = bvNone
     25    ClientHeight = 32
     26    ClientWidth = 539
    2627    FullRepaint = False
    2728    TabOrder = 0
    2829    object LabelOperation: TLabel
    2930      Left = 8
    30       Height = 13
     31      Height = 20
    3132      Top = 8
    32       Width = 66
     33      Width = 76
    3334      Caption = 'Operations:'
    34       Font.Height = -11
    35       Font.Name = 'MS Sans Serif'
    36       Font.Style = [fsBold]
    3735      ParentColor = False
    3836      ParentFont = False
     
    4139  object PanelLog: TPanel
    4240    Left = 0
    43     Height = 122
    44     Top = 124
    45     Width = 328
     41    Height = 133
     42    Top = 212
     43    Width = 539
    4644    Align = alClient
    4745    BevelOuter = bvSpace
    48     ClientHeight = 122
    49     ClientWidth = 328
     46    ClientHeight = 133
     47    ClientWidth = 539
    5048    TabOrder = 1
    5149    object MemoLog: TMemo
    5250      Left = 8
    53       Height = 106
     51      Height = 117
    5452      Top = 8
    55       Width = 312
     53      Width = 523
    5654      Anchors = [akTop, akLeft, akRight, akBottom]
    5755      ReadOnly = True
     
    6260  object PanelProgress: TPanel
    6361    Left = 0
    64     Height = 38
    65     Top = 50
    66     Width = 328
    67     Align = alTop
    68     BevelOuter = bvNone
    69     ClientHeight = 38
    70     ClientWidth = 328
     62    Height = 54
     63    Top = 106
     64    Width = 539
     65    Align = alTop
     66    BevelOuter = bvNone
     67    ClientHeight = 54
     68    ClientWidth = 539
    7169    TabOrder = 2
    7270    object ProgressBarPart: TProgressBar
    73       Left = 8
    74       Height = 17
    75       Top = 16
    76       Width = 312
     71      Left = 10
     72      Height = 24
     73      Top = 24
     74      Width = 523
    7775      Anchors = [akTop, akLeft, akRight]
    7876      TabOrder = 0
     
    8078    object LabelEstimatedTimePart: TLabel
    8179      Left = 8
    82       Height = 13
     80      Height = 20
    8381      Top = -2
    84       Width = 71
     82      Width = 103
    8583      Caption = 'Estimated time:'
    8684      ParentColor = False
     
    8987  object PanelOperations: TPanel
    9088    Left = 0
    91     Height = 26
    92     Top = 24
    93     Width = 328
    94     Align = alTop
    95     BevelOuter = bvNone
    96     ClientHeight = 26
    97     ClientWidth = 328
     89    Height = 42
     90    Top = 64
     91    Width = 539
     92    Align = alTop
     93    BevelOuter = bvNone
     94    ClientHeight = 42
     95    ClientWidth = 539
    9896    FullRepaint = False
    9997    TabOrder = 3
    10098    object ListViewJobs: TListView
    10199      Left = 8
    102       Height = 16
     100      Height = 32
    103101      Top = 5
    104       Width = 312
     102      Width = 523
    105103      Anchors = [akTop, akLeft, akRight, akBottom]
    106104      AutoWidthLastColumn = True
     
    109107      Columns = <     
    110108        item
    111           Width = 312
     109          Width = 523
    112110        end>
    113111      OwnerData = True
     
    122120  object PanelProgressTotal: TPanel
    123121    Left = 0
    124     Height = 36
    125     Top = 88
    126     Width = 328
    127     Align = alTop
    128     BevelOuter = bvNone
    129     ClientHeight = 36
    130     ClientWidth = 328
     122    Height = 52
     123    Top = 160
     124    Width = 539
     125    Align = alTop
     126    BevelOuter = bvNone
     127    ClientHeight = 52
     128    ClientWidth = 539
    131129    TabOrder = 4
    132130    object LabelEstimatedTimeTotal: TLabel
    133131      Left = 8
    134       Height = 13
     132      Height = 20
    135133      Top = 0
    136       Width = 97
     134      Width = 141
    137135      Caption = 'Total estimated time:'
    138136      ParentColor = False
     
    140138    object ProgressBarTotal: TProgressBar
    141139      Left = 8
    142       Height = 16
    143       Top = 16
    144       Width = 312
     140      Height = 24
     141      Top = 24
     142      Width = 523
    145143      Anchors = [akTop, akLeft, akRight]
    146144      TabOrder = 0
     145    end
     146  end
     147  object PanelText: TPanel
     148    Left = 0
     149    Height = 32
     150    Top = 32
     151    Width = 539
     152    Align = alTop
     153    BevelOuter = bvNone
     154    ClientHeight = 32
     155    ClientWidth = 539
     156    TabOrder = 5
     157    object LabelText: TLabel
     158      Left = 8
     159      Height = 24
     160      Top = 8
     161      Width = 525
     162      Anchors = [akTop, akLeft, akRight]
     163      AutoSize = False
     164      ParentColor = False
    147165    end
    148166  end
     
    223241    Interval = 100
    224242    OnTimer = TimerUpdateTimer
    225     left = 264
     243    left = 320
    226244    top = 8
    227245  end
  • trunk/Packages/Common/UJobProgressView.pas

    r1 r21  
    77uses
    88  SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,
    9   Dialogs, ComCtrls, StdCtrls, ExtCtrls, Contnrs, UThreading,
     9  Dialogs, ComCtrls, StdCtrls, ExtCtrls, Contnrs, UThreading, Math,
    1010  DateUtils;
    1111
     
    1313  EstimatedTimeShowTreshold = 4;
    1414  EstimatedTimeShowTresholdTotal = 1;
    15   MemoLogHeight = 200;
    1615  UpdateInterval = 100; // ms
    1716
     
    2423    FLock: TCriticalSection;
    2524    FOnChange: TNotifyEvent;
     25    FText: string;
    2626    FValue: Integer;
    2727    FMax: Integer;
    2828    procedure SetMax(const AValue: Integer);
     29    procedure SetText(AValue: string);
    2930    procedure SetValue(const AValue: Integer);
    3031  public
     
    3536    property Value: Integer read FValue write SetValue;
    3637    property Max: Integer read FMax write SetMax;
     38    property Text: string read FText write SetText;
    3739    property OnChange: TNotifyEvent read FOnChange write FOnChange;
    3840  end;
     
    6971  end;
    7072
     73  TJobs = class(TObjectList)
     74  end;
     75
    7176  TJobThread = class(TListedThread)
    7277    procedure Execute; override;
     
    8085  TFormJobProgressView = class(TForm)
    8186    ImageList1: TImageList;
     87    LabelText: TLabel;
    8288    Label2: TLabel;
    8389    LabelOperation: TLabel;
     
    8692    ListViewJobs: TListView;
    8793    MemoLog: TMemo;
     94    PanelText: TPanel;
    8895    PanelProgressTotal: TPanel;
    8996    PanelOperationsTitle: TPanel;
     
    94101    ProgressBarTotal: TProgressBar;
    95102    TimerUpdate: TTimer;
     103    procedure FormHide(Sender: TObject);
     104    procedure FormShow(Sender: TObject);
     105    procedure ReloadJobList;
    96106    procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
    97107    procedure FormDestroy(Sender: TObject);
     
    100110    procedure FormCreate(Sender: TObject);
    101111    procedure FormCloseQuery(Sender: TObject; var CanClose: Boolean);
     112    procedure UpdateHeight;
    102113  public
    103114    JobProgressView: TJobProgressView;
     
    118129    TotalStartTime: TDateTime;
    119130    Log: TStringList;
     131    FForm: TFormJobProgressView;
    120132    procedure SetTerminate(const AValue: Boolean);
    121133    procedure UpdateProgress;
    122     procedure ReloadJobList;
    123     procedure StartJobs;
    124     procedure UpdateHeight;
    125134    procedure JobProgressChange(Sender: TObject);
    126135  public
    127     Form: TFormJobProgressView;
    128     Jobs: TObjectList; // TListObject<TJob>
     136    Jobs: TJobs;
    129137    CurrentJob: TJob;
    130138    CurrentJobIndex: Integer;
     
    132140    destructor Destroy; override;
    133141    procedure Clear;
    134     procedure AddJob(Title: string; Method: TJobProgressViewMethod;
    135       NoThreaded: Boolean = False; WaitFor: Boolean = False);
    136     procedure Start(AAutoClose: Boolean = True);
     142    function AddJob(Title: string; Method: TJobProgressViewMethod;
     143      NoThreaded: Boolean = False; WaitFor: Boolean = False): TJob;
     144    procedure Start;
    137145    procedure Stop;
    138146    procedure TermSleep(Delay: Integer);
     147    property Form: TFormJobProgressView read FForm;
    139148    property Terminate: Boolean read FTerminate write SetTerminate;
    140149  published
     
    166175  STotalEstimatedTime = 'Total estimated time: %s';
    167176  SFinished = 'Finished';
    168   SOperations = 'Operations';
    169177
    170178procedure Register;
     
    172180  RegisterComponents('Common', [TJobProgressView]);
    173181end;
     182
     183{ TJobThread }
    174184
    175185procedure TJobThread.Execute;
     
    190200end;
    191201
    192 procedure TJobProgressView.AddJob(Title: string; Method: TJobProgressViewMethod;
    193   NoThreaded: Boolean = False; WaitFor: Boolean = False);
     202{ TFormJobProgressView }
     203
     204procedure TFormJobProgressView.UpdateHeight;
    194205var
    195   NewJob: TJob;
    196 begin
    197   NewJob := TJob.Create;
    198   NewJob.ProgressView := Self;
    199   NewJob.Title := Title;
    200   NewJob.Method := Method;
    201   NewJob.NoThreaded := NoThreaded;
    202   NewJob.WaitFor := WaitFor;
    203   NewJob.Progress.Max := 100;
    204   NewJob.Progress.Reset;
    205   NewJob.Progress.OnChange := JobProgressChange;
    206   Jobs.Add(NewJob);
     206  H: Integer;
     207  PanelOperationsVisible: Boolean;
     208  PanelOperationsHeight: Integer;
     209  PanelProgressVisible: Boolean;
     210  PanelProgressTotalVisible: Boolean;
     211  PanelLogVisible: Boolean;
     212  MemoLogHeight: Integer = 200;
     213  I: Integer;
     214  ItemRect: TRect;
     215  MaxH: Integer;
     216begin
     217    H := PanelOperationsTitle.Height;
     218    PanelOperationsVisible := JobProgressView.Jobs.Count > 0;
     219    if PanelOperationsVisible <> PanelOperations.Visible then
     220      PanelOperations.Visible := PanelOperationsVisible;
     221    if ListViewJobs.Items.Count > 0 then begin
     222      Maxh := 0;
     223      for I := 0 to ListViewJobs.Items.Count - 1 do
     224      begin
     225        ItemRect := ListViewJobs.Items[i].DisplayRect(drBounds);
     226        Maxh := Max(Maxh, ItemRect.Top + (ItemRect.Bottom - ItemRect.Top));
     227      end;
     228      PanelOperationsHeight := Scale96ToScreen(12) + Maxh;
     229    end else PanelOperationsHeight := Scale96ToScreen(8);
     230    if PanelOperationsHeight <> PanelOperations.Height then
     231      PanelOperations.Height := PanelOperationsHeight;
     232    if PanelOperationsVisible then
     233      H := H + PanelOperations.Height;
     234
     235    PanelProgressVisible := (JobProgressView.Jobs.Count > 0) and not JobProgressView.Finished;
     236    if PanelProgressVisible <> PanelProgress.Visible then
     237      PanelProgress.Visible := PanelProgressVisible;
     238    if PanelProgressVisible then
     239      H := H + PanelProgress.Height;
     240    PanelProgressTotalVisible := (JobProgressView.Jobs.Count > 1) and not JobProgressView.Finished;
     241    if PanelProgressTotalVisible <> PanelProgressTotal.Visible then
     242      PanelProgressTotal.Visible := PanelProgressTotalVisible;
     243    if PanelProgressTotalVisible then
     244      H := H + PanelProgressTotal.Height;
     245    Constraints.MinHeight := H;
     246    PanelLogVisible := MemoLog.Lines.Count > 0;
     247    if PanelLogVisible <> PanelLog.Visible then
     248      PanelLog.Visible := PanelLogVisible;
     249    if PanelLogVisible then
     250      H := H + Scale96ToScreen(MemoLogHeight);
     251    if PanelText.Visible then
     252      H := H + PanelText.Height;
     253    if Height <> H then begin
     254      Height := H;
     255      Top := (Screen.Height - H) div 2;
     256    end;
     257end;
     258
     259procedure TFormJobProgressView.TimerUpdateTimer(Sender: TObject);
     260var
     261  ProgressBarPartVisible: Boolean;
     262  ProgressBarTotalVisible: Boolean;
     263begin
     264  JobProgressView.UpdateProgress;
     265  if Visible and (not ProgressBarPart.Visible) and
     266  Assigned(JobProgressView.CurrentJob) and
     267  (JobProgressView.CurrentJob.Progress.Value > 0) then begin
     268    ProgressBarPartVisible := True;
     269    if ProgressBarPartVisible <> ProgressBarPart.Visible then
     270      ProgressBarPart.Visible := ProgressBarPartVisible;
     271    ProgressBarTotalVisible := True;
     272    if ProgressBarTotalVisible <> ProgressBarTotal.Visible then
     273      ProgressBarTotal.Visible := ProgressBarTotalVisible;
     274  end;
     275  if not Visible then begin
     276    TimerUpdate.Interval := UpdateInterval;
     277    if not JobProgressView.OwnerDraw then Show;
     278  end;
     279  if Assigned(JobProgressView.CurrentJob) then begin
     280    LabelText.Caption := JobProgressView.CurrentJob.Progress.Text;
     281    if LabelText.Caption <> '' then begin
     282      PanelText.Visible := True;
     283      UpdateHeight;
     284    end;
     285  end;
     286end;
     287
     288procedure TFormJobProgressView.FormDestroy(Sender:TObject);
     289begin
     290end;
     291
     292procedure TFormJobProgressView.ListViewJobsData(Sender: TObject; Item: TListItem);
     293begin
     294  if (Item.Index >= 0) and (Item.Index < JobProgressView.Jobs.Count) then
     295  with TJob(JobProgressView.Jobs[Item.Index]) do begin
     296    Item.Caption := Title;
     297    if Item.Index = JobProgressView.CurrentJobIndex then Item.ImageIndex := 1
     298      else if Finished then Item.ImageIndex := 0
     299      else Item.ImageIndex := 2;
     300    Item.Data := JobProgressView.Jobs[Item.Index];
     301  end;
     302end;
     303
     304procedure TFormJobProgressView.FormClose(Sender: TObject;
     305  var CloseAction: TCloseAction);
     306begin
     307end;
     308
     309procedure TFormJobProgressView.FormCreate(Sender: TObject);
     310begin
     311  Caption := SPleaseWait;
     312  try
     313    //Animate1.FileName := ExtractFileDir(UTF8Encode(Application.ExeName)) +
     314    //  DirectorySeparator + 'horse.avi';
     315    //Animate1.Active := True;
     316  except
     317
     318  end;
     319end;
     320
     321procedure TFormJobProgressView.ReloadJobList;
     322begin
     323  // Workaround for not showing first line
     324  //Form.ListViewJobs.Items.Count := Jobs.Count + 1;
     325  //Form.ListViewJobs.Refresh;
     326
     327  if ListViewJobs.Items.Count <> JobProgressView.Jobs.Count then
     328    ListViewJobs.Items.Count := JobProgressView.Jobs.Count;
     329  ListViewJobs.Refresh;
     330  Application.ProcessMessages;
     331  UpdateHeight;
     332end;
     333
     334procedure TFormJobProgressView.FormShow(Sender: TObject);
     335begin
     336  ReloadJobList;
     337end;
     338
     339procedure TFormJobProgressView.FormHide(Sender: TObject);
     340begin
     341  JobProgressView.Jobs.Clear;
     342  ReloadJobList;
     343end;
     344
     345procedure TFormJobProgressView.FormCloseQuery(Sender: TObject; var CanClose: Boolean);
     346begin
     347  CanClose := JobProgressView.Finished;
     348  JobProgressView.Terminate := True;
     349  Caption := SPleaseWait + STerminate;
     350end;
     351
     352
     353{ TJobProgressView }
     354
     355function TJobProgressView.AddJob(Title: string; Method: TJobProgressViewMethod;
     356  NoThreaded: Boolean = False; WaitFor: Boolean = False): TJob;
     357begin
     358  Result := TJob.Create;
     359  Result.ProgressView := Self;
     360  Result.Title := Title;
     361  Result.Method := Method;
     362  Result.NoThreaded := NoThreaded;
     363  Result.WaitFor := WaitFor;
     364  Result.Progress.Max := 100;
     365  Result.Progress.Reset;
     366  Result.Progress.OnChange := JobProgressChange;
     367  Jobs.Add(Result);
    207368  //ReloadJobList;
    208369end;
    209370
    210 procedure TJobProgressView.Start(AAutoClose: Boolean = True);
    211 begin
    212   AutoClose := AAutoClose;
    213   StartJobs;
    214 end;
    215 
    216 procedure TJobProgressView.StartJobs;
     371procedure TJobProgressView.Start;
    217372var
    218373  I: Integer;
     
    229384    Form.MemoLog.Clear;
    230385
     386    Form.PanelText.Visible := False;
    231387    Form.LabelEstimatedTimePart.Visible := False;
    232388    Form.LabelEstimatedTimeTotal.Visible := False;
     
    258414      Form.ProgressBarPart.Visible := False;
    259415      //Show;
    260       ReloadJobList;
     416      Form.ReloadJobList;
    261417      Application.ProcessMessages;
    262418      if NoThreaded then begin
     
    296452    //if Visible then Hide;
    297453    Form.MemoLog.Lines.Assign(Log);
    298     if (Form.MemoLog.Lines.Count = 0) and AutoClose then begin
     454    if (Form.MemoLog.Lines.Count = 0) and FAutoClose then begin
    299455      Form.Hide;
    300456    end;
    301     Clear;
     457    if not Form.Visible then Clear;
    302458    Form.Caption := SFinished;
    303459    //LabelEstimatedTimePart.Visible := False;
    304460    Finished := True;
    305461    CurrentJobIndex := -1;
    306     ReloadJobList;
    307   end;
    308 end;
    309 
    310 procedure TJobProgressView.UpdateHeight;
    311 var
    312   H: Integer;
    313   PanelOperationsVisible: Boolean;
    314   PanelOperationsHeight: Integer;
    315   PanelProgressVisible: Boolean;
    316   PanelProgressTotalVisible: Boolean;
    317   PanelLogVisible: Boolean;
    318 begin
    319   with Form do begin
    320   H := PanelOperationsTitle.Height;
    321   PanelOperationsVisible := Jobs.Count > 0;
    322   if PanelOperationsVisible <> PanelOperations.Visible then
    323     PanelOperations.Visible := PanelOperationsVisible;
    324   PanelOperationsHeight := 8 + 18 * Jobs.Count;
    325   if PanelOperationsHeight <> PanelOperations.Height then
    326     PanelOperations.Height := PanelOperationsHeight;
    327   if PanelOperationsVisible then
    328     H := H + PanelOperations.Height;
    329 
    330   PanelProgressVisible := (Jobs.Count > 0) and not Finished;
    331   if PanelProgressVisible <> PanelProgress.Visible then
    332     PanelProgress.Visible := PanelProgressVisible;
    333   if PanelProgressVisible then
    334     H := H + PanelProgress.Height;
    335   PanelProgressTotalVisible := (Jobs.Count > 1) and not Finished;
    336   if PanelProgressTotalVisible <> PanelProgressTotal.Visible then
    337     PanelProgressTotal.Visible := PanelProgressTotalVisible;
    338   if PanelProgressTotalVisible then
    339     H := H + PanelProgressTotal.Height;
    340   Constraints.MinHeight := H;
    341   PanelLogVisible := MemoLog.Lines.Count > 0;
    342   if PanelLogVisible <> PanelLog.Visible then
    343     PanelLog.Visible := PanelLogVisible;
    344   if PanelLogVisible then
    345     H := H + MemoLogHeight;
    346   if Height <> H then Height := H;
     462    Form.ReloadJobList;
    347463  end;
    348464end;
     
    352468  if Assigned(FOnOwnerDraw) then
    353469    FOnOwnerDraw(Self);
    354 end;
    355 
    356 procedure TFormJobProgressView.TimerUpdateTimer(Sender: TObject);
    357 var
    358   ProgressBarPartVisible: Boolean;
    359   ProgressBarTotalVisible: Boolean;
    360 begin
    361   JobProgressView.UpdateProgress;
    362   if Visible and (not ProgressBarPart.Visible) and
    363   Assigned(JobProgressView.CurrentJob) and
    364   (JobProgressView.CurrentJob.Progress.Value > 0) then begin
    365     ProgressBarPartVisible := True;
    366     if ProgressBarPartVisible <> ProgressBarPart.Visible then
    367       ProgressBarPart.Visible := ProgressBarPartVisible;
    368     ProgressBarTotalVisible := True;
    369     if ProgressBarTotalVisible <> ProgressBarTotal.Visible then
    370       ProgressBarTotal.Visible := ProgressBarTotalVisible;
    371   end;
    372   if not Visible then begin
    373     TimerUpdate.Interval := UpdateInterval;
    374     if not JobProgressView.OwnerDraw then Show;
    375   end;
    376 end;
    377 
    378 procedure TFormJobProgressView.FormDestroy(Sender:TObject);
    379 begin
    380 end;
    381 
    382 procedure TFormJobProgressView.ListViewJobsData(Sender: TObject; Item: TListItem);
    383 begin
    384   if (Item.Index >= 0) and (Item.Index < JobProgressView.Jobs.Count) then
    385   with TJob(JobProgressView.Jobs[Item.Index]) do begin
    386     Item.Caption := Title;
    387     if Item.Index = JobProgressView.CurrentJobIndex then Item.ImageIndex := 1
    388       else if Finished then Item.ImageIndex := 0
    389       else Item.ImageIndex := 2;
    390     Item.Data := JobProgressView.Jobs[Item.Index];
    391   end;
    392 end;
    393 
    394 procedure TFormJobProgressView.FormClose(Sender: TObject;
    395   var CloseAction: TCloseAction);
    396 begin
    397   ListViewJobs.Clear;
    398 end;
    399 
    400 procedure TFormJobProgressView.FormCreate(Sender: TObject);
    401 begin
    402   Caption := SPleaseWait;
    403   try
    404     //Animate1.FileName := ExtractFileDir(UTF8Encode(Application.ExeName)) +
    405     //  DirectorySeparator + 'horse.avi';
    406     //Animate1.Active := True;
    407   except
    408 
    409   end;
    410470end;
    411471
     
    426486    Sleep(Quantum);
    427487  end;
    428 end;
    429 
    430 procedure TFormJobProgressView.FormCloseQuery(Sender: TObject; var CanClose: Boolean);
    431 begin
    432   CanClose := JobProgressView.Finished;
    433   JobProgressView.Terminate := True;
    434   Caption := SPleaseWait + STerminate;
    435488end;
    436489
     
    490543end;
    491544
    492 procedure TJobProgressView.ReloadJobList;
    493 begin
    494   UpdateHeight;
    495   // Workaround for not showing first line
    496   Form.ListViewJobs.Items.Count := Jobs.Count + 1;
    497   Form.ListViewJobs.Refresh;
    498 
    499   if Form.ListViewJobs.Items.Count <> Jobs.Count then
    500     Form.ListViewJobs.Items.Count := Jobs.Count;
    501   Form.ListViewJobs.Refresh;
    502   //Application.ProcessMessages;
    503 end;
    504 
    505545constructor TJobProgressView.Create(TheOwner: TComponent);
    506546begin
    507547  inherited;
    508548  if not (csDesigning in ComponentState) then begin
    509     Form := TFormJobProgressView.Create(Self);
    510     Form.JobProgressView := Self;
    511   end;
    512   Jobs := TObjectList.Create;
     549    FForm := TFormJobProgressView.Create(Self);
     550    FForm.JobProgressView := Self;
     551  end;
     552  Jobs := TJobs.Create;
    513553  Log := TStringList.Create;
    514554  //PanelOperationsTitle.Height := 80;
    515   ShowDelay := 0; //1000; // ms
     555  AutoClose := True;
     556  ShowDelay := 0;
    516557end;
    517558
     
    519560begin
    520561  Jobs.Clear;
     562  Log.Clear;
    521563  //ReloadJobList;
    522564end;
     
    528570  inherited;
    529571end;
     572
     573{ TProgress }
    530574
    531575procedure TProgress.SetMax(const AValue: Integer);
     
    536580    if FMax < 1 then FMax := 1;
    537581    if FValue >= FMax then FValue := FMax;
     582  finally
     583    FLock.Release;
     584  end;
     585end;
     586
     587procedure TProgress.SetText(AValue: string);
     588begin
     589  try
     590    FLock.Acquire;
     591    if FText = AValue then Exit;
     592    FText := AValue;
    538593  finally
    539594    FLock.Release;
     
    563618end;
    564619
    565 { TProgress }
    566 
    567620procedure TProgress.Increment;
    568621begin
  • trunk/Packages/Common/ULastOpenedList.pas

    r1 r21  
    66
    77uses
    8   Classes, SysUtils, Registry, URegistry, Menus, XMLConf;
     8  Classes, SysUtils, Registry, URegistry, Menus, XMLConf, DOM;
    99
    1010type
     
    3030    procedure SaveToXMLConfig(XMLConfig: TXMLConfig; Path: string);
    3131    procedure AddItem(FileName: string);
     32    function GetFirstFileName: string;
    3233  published
    3334    property MaxCount: Integer read FMaxCount write SetMaxCount;
     
    139140    OpenKey(Context.Key, True);
    140141    for I := 0 to Items.Count - 1 do
    141       WriteString('File' + IntToStr(I), UTF8Decode(Items[I]));
     142      WriteString('File' + IntToStr(I), Items[I]);
    142143  finally
    143144    Free;
     
    153154begin
    154155  with XMLConfig do begin
    155     Count := GetValue(Path + '/Count', 0);
     156    Count := GetValue(DOMString(Path + '/Count'), 0);
    156157    if Count > MaxCount then Count := MaxCount;
    157158    Items.Clear;
    158159    for I := 0 to Count - 1 do begin
    159       Value := GetValue(Path + '/File' + IntToStr(I), '');
     160      Value := string(GetValue(DOMString(Path + '/File' + IntToStr(I)), ''));
    160161      if Trim(Value) <> '' then Items.Add(Value);
    161162    end;
     
    170171begin
    171172  with XMLConfig do begin
    172     SetValue(Path + '/Count', Items.Count);
     173    SetValue(DOMString(Path + '/Count'), Items.Count);
    173174    for I := 0 to Items.Count - 1 do
    174       SetValue(Path + '/File' + IntToStr(I), Items[I]);
     175      SetValue(DOMString(Path + '/File' + IntToStr(I)), DOMString(Items[I]));
    175176    Flush;
    176177  end;
     
    185186end;
    186187
     188function TLastOpenedList.GetFirstFileName: string;
     189begin
     190  if Items.Count > 0 then Result := Items[0]
     191    else Result := '';
     192end;
     193
    187194end.
    188195
  • trunk/Packages/Common/UListViewSort.pas

    r15 r21  
    99uses
    1010  {$IFDEF Windows}Windows, CommCtrl, {$ENDIF}Classes, Graphics, ComCtrls, SysUtils,
    11   Controls, DateUtils, Dialogs, SpecializedList, Forms, Grids, StdCtrls, ExtCtrls,
     11  Controls, DateUtils, Dialogs, fgl, Forms, Grids, StdCtrls, ExtCtrls,
    1212  LclIntf, LMessages, LclType, LResources;
    1313
     
    5252    {$ENDIF}
    5353  public
    54     List: TListObject;
    55     Source: TListObject;
     54    List: TFPGObjectList<TObject>;
     55    Source: TFPGObjectList<TObject>;
    5656    constructor Create(AOwner: TComponent); override;
    5757    destructor Destroy; override;
     
    9898  end;
    9999
     100  { TListViewEx }
     101
     102  TListViewEx = class(TWinControl)
     103  private
     104    FFilter: TListViewFilter;
     105    FListView: TListView;
     106    FListViewSort: TListViewSort;
     107    procedure ResizeHanlder;
     108  public
     109    constructor Create(TheOwner: TComponent); override;
     110    destructor Destroy; override;
     111  published
     112    property ListView: TListView read FListView write FListView;
     113    property ListViewSort: TListViewSort read FListViewSort write FListViewSort;
     114    property Filter: TListViewFilter read FFilter write FFilter;
     115    property Visible;
     116  end;
     117
    100118procedure Register;
    101119
     
    105123procedure Register;
    106124begin
    107   RegisterComponents('Common', [TListViewSort, TListViewFilter]);
     125  RegisterComponents('Common', [TListViewSort, TListViewFilter, TListViewEx]);
     126end;
     127
     128{ TListViewEx }
     129
     130procedure TListViewEx.ResizeHanlder;
     131begin
     132end;
     133
     134constructor TListViewEx.Create(TheOwner: TComponent);
     135begin
     136  inherited Create(TheOwner);
     137  Filter := TListViewFilter.Create(Self);
     138  Filter.Parent := Self;
     139  Filter.Align := alBottom;
     140  ListView := TListView.Create(Self);
     141  ListView.Parent := Self;
     142  ListView.Align := alClient;
     143  ListViewSort := TListViewSort.Create(Self);
     144  ListViewSort.ListView := ListView;
     145end;
     146
     147destructor TListViewEx.Destroy;
     148begin
     149  inherited Destroy;
    108150end;
    109151
     
    142184var
    143185  I: Integer;
     186  R: TRect;
    144187begin
    145188  with FStringGrid1 do begin
    146     Options := Options - [goEditing, goAlwaysShowEditor];
    147     //Columns.Clear;
    148189    while Columns.Count > ListView.Columns.Count do Columns.Delete(Columns.Count - 1);
    149190    while Columns.Count < ListView.Columns.Count do Columns.Add;
    150191    for I := 0 to ListView.Columns.Count - 1 do begin
    151192      Columns[I].Width := ListView.Columns[I].Width;
     193      if Selection.Left = I then begin
     194        R := CellRect(I, 0);
     195        Editor.Left := R.Left + 2;
     196        Editor.Width := R.Width - 4;
     197      end;
    152198    end;
    153     Options := Options + [goEditing, goAlwaysShowEditor];
    154199  end;
    155200end;
     
    274319end;
    275320
     321var
     322  ListViewSortCompare: TCompareEvent;
     323
     324function ListViewCompare(const Item1, Item2: TObject): Integer;
     325begin
     326  Result := ListViewSortCompare(Item1, Item2);
     327end;
     328
    276329procedure TListViewSort.Sort(Compare: TCompareEvent);
    277330begin
     331  // TODO: Because TFLGObjectList compare handler is not class method,
     332  // it is necessary to use simple function compare handler with local variable
     333  ListViewSortCompare := Compare;
    278334  if (List.Count > 0) then
    279     List.Sort(Compare);
     335    List.Sort(ListViewCompare);
    280336end;
    281337
     
    340396begin
    341397  inherited;
    342   List := TListObject.Create;
    343   List.OwnsObjects := False;
     398  List := TFPGObjectList<TObject>.Create;
     399  List.FreeObjects := False;
    344400end;
    345401
     
    381437  ItemLeft := Item.Left;
    382438  ItemLeft := 23; // Windows 7 workaround
    383  
     439
    384440  Rect1.Left := ItemLeft - CheckWidth - BiasLeft + 1 + XBias;
    385441  //ShowMessage(IntToStr(Tp1.Y) + ', ' + IntToStr(BiasTop) + ', ' + IntToStr(XBias));
     
    480536    FHeaderHandle := ListView_GetHeader(FListView.Handle);
    481537    for I := 0 to FListView.Columns.Count - 1 do begin
     538      {$push}{$warn 5057 off}
    482539      FillChar(Item, SizeOf(THDItem), 0);
     540      {$pop}
    483541      Item.Mask := HDI_FORMAT;
    484542      Header_GetItem(FHeaderHandle, I, Item);
  • trunk/Packages/Common/UMemory.pas

    r1 r21  
    2424    constructor Create;
    2525    destructor Destroy; override;
     26    procedure WriteMemory(Position: Integer; Memory: TMemory);
     27    procedure ReadMemory(Position: Integer; Memory: TMemory);
    2628    property Data: PByte read FData;
    2729    property Size: Integer read FSize write SetSize;
     
    108110end;
    109111
     112procedure TMemory.WriteMemory(Position: Integer; Memory: TMemory);
     113begin
     114  Move(Memory.FData, PByte(PByte(@FData) + Position)^, Memory.Size);
     115end;
     116
     117procedure TMemory.ReadMemory(Position: Integer; Memory: TMemory);
     118begin
     119  Move(PByte(PByte(@FData) + Position)^, Memory.FData, Memory.Size);
     120end;
     121
    110122end.
    111123
  • trunk/Packages/Common/UPersistentForm.pas

    r1 r21  
    88
    99uses
    10   Classes, SysUtils, Forms, URegistry, LCLIntf, Registry, Controls, ComCtrls;
     10  Classes, SysUtils, Forms, URegistry, LCLIntf, Registry, Controls, ComCtrls,
     11  ExtCtrls;
    1112
    1213type
     
    5657  I: Integer;
    5758  WinControl: TWinControl;
    58   Count: Integer;
    5959begin
    6060  if Control is TListView then begin
     
    7272  end;
    7373
     74  if (Control is TPanel) then begin
     75    with Form, TRegistryEx.Create do
     76    try
     77      RootKey := RegistryContext.RootKey;
     78      OpenKey(RegistryContext.Key + '\Forms\' + Form.Name + '\' + Control.Name, True);
     79      if (TPanel(Control).Align = alRight) or (TPanel(Control).Align = alLeft) then begin
     80        if ValueExists('Width') then
     81          TPanel(Control).Width := ReadInteger('Width');
     82      end;
     83      if (TPanel(Control).Align = alTop) or (TPanel(Control).Align = alBottom) then begin
     84        if ValueExists('Height') then
     85          TPanel(Control).Height := ReadInteger('Height');
     86      end;
     87    finally
     88      Free;
     89    end;
     90  end;
     91
    7492  if Control is TWinControl then begin
    7593    WinControl := TWinControl(Control);
     
    96114      for I := 0 to TListView(Control).Columns.Count - 1 do begin
    97115        WriteInteger('ColWidth' + IntToStr(I), TListView(Control).Columns[I].Width);
     116      end;
     117    finally
     118      Free;
     119    end;
     120  end;
     121
     122  if (Control is TPanel) then begin
     123    with Form, TRegistryEx.Create do
     124    try
     125      RootKey := RegistryContext.RootKey;
     126      OpenKey(RegistryContext.Key + '\Forms\' + Form.Name + '\' + Control.Name, True);
     127      if (TPanel(Control).Align = alRight) or (TPanel(Control).Align = alLeft) then begin
     128        WriteInteger('Width', TPanel(Control).Width);
     129      end;
     130      if (TPanel(Control).Align = alTop) or (TPanel(Control).Align = alBottom) then begin
     131        WriteInteger('Height', TPanel(Control).Height);
    98132      end;
    99133    finally
     
    217251
    218252procedure TPersistentForm.Load(Form: TForm; DefaultMaximized: Boolean = False);
    219 var
    220   LoadDefaults: Boolean;
    221253begin
    222254  Self.Form := Form;
     
    230262
    231263  if not EqualRect(FormNormalSize, FormRestoredSize) or
    232     (LoadDefaults and DefaultMaximized) then begin
     264    DefaultMaximized then begin
    233265    // Restore to maximized state
    234266    Form.WindowState := wsNormal;
  • trunk/Packages/Common/UPool.pas

    r1 r21  
    66
    77uses
    8   Classes, SysUtils, syncobjs, SpecializedList, UThreading;
     8  Classes, SysUtils, syncobjs, fgl, UThreading;
    99
    1010type
     
    2222    function NewItemObject: TObject; virtual;
    2323  public
    24     Items: TListObject;
    25     FreeItems: TListObject;
     24    Items: TFPGObjectList<TObject>;
     25    FreeItems: TFPGObjectList<TObject>;
    2626    function Acquire: TObject; virtual;
    2727    procedure Release(Item: TObject); virtual;
     
    185185begin
    186186  inherited;
    187   Items := TListObject.Create;
    188   FreeItems := TListObject.Create;
    189   FreeItems.OwnsObjects := False;
     187  Items := TFPGObjectList<TObject>.Create;
     188  FreeItems := TFPGObjectList<TObject>.Create;
     189  FreeItems.FreeObjects := False;
    190190  FReleaseEvent := TEvent.Create(nil, False, False, '');
    191191end;
  • trunk/Packages/Common/UPrefixMultiplier.pas

    r1 r21  
    2121  { TPrefixMultiplier }
    2222
    23   TPrefixMultiplier = class
     23  TPrefixMultiplier = class(TComponent)
    2424  private
    25     function TruncateDigits(Value:Double;Digits:Integer=3):Double;
     25    function TruncateDigits(Value: Double; Digits: Integer = 3): Double;
    2626  public
    2727    function Add(Value: Double; PrefixMultipliers: TPrefixMultiplierDef;
     
    7272  );
    7373
     74procedure Register;
     75
     76
    7477implementation
     78
     79procedure Register;
     80begin
     81  RegisterComponents('Common', [TPrefixMultiplier]);
     82end;
    7583
    7684{ TPrefixMultiplier }
     
    92100end;
    93101
    94 function TPrefixMultiplier.Add(Value:Double;PrefixMultipliers:TPrefixMultiplierDef
    95   ;UnitText:string;Digits:Integer):string;
     102function TPrefixMultiplier.Add(Value: Double; PrefixMultipliers: TPrefixMultiplierDef
     103  ; UnitText:string; Digits: Integer): string;
    96104var
    97105  I: Integer;
  • trunk/Packages/Common/URegistry.pas

    r1 r21  
    2929    procedure SetCurrentContext(AValue: TRegistryContext);
    3030  public
     31    function ReadChar(const Name: string): Char;
     32    procedure WriteChar(const Name: string; Value: Char);
    3133    function ReadBoolWithDefault(const Name: string;
    3234      DefaultValue: Boolean): Boolean;
    3335    function ReadIntegerWithDefault(const Name: string; DefaultValue: Integer): Integer;
    3436    function ReadStringWithDefault(const Name: string; DefaultValue: string): string;
     37    function ReadCharWithDefault(const Name: string; DefaultValue: Char): Char;
    3538    function ReadFloatWithDefault(const Name: string;
    3639      DefaultValue: Double): Double;
     
    8992end;
    9093
     94function TRegistryEx.ReadCharWithDefault(const Name: string; DefaultValue: Char
     95  ): Char;
     96begin
     97  if ValueExists(Name) then Result := ReadChar(Name)
     98    else begin
     99      WriteChar(Name, DefaultValue);
     100      Result := DefaultValue;
     101    end;
     102end;
     103
    91104function TRegistryEx.ReadFloatWithDefault(const Name: string;
    92105  DefaultValue: Double): Double;
     
    137150end;
    138151
     152function TRegistryEx.ReadChar(const Name: string): Char;
     153var
     154  S: string;
     155begin
     156  S := ReadString(Name);
     157  if Length(S) > 0 then Result := S[1]
     158    else Result := #0;
     159end;
     160
     161procedure TRegistryEx.WriteChar(const Name: string; Value: Char);
     162begin
     163  WriteString(Name, Value);
     164end;
     165
    139166function TRegistryEx.ReadBoolWithDefault(const Name: string;
    140167  DefaultValue: Boolean): Boolean;
  • trunk/Packages/Common/UResetableThread.pas

    r1 r21  
    156156  FThread.Name := 'ResetableThread';
    157157  FThread.Parent := Self;
    158   FThread.Resume;
     158  FThread.Start;
    159159end;
    160160
  • trunk/Packages/Common/UScaleDPI.pas

    r1 r21  
    215215  I: Integer;
    216216begin
     217  ImgList.BeginUpdate;
    217218  NewWidth := ScaleX(ImgList.Width, FromDPI.X);
    218219  NewHeight := ScaleY(ImgList.Height, FromDPI.Y);
     
    248249    Temp[i].Free;
    249250  end;
     251  ImgList.EndUpdate;
    250252end;
    251253
     
    287289  //OldAutoSize: Boolean;
    288290begin
     291  //if not (Control is TCustomPage) then
     292  // Resize childs first
     293  if Control is TWinControl then begin
     294    WinControl := TWinControl(Control);
     295    if WinControl.ControlCount > 0 then begin
     296      for I := 0 to WinControl.ControlCount - 1 do begin
     297        if WinControl.Controls[I] is TControl then begin
     298          ScaleControl(WinControl.Controls[I], FromDPI);
     299        end;
     300      end;
     301    end;
     302  end;
     303
    289304  //if Control is TMemo then Exit;
    290305  //if Control is TForm then
     
    338353  end;
    339354
    340   //if not (Control is TCustomPage) then
    341   if Control is TWinControl then begin
    342     WinControl := TWinControl(Control);
    343     if WinControl.ControlCount > 0 then begin
    344       for I := 0 to WinControl.ControlCount - 1 do begin
    345         if WinControl.Controls[I] is TControl then begin
    346           ScaleControl(WinControl.Controls[I], FromDPI);
    347         end;
    348       end;
    349     end;
    350   end;
    351355  //if Control is TForm then
    352356  //  Control.EnableAutoSizing;
  • trunk/Packages/Common/UTheme.pas

    r15 r21  
    132132  I: Integer;
    133133begin
    134   for I := 0 to Component.ComponentCount - 1 do
    135     ApplyTheme(Component.Components[I]);
     134  if Component is TWinControl then begin
     135    for I := 0 to TWinControl(Component).ControlCount - 1 do
     136      ApplyTheme(TWinControl(Component).Controls[I]);
     137  end;
    136138
    137139  if Component is TControl then begin
     
    139141    if (Control is TEdit) or (Control is TSpinEdit) or (Control is TComboBox) and
    140142    (Control is TMemo) or (Control is TListView) or (Control is TCustomDrawGrid) or
    141     (Control is TCheckBox) then begin
     143    (Control is TCheckBox) or (Control is TPageControl) or (Control is TRadioButton) then begin
    142144      Control.Color := FTheme.ColorWindow;
    143145      Control.Font.Color := FTheme.ColorWindowText;
     
    150152      (Control as TCustomDrawGrid).Editor.Color := FTheme.ColorWindow;
    151153      (Control as TCustomDrawGrid).Editor.Font.Color := FTheme.ColorWindowText;
     154    end;
     155
     156    if Control is TPageControl then begin
     157      for I := 0 to TPageControl(Component).PageCount - 1 do
     158        ApplyTheme(TPageControl(Component).Pages[I]);
     159    end;
     160
     161    if Control is TCoolBar then begin
     162      (Control as TCoolBar).Themed := False;
    152163    end;
    153164  end;
  • trunk/Packages/Common/UThreading.pas

    r1 r21  
    3030    Name: string;
    3131    procedure Execute; virtual; abstract;
    32     procedure Resume; virtual; abstract;
    33     procedure Suspend; virtual; abstract;
    3432    procedure Start; virtual; abstract;
    3533    procedure Terminate; virtual; abstract;
     
    8179    procedure Sleep(Delay: Integer); override;
    8280    procedure Execute; override;
    83     procedure Resume; override;
    84     procedure Suspend; override;
    8581    procedure Start; override;
    8682    procedure Terminate; override;
     
    134130    Thread.FreeOnTerminate := False;
    135131    Thread.Method := Method;
    136     Thread.Resume;
     132    Thread.Start;
    137133    while (Thread.State = ttsRunning) or (Thread.State = ttsReady) do begin
    138134      if MainThreadID = ThreadID then Application.ProcessMessages;
     
    155151    Thread.Method := Method;
    156152    Thread.OnFinished := CallBack;
    157     Thread.Resume;
     153    Thread.Start;
    158154    //if Thread.State = ttsExceptionOccured then
    159155    //  raise Exception.Create(Thread.ExceptionMessage);
     
    313309procedure TListedThread.Execute;
    314310begin
    315 end;
    316 
    317 procedure TListedThread.Resume;
    318 begin
    319   FThread.Resume;
    320 end;
    321 
    322 procedure TListedThread.Suspend;
    323 begin
    324   FThread.Suspend;
    325311end;
    326312
  • trunk/Packages/Common/UURI.pas

    r1 r21  
    8989function LeftCutString(var Source: string; out Output: string; Delimiter: string; Allowed: string = ''): Boolean;
    9090var
    91   I, J: Integer;
     91  I: Integer;
    9292  Matched: Boolean;
    9393begin
     
    113113function RightCutString(var Source: string; out Output: string; Delimiter: string; Allowed: string = ''): Boolean;
    114114var
    115   I, J: Integer;
     115  I: Integer;
    116116  Matched: Boolean;
    117117begin
     
    202202
    203203procedure TURI.SetAsString(Value: string);
    204 var
    205   HostAddr: string;
    206   HostPort: string;
    207204begin
    208205  LeftCutString(Value, Scheme, ':');
  • trunk/Packages/Common/UXMLUtils.pas

    r1 r21  
    77uses
    88  {$IFDEF WINDOWS}Windows,{$ENDIF}
    9   Classes, SysUtils, DateUtils, XMLRead, XMLWrite, DOM;
     9  Classes, SysUtils, DateUtils, DOM, xmlread;
    1010
    1111function XMLTimeToDateTime(XMLDateTime: string): TDateTime;
    12 function DateTimeToXMLTime(Value: TDateTime; ApplyLocalBias: Boolean = True): WideString;
     12function DateTimeToXMLTime(Value: TDateTime; ApplyLocalBias: Boolean = True): string;
    1313procedure WriteInteger(Node: TDOMNode; Name: string; Value: Integer);
    1414procedure WriteInt64(Node: TDOMNode; Name: string; Value: Int64);
     
    2121function ReadString(Node: TDOMNode; Name: string; DefaultValue: string): string;
    2222function ReadDateTime(Node: TDOMNode; Name: string; DefaultValue: TDateTime): TDateTime;
     23procedure ReadXMLFileParser(out Doc: TXMLDocument; FileName: string);
    2324
    2425
    2526implementation
     27
     28procedure ReadXMLFileParser(out Doc: TXMLDocument; FileName: string);
     29var
     30  Parser: TDOMParser;
     31  Src: TXMLInputSource;
     32  InFile: TFileStream;
     33begin
     34  try
     35    InFile := TFileStream.Create(FileName, fmOpenRead);
     36    Src := TXMLInputSource.Create(InFile);
     37    Parser := TDOMParser.Create;
     38    Parser.Options.PreserveWhitespace := True;
     39    Parser.Parse(Src, Doc);
     40  finally
     41    Src.Free;
     42    Parser.Free;
     43    InFile.Free;
     44  end;
     45end;
    2646
    2747function GetTimeZoneBias: Integer;
     
    3050  TimeZoneInfo: TTimeZoneInformation;
    3151begin
     52  {$push}{$warn 5057 off}
    3253  case GetTimeZoneInformation(TimeZoneInfo) of
    33   TIME_ZONE_ID_STANDARD: Result := TimeZoneInfo.Bias + TimeZoneInfo.StandardBias;
    34   TIME_ZONE_ID_DAYLIGHT: Result := TimeZoneInfo.Bias + TimeZoneInfo.DaylightBias;
     54    TIME_ZONE_ID_STANDARD: Result := TimeZoneInfo.Bias + TimeZoneInfo.StandardBias;
     55    TIME_ZONE_ID_DAYLIGHT: Result := TimeZoneInfo.Bias + TimeZoneInfo.DaylightBias;
    3556  else
    3657    Result := 0;
    3758  end;
     59  {$pop}
    3860end;
    3961{$ELSE}
     
    4567function LeftCutString(var Source: string; out Output: string; Delimiter: string; Allowed: string = ''): Boolean;
    4668var
    47   I, J: Integer;
     69  I: Integer;
    4870  Matched: Boolean;
    4971begin
     
    99121      if Pos('Z', XMLDateTime) > 0 then
    100122        LeftCutString(XMLDateTime, Part, 'Z');
    101       SecondFraction := StrToFloat('0' + DecimalSeparator + Part);
     123      SecondFraction := StrToFloat('0' + DefaultFormatSettings.DecimalSeparator + Part);
    102124      Millisecond := Trunc(SecondFraction * 1000);
    103125    end else begin
     
    118140end;
    119141
    120 function DateTimeToXMLTime(Value: TDateTime; ApplyLocalBias: Boolean = True): WideString;
     142function DateTimeToXMLTime(Value: TDateTime; ApplyLocalBias: Boolean = True): string;
    121143const
    122144  Neg: array[Boolean] of string =  ('+', '-');
     
    139161  NewNode: TDOMNode;
    140162begin
    141   NewNode := Node.OwnerDocument.CreateElement(Name);
    142   NewNode.TextContent := IntToStr(Value);
     163  NewNode := Node.OwnerDocument.CreateElement(DOMString(Name));
     164  NewNode.TextContent := DOMString(IntToStr(Value));
    143165  Node.AppendChild(NewNode);
    144166end;
     
    148170  NewNode: TDOMNode;
    149171begin
    150   NewNode := Node.OwnerDocument.CreateElement(Name);
    151   NewNode.TextContent := IntToStr(Value);
     172  NewNode := Node.OwnerDocument.CreateElement(DOMString(Name));
     173  NewNode.TextContent := DOMString(IntToStr(Value));
    152174  Node.AppendChild(NewNode);
    153175end;
     
    157179  NewNode: TDOMNode;
    158180begin
    159   NewNode := Node.OwnerDocument.CreateElement(Name);
    160   NewNode.TextContent := BoolToStr(Value);
     181  NewNode := Node.OwnerDocument.CreateElement(DOMString(Name));
     182  NewNode.TextContent := DOMString(BoolToStr(Value));
    161183  Node.AppendChild(NewNode);
    162184end;
     
    166188  NewNode: TDOMNode;
    167189begin
    168   NewNode := Node.OwnerDocument.CreateElement(Name);
    169   NewNode.TextContent := Value;
     190  NewNode := Node.OwnerDocument.CreateElement(DOMString(Name));
     191  NewNode.TextContent := DOMString(Value);
    170192  Node.AppendChild(NewNode);
    171193end;
     
    175197  NewNode: TDOMNode;
    176198begin
    177   NewNode := Node.OwnerDocument.CreateElement(Name);
    178   NewNode.TextContent := DateTimeToXMLTime(Value);
     199  NewNode := Node.OwnerDocument.CreateElement(DOMString(Name));
     200  NewNode.TextContent := DOMString(DateTimeToXMLTime(Value));
    179201  Node.AppendChild(NewNode);
    180202end;
     
    185207begin
    186208  Result := DefaultValue;
    187   NewNode := Node.FindNode(Name);
    188   if Assigned(NewNode) then
    189     Result := StrToInt(NewNode.TextContent);
     209  NewNode := Node.FindNode(DOMString(Name));
     210  if Assigned(NewNode) then
     211    Result := StrToInt(string(NewNode.TextContent));
    190212end;
    191213
     
    195217begin
    196218  Result := DefaultValue;
    197   NewNode := Node.FindNode(Name);
    198   if Assigned(NewNode) then
    199     Result := StrToInt64(NewNode.TextContent);
     219  NewNode := Node.FindNode(DOMString(Name));
     220  if Assigned(NewNode) then
     221    Result := StrToInt64(string(NewNode.TextContent));
    200222end;
    201223
     
    205227begin
    206228  Result := DefaultValue;
    207   NewNode := Node.FindNode(Name);
    208   if Assigned(NewNode) then
    209     Result := StrToBool(NewNode.TextContent);
     229  NewNode := Node.FindNode(DOMString(Name));
     230  if Assigned(NewNode) then
     231    Result := StrToBool(string(NewNode.TextContent));
    210232end;
    211233
     
    215237begin
    216238  Result := DefaultValue;
    217   NewNode := Node.FindNode(Name);
    218   if Assigned(NewNode) then
    219     Result := NewNode.TextContent;
     239  NewNode := Node.FindNode(DOMString(Name));
     240  if Assigned(NewNode) then
     241    Result := string(NewNode.TextContent);
    220242end;
    221243
     
    226248begin
    227249  Result := DefaultValue;
    228   NewNode := Node.FindNode(Name);
    229   if Assigned(NewNode) then
    230     Result := XMLTimeToDateTime(NewNode.TextContent);
     250  NewNode := Node.FindNode(DOMString(Name));
     251  if Assigned(NewNode) then
     252    Result := XMLTimeToDateTime(string(NewNode.TextContent));
    231253end;
    232254
  • trunk/Packages/CoolTranslator/UCoolTranslator.pas

    r1 r21  
    127127  I, J: Integer;
    128128  Po: TPoFile;
     129  Item: TPOFileItem;
    129130begin
    130131  TranslateComponentRecursive(Application);
     
    136137    with TPoFile(FPoFiles[I]) do
    137138      for J := 0 to Items.Count - 1 do
    138       with TPoFileItem(Items[J]) do
    139         Po.Add(IdentifierLow, Original, Translation, Comments, Context,
     139      with TPoFileItem(Items[J]) do begin
     140        Item := nil;
     141        Po.FillItem(Item, IdentifierLow, Original, Translation, Comments, Context,
    140142          Flags, PreviousID);
     143      end;
    141144    Translations.TranslateResourceStrings(Po);
    142145  finally
     
    249252          if (UpperCase(PropType.Name) = 'TTRANSLATESTRING') then
    250253          //if not IsExcluded(Component, PropInfo^.Name) then
    251               SetStrProp(Component, PropInfo, TranslateText(PropInfo^.Name, GetWideStrProp(Component, PropInfo)));
     254              SetStrProp(Component, PropInfo, TranslateText(PropInfo^.Name, string(GetWideStrProp(Component, PropInfo))));
    252255        end;
    253256        tkClass: begin
     
    294297  Result := FPOFilesFolder;
    295298  if Copy(Result, 1, 1) <> DirectorySeparator then
    296     Result := ExtractFileDir(UTF8Encode(Application.ExeName)) +
     299    Result := ExtractFileDir(Application.ExeName) +
    297300      DirectorySeparator + Result;
    298301end;
     
    411414        Lang := ParamStr(i + 1);
    412415  end;
    413   if Lang = '' then
     416  if Lang = '' then begin
     417    T := '';
    414418    LazGetLanguageIDs(Lang, T);
     419  end;
    415420
    416421  if Assigned(Language) and (Language.Code = '') and Assigned(FOnAutomaticLanguage) then begin
  • trunk/UContact.pas

    r17 r21  
    118118resourcestring
    119119  SVCardFile = 'vCard file';
    120   SUnknownCommand = 'Unknown command: %s';
    121120  SUnsupportedContactFieldsIndex = 'Unsupported contact field index';
    122121
  • trunk/UCore.lfm

    r20 r21  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 441
    6   HorizontalOffset = 384
    7   VerticalOffset = 299
    8   Width = 605
    9   PPI = 120
     5  Height = 529
     6  HorizontalOffset = 461
     7  VerticalOffset = 359
     8  Width = 726
     9  PPI = 144
    1010  object ImageList1: TImageList
    11     left = 96
    12     top = 168
     11    left = 115
     12    top = 202
    1313    Bitmap = {
    1414      4C690C0000001000000010000000000000000000000000000000000000000000
     
    401401  object ActionList1: TActionList
    402402    Images = ImageList1
    403     left = 320
    404     top = 168
     403    left = 384
     404    top = 202
    405405    object AExit: TAction
    406406      Caption = 'Exit'
     
    479479    MaxCount = 10
    480480    OnChange = LastOpenedList1Change
    481     left = 320
    482     top = 240
     481    left = 384
     482    top = 288
    483483  end
    484484  object OpenDialog1: TOpenDialog
    485     left = 320
    486     top = 304
     485    left = 384
     486    top = 365
    487487  end
    488488  object SaveDialog1: TSaveDialog
    489     left = 96
    490     top = 304
     489    left = 115
     490    top = 365
    491491  end
    492492  object ApplicationInfo1: TApplicationInfo
     
    501501    AppName = 'vCard Studio'
    502502    Description = 'vCard files management tool'
    503     ReleaseDate = 43158
     503    ReleaseDate = 43593
    504504    RegistryKey = '\Software\Chronosoft\vCard Studio'
    505505    RegistryRoot = rrKeyCurrentUser
    506506    License = 'CC0'
    507     left = 96
    508     top = 240
     507    left = 115
     508    top = 288
    509509  end
    510510  object PersistentForm1: TPersistentForm
    511511    MinVisiblePart = 50
    512512    EntireVisible = False
    513     left = 320
    514     top = 104
     513    left = 384
     514    top = 125
    515515  end
    516516  object CoolTranslator1: TCoolTranslator
    517517    POFilesFolder = 'Languages'
    518     left = 96
    519     top = 40
     518    left = 115
     519    top = 48
    520520  end
    521521  object ScaleDPI1: TScaleDPI
    522522    AutoDetect = False
    523     left = 320
    524     top = 40
     523    left = 384
     524    top = 48
    525525  end
    526526  object ThemeManager1: TThemeManager
    527     left = 96
    528     top = 104
     527    left = 115
     528    top = 125
    529529  end
    530530end
  • trunk/UCore.pas

    r19 r21  
    460460      AFileNew.Execute;
    461461      DataFile.LoadFromFile(LastOpenedList1.Items[0])
    462     end;
     462    end else AFileNew.Execute;
    463463
    464464    UpdateFile;
  • trunk/vCardStudio.lpi

    r17 r21  
    22<CONFIG>
    33  <ProjectOptions>
    4     <Version Value="10"/>
     4    <Version Value="11"/>
    55    <PathDelim Value="\"/>
    66    <General>
     
    88      <MainUnit Value="0"/>
    99      <Title Value="vCard Studio"/>
     10      <Scaled Value="True"/>
    1011      <ResourceType Value="res"/>
    1112      <UseXPManifest Value="True"/>
     
    7172      </Item2>
    7273      <SharedMatrixOptions Count="2">
    73         <Item1 ID="186308868222" Targets="Common,CoolTranslator,TemplateGenerics" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
    74         <Item2 ID="035947176865" Targets="Common,CoolTranslator,TemplateGenerics" Modes="Release" Value="-CX -XX -O3"/>
     74        <Item1 ID="186308868222" Targets="Common,CoolTranslator" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/>
     75        <Item2 ID="035947176865" Targets="Common,CoolTranslator" Modes="Release" Value="-CX -XX -O3"/>
    7576      </SharedMatrixOptions>
    7677    </BuildModes>
     
    8081    <RunParams>
    8182      <local>
    82         <FormatVersion Value="1"/>
    8383        <CommandLineParams Value="--data-dir=..\.."/>
    8484      </local>
     85      <FormatVersion Value="2"/>
     86      <Modes Count="1">
     87        <Mode0 Name="default">
     88          <local>
     89            <CommandLineParams Value="--data-dir=..\.."/>
     90          </local>
     91        </Mode0>
     92      </Modes>
    8593    </RunParams>
    86     <RequiredPackages Count="4">
     94    <RequiredPackages Count="3">
    8795      <Item1>
    88         <PackageName Value="TemplateGenerics"/>
    89         <DefaultFilename Value="Packages\TemplateGenerics\TemplateGenerics.lpk" Prefer="True"/>
     96        <PackageName Value="CoolTranslator"/>
     97        <DefaultFilename Value="Packages\CoolTranslator\CoolTranslator.lpk" Prefer="True"/>
    9098      </Item1>
    9199      <Item2>
    92         <PackageName Value="CoolTranslator"/>
    93         <DefaultFilename Value="Packages\CoolTranslator\CoolTranslator.lpk" Prefer="True"/>
     100        <PackageName Value="Common"/>
     101        <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
    94102      </Item2>
    95103      <Item3>
    96         <PackageName Value="Common"/>
    97         <DefaultFilename Value="Packages\Common\Common.lpk" Prefer="True"/>
     104        <PackageName Value="LCL"/>
    98105      </Item3>
    99       <Item4>
    100         <PackageName Value="LCL"/>
    101       </Item4>
    102106    </RequiredPackages>
    103107    <Units Count="11">
     
    167171        <IsPartOfProject Value="True"/>
    168172        <ComponentName Value="FormGenerate"/>
     173        <HasResources Value="True"/>
    169174        <ResourceBaseClass Value="Form"/>
    170175      </Unit10>
     
    214219        <IgnoredMessages idx5024="True"/>
    215220      </CompilerMessages>
    216       <CustomOptions Value="-dDEBUG"/>
    217221    </Other>
    218222  </CompilerOptions>
  • trunk/vCardStudio.lpr

    r19 r21  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore, Common, CoolTranslator, UDataFile, TemplateGenerics,
     10  Forms, UFormMain, UCore, Common, CoolTranslator, UDataFile,
    1111  SysUtils, UFormContacts, UFormContact, UFormFindDuplicity, UFormGenerate
    1212  { you can add units after this };
     
    1414{$R *.res}
    1515
    16 {$IFDEF DEBUG}
     16{$if declared(UseHeapTrace)}
    1717const
    1818  HeapTraceLog = 'heaptrclog.trc';
     
    2020
    2121begin
    22   Application.Title := 'vCard Studio';
    23   {$IFDEF DEBUG}
    24   // Heap trace
     22  Application.Scaled:=True;
     23  Application.Title:='vCard Studio';
     24  {$if declared(UseHeapTrace)}
    2525  DeleteFile(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
    2626  SetHeapTraceOutput(ExtractFilePath(ParamStr(0)) + HeapTraceLog);
Note: See TracChangeset for help on using the changeset viewer.