Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -0/+2 |
| | |||||
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -2/+0 |
| | |||||
* | Rename TableDocument to SPDatabaseDocument. | stuconnolly | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Rename TableContent to SPTableContent. | stuconnolly | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Rename TablesList to SPTablesList. | stuconnolly | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | - Tweak the history controller to track the toolbar item visibility, and ↵ | rowanbeentje | 2010-04-15 | 1 | -0/+2 |
| | | | | only update it when visible - this fixes crashes after the toolbar item is removed from the toolbar and then updated (eg http://spbug.com/l/114 ) | ||||
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵ | stuconnolly | 2010-03-31 | 1 | -1/+1 |
| | | | | favorites (Thanks Hans). | ||||
* | General tidy up, with a focus on consolidating more constants in ↵ | stuconnolly | 2010-03-24 | 1 | -9/+0 |
| | | | | SPConstants.h/m. | ||||
* | Fix Issue #574 (foreign key links not working after first use): | rowanbeentje | 2010-02-23 | 1 | -2/+2 |
| | | | | | | - Move foreign key reference loading into it's own task and set state modification markers to allow it to override the table state history - Rename modifyingHistoryState to modifyingState now the usge has broadened slightly | ||||
* | - Save and restore content table sorting, filter criteria, scroll position ↵ | rowanbeentje | 2010-02-09 | 1 | -0/+4 |
| | | | | | | | and selection when switching tables and databases. This implements Issue #469. - Fix history bug causing column sorts to always be restored ascending | ||||
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵ | rowanbeentje | 2010-01-09 | 1 | -3/+3 |
| | | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3 | ||||
* | - Fix issues causing memory leaks and causing history load tasks never to ↵ | rowanbeentje | 2009-12-13 | 1 | -1/+1 |
| | | | | complete when loading certain history entries - this addresses Issue #499 | ||||
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -1/+3 |
| | | | | | | | - Thread history loading, thus using the nested task elvels and fixing history interaction in recent builds - Thread initial database loads - Improve progress indicator slightly | ||||
* | Missing SVN properties. | stuconnolly | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Forgot to assign the back/forward history menu item's tags resulting in ↵ | stuconnolly | 2009-09-12 | 1 | -1/+1 |
| | | | | incorrect navigation and menu item validation. | ||||
* | Add back/forward history menu items to the view menu with the assigned ↵ | stuconnolly | 2009-09-12 | 1 | -2/+7 |
| | | | | shortcuts of cmd+[ and cmd+]. | ||||
* | - Add history menus to the history back/forward buttons for faster ↵ | rowanbeentje | 2009-08-06 | 1 | -1/+6 |
| | | | | navigation; click and hold buttons to view navigation menu | ||||
* | - Fix some small memory leaks when changing tables | rowanbeentje | 2009-08-04 | 1 | -1/+3 |
| | | | | | - Fix the history navigation to correctly switch across databases without invalid history states | ||||
* | - Fix an errant NSLog in TableSource | rowanbeentje | 2009-08-01 | 1 | -1/+2 |
| | | | | | | - Improve and make consistent state saving in TableContent; now saves filters and scroll position mor reliably on refresh/edit, and supports remembering and restoring which rows were selected - Significantly improve table history - only create entries for tables switches or filters, only remember 50 items, and save view/filters/scroll position/selections in table content view | ||||
* | - Add an initial barebones version of the history controller, with a basic ↵ | rowanbeentje | 2009-07-30 | 1 | -0/+59 |
toolbar item to navigate backwards and forwards. TBC! |