7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Dutch localization to reflect changes in r573. More... almost 17 years ago
Improved informative text for folder deletion, and always require confirmation before deleting folders (this cannot be disabled using the preferences panel, although it is a user defaults setting). Also improved informative text when deletion of a file or folder failed. More... almost 17 years ago
Bug fix: matching paths (after rescanning) now copes with empty directories (i.e. whose contents are nil). More... almost 17 years ago
Disabled deletion of the root folder of a volume. More... almost 17 years ago
Now excluding freed space from filtered views (the freed space size was already zero in the filtered tree context). More... almost 17 years ago
Now files are actually moved to the Trash when they are deleted. More... almost 17 years ago
Made PreferencePanel apply changes immediately to support more dynamic changes of settings (e.g. to temporarily enable deletion of a folder). It also simplifies the panel (as well as the implementation of its control). More... about 17 years ago
Refactoring: Now using generalised code for handling each pop-up button in the PreferencesPanel. More... about 17 years ago
Refactoring: Removed use of FileSizeMeasureCollection. More... about 17 years ago
Refactoring: Improved localization of PopUpButtons by using new UniqueTagsTransformer class. There's no need anymore for control-specific reverse look-up tables. More... about 17 years ago
Refactoring: DirectoryViewWindow now uses generic Key-Value Observing to track changes to preferences, instead of using custom preferencesChanged event. More... about 17 years ago
Updated help to reflect changes in r538 and r539. More... about 17 years ago
Now also showing the total freed space in the Info panel (belongs together with r538). More... about 17 years ago
Now also showing the total freed space in the Info panel. More... about 17 years ago
Refactoring: Now using variables instead of string literals everywhere for the UsersDefaults keys. More... about 17 years ago
Refactoring: All application defaults are now set using the Info.plist file. More... about 17 years ago
Made file deletion configurable using the user preferences. File deletion may be entirely disabled, only deletion of files may be supported, or deletion of files and folders. Furthermore, optionally require confirmation before deleting files or folders. More... about 17 years ago
Improved text of file/folder deletion confirmation alert. More... about 17 years ago
Refactoring: Moved Item classes into "tree" folder. More... about 17 years ago
Refactoring: Now using variables everywhere instead of string literals for posting and observing notifications. More... about 17 years ago
Minor refactoring: moved -setItemPathModel into -postInitWithPathModel method. More... about 17 years ago
Added entry for Daytona palette. More... about 17 years ago
Added Readers/Writer synchronization so that modification of the tree (to reflect deletion of a file or folder) never affects the background drawing tasks. More... about 17 years ago
Fixed bugs introduced in r521. More... about 17 years ago
Updated to reflect changes in r521. More... about 17 years ago
Now asking for confirmation before deleting a file or folder. More... about 17 years ago
Improved canMoveVisibleTreeDown criterion in ItemPathModel. More... about 17 years ago
Updated GUI to support file/folder deletion. (No files are deleted yet. Furthermore, proper synchronization is still missing). More... about 17 years ago
Reverted change accidentally commited as part of r508. More... about 17 years ago
Moved 3rd party localizations and all others that are not part of the main release to separate "locs" folder. More... about 17 years ago