aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
Commit message (Expand)AuthorAgeFilesLines
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-4496/+0
* Rename TableContent to SPTableContent.stuconnolly2010-05-281-1/+1
* Rename TableSource to SPTableStructure.stuconnolly2010-05-271-1/+1
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-3/+3
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-1/+18
* - Add support for progress indicator in tabsrowanbeentje2010-05-241-15/+3
* Initial implementation of tabs:rowanbeentje2010-05-231-240/+370
* - Fix an issue when truncating tables using the right-click menu, by improvi...rowanbeentje2010-05-221-6/+6
* Review queryDbStructureWithUserInfo:rowanbeentje2010-05-151-3/+0
* - Corrected reloading of list of databases and list of tables; formerly, only...drx7772010-05-101-4/+2
* - Update task progress spinner to draw on the main thread rather than a back...rowanbeentje2010-05-091-1/+0
* Rework alert sheets:rowanbeentje2010-05-091-9/+9
* Prefill duplicate database name field with current database name.stuconnolly2010-05-031-1/+1
* For add/rename/duplicate DB: check new name input for an existing db name and...drx7772010-04-291-3/+3
* Changed appearance of copy/rename DB to match that of copyTable. drx7772010-04-291-3/+5
* Disable copy/rename database in menu, if no database is selecteddrx7772010-04-291-1/+3
* Disables copy/rename confirmation buttons in copy/rename sheet if no name is ...drx7772010-04-291-0/+8
* Only switch to the renamed/duplicated database name, if the action was succes...drx7772010-04-291-9/+11
* Now longer using [NSApp mainWindow] but a reference to the correct window for...drx7772010-04-291-2/+2
* Duplicate/Rename DB: catch an unnecessary error message on canceling input sh...drx7772010-04-291-2/+6
* This changeset implements renaming and duplicating databases on a server. Det...drx7772010-04-281-2/+88
* Enhance SPLogger by adding the ability to run leaks() against the application...stuconnolly2010-04-241-2/+7
* changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE"jakob2010-04-221-1/+1
* When saving an SPF only save the socket if it's present. Fixes http://spbug.c...stuconnolly2010-04-201-1/+1
* - Add a new couldCommitCurrentViewActions method to TableDocument, and stand...rowanbeentje2010-04-181-51/+50
* - Fix a bug in 10.5.8 where a background connection window would overrelease...rowanbeentje2010-04-171-1/+2
* - Tweak the history controller to track the toolbar item visibility, and onl...rowanbeentje2010-04-151-2/+3
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-1/+4
* • renamed 'Open' button in 'Import from Clipboard' to 'Next'Bibiko2010-04-121-1/+1
* 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