| Commit message (Expand) | Author | Age | Files | Lines |
* | • avoid querying the server for `information_schema` table for MySQL versio... | Bibiko | 2010-01-06 | 2 | -31/+35 |
* | • fixed: do not disable User Account if no table is selected | Bibiko | 2010-01-06 | 1 | -2/+9 |
* | Menu item label. | stuconnolly | 2010-01-06 | 1 | -1/+1 |
* | • next step to improve the Query Favorites/History search field behaviour | Bibiko | 2010-01-05 | 1 | -1/+20 |
* | • first trial to improve the search field behaviour for Query Favorites and... | Bibiko | 2010-01-05 | 1 | -0/+16 |
* | • fixed maximal number of history items setting | Bibiko | 2010-01-05 | 1 | -2/+2 |
* | • added Save/Copy History List to "Query History"'s popup menu | Bibiko | 2010-01-05 | 2 | -19/+150 |
* | • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo... | Bibiko | 2010-01-04 | 8 | -108/+104 |
* | • remember scrollview port and selected row after editing in the Custom Que... | Bibiko | 2010-01-04 | 3 | -10/+42 |
* | • ContentFilterManager | Bibiko | 2010-01-04 | 2 | -3/+6 |
* | - Fix hashing of auth strings - fixes recent (and 64-bit) second use of SSH ... | rowanbeentje | 2010-01-03 | 1 | -2/+2 |
* | - Remove two unused variables | rowanbeentje | 2010-01-03 | 1 | -3/+0 |
* | - Ensure all results for server variable requests are returned as strings, t... | rowanbeentje | 2010-01-03 | 12 | -54/+49 |
* | - With the improved row count support and behaviour, replace the old "Fetch ... | rowanbeentje | 2010-01-02 | 4 | -4/+22 |
* | - Improve line selection for certain errors ending in numbers, and safety-ch... | rowanbeentje | 2009-12-29 | 2 | -4/+9 |
* | - Replace /* */ notation in long comments with unicode look-alikes to fix wa... | rowanbeentje | 2009-12-28 | 3 | -7/+7 |
* | In the database drop down, visually separate 'system' databases (i.e. mysql a... | stuconnolly | 2009-12-23 | 1 | -13/+32 |
* | Random source tidy up changes. | stuconnolly | 2009-12-18 | 3 | -17/+6 |
* | - Tweak the pagination interface - remove the text and replace with an icon,... | rowanbeentje | 2009-12-15 | 1 | -13/+2 |
* | Remove unused variable. | stuconnolly | 2009-12-15 | 1 | -2/+0 |
* | Remove old redundant code that was left over form when the server variables s... | stuconnolly | 2009-12-14 | 2 | -41/+1 |
* | - Work through static analysis of the source, fixing a number of small memor... | rowanbeentje | 2009-12-14 | 11 | -24/+26 |
* | - Fix issues causing memory leaks and causing history load tasks never to co... | rowanbeentje | 2009-12-13 | 2 | -6/+10 |
* | Replace the main toolbar's #define'd identifier constants with extern's. This... | stuconnolly | 2009-12-12 | 9 | -82/+89 |
* | Convert URL constants from #define's to extern's. | stuconnolly | 2009-12-11 | 3 | -12/+19 |
* | Convert a bunch of #define'd constants to extern's, including preference tool... | stuconnolly | 2009-12-11 | 6 | -68/+91 |
* | - Alter the query favourites upgrade routine to ensure query favorite names ... | rowanbeentje | 2009-12-11 | 1 | -8/+18 |
* | - Fix saving of custom SSH ports when the MySQL server is on a standard port... | rowanbeentje | 2009-12-10 | 1 | -1/+1 |
* | - Add document images for .spf and .sql files | rowanbeentje | 2009-12-09 | 2 | -5/+5 |
* | - Tweak positioning of old "working" spinner to center and align it | rowanbeentje | 2009-12-08 | 1 | -65/+103 |
* | - Improve TablesList item selection by splitting out interface updates to a ... | rowanbeentje | 2009-12-08 | 2 | -96/+126 |
* | - Additional error checking when reading in query favorites to ensure a malf... | rowanbeentje | 2009-12-07 | 2 | -2/+3 |
* | Added ability to change the users password. Only does it for all hosts at on... | mltownsend | 2009-12-07 | 1 | -5/+26 |
* | • fixed URL of MySQL web search for versions < = 4.1 | Bibiko | 2009-12-05 | 1 | -1/+6 |
* | - To improve the favourites/SPF split, hide the document icon and name for u... | rowanbeentje | 2009-12-05 | 1 | -5/+14 |
* | - Fix saving of files or images added to the SPFieldEditor | rowanbeentje | 2009-12-04 | 2 | -6/+5 |
* | Moved the SPUserMO source into the Core Data folder with the model. Added co... | mltownsend | 2009-12-04 | 1 | -0/+2 |
* | Made the tab selection a little more intuitive | mltownsend | 2009-12-03 | 1 | -20/+34 |
* | • fixed issue for "Update Help while typing" to suppress opening the MySQL ... | Bibiko | 2009-12-03 | 4 | -20/+40 |
* | Fix for issue with having multiple connections open and managing users. | mltownsend | 2009-12-03 | 1 | -4/+16 |
* | Fixed user sort and added Anonymous displayName when username is empty | mltownsend | 2009-12-02 | 2 | -0/+8 |
* | - Improve import cancellation responsiveness, especially for lots of short d... | rowanbeentje | 2009-12-02 | 2 | -1/+2 |
* | - Correctly construct queries where the first column of CSV imports are set ... | rowanbeentje | 2009-12-02 | 1 | -1/+4 |
* | - Fix display of the bottom row in the query console by reloading table data... | rowanbeentje | 2009-12-02 | 2 | -29/+22 |
* | - Ensure the table length is updated before the end of the load to fix crash... | rowanbeentje | 2009-12-01 | 1 | -0/+2 |
* | - Fix copying SQL INSERTs for binary-type strings (regression somewhere sinc... | rowanbeentje | 2009-11-30 | 1 | -3/+8 |
* | Improve the export process: | rowanbeentje | 2009-11-29 | 2 | -47/+114 |
* | - Ensure the task cancellation button is hidden by default, until tasks whic... | rowanbeentje | 2009-11-29 | 1 | -0/+1 |
* | - When working with the storage arrays for CustomQuery and TableContent, use... | rowanbeentje | 2009-11-28 | 4 | -48/+134 |
* | • fixed bug while reading "ssh_port" and "port" from SPF file | Bibiko | 2009-11-26 | 1 | -2/+2 |