| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | • Navigator | Bibiko | 2010-03-23 | 1 | -3/+4 |
* | - Simplify table source table setup and make thread safe. This should addre... | rowanbeentje | 2010-03-22 | 1 | -3/+4 |
* | • Navigator | Bibiko | 2010-03-21 | 1 | -0/+30 |
* | • Navigator | Bibiko | 2010-03-21 | 1 | -0/+3 |
* | Fix memory leak upon connection window close. | stuconnolly | 2010-03-20 | 1 | -0/+1 |
* | • further work on Navigator (not yet active but workable -> unHide menu item) | Bibiko | 2010-03-19 | 1 | -1/+49 |
* | • further progress for navigator | Bibiko | 2010-03-18 | 1 | -1/+1 |
* | • some progress of the navigator approach (not yet active - hidden main men... | Bibiko | 2010-03-18 | 1 | -3/+18 |
* | - Fix a couple of calls which crashed if the window had already been closed,... | rowanbeentje | 2010-03-18 | 1 | -0/+1 |
* | • initial commit to support a connection/schema navigator (not yet active ... | Bibiko | 2010-03-17 | 1 | -0/+34 |
* | Fix a couple more potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -1/+1 |
* | Fix some potential issues found during static analysis. | stuconnolly | 2010-03-15 | 1 | -1/+1 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -2/+10 |
* | Peform the addition and removal of table indexes on a background thread with ... | stuconnolly | 2010-03-14 | 1 | -1/+0 |
* | • fixed printDocument validation if Custom Query is active | Bibiko | 2010-03-13 | 1 | -5/+5 |
* | Perform HTML generation for printing on a background thread, displaying the u... | stuconnolly | 2010-03-13 | 1 | -2/+2 |
* | - Add toolbar item for Triggers interface | avenjamin | 2010-03-13 | 1 | -0/+13 |
* | - Fix some leaks and autoreleases after checking static analysis | rowanbeentje | 2010-03-13 | 1 | -10/+0 |