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 272 273 274 275 276 277 278 279 280 281 282 283 284
|
2013-05-20 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Version 1.5
2013-02-07 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* TableViewDataSource.m some NSInteger conversions
2013-01-27 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Resources/PreferencesController.gorm
* put the controls into a Scrollview, similar to the nib
2013-01-26 Riccardo Mottola <rm@gnu.org>
* PreferencesController.[h,m]
* English.lproj/Preferences.nib
Update NIB and put controls inside a Scrollview, which has to be scrolled top the top on load.
2013-01-26 Riccardo Mottola <rm@gnu.org>
* TarArchive.m (archiveType)
Return ArchiveType and not NSString.
2013-01-26: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* bump copyright to 2013
2013-01-01: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* Archive.[h|m] new method, to allow specify working directory
when unarchiving
* ArjArchive.[h|m], ZooArchive.[h|m] Use the new method to
specify the working directory instead of using chdir(2)
* Redirect output from archiver programs to a pipe, unarj
doesn't have a parameter to suppress output when extracting
* [Rar|Arj]Archive.[h|m], add license header
* GNUmakefile, ZipperInfo.plist, AceArchive.[h|m], add
ACE archive handling
2012-12-31: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ArchiveService.[h|m], ZipperInfo.plist, ZooArchive.[h|m]
* Make Zoo archive extraction work, add service to create
zoo archives
* FileInfo.m fix description method
* ZooArchive.m Make creation of zoo archives work
* RarArchive.m NSArray count returns NSUInteger, not int
* ArjArchive.[h|m] add them, and make watching contents and
extraction work unsing unarj
* ZipperInfo.plist, Archive.m AppDelegate.m add ArjArchive hooks
2012-12-27: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* *Archive.m Archive.[h|m], new common.h, *Archive.[h|m],
ArchiveService.[h|m], GNUmakefile define and use typedef enum
ArchiveType for the different archive types.
* ZipperInfo.plist, ArchiveService.[h|m], service to create
tar, and .tar.xz archives
* TarArchive.m, ArchiveService.m, use a NSRunAlertPanel instead
of NSLog to tell the user about problems.
* PreferencesController.[h|m], Preferences.[h|m],
Resouces/Preferences.gorm, start adding support for more archivers
* ZooArchive.[h|m], AppDelegate.m, GNUmakefile initial support for
ZOO archives
2012-12-24: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ZipArchive.m remove a bogus check, and fix comment
* ArchiveService.[h|m], ZipperInfo.plist, LhaArchive.[h|m]
Add creation of LHA Archives
* SevenZipArchive.[h|m], ZipperInfo.plist, ArchiveService.[h|m]
Add creation of 7z Archives
2012-12-23: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ArchiveService.[h|m], TarArchive.[h|m]
* Allow creating of tar.gz and tar.bz2 archives
* English.lproj/Preferences.nib, Resources/Preferences.gorm,
Preferences.[h|m], PreferencesController.[h|m],
ZipperInfo.plist
Also configure zip binary in Preferences in addition
to the unzip binary, and add Service to create zip files
2012-08-08 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* GzipArchive.m
* LhaArchive.m
* LzxArchive.m
* RarArchive.m
* SevenZipArchive.m
* TarArchive.m
* ZipArchive.m
Protect filenames to be extracted to be counted as
parameters of the unzipping tools
2012-07-12 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ZipperDocument.m
Add Action methods to (de)selectAll:
* Resources/ZipperDocument.gorm
Allow Empty selection
* Resources/MainMenu.gorm
add Edit submenu with entries to (de)select All
2012-04-21 Riccardo Mottola <rm@gnu.org>
* PreferencesController.m
send perform close and trap close and stop modal
(on Macintosh otherwise the close button would not stop modal)
2012-04-20 Riccardo Mottola <rm@gnu.org>
* PreferencesController.[h,m]
Set textfields to empty string if the value is nil.
* ZipperDocument.m
Define sel_isEqual replacement for old Mac runtimes.
* FileInfo.m
Append file name to path by using the appropriate method.
2012-04-20 Riccardo Mottola <rm@gnu.org>
* TarArchive.m:
Swap order of arguments and skip empty arguments which confuse
BSD tar.
* FileInfo.m
Fix unreliable parsing of paths (filename contained in folders).
2012-02-29 Riccardo Mottola <rm@gnu.org>
* ZipperCell.[h,m]
Do not use private drawAttributedText. Add boilerplate.
2012-02-25 Riccardo Mottola <rm@gnu.org>
* Archive.[h,m]
* Preferences.[h,m]
* TableViewDataSource.[h,m]
* ZipperDocument.m
Remove ASSIGN macro, add boiler plate
2012-02-23 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* NSObject+Custom.[m|h]
make the return not volatile of method methodIsAbstract:
2012-02-23 Riccardo Mottola <rm@gnu.org>
* TableViewDataSource.m
* ZipperDocument.m
Move table delegate method to ZipperDocument, now the
real table delegate.
2012-02-23 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* TableViewDataSource.m, get rid of unused variable
2012-02-23 Riccardo Mottola <rm@gnu.org>
* ZipperCell.m
Remove access to private class variables
* PreferencesController.m
Do not create a modal session and let NSApp manage it.
2012-02-22 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* PreferencesController.m Add -dealloc method
* NSFileManager+Custom.m, ZipperDocument.m, GzipArchive.m
get rid of set but unused variables
2012-02-22 Riccardo Mottola <rm@gnu.org>
* FileInfo.m
* ZipperDocument.m
Do not use NSNotFound but NSOrderedDescending
2012-02-22 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ZipperDocument.m prevent starting the default open
application when double clicking the table header
2012-02-22 Riccardo Mottola <rm@gnu.org>
* PreferencesController.[h,m]
* ZipperDocument.[h,m]
Do not leak the preferences controller.
* Archive.[h,m]
Correct types.
2012-02-22 Riccardo Mottola <rm@gnu.org>
* PreferencesController.m
Do not release on window closure to prevent crash.
2012-02-21 Riccardo Mottola <rm@gnu.org>
* FileInfo.h
* FileInfo.m
* ZipArchive.h
* ZipArchive.m
Do not autorelease and fix memory leak.
2012-02-20 Riccardo Mottola <rm@gnu.org>
* AppDelegate.[h,m]
Do not open an untitled document. Add boilerplate.
* Archive.[h,m]
* ArchiveService.[h,m]
* FileInfo.[h,m]
* ZipperDocument.[h,m]
Add boilerplate. Cleanup.
2012-02-19: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ZipperDocument.m: setDoubleAction to open the double
clicked file with its default viewer, rework opening a
file with the default openApp
* PreferencesController.m: Go to the GNUSTEP_SYSTEM_APPS
directory when looking for a default open application,
use an even easier way now.
* Connect the Document/View in the Main Menu to the
double Click Action
2012-02-17: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* RarArchive.m fix the offset of the header and footer
of unar output
* SevenZipArchive.m fix the offset of the header and
footer of 7z output
* Preferences.m set the default rar executable to unrar
* ZipperDocument.gorm make the columns in the table resizable
2012-02-16 Riccardo Mottola <rm@gnu.org>
* GNUmakefile
* PreferencesController.h
* PreferencesController.m
Migrated preferences GUI to Gorm, fixed typos.
2012-02-15 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* ZipperDocument.m replace deprecated sel_eq with sel_isEqual
* GzipArchive.m, TarArchive.m, remove some weird ;
2012-02-15 Riccardo Mottola <rm@gnu.org>
* GNUmakefile
* Resources/ZipperDocument.gorm
* ZipperDocument.[h,m]
Migrate to Gorm.
2012-02-15 Riccardo Mottola <rm@gnu.org>
* ZipperDocument.h
Explicit IBOutlet.
* AppDelegate.m
* GNUmakefile
* ZipperInfo.plist
* main.m
* Resources/MainMenu.gorm
Migrate main menu to Gorm.
2012-02-13 Riccardo Mottola <rm@gnu.org>
* TarArchive.m:
Fix date parsing in BSD-tar archives, sanity checks.
* ZipArchive.m:
Fix date parsing and some sanity checks.
2012-02-13 Riccardo Mottola <rm@gnu.org>
* TarArchive.m:
Fix date parsing in gnu-tar archives, sanity checks.
2012-02-13 Riccardo Mottola <rm@gnu.org> for Sebastian Reitenbach
* Resources/MainMenu-GNUstep.gsmarkup
Fix menu equivalents.
* PreferencesController.m
Remember 7zip executable
2012-02-13 Riccardo Mottola <rm@gnu.org>
Initial GAP check-in
License changed to GPLv2 in accordance with the original author
Packed resources into Resources subdirectory
|