aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Improve on r1423 by avoiding stringWithFormat: within the query constructi...rowanbeentje2009-10-163-12/+26
* • if a table has more than one PRIMARY KEY delete the rows à la DELETE FRO...Bibiko2009-10-161-5/+69
* • fixed SPArrayAdditions method 'componentsJoinedByCommas' to use a mutable...Bibiko2009-10-164-22/+111
* • fixed three further typos for: objectForKey:@"NullValue"Bibiko2009-10-164-9/+11
* nullValue preference key should be NullValue, which was preventing the editin...stuconnolly2009-10-161-6/+7
* • fixed issue that tables without primary key and Pref is set to LoadBlobsA...Bibiko2009-10-161-8/+12
* Significant User Management improvements:rowanbeentje2009-10-164-45/+117
* Add a 'Provide Feedback' menu item to the help menu, which links to http://ww...stuconnolly2009-10-162-0/+10
* • fixed issue for closing the sheet for deleting/adding row(s) explicitly d...Bibiko2009-10-151-13/+15
* • fixed issue while copying a very large number queries from the Console Lo...Bibiko2009-10-151-3/+7
* • added the chance to set "allowConsoleUpdate"Bibiko2009-10-153-38/+58
* - Fix a problem preventing the end of large CSV files from being importedrowanbeentje2009-10-151-1/+1
* • SPF file: remember/restore 'connectionEncoding' and 'toolbar visibility'Bibiko2009-10-151-1/+11
* • added AppleScript support for "make new document"Bibiko2009-10-142-0/+14
* • cleaned and improved AppleScript supportBibiko2009-10-141-0/+56
* • changed Error Detail HUD window for the connection manager slightly:Bibiko2009-10-131-0/+2
* • cleaned the current Applescript support definitions slightlyBibiko2009-10-132-15/+1
* • Sequel Pro now understands the AppleScript command 'quit' correctlyBibiko2009-10-132-4/+4
* • 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-123-4/+26
* - Preserve the "host" field for other connection types when socket connectio...rowanbeentje2009-10-112-19/+33
* - 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-105-139/+238
* Reorganize the logical source structure of all controllers grouping them by f...stuconnolly2009-10-092-4/+24
* Yet more export redesign work. Export is now currently working for single tab...stuconnolly2009-10-094-179/+183
* 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-071-0/+22
* • 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
* • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...Bibiko2009-10-063-0/+31
* More export redesign work.stuconnolly2009-10-067-35/+99
* • changed routine for opening SPF filesBibiko2009-10-063-13/+59
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-0612-311/+347
* Add the ability to copy the selected server variable(s), either as name = val...stuconnolly2009-10-042-18/+107
* - 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
* • first implementation of a Content Filter EditorBibiko2009-10-0110-139/+189
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-015-9/+29
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-012-49/+103
* - Add ControlMaster compatibility to SSH tunnels - credit to Igor Sutton. Th...rowanbeentje2009-09-301-0/+1