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
Intermediate commit. Currently busy working on using same mask when duplicating or twinning a window. However, this is not as straightforward as it first seemed. The heart of the issue is to control how changes to rules affect existing masks (or not). This requires a little refactoring of the filter editing code. More... over 18 years ago
Added Folder test and various filesize tests to default FileItemTestRepository. More... over 18 years ago
Made color-mapping choice in directory view a pop-up button. More... over 18 years ago
Added checkbox for quickly enabling/disabling use of mask in directory view. More... over 18 years ago
Now also using kB/MB/GB in description of ItemSizeTest (if needed). Moved the string creation method to FileItem for this purpose. More... over 18 years ago
Cosmetic changes to filter editing windows: kB/MB/GB pop-up button is now used, when test is enabled the focus is moved to text field for it, cannot edit rule description text anymore, added check that rule-name is not empty, when a rule is added or moved it is selected, etc. More... over 18 years ago
Bug fix: EditFilterRuleWindow could return item tests that could subsequently still change. This has been fixed. More... over 18 years ago
Now actually using the file item mask when drawing the directory view. More... over 18 years ago
Created NotItemTest class. More... over 18 years ago
Changed CompoundItemTest so that it does not subclass from AbstractFileItemTest anymore (as the latter is not really needed). More... over 18 years ago
Now also showing test removal confirmation alert as a sheet. More... over 18 years ago
Now centering SaveImageDialog. More... over 18 years ago
Made implementation of TreeLayoutTraverser protocol explicit (so that type-casting to "id" is not necessary for removing warnings). Also removed (unnecessary) use of id in private method of TreeLayoutBuilder. More... over 18 years ago
Now the DirectoryViewWindow is also moved to front when its EditFilterWindow is made key (the reverse was already taken care of, but has been made slightly more robust). More... over 18 years ago
Now only using a single instance of EditFilterRuleWindow. More... over 18 years ago
Now showing "Name already exists" alert before closing the EditFilterRuleWindow. Also made the alert a sheet. More... over 18 years ago
Made EditFilterWindow and EditFilterRuleWindow both panels, so that the only main windows are DirectoryViewWindows. More... over 18 years ago
Now using EditFilterWindow in two ways: 1) Modally using the Filter command, and 2) Non-modally when used as a mask for an existing view. More... over 18 years ago
EditFilterWindow is now using an external repository for file item tests, which may be shared with other instances of the same window. (It runs but not yet extensively tested.) More... over 18 years ago
Created utility dictionary that posts events when it is modified. (It compiles but is not yet tested.) More... over 18 years ago
Added keyboard shortcuts for Re-scan and Filter commands. More... over 18 years ago
Improved functionality of filter editing windows: editing and removing rules from the repository is now supported, and also fixed many minor bugs. More... over 18 years ago
Basic functionality of EditFilterRuleWindow now working. Can now add new rules from EditFilterWindow. More... over 18 years ago
Improved description for compound item tests. More... over 18 years ago
Implemented functionality in EditFilterRuleWindow to get/set the test rule based on the window state. More... over 18 years ago
Updated to reflect changes in revision 89. More... over 18 years ago
Added various getter/setter methods to filter tests, and changed several initialisers. More... over 18 years ago
Added compound item tests. More... over 18 years ago
Added item size and item type tests. More... over 18 years ago
Made item name test generic (test for type will be a separate test). More... over 18 years ago