Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Consolidate structure and content row editing cancellation code into a ↵ | rowanbeentje | 2010-09-16 | 1 | -0/+0 |
| | | | | | | | | | | single function in each class - Tweak NSTableView subclasses to catch presses of the Escape key and ask the class to abort row editing. This makes Esc key behaviour much more consistent, and allows cancelling/reverting edits made via the mouse (eg checkboxes, dropdowns, enums), or after the cell editing has finished but the row is still selected. - Remove debug - Update localisable strings | ||||
* | - Update the nib localisation postprocessor to output strings files in the ↵ | rowanbeentje | 2010-06-12 | 1 | -0/+0 |
| | | | | | | | original format they were read using - Convert the .strings files to UTF16 | ||||
* | - Implement the Wil shipley/Golden % Braeburn localisation method for ↵ | rowanbeentje | 2010-06-12 | 1 | -0/+51 |
.xibs; add a build stage to Release/Dist builds which generates .strings files for each nib, and swizzle nib loading to automatically translate strings based on any localised .strings files - Fix the genstring stage of the build script and move it to Release/Dist builds only - Update Localizable.strings to match latest code |