Changeset 100 for trunk


Ignore:
Timestamp:
Dec 22, 2018, 11:31:25 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Updated versioning information.
  • Added: Release notes file.
Location:
trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormOutput.lfm

    r59 r100  
    77  ClientHeight = 440
    88  ClientWidth = 320
    9   LCLVersion = '1.3'
     9  DesignTimePPI = 144
     10  LCLVersion = '1.8.4.0'
    1011  object Label2: TLabel
    1112    Left = 4
    12     Height = 25
     13    Height = 26
    1314    Top = 4
    1415    Width = 312
     
    2021  object MemoOutput: TMemo
    2122    Left = 4
    22     Height = 403
    23     Top = 33
     23    Height = 402
     24    Top = 34
    2425    Width = 312
    2526    Align = alClient
  • trunk/Forms/UFormOutput.pas

    r67 r100  
    3636begin
    3737  if Core.CurrentTarget is TTargetInterpretter then
    38   with TTargetInterpretter(Core.CurrentTarget) do
     38  with TTargetInterpretter(Core.CurrentTarget) do begin
    3939    MemoOutput.Lines.Text := Output;
     40  end;
    4041end;
    4142
  • trunk/Install/deb/debian/control

    r78 r100  
    33Section: devel
    44Priority: optional
    5 Standards-Version: 1.0.0
     5Standards-Version: 1.1.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
     
    1010Depends: ${shlibs:Depends}, ${misc:Depends},
    1111Description: Simple BrainFuck IDE written in Lazarus/FPC.
    12 HomePage: http://svn.zdechov.net/trac/LazFuck
     12HomePage: https://app.zdechov.net/LazFuck
  • trunk/Install/win/LazFuck.iss

    r98 r100  
    44#define MyAppName "LazFuck"
    55#define MyAppNameShort "LazFuck"
    6 #define MyAppVersion "1.0"
     6#define MyAppVersion "1.1.0"
    77#define MyAppVersionSuffix "alfa"
    88#define MyAppPublisher "Chronosoft"
    99#define MyAppPublisherShort "Chronosoft"
    10 #define MyAppURL "http://svn.zdechov.net/trac/LazFuck/"
     10#define MyAppURL "https://app.zdechov.net/LazFuck/"
    1111#define MyAppExeName "LazFuck.exe"
    1212#define MyAppDebugName "LazFuck.dbg"
  • trunk/LazFuck.lpi

    r97 r100  
    244244        <Filename Value="UBFHighlighter.pas"/>
    245245        <IsPartOfProject Value="True"/>
    246         <UnitName Value="UBFHighlighter"/>
    247246      </Unit26>
    248247    </Units>
  • trunk/UCore.lfm

    r96 r100  
    33  OnDestroy = DataModuleDestroy
    44  OldCreateOrder = False
    5   Height = 361
    6   HorizontalOffset = 661
    7   VerticalOffset = 370
    8   Width = 424
    9   PPI = 120
     5  Height = 433
     6  HorizontalOffset = 793
     7  VerticalOffset = 444
     8  Width = 509
     9  PPI = 144
    1010  object ApplicationInfo: TApplicationInfo
    1111    Identification = 1
    1212    VersionMajor = 1
    13     VersionMinor = 0
     13    VersionMinor = 1
    1414    VersionBugFix = 0
    1515    VersionSuffix = 'alfa'
    1616    CompanyName = 'Chronosoft'
    17     CompanyHomePage = 'http://svn.zdechov.net/trac/LazFuck'
    18     HomePage = 'http://svn.zdechov.net/trac/LazFuck'
     17    CompanyHomePage = 'https://app.zdechov.net/LazFuck'
     18    HomePage = 'https://app.zdechov.net/LazFuck'
    1919    AuthorsName = 'Chronos'
    2020    EmailContact = 'robie@centrum.cz'
     
    2525    RegistryRoot = rrKeyCurrentUser
    2626    License = 'CC0'
    27     left = 90
    28     top = 20
     27    left = 108
     28    top = 24
    2929  end
    3030  object CoolTranslator1: TCoolTranslator
    3131    POFilesFolder = 'Languages'
    32     left = 90
    33     top = 90
     32    left = 108
     33    top = 108
    3434  end
    3535  object LastOpenedList: TLastOpenedList
    3636    MaxCount = 10
    37     left = 90
    38     top = 160
     37    left = 108
     38    top = 192
    3939  end
    4040  object PersistentForm1: TPersistentForm
    4141    MinVisiblePart = 50
    4242    EntireVisible = False
    43     left = 90
    44     top = 230
     43    left = 108
     44    top = 276
    4545  end
    4646  object ImageListMain: TImageList
    47     left = 310
    48     top = 20
     47    left = 372
     48    top = 24
    4949    Bitmap = {
    5050      4C691C0000001000000010000000000000000000000000000000000000000000
     
    949949  object ScaleDPI1: TScaleDPI
    950950    AutoDetect = False
    951     left = 310
    952     top = 100
     951    left = 372
     952    top = 120
    953953  end
    954954  object ThemeManager: TThemeManager
    955     left = 302
    956     top = 174
     955    left = 362
     956    top = 209
    957957  end
    958958end
Note: See TracChangeset for help on using the changeset viewer.