aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* • applied new detachNewThreadSelector:@selector(queryDbStructure) call to ...Bibiko2010-01-121-1/+1
* - Move the query for the database structure to a background processing threa...rowanbeentje2010-01-122-3/+5
* - Fix incorrect pagination task text ("Filtering table...") when no filterin...rowanbeentje2010-01-121-9/+24
* - Testing found that r1653 fixed the warnings but for some reason disabled t...rowanbeentje2010-01-111-0/+1
* • fix for i525: do not escape the \ for \_ or \% and changed "contains" 's ...Bibiko2010-01-111-5/+6
* • fixed issue for "Copy as SQL INSERT" after filteringBibiko2010-01-111-1/+7
* • further developments for the F5 completionBibiko2010-01-116-7/+33
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-111-8/+43
* • further preparations to F5 completionBibiko2010-01-117-101/+207
* • added transparency to table-view-small-square.tiff (used for F5 completion)Bibiko2010-01-113-0/+4
* • fixed showing the table list's search bar view by setting its initial spl...Bibiko2010-01-111-1/+3
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-105-1/+159
* • made lexer 64bit compatibleBibiko2010-01-104-8/+28
* • F5 completionBibiko2010-01-092-2/+4
* • reimplemented the F5 completion for quoted text i.e. completion based on ...Bibiko2010-01-091-7/+15
* Improve row deselection and error handling in Table Source and Content views:rowanbeentje2010-01-092-18/+26
* removed:Bibiko2010-01-091-1/+0
* removed/refactored three instances of calling a method of untyped (id) objectsBibiko2010-01-093-8/+12
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-0987-1105/+1140
* • avoid querying the server for `information_schema` table for MySQL versio...Bibiko2010-01-062-31/+35
* • fixed: do not disable User Account if no table is selectedBibiko2010-01-061-2/+9
* Menu item label.stuconnolly2010-01-062-1/+1
* • next step to improve the Query Favorites/History search field behaviourBibiko2010-01-051-1/+20
* • first trial to improve the search field behaviour for Query Favorites and...Bibiko2010-01-052-39/+92
* • fixed maximal number of history items settingBibiko2010-01-051-2/+2
* • added Save/Copy History List to "Query History"'s popup menuBibiko2010-01-053-64/+322
* • changed the alternating key to ⌥ instead of ⌘ for "Query Favorites" >...Bibiko2010-01-041-4/+5
* • replaced the (10.4) deprecated [NSTableView tableView:writeRows:toPastebo...Bibiko2010-01-048-108/+104
* • remember scrollview port and selected row after editing in the Custom Que...Bibiko2010-01-044-44/+262
* • ContentFilterManagerBibiko2010-01-042-3/+6
* - Fix hashing of auth strings - fixes recent (and 64-bit) second use of SSH ...rowanbeentje2010-01-031-2/+2
* - Remove two unused variablesrowanbeentje2010-01-031-3/+0
* - Ensure all results for server variable requests are returned as strings, t...rowanbeentje2010-01-0317-74/+105
* - With the improved row count support and behaviour, replace the old "Fetch ...rowanbeentje2010-01-026-130/+289
* - Improve line selection for certain errors ending in numbers, and safety-ch...rowanbeentje2009-12-292-4/+9
* - Replace /* */ notation in long comments with unicode look-alikes to fix wa...rowanbeentje2009-12-283-7/+7
* In the database drop down, visually separate 'system' databases (i.e. mysql a...stuconnolly2009-12-231-13/+32
* Got rid of "Single line mode" attribute not available prior to 10.6 warning.mltownsend2009-12-221-9/+66
* Disable 64-bit builds because of various issues, including SSH tunnels and re...stuconnolly2009-12-201-7/+6
* - Updating Growl to 1.2avenjamin2009-12-20341-30309/+55
* Don't include MCPKit's entreprise code in the framework build as we are curre...stuconnolly2009-12-191-40/+0
* Reorder build phases.stuconnolly2009-12-181-9/+1
* Random source tidy up changes.stuconnolly2009-12-184-19/+8
* - Tweak the pagination interface - remove the text and replace with an icon,...rowanbeentje2009-12-153-17/+6
* Remove unused variable.stuconnolly2009-12-151-2/+0
* Remove old redundant code that was left over form when the server variables s...stuconnolly2009-12-142-41/+1
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-1411-24/+26
* - Fix issues causing memory leaks and causing history load tasks never to co...rowanbeentje2009-12-132-6/+10
* Create a new logical Xcode folder for icons.stuconnolly2009-12-121-4/+12
* Replace the main toolbar's #define'd identifier constants with extern's. This...stuconnolly2009-12-129-82/+89