Commit Graph

12 Commits

Author SHA1 Message Date
Robert McGovern 0d3d4c2781 Some more import switches. Missed them earlier. 2022-04-20 13:43:50 +01:00
Robert McGovern d861a1abec Used Xcode's "Convert to Modern Objective-C syntax" 2022-04-18 12:43:58 +01:00
Robert McGovern 5ce6feae92 Switched from linking macOS frameworks to using Clang Modules, dropped the pre-compiled header (although I may put that back) 2022-04-18 12:35:04 +01:00
Robert McGovern 739b94d15b Too much in a single commit again - WIP
Added UserDefaults support for 3 settings.
App when run without files will either open in the dock and show the preferences window, or in the statusbar with no window shown (don't understand why yet).
2021-05-31 20:42:30 +01:00
Robert McGovern 19766c83d9 Code refactoring and other changes
Moved extraction code out of the App delegate into its own class.
Added window for setting preferences (doesn't do anything atm except hide dock icon, experiment)
Added Readme
2021-05-31 13:07:27 +01:00
Robert McGovern c78276aeeb Minor tidy ups. Ran through converters for Modern Objective-C and ARC. Removed couple of depreciated warnings. 2021-05-24 10:24:32 +01:00
Robert McGovern 78d571ec79 Some refactoring and added a bunch of comments.
More to do.
2009-11-16 15:00:11 +01:00
Robert McGovern e9ad5c518c Bah did last commit wrong. Only added the password view.
Added support for handling archives with passwords.
2009-11-15 18:50:12 +01:00
Robert McGovern b208b2e332 Report to the user when part of the archive set is missing. Needs to be enhanced so that if file to be extracted was already there that it is left intact. 2009-11-15 15:43:54 +01:00
Robert McGovern d828736bc8 Code will now extract the RAR file to a subfolder of the name of the rar file (without the .rar extension). If that a file already exists the user will be asked if they wish to Skip the file or Overwrite it via an Alert dialog.
Code still needs a proper tidy up but is working well. Support for Password archives or missing parts is not yet implemented.
2009-11-15 13:54:07 +01:00
Robert McGovern b3188496c3 Updated project to properly link & use the custom built libunrar library.
Also initial code to handle rar extraction. No handling or errors like missing RAR files, or requiring a password.
2009-11-14 23:12:16 +01:00
Robert McGovern 9929851140 Adding initial files which contains the unrar.3.9.6 sources and a patch for the Makefile 2009-11-10 16:48:42 +01:00