Skip to content

Commit 519600a

Browse files
committed
Version 1.1.1
- File names comply with flickr guidelines - Minor changes
1 parent b196b9b commit 519600a

File tree

10 files changed

+178
-78
lines changed

10 files changed

+178
-78
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Version 1.2
2+
13
Version 1.1
24
- Download process about 10 times faster
35
- Pause & Resume the download process at any time

EasyFlickrBackup.jar

1.97 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EasyFlickrBackup
22
Easy to use application to download and backup all your photos in original size from flickr.
33

4-
* Current version: 1.1
4+
* Current version: 1.1.1
55
* License: MIT License
66

77
![Screenshot](https://farm2.staticflickr.com/1701/25533200184_03355b0172_o_d.png)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.lutana</groupId>
55
<artifactId>EasyFlickrBackup</artifactId>
6-
<version>1.1</version>
6+
<version>1.1.1</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/de/lutana/easyflickrbackup/AboutDlg.form

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Font bold="true" component="jLabel1" property="font" relativeSize="true" size="0"/>
9090
</FontInfo>
9191
</Property>
92-
<Property name="text" type="java.lang.String" value="EasyFlickrBackup 1.1"/>
92+
<Property name="text" type="java.lang.String" value="EasyFlickrBackup 1.1.1"/>
9393
</Properties>
9494
</Component>
9595
<Component class="javax.swing.JLabel" name="jLabel2">
@@ -135,7 +135,7 @@
135135
<Property name="editable" type="boolean" value="false"/>
136136
<Property name="columns" type="int" value="20"/>
137137
<Property name="rows" type="int" value="5"/>
138-
<Property name="text" type="java.lang.String" value="Version 1.1&#xa;- Download process about 10 times faster&#xa;- Pause &amp; Resume the download process at any time&#xa;- Store files in a separate directory per user&#xa;&#xa;Version 1.0&#xa;- Initial release"/>
138+
<Property name="text" type="java.lang.String" value="Version 1.1.1&#xa;- File names comply with flickr guidelines&#xa;&#xa;Version 1.1&#xa;- Download process about 10 times faster&#xa;- Pause &amp; Resume the download process at any time&#xa;- Store files in a separate directory per user&#xa;&#xa;Version 1.0&#xa;- Initial release"/>
139139
</Properties>
140140
</Component>
141141
</SubComponents>

src/main/java/de/lutana/easyflickrbackup/AboutDlg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void initComponents() {
6161
setResizable(false);
6262

6363
jLabel1.setFont(jLabel1.getFont().deriveFont(jLabel1.getFont().getStyle() | java.awt.Font.BOLD));
64-
jLabel1.setText("EasyFlickrBackup 1.1");
64+
jLabel1.setText("EasyFlickrBackup 1.1.1");
6565

6666
jLabel2.setText("MIT License");
6767

@@ -82,7 +82,7 @@ public void mouseClicked(java.awt.event.MouseEvent evt) {
8282
jTextArea1.setEditable(false);
8383
jTextArea1.setColumns(20);
8484
jTextArea1.setRows(5);
85-
jTextArea1.setText("Version 1.1\n- Download process about 10 times faster\n- Pause & Resume the download process at any time\n- Store files in a separate directory per user\n\nVersion 1.0\n- Initial release");
85+
jTextArea1.setText("Version 1.1.1\n- File names comply with flickr guidelines\n\nVersion 1.1\n- Download process about 10 times faster\n- Pause & Resume the download process at any time\n- Store files in a separate directory per user\n\nVersion 1.0\n- Initial release");
8686
jScrollPane1.setViewportView(jTextArea1);
8787

8888
jLabel7.setText("License:");

src/main/java/de/lutana/easyflickrbackup/GUI.form

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<DimensionLayout dim="1">
3939
<Group type="103" groupAlignment="0" attributes="0">
4040
<Group type="102" alignment="0" attributes="0">
41-
<EmptySpace min="-2" max="-2" attributes="0"/>
42-
<Component id="settingsPanel" max="32767" attributes="0"/>
43-
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
41+
<EmptySpace max="-2" attributes="0"/>
42+
<Component id="settingsPanel" min="-2" max="-2" attributes="0"/>
43+
<EmptySpace type="unrelated" max="-2" attributes="0"/>
4444
<Component id="backupPanel" max="32767" attributes="0"/>
45-
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
45+
<EmptySpace type="unrelated" max="-2" attributes="0"/>
4646
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
4747
<EmptySpace min="-2" max="-2" attributes="0"/>
4848
</Group>
@@ -66,18 +66,24 @@
6666
<EmptySpace min="-2" max="-2" attributes="0"/>
6767
<Group type="103" groupAlignment="0" attributes="0">
6868
<Group type="102" attributes="0">
69-
<Component id="dirLabel" min="-2" max="-2" attributes="0"/>
70-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
71-
<Component id="dirField" max="32767" attributes="0"/>
72-
<EmptySpace max="-2" attributes="0"/>
73-
<Component id="dirBtn" min="-2" max="-2" attributes="0"/>
69+
<Component id="dirLabel" min="-2" pref="114" max="-2" attributes="0"/>
70+
<EmptySpace min="-2" max="-2" attributes="0"/>
71+
<Group type="103" groupAlignment="0" attributes="0">
72+
<Group type="102" alignment="0" attributes="0">
73+
<Component id="dirField" max="32767" attributes="0"/>
74+
<EmptySpace max="-2" attributes="0"/>
75+
<Component id="dirBtn" min="-2" max="-2" attributes="0"/>
76+
</Group>
77+
<Group type="102" alignment="0" attributes="0">
78+
<Component id="userBox" max="32767" attributes="0"/>
79+
<EmptySpace max="-2" attributes="0"/>
80+
<Component id="authBtn" min="-2" max="-2" attributes="0"/>
81+
</Group>
82+
</Group>
7483
</Group>
7584
<Group type="102" attributes="0">
76-
<Component id="authLabel" min="-2" max="-2" attributes="0"/>
77-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
78-
<Component id="userBox" max="32767" attributes="0"/>
79-
<EmptySpace max="-2" attributes="0"/>
80-
<Component id="authBtn" min="-2" max="-2" attributes="0"/>
85+
<Component id="authLabel" min="-2" pref="114" max="-2" attributes="0"/>
86+
<EmptySpace min="0" pref="423" max="32767" attributes="0"/>
8187
</Group>
8288
</Group>
8389
<EmptySpace min="-2" max="-2" attributes="0"/>
@@ -87,13 +93,13 @@
8793
<DimensionLayout dim="1">
8894
<Group type="103" groupAlignment="0" attributes="0">
8995
<Group type="102" alignment="0" attributes="0">
90-
<EmptySpace max="-2" attributes="0"/>
96+
<EmptySpace min="-2" max="-2" attributes="0"/>
9197
<Group type="103" groupAlignment="3" attributes="0">
9298
<Component id="dirLabel" alignment="3" min="-2" max="-2" attributes="0"/>
9399
<Component id="dirField" alignment="3" min="-2" max="-2" attributes="0"/>
94100
<Component id="dirBtn" alignment="3" min="-2" max="-2" attributes="0"/>
95101
</Group>
96-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
102+
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
97103
<Group type="103" groupAlignment="3" attributes="0">
98104
<Component id="authLabel" alignment="3" min="-2" max="-2" attributes="0"/>
99105
<Component id="authBtn" alignment="3" min="-2" max="-2" attributes="0"/>
@@ -107,7 +113,7 @@
107113
<SubComponents>
108114
<Component class="javax.swing.JLabel" name="dirLabel">
109115
<Properties>
110-
<Property name="text" type="java.lang.String" value="Choose backup folder:"/>
116+
<Property name="text" type="java.lang.String" value="Backup folder:"/>
111117
</Properties>
112118
</Component>
113119
<Component class="javax.swing.JTextField" name="dirField">
@@ -125,7 +131,7 @@
125131
</Component>
126132
<Component class="javax.swing.JLabel" name="authLabel">
127133
<Properties>
128-
<Property name="text" type="java.lang.String" value="Choose user account:"/>
134+
<Property name="text" type="java.lang.String" value="User account:"/>
129135
</Properties>
130136
</Component>
131137
<Component class="javax.swing.JButton" name="authBtn">
@@ -141,7 +147,7 @@
141147
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="userBoxActionPerformed"/>
142148
</Events>
143149
<AuxValues>
144-
<AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="Auth[] auths = this.flickrAuth.retrieveAll();&#xa;for (Auth auth : auths) {&#xa;&#x9;userBox.addItem(new AuthContainer(auth));&#xa;}&#xa;if (userBox.getItemCount() &gt; 0) {&#xa;&#x9;userBox.setSelectedIndex(0);&#xa;&#x9;updateAuth();&#xa;}"/>
150+
<AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="Auth[] auths = this.flickrAuth.retrieveAll();&#xa;for (Auth auth : auths) {&#xa;&#x9;userBox.addItem(new StringContainer.Auth(auth));&#xa;}&#xa;if (userBox.getItemCount() &gt; 0) {&#xa;&#x9;userBox.setSelectedIndex(0);&#xa;&#x9;updateAuth();&#xa;}"/>
145151
</AuxValues>
146152
</Component>
147153
</SubComponents>
@@ -164,7 +170,7 @@
164170
<Component id="startBtn" max="32767" attributes="0"/>
165171
<Component id="backupSep" max="32767" attributes="0"/>
166172
<Group type="102" alignment="0" attributes="0">
167-
<Component id="statusLabel" pref="501" max="32767" attributes="0"/>
173+
<Component id="statusLabel" max="32767" attributes="0"/>
168174
<EmptySpace max="-2" attributes="0"/>
169175
<Component id="cancelBtn" min="-2" max="-2" attributes="0"/>
170176
</Group>
@@ -237,7 +243,7 @@
237243
<Group type="102" attributes="0">
238244
<EmptySpace min="-2" max="-2" attributes="0"/>
239245
<Group type="103" groupAlignment="0" attributes="0">
240-
<Component id="openFolderBtn" pref="560" max="32767" attributes="0"/>
246+
<Component id="openFolderBtn" max="32767" attributes="0"/>
241247
<Group type="102" attributes="0">
242248
<Component id="aboutBtn" max="32767" attributes="0"/>
243249
<EmptySpace min="-2" max="-2" attributes="0"/>

0 commit comments

Comments
 (0)