aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵stuconnolly2009-01-182-266/+0
| | | | looged in Subversion if we ever need it again. Resolves issue #147.
* Added the print method to go from. Sort of works by printing the literal ↵mltownsend2009-01-181-0/+8
| | | | NSView that is currently selected.
* + Updated to use new icon in TABLE INFORMATION pane. (#146)avenjamin2009-01-181-1/+1
|
* #144 value of the "import format" popup button is now remembered in the ↵abhibeckert2009-01-142-12/+16
| | | | import panel
* Added cancel button to the import/export progress sheet. Also added ↵mltownsend2009-01-042-35/+47
| | | | importing on a separate thread.
* • CMTextView.m : added new auto-complete keywordsavenjamin2008-12-222-45/+90
| | | | • TableSource.m : fixed spelling error
* 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-221-2/+2
|
* Removed Panther compatibilitiymltownsend2008-12-182-32/+11
|
* Mutating a NSMutableDictionary while enumerating through it. mltownsend2008-12-171-3/+4
|
* Fixed a range assertion error in SQL dumps when exporting small strings, ↵rowanbeentje2008-12-151-2/+4
| | | | caused by r274
* Provide a partial fix for Issue #117 by adding leading-zero tests to the ↵rowanbeentje2008-12-121-7/+10
| | | | NSScanner numeric checks, and clarifying comments to make it clearer that NSScanner should be replaced when possible.
* Define CMMCPConnection's delegate methods to prevent warnings.stuconnolly2008-12-101-0/+7
|
* Remove warning.stuconnolly2008-12-101-4/+8
|
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-1042-0/+12768
structure.