aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mutating a NSMutableDictionary while enumerating through it. mltownsend2008-12-171-3/+4
* Fixed a range assertion error in SQL dumps when exporting small strings, caus...rowanbeentje2008-12-151-2/+4
* Thought this was fixed.stuconnolly2008-12-131-63/+14
* Provide a partial fix for Issue #117 by adding leading-zero tests to the NSSc...rowanbeentje2008-12-121-7/+10
* Added perl script to automatically add the build version to Info.plist.stuconnolly2008-12-103-1/+62
* Define CMMCPConnection's delegate methods to prevent warnings.stuconnolly2008-12-101-0/+7
* Remove warning.stuconnolly2008-12-101-4/+8
* Fixed MainMenu.xib not being compiled properly.stuconnolly2008-12-102-33/+89
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-10242-436/+446
* - Re-add the LIMIT FROM NSStepper rowanbeentje2008-12-102-160/+240
* Slight tweak to per-table encoding autodetection following testing and quick ...rowanbeentje2008-12-091-8/+1
* Separate update_date checks from create_date checks, as InnoDB tables have a ...rowanbeentje2008-12-091-7/+19
* - Reimplement CSV NULL import using the NULL value as specified in preferenc...rowanbeentje2008-12-092-50/+81
* - Partial fix for issue #109 by making the option to 'Autodetect' character e...stuconnolly2008-12-095-24/+49
* Remove checking for empty string or NULL when importing a CSV file.avenjamin2008-12-081-255/+247
* Fix a regression for CSV field mapping caused by r233 - SVN merged TableDump ...rowanbeentje2008-12-081-2/+2
* - No longer export trailing commas for CSV linesrowanbeentje2008-12-081-10/+27
* Slight tweak to r246; update the filter input field enabled state when filter...rowanbeentje2008-12-071-1/+4
* If the user is filtering for NULLs then disable the filter input field.stuconnolly2008-12-073-15/+52
* - Add new favourites as NSMutableDictionaries instead of NSDictionaries - pr...rowanbeentje2008-12-072-10/+5
* Fix for issue #55. Added 'IS NULL' and 'IS NOT NULL' to table content filter ...stuconnolly2008-12-071-20/+49
* updated version number and copyright stringsabhibeckert2008-12-072-3/+3
* updated version number and copyright stringsabhibeckert2008-12-072-13/+13
* Since the 'Page Setup' and 'Print' menu items are now hidden also hide the se...stuconnolly2008-12-061-3/+4
* - Identified and corrected a major n^2 bottleneck in working with all query ...rowanbeentje2008-12-068-617/+998
* Known Issue for field mapping when importing a CSV file now resolved.avenjamin2008-12-065-6/+24
* Changing table in field mapping sheet when importing CSV file now correctly i...avenjamin2008-12-051-1/+1
* TableDumpavenjamin2008-12-056-424/+487
* Hid the Print and Page Preview Menu Items until they have a valid implementat...mltownsend2008-12-051-16/+121
* Fix for Issue #71 - correctly adds the hexadecimal specifier before hex strin...rowanbeentje2008-12-051-4/+1
* Fixed a bug allowing us to now enable the TABLE INFORMATION paneavenjamin2008-12-023-23/+20
* Added new table content filter button as a fix for issue #105. Filter is now ...stuconnolly2008-12-021-89/+191
* Updated "Current Developers" list in creditsavenjamin2008-12-021-0/+7
* Fixed various Keychain issues regarding already existing passwords by checkin...stuconnolly2008-12-025-97/+616