aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-129-82/+89
* Convert URL constants from #define's to extern's.stuconnolly2009-12-113-12/+19
* Convert a bunch of #define'd constants to extern's, including preference tool...stuconnolly2009-12-116-68/+91
* - Alter the query favourites upgrade routine to ensure query favorite names ...rowanbeentje2009-12-111-8/+18
* - Fix saving of custom SSH ports when the MySQL server is on a standard port...rowanbeentje2009-12-101-1/+1
* - Add document images for .spf and .sql filesrowanbeentje2009-12-092-5/+5
* - Tweak positioning of old "working" spinner to center and align itrowanbeentje2009-12-081-65/+103
* - Improve TablesList item selection by splitting out interface updates to a ...rowanbeentje2009-12-082-96/+126
* - Additional error checking when reading in query favorites to ensure a malf...rowanbeentje2009-12-072-2/+3
* Added ability to change the users password. Only does it for all hosts at on...mltownsend2009-12-071-5/+26
* • fixed URL of MySQL web search for versions < = 4.1Bibiko2009-12-051-1/+6
* - To improve the favourites/SPF split, hide the document icon and name for u...rowanbeentje2009-12-051-5/+14
* - Fix saving of files or images added to the SPFieldEditorrowanbeentje2009-12-042-6/+5
* Moved the SPUserMO source into the Core Data folder with the model. Added co...mltownsend2009-12-041-0/+2
* Made the tab selection a little more intuitivemltownsend2009-12-031-20/+34
* • fixed issue for "Update Help while typing" to suppress opening the MySQL ...Bibiko2009-12-034-20/+40
* Fix for issue with having multiple connections open and managing users.mltownsend2009-12-031-4/+16
* Fixed user sort and added Anonymous displayName when username is emptymltownsend2009-12-022-0/+8
* - Improve import cancellation responsiveness, especially for lots of short d...rowanbeentje2009-12-022-1/+2
* - Correctly construct queries where the first column of CSV imports are set ...rowanbeentje2009-12-021-1/+4
* - Fix display of the bottom row in the query console by reloading table data...rowanbeentje2009-12-022-29/+22
* - Ensure the table length is updated before the end of the load to fix crash...rowanbeentje2009-12-011-0/+2
* - Fix copying SQL INSERTs for binary-type strings (regression somewhere sinc...rowanbeentje2009-11-301-3/+8
* Improve the export process:rowanbeentje2009-11-292-47/+114
* - Ensure the task cancellation button is hidden by default, until tasks whic...rowanbeentje2009-11-291-0/+1
* - When working with the storage arrays for CustomQuery and TableContent, use...rowanbeentje2009-11-284-48/+134
* • fixed bug while reading "ssh_port" and "port" from SPF fileBibiko2009-11-261-2/+2
* Fix an occasional crasher by checking the size of the custom query result set...stuconnolly2009-11-241-36/+36
* - Fix a couple of thread safety issues in TableContent, and attempt to fix a...rowanbeentje2009-11-241-6/+12
* Implement the same logic as implemented in r1548 except for the removal of in...stuconnolly2009-11-241-62/+119
* - Tweak pagination to fix click-through of pagination popup, fix next page b...rowanbeentje2009-11-231-1/+3
* - Replace the LIMIT interface on the content view with a pagination control ...rowanbeentje2009-11-234-112/+242
* • fixed: backtick the database name in an UPDATE statement executed in the ...Bibiko2009-11-221-2/+2
* - Improve upon r1560 by removing a couple of race conditions triggered on en...rowanbeentje2009-11-222-14/+17
* During a session restore, before bailing because there is no matching table b...stuconnolly2009-11-221-0/+1
* - Relocate the table changed notification, allowing table info pane to updat...rowanbeentje2009-11-217-9/+136
* - Rather than overriding SSH_AUTH_SOCK, allow the OS (or any user-supplied a...rowanbeentje2009-11-211-2/+0
* - Fix a nested loop using same same variable, fixing Issue #473rowanbeentje2009-11-211-4/+4
* Delay the releasing of the createTableSyntax variable in SPTableData until we...stuconnolly2009-11-202-21/+27
* Remember to release the about controller.stuconnolly2009-11-191-0/+1
* The result of being bored. Add a nicer looking about panel based on Adium's.stuconnolly2009-11-194-2/+140
* • remember the spell checker status in the blob field editorBibiko2009-11-194-1/+9
* Update Localizable.strings and remove multiple keys for a single item.stuconnolly2009-11-181-1/+1
* When attempting to delete a field that is part of a foreign key relationship,...stuconnolly2009-11-185-14/+71
* When clearning the query history drop down only remove items from index 3 onw...stuconnolly2009-11-181-2/+2
* Query history drop down index should start at 3, not 2 to avoid adding items ...stuconnolly2009-11-181-2/+2
* - Fix table list filter show/hide on database change by calling the toggle o...rowanbeentje2009-11-181-2/+2
* - Make some thread safety improvements to improve on Issue #460rowanbeentje2009-11-182-6/+22
* Manually set the delegate of the anchored button bars in the content filter e...stuconnolly2009-11-184-12/+22
* New separator in query favorites dropdown.stuconnolly2009-11-171-3/+8