| Commit message (Expand) | Author | Age | Files | Lines |
* | • if document window will close sent a 'cancelPreviousPerformRequestsWithTa... | Bibiko | 2010-03-31 | 3 | -4/+16 |
* | If the user is viewing the triggers table and then switches to either a proc ... | stuconnolly | 2010-03-31 | 1 | -0/+9 |
* | • querying for db structure is queued for the same connection to avoid 'ove... | Bibiko | 2010-03-31 | 8 | -377/+558 |
* | Minor tidy up. Remove uneccessary import and rename pre-compiled header. | stuconnolly | 2010-03-31 | 3 | -8/+8 |
* | - Update FeedbackReporter with latest changes from master (minor tweaks resu... | rowanbeentje | 2010-03-31 | 2 | -0/+0 |
* | - Improve error checking for various actions, particularly permissions error... | rowanbeentje | 2010-03-31 | 4 | -16/+92 |
* | When adding a new table with a CSV storage engine, the initial field cannot b... | stuconnolly | 2010-03-30 | 2 | -11/+26 |
* | • next trial to make getAllKeysOfDbStructure thread safe | Bibiko | 2010-03-30 | 3 | -65/+135 |
* | • some further code optimizations for navigator | Bibiko | 2010-03-30 | 2 | -23/+53 |
* | • some speed improvements and code simplifications for navigator | Bibiko | 2010-03-30 | 6 | -53/+53 |
* | - Ensure Copy [with Column Names]/Copy As SQL are disabled on the trigger an... | rowanbeentje | 2010-03-29 | 3 | -18/+37 |
* | • fixed several threading issues due to threading | Bibiko | 2010-03-29 | 3 | -18/+19 |
* | • added some more sanity checks to avoid exceptions due to threading | Bibiko | 2010-03-29 | 2 | -13/+28 |
* | • improved completion suggestion for db schemata | Bibiko | 2010-03-29 | 4 | -45/+53 |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 7 | -101/+162 |
* | - db structure for tables and views will now be queried by using SHOW… stat... | Bibiko | 2010-03-28 | 6 | -161/+276 |
* | - Improve MCPConnection behaviour with respect to run loops and proxies, imp... | rowanbeentje | 2010-03-27 | 2 | -11/+31 |
* | Add 'Edit Favorite...' context menu item to favorites table view in the conne... | stuconnolly | 2010-03-27 | 1 | -7/+85 |
* | Add the ability to sort the connection favorites table view in the preference... | stuconnolly | 2010-03-27 | 7 | -13/+422 |
* | - When switching tables, correctly catch disconnections and suppress error d... | rowanbeentje | 2010-03-27 | 5 | -29/+29 |
* | Revent menu item change that shouldn't have been committed. | stuconnolly | 2010-03-27 | 1 | -196/+90 |
* | Fix an exception caused when selecting the default favorite popup button. Cau... | stuconnolly | 2010-03-27 | 2 | -247/+218 |
* | Error messages output from the build script need to be prefixed with lowercas... | stuconnolly | 2010-03-27 | 1 | -3/+3 |
* | Add a contextual menu to the favorites table view in the preferences. | stuconnolly | 2010-03-27 | 3 | -79/+145 |
* | changed the invoking point of db structure query at the very end of updateTab... | Bibiko | 2010-03-26 | 1 | -3/+5 |
* | fixed issue while selecting a db name in navigator which wasn't queried yet | Bibiko | 2010-03-26 | 1 | -1/+3 |
* | • navigator | Bibiko | 2010-03-26 | 6 | -20/+18 |
* | • Navigator and completion list | Bibiko | 2010-03-26 | 3 | -50/+64 |
* | Before attempting to parse the create syntax of a table or view, check that i... | stuconnolly | 2010-03-26 | 1 | -0/+4 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 9 | -85/+201 |
* | Revert a change made in r2005 by not waiting on the completion of calls to un... | stuconnolly | 2010-03-26 | 1 | -1/+1 |
* | Until it can be moved to it's own connection don't allow refreshing of the pr... | stuconnolly | 2010-03-26 | 1 | -10/+5 |
* | Minor MCPKit tidy up, including the resolution of potential issues raised dur... | stuconnolly | 2010-03-26 | 8 | -48/+133 |
* | - Simplify connection keepalives, moving to a single repeating timer on the ... | rowanbeentje | 2010-03-26 | 2 | -89/+37 |
* | Localize 'Save As...' button titles on console and process list windows. | stuconnolly | 2010-03-25 | 3 | -4/+4 |
* | Bunch of improvements to the server process list viewer, including: | stuconnolly | 2010-03-25 | 6 | -295/+575 |
* | Add support for selecting the triggers view as the default in the general pre... | stuconnolly | 2010-03-25 | 5 | -23/+95 |
* | • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L... | Bibiko | 2010-03-25 | 3 | -10/+24 |
* | Add support for the triggers view in the history controller. | stuconnolly | 2010-03-25 | 2 | -2/+11 |
* | Suppress the connection structure query if there're more than 10000 items are... | Bibiko | 2010-03-25 | 1 | -2/+24 |
* | • fixed the type info display of fields in the auto-completion list due the... | Bibiko | 2010-03-25 | 1 | -1/+1 |
* | • Navigator | Bibiko | 2010-03-25 | 4 | -48/+215 |
* | • Navigator | Bibiko | 2010-03-25 | 6 | -34/+42 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 15 | -85/+87 |
* | - Correctly store scroll and selection for the navigation history when filte... | rowanbeentje | 2010-03-25 | 1 | -2/+15 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 38 | -281/+293 |
* | • Navigator | Bibiko | 2010-03-24 | 12 | -53/+164 |
* | - Add a new selectDatabase:item: method to TableDocument, to centralise code... | rowanbeentje | 2010-03-24 | 7 | -96/+128 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 9 | -6/+46 |
* | • added SPNavigatorOutlineView class for future stuff | Bibiko | 2010-03-23 | 5 | -10/+150 |