Skip to content

Commit 44d5297

Browse files
committed
v1.2 + public/private for buckets
1 parent 749db7c commit 44d5297

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
lines changed

s3cmd-gui/backup/s3cmdgui.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
begin
1818
RequireDerivedFormResource := True;
19-
Application.Title:='S3cmd-GUI v1.1';
19+
Application.Title := 'S3cmd-GUI v1.1';
2020
Application.Scaled := True;
2121
Application.Initialize;
2222
Application.CreateForm(TMainForm, MainForm);

s3cmd-gui/backup/s3cmdgui.lps

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<HasResources Value="True"/>
5050
<ResourceBaseClass Value="Form"/>
5151
<UnitName Value="Unit1"/>
52+
<IsVisibleTab Value="True"/>
5253
<TopLine Value="467"/>
5354
<CursorPos X="25" Y="469"/>
5455
<UsageCount Value="48"/>
@@ -112,10 +113,8 @@
112113
<ComponentName Value="ACLForm"/>
113114
<HasResources Value="True"/>
114115
<ResourceBaseClass Value="Form"/>
115-
<IsVisibleTab Value="True"/>
116116
<EditorIndex Value="1"/>
117-
<TopLine Value="39"/>
118-
<CursorPos X="66" Y="65"/>
117+
<CursorPos X="58" Y="44"/>
119118
<UsageCount Value="25"/>
120119
<Loaded Value="True"/>
121120
<LoadedDesigner Value="True"/>
0 Bytes
Binary file not shown.

s3cmd-gui/package_project/s3cmd-gui.prj

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name=s3cmd-gui
33

44
[VERSION]
5-
version=1.1
5+
version=1.2
66

77
[RELEASE]
88
release=0.mrx8
@@ -70,25 +70,26 @@ toolversion=2.0.10
7070
[INFO]
7171
0=GUI for Command Line S3 Client (Amazon)
7272
1=
73-
2=v1.1
73+
2=v1.2
7474
3=+ the real path is in the header of the buckets panel
7575
4=+ resetting the process when the first connection fails
76-
5=
77-
6=v1.0
78-
7=+ showing the ACL form if there is an object
79-
8=+ fixing copying directories from the cloud
80-
9=+ final release
81-
10=
82-
11=v0.5
83-
12=+ saving parameters directly to ~/.s3cfg
84-
13=+ changed the control of the first connection
85-
14=+ public and private access to objects
86-
15=
87-
16=v0.4
88-
17=+ warning about canceling copying when closing
89-
18=+ prohibition of parallel execution of tasks
90-
19=+ Esc - hard task cancellation
91-
20=
92-
21=v0.3 + output of progress to the log (--progress)
93-
22=
94-
23=v0.2 - initial release
76+
5=+ public/private for buckets
77+
6=
78+
7=v1.0
79+
8=+ showing the ACL form if there is an object
80+
9=+ fixing copying directories from the cloud
81+
10=+ final release
82+
11=
83+
12=v0.5
84+
13=+ saving parameters directly to ~/.s3cfg
85+
14=+ changed the control of the first connection
86+
15=+ public and private access to objects
87+
16=
88+
17=v0.4
89+
18=+ warning about canceling copying when closing
90+
19=+ prohibition of parallel execution of tasks
91+
20=+ Esc - hard task cancellation
92+
21=
93+
22=v0.3 + output of progress to the log (--progress)
94+
23=
95+
24=v0.2 - initial release

s3cmd-gui/s3cmdgui

0 Bytes
Binary file not shown.

s3cmd-gui/s3cmdgui.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<General>
66
<SessionStorage Value="InProjectDir"/>
77
<MainUnit Value="0"/>
8-
<Title Value="S3cmd-GUI v1.1"/>
8+
<Title Value="S3cmd-GUI v1.2"/>
99
<Scaled Value="True"/>
1010
<ResourceType Value="res"/>
1111
<UseXPManifest Value="True"/>

s3cmd-gui/s3cmdgui.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
begin
1818
RequireDerivedFormResource := True;
19-
Application.Title := 'S3cmd-GUI v1.1';
19+
Application.Title:='S3cmd-GUI v1.2';
2020
Application.Scaled := True;
2121
Application.Initialize;
2222
Application.CreateForm(TMainForm, MainForm);

s3cmd-gui/s3cmdgui.lps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Filename Value="s3cmdgui.lpr"/>
3939
<IsPartOfProject Value="True"/>
4040
<EditorIndex Value="4"/>
41-
<CursorPos X="41" Y="19"/>
41+
<CursorPos X="39" Y="19"/>
4242
<UsageCount Value="48"/>
4343
<Loaded Value="True"/>
4444
</Unit0>

0 commit comments

Comments
 (0)