7
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bug fix: The application would freeze when the filter window was closed using the window's close button (as this would not trigger an abortModal call). This has been fixed. More... about 18 years ago
More I18N: Now the dot in the string for the size of file items can be localised (obviously a very critical feature, this one... ;-). More... over 18 years ago
Not hard-coding sizes of drawers anymore, but using values specified in the nib files (this is also part of I18N effort). More... over 18 years ago
More I18N: Now also used NSLocalizedString for test descriptions (fairly fancyfully) and alert panel messages. More... over 18 years ago
First steps towards full internationalisation: started using NSLocalizedString where necessary. More... over 18 years ago
Updated version string to 0.96. More... over 18 years ago
Renamed file item hashing options. They now use "folder" instead of "directory". More... over 18 years ago
Cleaned up log messages. More... over 18 years ago
Minor change to assert messages. Cosmetic layout changes. More... over 18 years ago
Fixed mouse-following visible item path bug, introduced after a drawer was added to the window (Revision 164): moving the mouse around in the drawer would occassionaly cause the path to change as well. Also some cosmetic changes to code layout. More... over 18 years ago
Bug fix: Plugged memory leak. More... over 18 years ago
Bug fix: plugged memory leak. More... over 18 years ago
Renamed "tasks" folder to "task" (singular is more consistent). More... over 18 years ago
Moved all task executors and their inputs to separate "tasks" folder. More... over 18 years ago
Now filtering also takes place in the background (while a ProgressPanel is being shown so that it can also be cancelled). This holds for filtering after a re-scan as well. Also fixed a big memory leak (rescanned trees would never be released). More... over 18 years ago
Updated DrawTaskInput to specify more accurately the tree that is operated on (it can be a subtree, but will always be a FileItem). More... over 18 years ago
Made DirectoryViewControl the window delegate (again). This was accidently broken in Revision 164. More... over 18 years ago
Refactored showing of progress panel while (re-)scanning. It is now more general so that it can also be used for showing progress of other tasks (and providing the ability to cancel them). More... over 18 years ago
Renamed ScanProgressPanelControl to ProgressPanelControl. More... over 18 years ago
Renamed ScanProgressPanel.nib to ProgressPanel.nib. More... over 18 years ago
Now also showing description of mask in drawer of DirectoryViewWindow. More... over 18 years ago
Minor change to EditFilterWindowControl (OK button always enabled). More... over 18 years ago
Cosmetic change to DirectoryViewWindow (all text fields are now named consistently). More... over 18 years ago
Now items in PopUpButtons are set in their nib file instead of programmatically. More... over 18 years ago
Simplified the code that creates attributed string for path of selected item. More... over 18 years ago
Added description method to NotItemTest. More... over 18 years ago
Added a drawer to DirectoryView window with Info, Display and Focus panel. More... over 18 years ago
Moved Filter command from File menu to Window menu. More... over 18 years ago
Reflecting the use of a filter in the title of DirectoryView windows. More... over 18 years ago
Minor improvements to stringForFileItemSize. More... over 18 years ago