-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
271 lines (182 loc) · 8.71 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
commit 53f4be8a7d324aefc032614227f68523dfc25191
Author: Alexandre Rio <[email protected]>
Date: Tue Oct 15 09:57:51 2013 +0200
Fix several bugs: openning file, wrapping long line
commit 9640dae76c1597b3cb52301ca37970093ab33c07
Author: Alexandre Rio <[email protected]>
Date: Fri Oct 11 00:38:49 2013 +0200
Fix display of nfo file in graphical mode, add intern documentation
commit d25e667e0b7bcf8466cdd09fc367ae4fb2c79238
Author: Alexandre Rio <[email protected]>
Date: Mon Oct 7 23:04:07 2013 +0200
Fix multiple carriage return when reading nfo file, add documentation on error message
commit 953db7817771ca2c2657eb81962c83f765f258d7
Author: Alexandre Rio <[email protected]>
Date: Wed Oct 2 21:47:02 2013 +0200
Add rpm packaging file
commit de4418bfe596959eabe2ba2f1a34b737489c38e6
Author: Alexandre Rio <[email protected]>
Date: Tue Oct 1 17:41:36 2013 +0200
Remove compiled test classes from final jar
commit e860b9cc34d479338d78f481a7e44faf92e9fb75
Author: Alexandre Rio <[email protected]>
Date: Mon Sep 30 23:30:33 2013 +0200
Start to separate string messages of the CLI, regenerate the documentation
commit d1679da177a9a6552aadc3ffe48253e32a1d8dd8
Author: Alexandre Rio <[email protected]>
Date: Sun Sep 29 22:20:49 2013 +0200
Fix border ending carriage return bug, implement --create-profile and --delete-profile. /o/
commit cc0324bd591ea5ea9d201cce4862f66da01fe9a8
Author: Alexandre Rio <[email protected]>
Date: Sat Sep 28 22:22:41 2013 +0200
Fix some issue with the output and implement --content argument, yay ! \o/
commit 626a2bf2e4244792c738bfe65012cd7a4ad02778
Author: Alexandre Rio <[email protected]>
Date: Sat Sep 28 00:13:41 2013 +0200
Regenerate documentation
commit f40a6d0b298de1c4f6a6c824cbecf3732c20bd0d
Author: Alexandre Rio <[email protected]>
Date: Sat Sep 28 00:08:37 2013 +0200
Implement arguments: --help, --output-file, --output-log, --silent, --file
commit 43e3829ccded4590ff5881c2a7a01f48492d159f
Author: Alexandre Rio <[email protected]>
Date: Fri Sep 27 00:51:54 2013 +0200
Fix border pattern cycle, won't print non complete pattern, start implementing -c argument
commit f85098379cf7f73c55b83463020cc281f73589d8
Author: Alexandre Rio <[email protected]>
Date: Thu Sep 26 01:38:27 2013 +0200
Improve the general display of a generated nfo, quickly implement an output
commit 03199267b9877cc3f898dacb0160bf63e78c0da5
Author: Alexandre Rio <[email protected]>
Date: Tue Sep 24 23:15:57 2013 +0200
Fix typo, continue a bit with --output-file feature
commit 48c71ec9788a5d4ffc4ede6399c9811e48b05a33
Author: Alexandre Rio <[email protected]>
Date: Mon Sep 23 23:21:17 2013 +0200
Restructure controller for future logger/output class, update readme for CLI features
commit 051678b35f1fe230be5e63d44ea7d64a33b693b1
Author: Alexandre Rio <[email protected]>
Date: Mon Sep 23 18:58:51 2013 +0200
Clean useless settings, add argument --silent and --help.
commit 6ee0dad7d1afc02a1d22661eb159f1a56706ec72
Author: Alexandre Rio <[email protected]>
Date: Sun Sep 22 23:19:05 2013 +0200
fix readme image location
commit 0a69ffa7f9962cd4ee24eb8758de01253bdcf3c2
Author: Alexandre Rio <[email protected]>
Date: Sun Sep 22 23:11:09 2013 +0200
Add profile data CLI support, fix profile list size bug
commit a1a0d22d9935b0eb97243f693c63dbaf38ba0156
Author: Alexandre Rio <[email protected]>
Date: Sun Sep 22 16:13:03 2013 +0200
test 2 data classes, fix some bug and start to implement CLI mode
commit f6d19bc002e56be0ea93f210ac66d8da6f6eed6a
Author: Alexandre Rio <[email protected]>
Date: Sat Sep 21 23:46:06 2013 +0200
Add junit structure for future test case
commit 9a6e5462f8e64fc557def8a2b7d1dd3088d59cb3
Author: Alexandre Rio <[email protected]>
Date: Fri Sep 20 23:56:18 2013 +0200
Putt all classes in a new package, regenerate documentation, add Settings class and make a first sketch of an argument parser
commit 6ea4c9cf4302d7301ca5853a38cd393ed2c9073c
Author: Alexandre Rio <[email protected]>
Date: Wed Sep 18 23:27:40 2013 +0200
Fix part of the profile creation, still a bit buggy
commit de756597e9ec7bfe81e0e6e108186fbd4d29c403
Author: Alexandre Rio <[email protected]>
Date: Sun May 12 17:34:43 2013 +0200
Add license and update README
commit a564f4c2c2be6904f042ff702d9caaae146f0961
Author: Alexandre Rio <[email protected]>
Date: Tue Apr 30 23:09:08 2013 +0200
First sketch of the profile creation
commit b47688dfb8120f0051b784a4361c0cd4a733b85a
Author: Alexandre Rio <[email protected]>
Date: Tue Apr 30 11:37:53 2013 +0200
Add load/write profile events, fix several file location issues.
commit 7973af36aaceaeb0b16bd418389172b39783ab8a
Author: Alexandre Rio <[email protected]>
Date: Mon Apr 29 13:46:23 2013 +0200
Fix Profile structure, update profile creation listeners.
commit 7b63f4d98d9f50d1246a090675ddc911f475f685
Author: Alexandre Rio <[email protected]>
Date: Sun Apr 28 23:47:26 2013 +0200
Add listener to the profile creation view.
commit e03c422f52451c442840134c27b566122ae3c012
Author: Alexandre Rio <[email protected]>
Date: Sat Apr 27 23:51:59 2013 +0200
Add profile creation form.
commit 09d84ae67339d0ce2078fc1ce842e773350bd2aa
Author: Alexandre Rio <[email protected]>
Date: Sat Apr 27 12:01:44 2013 +0200
Set the exit prevention to the Frame close action.
commit 55e73d67ebbd4c2d7c4ea449559cb9ae1aa07ba6
Author: Alexandre Rio <[email protected]>
Date: Sat Apr 27 11:25:06 2013 +0200
Set the exit prevention to the Frame close action.
commit 27a9b23fd1a13a3d8dd583dd9b3badc8b8e96fef
Author: Alexandre Rio <[email protected]>
Date: Sat Apr 27 00:20:27 2013 +0200
Start implementing profile managing system, update documentation and
some other stuff.
commit cfa7aedb103a111e2e82454c03ac836c89f2862e
Author: Alexandre Rio <[email protected]>
Date: Fri Mar 22 23:10:23 2013 +0100
Update some GUI and add a spec file for packaging.
commit 34ab26044636e3231294da6bf3ba165a080d3a2f
Author: Alexandre Rio <[email protected]>
Date: Thu Feb 28 18:45:53 2013 +0100
Re-arrange the project to match the MVC (Model View Controller) pattern
specification, also implement Singleton pattern on classes.
commit a7cdea6b9ea772b38eeabc6c5205a8c864afabe2
Author: Alexandre Rio <[email protected]>
Date: Wed Feb 13 11:11:08 2013 +0100
Add command line support, add changelog file, update the documentation
commit 5db9c0f8fb2d65bbfe9b5eb0280353afed8657ca
Author: Alexandre Rio <[email protected]>
Date: Wed Feb 13 10:30:49 2013 +0100
First sketch of the profile system
commit e517f00387a4de39be94a5880d7717c891d53d32
Author: Alexandre Rio <[email protected]>
Date: Sun Dec 9 23:45:07 2012 +0100
Add text line number, improve readme
commit 5b36c5a4ccb15e33f48f7779d05dfec3f3bd0dbe
Author: Alexandre Rio <[email protected]>
Date: Sun Dec 2 22:24:41 2012 +0100
Add minimalist about dialog
commit 67d52ebe3c9bc244e89f9886f03a7298c730e6d1
Author: Alexandre Rio <[email protected]>
Date: Sun Dec 2 21:20:03 2012 +0100
Modify launcher, correct some graphic stuff, re-generate documentation ( real commit)
commit 5a54f06ea7670f521395d2cd8cebdc303ba08ba2
Author: Alexandre Rio <[email protected]>
Date: Sun Dec 2 21:17:07 2012 +0100
Modify launcher, correct some graphic stuff, re-generate documentation
commit 246179adca41ed83c78500464402e225096c3a1b
Author: Alexandre Rio <[email protected]>
Date: Sat Nov 17 21:48:04 2012 +0100
Update doc/readme, fix jar links issues
commit ab4f8e269c61ac633d77ef54aeff534f21b5fd49
Author: Alexandre Rio <[email protected]>
Date: Thu Nov 1 00:32:55 2012 +0100
add features, clean code, reduce lib size
commit 4b85cfd59e5404a3651ac051edb5be136aceb829
Author: Alexandre Rio <[email protected]>
Date: Mon Oct 29 23:46:22 2012 +0100
Save function and confirm dialog
commit cc7cda97edc4687594e35d3a5e5cb4c87a2b8a8a
Author: Alexandre Rio <[email protected]>
Date: Sun Oct 28 20:36:02 2012 +0100
Add open, clear function
commit 694c1de3fc6eeb0fc79b4a3edeae46e23a6d4648
Author: Alexandre Rio <[email protected]>
Date: Sat Oct 27 13:21:28 2012 +0200
add UI and some events
commit a36b4a5a9b2ec8811827f619f228916067eeeb24
Author: Alexandre Rio <[email protected]>
Date: Sun Oct 14 15:40:49 2012 +0200
Fix typo
commit 2ca9930de4c6e3425e83afa3a790f2366aa4373b
Author: Alexandre Rio <[email protected]>
Date: Sun Oct 14 15:34:10 2012 +0200
Initial commit, command line only