aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
Commit message (Expand)AuthorAgeFilesLines
* Changed appearance of copy/rename DB to match that of copyTable. drx7772010-04-291-4/+9
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-281-0/+10
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-181-1/+2
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-101-0/+1
* • fixed several issue for completion listsBibiko2010-03-291-0/+2
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-1/+0
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-0/+1
* • NavigatorBibiko2010-03-251-1/+0
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-1/+1
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-0/+2
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-181-1/+3
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-171-0/+1
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-131-0/+2
* Various printing support enhancements, including:stuconnolly2010-03-121-15/+12
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-091-0/+1
* Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ...stuconnolly2010-03-081-0/+1
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-0/+2
* • Query Favorites:Bibiko2010-02-251-0/+5
* • CSV Import Field MapperBibiko2010-02-211-0/+2
* Complete the implementation of the management of table triggers (accessible v...stuconnolly2010-02-061-0/+1
* Added preliminary support for triggers. You can access the tab via the bamse162010-01-311-0/+1
* • further preparations to F5 completionBibiko2010-01-111-0/+2
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-9/+9
* Remove old redundant code that was left over form when the server variables s...stuconnolly2009-12-141-1/+0
* - Relocate the table changed notification, allowing table info pane to updat...rowanbeentje2009-11-211-1/+1
* Implement query cancellation support within MCPKit, and add it to the task fu...rowanbeentje2009-11-151-0/+6
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-1/+1
* Move query mode constants to SPConstants.h.stuconnolly2009-11-131-7/+0
* In an aid to split up the functionality of the TableDocument class as well as...stuconnolly2009-11-131-14/+8
* - New server processes panel, accessible via the 'Database' menu and alt+cmd+...stuconnolly2009-11-121-1/+3
* - Fix an issue when switching databases - allow the table selection to be cl...rowanbeentje2009-11-101-1/+4
* - Support nested task levels to allow tasks to overlaprowanbeentje2009-11-081-1/+4
* Tidy up.stuconnolly2009-11-071-4/+0
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-291-2/+3
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-0/+1
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-261-1/+0
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-221-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-201-0/+21
* • some minor code cleaning and simplificationBibiko2009-10-071-2/+4
* • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...Bibiko2009-10-061-0/+1
* • changed routine for opening SPF filesBibiko2009-10-061-1/+5
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-1/+1
* Add the ability to copy the selected server variable(s), either as name = val...stuconnolly2009-10-041-1/+4
* • first implementation of a Content Filter EditorBibiko2009-10-011-0/+1
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-011-0/+1
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-011-3/+4
* Add back/forward history menu items to the view menu with the assigned shortc...stuconnolly2009-09-121-1/+1
* • fixed document registering with its query favorites and historyBibiko2009-09-031-2/+2
* • fixed issue if a SPF file contains non-valid URL character like space, etc.Bibiko2009-09-031-2/+3
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-2/+4