aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implemented method: componentsSeparatedByCharactersInSet. to be compatible wi...avenjamin2009-02-284-1/+39
* Cleaned up warnings when building against 10.5 SDKavenjamin2009-02-285-40/+52
* Reduce the amount of padding on the new console panel and also auto save its ...stuconnolly2009-02-282-16/+45
* - Improve handling of disconnections made while selecting a database, fixing...rowanbeentje2009-02-282-12/+25
* + Separate the console from being drawer based to its own panel. New console ...stuconnolly2009-02-289-421/+1313
* Applies connection checks and keepalive logic to select database/refresh data...rowanbeentje2009-02-282-0/+33
* Patch submitted by Marius Ursache.avenjamin2009-02-271-77/+86
* - Removed unnecessary code block.avenjamin2009-02-273-12/+20
* Added length limits to varchar and char fields. Issue #170avenjamin2009-02-273-1/+36
* Implement a connection keepalive, addressing Issue #171. This runs a ping ev...rowanbeentje2009-02-253-9/+91
* Replaces COUNT(*) with COUNT(1), which reportedly shows a speed increase on c...rowanbeentje2009-02-241-2/+2
* Fix table creation, deletion, duplication following recent changesrowanbeentje2009-02-241-2/+8
* A patch to improve View support, addressing Issue #130. This patch undoes th...rowanbeentje2009-02-2310-183/+432
* Deselect favorites when any detail other than the password is edited. This i...rowanbeentje2009-02-213-6/+75
* Fix the last two warnings in TableContent.m. Also include an error string in...rowanbeentje2009-02-191-3/+4
* Moved "query favourites", "query history" and "Run Query" buttons to the othe...avenjamin2009-02-191-253/+276
* Fix Issue #140 (Tables with many columns compress the end columns against the...rowanbeentje2009-02-192-101/+58
* - Ensure that the button controlling whether all data should be edited in a ...rowanbeentje2009-02-182-3/+3
* Sets and enforces a connection timeout, and handles connection timeouts appro...rowanbeentje2009-02-185-21/+839
* Visible improvements in this build:rowanbeentje2009-02-1824-649/+2235
* Fixed Issue #168avenjamin2009-02-181-1/+3
* Query failing because of field length applied to datetime field. Fixes #135.stuconnolly2009-01-291-1/+1
* Add 'Refresh Databases' menu item to the main database selection drop down. F...stuconnolly2009-01-291-8/+12
* Header change.stuconnolly2009-01-291-0/+2
* Header changes.stuconnolly2009-01-292-5/+3
* Date filters were order wrong causing the opposite of the expected result to ...stuconnolly2009-01-281-4/+4
* We are not quoting the filter argument when filter type is 'IN' meaning the S...stuconnolly2009-01-281-8/+7
* trim-application.sh shouldn't be included in the application bundle.stuconnolly2009-01-281-2/+0
* Added shell script to trim application bundle on 'Release' builds. Saves a wh...stuconnolly2009-01-282-3/+135
* Separate out the creation of a human readable string from the number of bytes...stuconnolly2009-01-286-54/+151
* Enable menu separator now that we've enabled the print menu item.stuconnolly2009-01-271-2/+1
* Hide the help menu item until we've actually got some help documentation to d...stuconnolly2009-01-271-2/+3
* Updated copyright year to 2009.stuconnolly2009-01-271-0/+0
* Point the menu links to Sequel Pro's website rather than the Goolge Code site.stuconnolly2009-01-271-3/+3
* Commented the handleQuiteCommand method and put in a return of nil.mltownsend2009-01-201-1/+2
* We don't need the old SSH tunneling code lying about as its not used. Its loo...stuconnolly2009-01-183-270/+0
* Added the print method to go from. Sort of works by printing the literal NSV...mltownsend2009-01-181-0/+8
* + Updated to use new icon in TABLE INFORMATION pane. (#146)avenjamin2009-01-184-5/+5
* #144 value of the "import format" popup button is now remembered in the impor...abhibeckert2009-01-142-12/+16
* Re-enabled Print Menu for preparation of being able to print something usefulmltownsend2009-01-131-7/+5
* Bored at home, so added my website to my name.mltownsend2009-01-081-1/+1
* Got a little bored during work, so tidied up the credits, yay.stuconnolly2009-01-061-18/+18
* Added cancel button to the import/export progress sheet. Also added importing...mltownsend2009-01-043-46/+121
* Fix for the MainMenu.xib not being compiled properly. All the XIBs were being...stuconnolly2008-12-311-4/+59
* Truncate the displayed text of the filter drop down buttons. Addresses issue ...stuconnolly2008-12-271-37/+42
* • CMTextView.m : added new auto-complete keywordsavenjamin2008-12-222-45/+90
* Clean up of validate menu items method.avenjamin2008-12-221-18/+8
* Disabled "Remove Database…" menu item when no database selected. Issue #124avenjamin2008-12-221-0/+4
* Spelling error in Flush Privilege's success message. Issue #123avenjamin2008-12-222-2/+2
* Removed Panther compatibilitiymltownsend2008-12-182-32/+11