| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -18/+28 |
* | Simplify the build script. | stuconnolly | 2009-12-10 | 1 | -9/+12 |
* | - 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 | 7 | -12/+20 |
* | - Fix a build issue on Distribution builds by including a link to libcrypto ... | rowanbeentje | 2009-12-09 | 2 | -0/+16 |
* | - Tweak positioning of old "working" spinner to center and align it | rowanbeentje | 2009-12-08 | 2 | -66/+106 |
* | - 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 | 3 | -7/+6 |
* | Moved the SPUserMO source into the Core Data folder with the model. Added co... | mltownsend | 2009-12-04 | 2 | -2/+4 |
* | 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 | 3 | -109/+139 |
* | - 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 |
* | - Remove two unused images from the images folder, and re-save a number of T... | rowanbeentje | 2009-11-30 | 11 | -8/+0 |
* | - 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 |
* | Remove the tooltip from the connection view's name field's cell as it's alrea... | stuconnolly | 2009-11-29 | 1 | -100/+752 |
* | - Fix tooltip for Name fields. Was using same tooltip as the hostname field. | avenjamin | 2009-11-29 | 1 | -219/+132 |
* | - Ensure the task cancellation button is hidden by default, until tasks whic... | rowanbeentje | 2009-11-29 | 1 | -0/+1 |
* | - Make a change to the area covered by threading locks in MCPStreamingConnec... | rowanbeentje | 2009-11-28 | 1 | -4/+2 |
* | - 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 |
* | Update credits. Trigger new nightly build to use new icon. | avenjamin | 2009-11-26 | 1 | -2/+1 |
* | Fix an occasional crasher by checking the size of the custom query result set... | stuconnolly | 2009-11-24 | 1 | -36/+36 |
* | - Fix a couple of thread safety issues in TableContent, and attempt to fix a... | rowanbeentje | 2009-11-24 | 3 | -10/+57 |
* | Forgot to update Localizable.strings for r1568. | stuconnolly | 2009-11-24 | 1 | -0/+0 |
* | Implement the same logic as implemented in r1548 except for the removal of in... | stuconnolly | 2009-11-24 | 1 | -62/+119 |
* | - Tweak pagination to fix click-through of pagination popup, fix next page b... | rowanbeentje | 2009-11-23 | 4 | -17/+23 |
* | - Replace the LIMIT interface on the content view with a pagination control ... | rowanbeentje | 2009-11-23 | 12 | -572/+2845 |
* | • fixed: backtick the database name in an UPDATE statement executed in the ... | Bibiko | 2009-11-22 | 1 | -2/+2 |
* | - Improve upon r1560 by removing a couple of race conditions triggered on en... | rowanbeentje | 2009-11-22 | 2 | -14/+17 |
* | During a session restore, before bailing because there is no matching table b... | stuconnolly | 2009-11-22 | 1 | -0/+1 |
* | - Relocate the table changed notification, allowing table info pane to updat... | rowanbeentje | 2009-11-21 | 9 | -102/+290 |
* | - Rather than overriding SSH_AUTH_SOCK, allow the OS (or any user-supplied a... | rowanbeentje | 2009-11-21 | 1 | -2/+0 |
* | - Fix a nested loop using same same variable, fixing Issue #473 | rowanbeentje | 2009-11-21 | 1 | -4/+4 |
* | - Keep a buffer of at least one full row between the downloading and process... | rowanbeentje | 2009-11-20 | 1 | -3/+6 |
* | Delay the releasing of the createTableSyntax variable in SPTableData until we... | stuconnolly | 2009-11-20 | 2 | -21/+27 |
* | Remember to release the about controller. | stuconnolly | 2009-11-19 | 1 | -0/+1 |
* | MCPKit-Info.plist updates. | stuconnolly | 2009-11-19 | 1 | -10/+2 |
* | The result of being bored. Add a nicer looking about panel based on Adium's. | stuconnolly | 2009-11-19 | 10 | -50/+2039 |