aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Attempt to fix connection problemmltownsend2009-10-204-33/+29
* Some UI tidying up.stuconnolly2009-10-193-361/+889
* Add constant for preference key 'AutoConnectToDefault' and replace occurrence...stuconnolly2009-10-173-2/+4
* - Update the row count a bit more intelligently when the table content is LM...rowanbeentje2009-10-171-0/+26
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-1733-352/+566
* • fixed NSString pointer reassignment in SPArrayAddition's method 'componen...Bibiko2009-10-162-4/+32
* - 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
* Highlight current query preference label change.stuconnolly2009-10-161-117/+767
* • 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-165-154/+1739
* Add a 'Provide Feedback' menu item to the help menu, which links to http://ww...stuconnolly2009-10-163-9/+69
* Bring Localizable.strings up to date.stuconnolly2009-10-151-0/+0
* • fixed issue for closing the sheet for deleting/adding row(s) explicitly d...Bibiko2009-10-151-13/+15
* • added to SP's Dock menu "Open…" and "Open Recent" menu itemsBibiko2009-10-151-3/+95
* • 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-145-47/+89
* - 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