aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Tweak query locking with MCPStreamingResults to fix certain operations rel...rowanbeentje2009-10-132-3/+21
* • changed Error Detail HUD window for the connection manager slightly:Bibiko2009-10-132-139/+187
* • cleaned the current Applescript support definitions slightlyBibiko2009-10-134-36/+21
* • Sequel Pro now understands the AppleScript command 'quit' correctlyBibiko2009-10-134-9/+9
* • first steps to improve the general tooltip behaviour of 'ImageAndTextCel...Bibiko2009-10-123-19/+60
* • fixed truncating issue of Pref's Favorite List table viewBibiko2009-10-124-346/+463
* - Preserve the "host" field for other connection types when socket connectio...rowanbeentje2009-10-112-19/+33
* - Make the custom query error text selectable - this addresses Issue #425rowanbeentje2009-10-101-31/+37
* - Allow link arrows for foreign key links to work when used on a column with...rowanbeentje2009-10-101-12/+27
* Remove the use of the logger in debugging the new export redesign as it's cre...stuconnolly2009-10-102-4/+0
* Improve handling of NULL and "(not loaded)" placeholders:rowanbeentje2009-10-107-140/+245
* Reorganize the logical source structure of all controllers grouping them by f...stuconnolly2009-10-093-50/+110
* Yet more export redesign work. Export is now currently working for single tab...stuconnolly2009-10-095-332/+1057
* Missing SVN properties.stuconnolly2009-10-094-5/+5
* Tiny performance improvement and cleaner code.stuconnolly2009-10-091-3/+3
* Don't filter out the current table of available tables to reference when crea...stuconnolly2009-10-091-1/+1
* • fixed bug while parsing the CREATE TABLE syntax if a column name contains...Bibiko2009-10-093-1/+27
* • After importing CSV data execute [TableContent reloadTable:] on mainThrea...Bibiko2009-10-081-2/+4
* • outsourced ImportCSV accessory view to fix the disappearing of combobox ...Bibiko2009-10-075-954/+1385
* • fixed bug for CSV importBibiko2009-10-071-0/+8
* • some minor code cleaning and simplificationBibiko2009-10-072-298/+309
* More export redesign work. Note that the current implementation has a major f...stuconnolly2009-10-077-90/+90
* Move 'Close' menu item.stuconnolly2009-10-061-240/+35
* • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...Bibiko2009-10-064-11/+287
* More export redesign work.stuconnolly2009-10-067-35/+99
* • changed routine for opening SPF filesBibiko2009-10-064-303/+110
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-0614-346/+401
* Tiny tweak: make isNSNull checks ~3x fasterrowanbeentje2009-10-051-1/+3
* - Rewrite keepalive pings to be performed within pthreads, enforcing ping ti...rowanbeentje2009-10-052-43/+46
* Remove the (single item) 'Tools' menu and move the 'User Manager' menu item t...stuconnolly2009-10-041-74/+61
* Add the ability to copy the selected server variable(s), either as name = val...stuconnolly2009-10-043-37/+235
* - When moving or editing table columns, preserve comments and any column det...rowanbeentje2009-10-032-3/+45
* Improve Growl interaction to reduce general Growl spammage and improve functi...rowanbeentje2009-10-035-19/+134
* • fixed "Open Recent" for 10.6:Bibiko2009-10-031-1/+1
* - Ensure that blob and text fields which are loaded on-demand never have pla...rowanbeentje2009-10-031-7/+20
* When duplicating table, but not its contents strip out any occurrence of a pr...stuconnolly2009-10-021-1/+8
* When duplicating a table strip out the names of any occurrences of InnoDB for...stuconnolly2009-10-021-0/+7
* • corrected tooltips for 'Add' and 'Remove' buttonBibiko2009-10-021-16/+49
* • first implementation of a Content Filter EditorBibiko2009-10-0111-145/+191
* Remove the word 'Table' from the copy create syntax Growl notification name t...stuconnolly2009-10-011-2/+2
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-017-14/+103
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-014-575/+522
* - Add an empty tableview behind the table filter box, with the same backgrou...rowanbeentje2009-09-301-222/+377
* - Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th...rowanbeentje2009-09-301-0/+1
* - Update history item name generation (for history menus) to add support for...rowanbeentje2009-09-301-0/+10
* • further progress on the Content Filter EditorBibiko2009-09-308-738/+1142
* - Correctly release and reset the sort column when deselecting tables or sel...rowanbeentje2009-09-291-0/+4
* • preparation for GUI support to manage user-defined content filtersBibiko2009-09-294-0/+3693
* - When editing a row in a table with "on update CURRENT_TIMESTAMP" set for a...rowanbeentje2009-09-291-11/+15
* - When adding tables, use standard selection update methods rather than cust...rowanbeentje2009-09-281-30/+2