| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in a number of fixes from trunk (r2065, r2066, r2067, r2068, r2069, r20... | rowanbeentje | 2010-04-24 | 33 | -314/+690 |
* | - Merge in r2061 and r2062 prior to the release candidate | rowanbeentje | 2010-04-03 | 1 | -1/+1 |
* | - Initialise prefs controller before setting Sparkle delegate | rowanbeentje | 2010-04-02 | 2 | -6/+8 |
* | - Reset automatic software update (Sparkle) prefs so that users will be prom... | rowanbeentje | 2010-04-02 | 1 | -0/+6 |
* | - Fix an intermittent crasher - occurring most often when sorting tables - b... | rowanbeentje | 2010-04-02 | 2 | -2/+2 |
* | Although the table content field drop down should always be populated and sel... | stuconnolly | 2010-04-01 | 1 | -1/+1 |
* | - Improve SPSSHTunnel question/password dialogs to no longer eat 100% CPU by... | rowanbeentje | 2010-03-31 | 3 | -29/+35 |
* | • ensure that the global schema structure data for completion are updated e... | Bibiko | 2010-03-31 | 3 | -11/+10 |
* | More tidy up. Constants and functions. | stuconnolly | 2010-03-31 | 6 | -29/+31 |
* | • fixed issue for refreshing the completion list after finishing the struct... | Bibiko | 2010-03-31 | 1 | -2/+2 |
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite... | stuconnolly | 2010-03-31 | 43 | -51/+39 |
* | • fixed issue for completion window if animated sync icon is shown | Bibiko | 2010-03-31 | 1 | -6/+25 |
* | Manually set the connection favorites button bar delegate to ensure the split... | stuconnolly | 2010-03-31 | 3 | -2/+7 |
* | check for the attributed string length >= 3 while truncating it to avoid exce... | Bibiko | 2010-03-31 | 1 | -2/+2 |
* | Add a new gear drop down menu to the connection favorites table view containi... | stuconnolly | 2010-03-31 | 1 | -36/+33 |
* | • 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 | 6 | -61/+197 |
* | Minor tidy up. Remove uneccessary import and rename pre-compiled header. | stuconnolly | 2010-03-31 | 2 | -3/+1 |
* | - 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 | 1 | -11/+26 |
* | • next trial to make getAllKeysOfDbStructure thread safe | Bibiko | 2010-03-30 | 2 | -59/+107 |
* | • 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 | 5 | -43/+41 |
* | - Ensure Copy [with Column Names]/Copy As SQL are disabled on the trigger an... | rowanbeentje | 2010-03-29 | 2 | -12/+32 |
* | • fixed several threading issues due to threading | Bibiko | 2010-03-29 | 1 | -10/+9 |
* | • added some more sanity checks to avoid exceptions due to threading | Bibiko | 2010-03-29 | 1 | -10/+19 |
* | • improved completion suggestion for db schemata | Bibiko | 2010-03-29 | 3 | -42/+48 |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 5 | -27/+97 |
* | - db structure for tables and views will now be queried by using SHOW… stat... | Bibiko | 2010-03-28 | 4 | -60/+79 |
* | - Improve MCPConnection behaviour with respect to run loops and proxies, imp... | rowanbeentje | 2010-03-27 | 1 | -4/+2 |
* | Add the ability to sort the connection favorites table view in the preference... | stuconnolly | 2010-03-27 | 5 | -8/+126 |
* | - When switching tables, correctly catch disconnections and suppress error d... | rowanbeentje | 2010-03-27 | 4 | -25/+25 |
* | Fix an exception caused when selecting the default favorite popup button. Cau... | stuconnolly | 2010-03-27 | 1 | -1/+1 |
* | Add a contextual menu to the favorites table view in the preferences. | stuconnolly | 2010-03-27 | 2 | -31/+36 |
* | 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 | 4 | -14/+11 |
* | • Navigator and completion list | Bibiko | 2010-03-26 | 1 | -1/+7 |
* | 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 | 7 | -50/+109 |
* | Until it can be moved to it's own connection don't allow refreshing of the pr... | stuconnolly | 2010-03-26 | 1 | -10/+5 |
* | Localize 'Save As...' button titles on console and process list windows. | stuconnolly | 2010-03-25 | 2 | -4/+4 |
* | Bunch of improvements to the server process list viewer, including: | stuconnolly | 2010-03-25 | 5 | -21/+62 |
* | Add support for selecting the triggers view as the default in the general pre... | stuconnolly | 2010-03-25 | 4 | -13/+23 |
* | • changed behaviour of ^⌥⌘F "Filter Table" or "Change Focus to Table L... | Bibiko | 2010-03-25 | 2 | -3/+17 |
* | Add support for the triggers view in the history controller. | stuconnolly | 2010-03-25 | 2 | -2/+11 |
* | • 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 | 2 | -48/+191 |
* | • Navigator | Bibiko | 2010-03-25 | 4 | -26/+36 |