Skip to content

Commit

Permalink
whole lot of GUI re-layouting to better fit MacOS Cocoa
Browse files Browse the repository at this point in the history
  • Loading branch information
m-audio91 committed Oct 20, 2017
1 parent df609b2 commit 16dee59
Show file tree
Hide file tree
Showing 4 changed files with 270 additions and 243 deletions.
13 changes: 8 additions & 5 deletions fasubrip.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<AutoIncrementBuild Value="True"/>
<MajorVersionNr Value="1"/>
<RevisionNr Value="9"/>
<BuildNr Value="46"/>
<BuildNr Value="86"/>
<StringTable Comments="http://mohammadrezab.blogsky.com" CompanyName="MohammadReza Bahrami" FileDescription="FaSubrip: autodetects and converts encoding of farsi (persian) subrip files. with additional functionalities." InternalName="FaSubrip" LegalCopyright="MohammadReza Bahrami" OriginalFilename="fasubrip" ProductName="FaSubrip" ProductVersion="1.0.9.0"/>
</VersionInfo>
<BuildModes Count="7">
Expand Down Expand Up @@ -177,7 +177,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="fasubrip"/>
<Filename Value="FaSubrip" ApplyConventions="False"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down Expand Up @@ -213,7 +213,7 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="fasubrip"/>
<Filename Value="FaSubrip" ApplyConventions="False"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
Expand Down Expand Up @@ -257,10 +257,13 @@
<FormatVersion Value="1"/>
</local>
</RunParams>
<RequiredPackages Count="1">
<RequiredPackages Count="2">
<Item1>
<PackageName Value="LCL"/>
<PackageName Value="LazControls"/>
</Item1>
<Item2>
<PackageName Value="LCL"/>
</Item2>
</RequiredPackages>
<Units Count="3">
<Unit0>
Expand Down
2 changes: 1 addition & 1 deletion fasubrip.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, umain
Forms, lazcontrols, umain
{ you can add units after this };
{$ifdef FPC_CROSSCOMPILING}
{$ifdef Linux}
Expand Down
Loading

0 comments on commit 16dee59

Please sign in to comment.