| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge export redesign branch back into trunk. | stuconnolly | 2010-05-24 | 1 | -1/+18 |
* | - Add support for progress indicator in tabs | rowanbeentje | 2010-05-24 | 1 | -15/+3 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -240/+370 |
* | - Fix an issue when truncating tables using the right-click menu, by improvi... | rowanbeentje | 2010-05-22 | 1 | -6/+6 |
* | Review queryDbStructureWithUserInfo: | rowanbeentje | 2010-05-15 | 1 | -3/+0 |
* | - Corrected reloading of list of databases and list of tables; formerly, only... | drx777 | 2010-05-10 | 1 | -4/+2 |
* | - Update task progress spinner to draw on the main thread rather than a back... | rowanbeentje | 2010-05-09 | 1 | -1/+0 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -9/+9 |
* | Prefill duplicate database name field with current database name. | stuconnolly | 2010-05-03 | 1 | -1/+1 |
* | For add/rename/duplicate DB: check new name input for an existing db name and... | drx777 | 2010-04-29 | 1 | -3/+3 |
* | Changed appearance of copy/rename DB to match that of copyTable. | drx777 | 2010-04-29 | 1 | -3/+5 |
* | Disable copy/rename database in menu, if no database is selected | drx777 | 2010-04-29 | 1 | -1/+3 |
* | Disables copy/rename confirmation buttons in copy/rename sheet if no name is ... | drx777 | 2010-04-29 | 1 | -0/+8 |
* | Only switch to the renamed/duplicated database name, if the action was succes... | drx777 | 2010-04-29 | 1 | -9/+11 |
* | Now longer using [NSApp mainWindow] but a reference to the correct window for... | drx777 | 2010-04-29 | 1 | -2/+2 |
* | Duplicate/Rename DB: catch an unnecessary error message on canceling input sh... | drx777 | 2010-04-29 | 1 | -2/+6 |
* | This changeset implements renaming and duplicating databases on a server. Det... | drx777 | 2010-04-28 | 1 | -2/+88 |
* | Enhance SPLogger by adding the ability to run leaks() against the application... | stuconnolly | 2010-04-24 | 1 | -2/+7 |
* | changed many occurrences of "REMOVE" to "DELETE", eg. "DELETE DATABASE" | jakob | 2010-04-22 | 1 | -1/+1 |
* | When saving an SPF only save the socket if it's present. Fixes http://spbug.c... | stuconnolly | 2010-04-20 | 1 | -1/+1 |
* | - Add a new couldCommitCurrentViewActions method to TableDocument, and stand... | rowanbeentje | 2010-04-18 | 1 | -51/+50 |
* | - Fix a bug in 10.5.8 where a background connection window would overrelease... | rowanbeentje | 2010-04-17 | 1 | -1/+2 |
* | - Tweak the history controller to track the toolbar item visibility, and onl... | rowanbeentje | 2010-04-15 | 1 | -2/+3 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -1/+4 |
* | • renamed 'Open' button in 'Import from Clipboard' to 'Next' | Bibiko | 2010-04-12 | 1 | -1/+1 |
* | Add a new SPFileHandle class to support gzip compression and writing on a bac... | rowanbeentje | 2010-04-12 | 1 | -1/+0 |
* | Forgot to update Localizable.strings for previous commit. | stuconnolly | 2010-04-11 | 1 | -2/+2 |
* | • added "Import from Clipboard" ⌥⇧⌘I | Bibiko | 2010-04-10 | 1 | -2/+16 |
* | When displaying a table/view's create syntax in the extended table informatio... | stuconnolly | 2010-04-09 | 1 | -2/+2 |
* | - Improve .spf handling of blank passwords; allow empty passwords to be save... | rowanbeentje | 2010-04-06 | 1 | -4/+4 |
* | If user selects the Query Editor window set always the focus on the text view... | Bibiko | 2010-04-06 | 1 | -2/+2 |
* | • ensure that the global schema structure data for completion are updated e... | Bibiko | 2010-03-31 | 1 | -1/+1 |
* | • if document window will close sent a 'cancelPreviousPerformRequestsWithTa... | Bibiko | 2010-03-31 | 1 | -0/+11 |
* | • querying for db structure is queued for the same connection to avoid 'ove... | Bibiko | 2010-03-31 | 1 | -3/+2 |
* | - Improve error checking for various actions, particularly permissions error... | rowanbeentje | 2010-03-31 | 1 | -0/+22 |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 1 | -0/+10 |
* | Add the ability to sort the connection favorites table view in the preference... | stuconnolly | 2010-03-27 | 1 | -0/+6 |
* | - When switching tables, correctly catch disconnections and suppress error d... | rowanbeentje | 2010-03-27 | 1 | -8/+0 |
* | • navigator | Bibiko | 2010-03-26 | 1 | -6/+3 |
* | • Navigator and completion list | Bibiko | 2010-03-26 | 1 | -1/+7 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 1 | -10/+20 |
* | Bunch of improvements to the server process list viewer, including: | stuconnolly | 2010-03-25 | 1 | -1/+1 |
* | Add support for selecting the triggers view as the default in the general pre... | stuconnolly | 2010-03-25 | 1 | -12/+20 |
* | • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L... | Bibiko | 2010-03-25 | 1 | -2/+8 |
* | • Navigator | Bibiko | 2010-03-25 | 1 | -11/+1 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -15/+15 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -17/+18 |
* | - Add a new selectDatabase:item: method to TableDocument, to centralise code... | rowanbeentje | 2010-03-24 | 1 | -47/+97 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -0/+16 |
* | Before opening the user manager check that the current user has access to the... | stuconnolly | 2010-03-23 | 1 | -0/+18 |