0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 21 hours ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[MKLevinController] load last opened file on startup
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[.gitignore] add .DS_Store to ignored files
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences.xib] make '+' button work by calling promptForScanPath: on File's Owner
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] remove loadFileAtPathIntoWebView: and replace it with the method from WebViewLevinAdditions
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[WebViewLevinAdditions] factor out loading a file into the mainframe into a category on WebView
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] remove collectAllSwfFilesFromDirectory: and replace it by the NSStringLevinAddition
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[NSStringLevinAdditions] add category to NSString to support scanning for swf files in the location given by self
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] add [oldUserdefaultsScanPaths release] to create release/copy balance in applicationDidFinishLaunching:
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[README.txt] add initial version of the README file
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[License] add License.txt containing GPL v3 and add GPL Headers in each source file
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Credits.rtf] add Credits file for the about dialog
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Info.plist] add NSHumanReadableCopyright
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] only load new file if one is selected
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MainMenu.xib] allow empty selection for the tableview
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] immediately scan directories which are added to the userdefaults
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[README] add README.txt
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences.xib] make table column uneditable for now
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] iterate over all stored scan paths and not only the last one
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MainMenu.xib] call promptForScanPath: when clicking on the Open menu item
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] make promptForScanPath an IBAction
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] store the selected path in the arraycontroller in the callback of the panel and not afterwards
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] always load nib and don't check for the presence in showPreferences:
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MainMenu.xib] remove View submenu as it is currently unneeded
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences.xib] connect '-' button with the arraycontrollers remove: action
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences] create and show the preferences panel
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences] replace File's Owner class with MKLevinController
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences.xib] change scanPathController "Class Name" field to NSString
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences.xib] add shared userdefaults controller and array controller for scanPaths userdefault; bind array controller to second table column
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[Preferences.xib] changed from NSWindow to NSPanel
Manfred Kröhnert
as mkroehnert
More... over 14 years ago
[MKLevinController] removed commented out line
Manfred Kröhnert
as mkroehnert
More... over 14 years ago