aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
Commit message (Expand)AuthorAgeFilesLines
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • made SP more robust against fast closing of tabs and windowsBibiko2010-06-291-1/+3
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-1/+1
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-1/+1
* - Add support for progress indicator in tabsrowanbeentje2010-05-241-1/+0
* Initial implementation of tabs:rowanbeentje2010-05-231-0/+1
* - Fix an issue when truncating tables using the right-click menu, by improvi...rowanbeentje2010-05-221-13/+13
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-181-0/+3
* - Tweak the history controller to track the toolbar item visibility, and onl...rowanbeentje2010-04-151-1/+67
* Add support for the triggers view in the history controller.stuconnolly2010-03-251-0/+7
* - Correctly store scroll and selection for the navigation history when filte...rowanbeentje2010-03-251-2/+15
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-11/+12
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-27/+14
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-3/+4
* Fix Issue #574 (foreign key links not working after first use):rowanbeentje2010-02-231-8/+8
* - Save and restore content table sorting, filter criteria, scroll position a...rowanbeentje2010-02-091-1/+50
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-23/+23
* - Fix issues causing memory leaks and causing history load tasks never to co...rowanbeentje2009-12-131-5/+9
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-231-9/+19
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-3/+28
* Tidy up.stuconnolly2009-11-071-1/+0
* Missing SVN properties.stuconnolly2009-10-091-2/+2
* • first implementation of a Content Filter EditorBibiko2009-10-011-20/+3
* - Update history item name generation (for history menus) to add support for...rowanbeentje2009-09-301-0/+10
* Forgot to assign the back/forward history menu item's tags resulting in incor...stuconnolly2009-09-121-2/+2
* Add back/forward history menu items to the view menu with the assigned shortc...stuconnolly2009-09-121-6/+26
* - Add history menus to the history back/forward buttons for faster navigatio...rowanbeentje2009-08-061-0/+81
* - Fix some small memory leaks when changing tablesrowanbeentje2009-08-041-6/+8
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-19/+73
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-301-0/+256