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
Bug fix: The IgnoreCase checkbox for the name and path tests were not disabled when the test was disabled. This has been fixed. More... almost 18 years ago
Made title of OK button in remove-rule-confirmation alert panel more specific. More... almost 18 years ago
Bug fix: it was possible (to attempt) to save an image with a dimension that was zero or negative. This resulted in an exception. Not anymore. More... almost 18 years ago
Made width of text fields larger (where possible without affecting the GUI) to facilitate localization, as requested by Helge Baumann. More... almost 18 years ago
Placed form inside box (so that form is selectable in Interface Builder). More... almost 18 years ago
Fixed size of window (it was accidently a bit too wide). More... about 18 years ago
Updated German resources, as provided by Helge Baumann (Tracker #1621624). More... about 18 years ago
Started creation of Frisian-localised resources. More... about 18 years ago
Updated Japanese resources, as emailed to me by Chris Li (Japanese.lproj 6-12-20-72737.zip). More... about 18 years ago
Explicitly nil-ing member variables. More... about 18 years ago
Removing self as an observer from the default notification center in dealloc. More... about 18 years ago
Bug fix: Forgot to call retain somewhere. More... about 18 years ago
Bug fix: Now the correct color palette is used when saving an image. More... about 18 years ago
Changed size of DirectoryViewWindow to 640x480. More... about 18 years ago
Added setter methods to DirectoryViewControlSettings (currently unused though). More... about 18 years ago
Added button for removing all tests from the filter in EditFilterWindow. More... about 18 years ago
Now also showing human-digestable sizes in Info and Focus panels. More... about 18 years ago
Minor cosmetic changes. More... about 18 years ago
Forgot to add this one to previous commit (revision 274). More... about 18 years ago
Caching strings for file-item paths using new FileItemPathStringCache objects. This is thread-safe, can support a trailing slash for directory paths, and does not increase the memory footprint of the file item tree. The implementation is not as short and sweet though. More... about 18 years ago
Application-provided rules cannot be removed anymore. When a rule with the same name as an application-provided rule is removed, the original application-provided rule will reappear again. More... about 18 years ago
ItemPathTest now applies to path of the folder where the file item resides. Now also letting DirectoryItem cache the string for its path for improved performance (the cache is quickly cleared however, so that the memory footprint for the entire tree is hardly affected). More... about 18 years ago
Added support for optional case-insensitivity of string tests to EditFilterRuleWindow. More... about 18 years ago
Showing a different informative text when a user-created rule is deleted instead of an application-provided rule. The rule name in the alert message is now also internationalized. More... about 18 years ago
Moved test names from tests.strings file into new TestNames.strings file. More... about 18 years ago
Renamed mappings and palettes strings files to MappingNames and PaletteNames respectively. More... about 18 years ago
Internationalized OK and Cancel buttons of alert panels. More... about 18 years ago
Renamed "localise" to "localize". More... about 18 years ago
String tests now support optional case-insensitive matching. More... about 18 years ago
Storing user-created file-item tests in the user preferences. These are loaded again the next time the application starts up. More... about 18 years ago