aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
Commit message (Collapse)AuthorAgeFilesLines
* Bring Tiger branch up to version 0.9.5:rowanbeentje2009-04-1975-3/+77
| | | | | | | | | | - Merge in revisions up to r592 from trunk - Rewrite code where appropriate to use Tiger-compaible methods (no easy object enumeriation, no @properties, etc) - Remove printing again - problems printing, and template engine is 10.5-only - Rework xibs as nibs, and ensure everything looks and works correctly on Tiger; revert interface elements where necessary. - Add a method to check whether the app is being run on 10.5+, and show appropriate warning about interface and features - Alter strings and change sparkle URL to Tiger-specific appcast
* Update 0.9.4 build to be Tiger compatible, making the following changes:rowanbeentje2009-03-155-0/+0
| | | | | | | | | | | - Interface .xibs converted to .nibs for Interface Builder 2.5 compatibility - 10.5-only NS* images replaces with images - Window changed to unified toolbar type to maintain appearance on 10.4 - Layering issues tweaked - Button which stretched behind the "table type" dropdown on browse view now stretches up to it, as there was no layering workaround I could find - Print menu item removed as it only opened Page Setup, never printed. - Minor UI changes and moves to achieve a consistent appearance on 10.4
* Update version number to 0.9.4rowanbeentje2009-03-051-2/+2
|
* A patch to improve View support, addressing Issue #130. This patch undoes ↵rowanbeentje2009-02-231-0/+0
| | | | the damage caused by r333, making views viewable again, and extends support by preventing errors in the info pane, by drawing views with a different icon to easily differentiate them, by making all source/index information non-editable to match GUI to behaviour, and to tweak the interface slightly to match.
* + Updated to use new icon in TABLE INFORMATION pane. (#146)avenjamin2009-01-182-0/+0
|
* Added perl script to automatically add the build version to Info.plist.stuconnolly2008-12-101-1/+1
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-1057-0/+188
structure.