aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-121-1/+0
* Forgot to update Localizable.strings for previous commit.stuconnolly2010-04-111-2/+2
* • added "Import from Clipboard" ⌥⇧⌘IBibiko2010-04-101-2/+16
* When displaying a table/view's create syntax in the extended table informatio...stuconnolly2010-04-091-2/+2
* - Improve .spf handling of blank passwords; allow empty passwords to be save...rowanbeentje2010-04-061-4/+4
* If user selects the Query Editor window set always the focus on the text view...Bibiko2010-04-061-2/+2
* • ensure that the global schema structure data for completion are updated e...Bibiko2010-03-311-1/+1
* • if document window will close sent a 'cancelPreviousPerformRequestsWithTa...Bibiko2010-03-311-0/+11
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-3/+2
* - Improve error checking for various actions, particularly permissions error...rowanbeentje2010-03-311-0/+22
* • fixed several issue for completion listsBibiko2010-03-291-0/+10
* Add the ability to sort the connection favorites table view in the preference...stuconnolly2010-03-271-0/+6
* - When switching tables, correctly catch disconnections and suppress error d...rowanbeentje2010-03-271-8/+0
* • navigatorBibiko2010-03-261-6/+3
* • Navigator and completion listBibiko2010-03-261-1/+7
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-10/+20
* Bunch of improvements to the server process list viewer, including:stuconnolly2010-03-251-1/+1
* Add support for selecting the triggers view as the default in the general pre...stuconnolly2010-03-251-12/+20
* • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L...Bibiko2010-03-251-2/+8
* • NavigatorBibiko2010-03-251-11/+1
* - Make [MCPConnection getLastErrorMessage] more consistent by always returni...rowanbeentje2010-03-251-15/+15
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-17/+18
* - Add a new selectDatabase:item: method to TableDocument, to centralise code...rowanbeentje2010-03-241-47/+97
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-0/+16
* Before opening the user manager check that the current user has access to the...stuconnolly2010-03-231-0/+18
* • NavigatorBibiko2010-03-231-3/+4
* - Simplify table source table setup and make thread safe. This should addre...rowanbeentje2010-03-221-3/+4
* • NavigatorBibiko2010-03-211-0/+30
* • NavigatorBibiko2010-03-211-0/+3
* Fix memory leak upon connection window close.stuconnolly2010-03-201-0/+1
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-1/+49
* • further progress for navigatorBibiko2010-03-181-1/+1
* • some progress of the navigator approach (not yet active - hidden main men...Bibiko2010-03-181-3/+18
* - Fix a couple of calls which crashed if the window had already been closed,...rowanbeentje2010-03-181-0/+1
* • initial commit to support a connection/schema navigator (not yet active ...Bibiko2010-03-171-0/+34
* Fix a couple more potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Fix some potential issues found during static analysis.stuconnolly2010-03-151-1/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-2/+10
* Peform the addition and removal of table indexes on a background thread with ...stuconnolly2010-03-141-1/+0
* • fixed printDocument validation if Custom Query is activeBibiko2010-03-131-5/+5
* Perform HTML generation for printing on a background thread, displaying the u...stuconnolly2010-03-131-2/+2
* - Add toolbar item for Triggers interfaceavenjamin2010-03-131-0/+13
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-10/+0
* tiny improvement for printDocument: menu item validationBibiko2010-03-131-2/+7
* Lots more printing support enhancements, including:stuconnolly2010-03-131-3/+1
* Various printing support enhancements, including:stuconnolly2010-03-121-164/+4
* Include the current table name in printing support. Fixes issue #501.stuconnolly2010-03-101-27/+34
* - Ensure endTask is called on the main thread, fixing various thread-safety ...rowanbeentje2010-03-101-0/+6
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-091-0/+13
* • Select Content Filter ^⌘FBibiko2010-03-081-1/+1