aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-233-77/+235
* Tidy up.stuconnolly2009-10-232-77/+65
* - Improve table and task redrawing during threaded table content loadsrowanbeentje2009-10-224-12/+25
* - Display the user accounts manager as a sheetstuconnolly2009-10-213-40/+66
* Other than the custom query item, disable all the main toolbar items when som...stuconnolly2009-10-211-0/+5
* - Improve responsiveness/speed when loading table content by not forcing tab...rowanbeentje2009-10-212-2/+2
* Interface labeling.stuconnolly2009-10-211-1/+1
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-2012-303/+700
* Attempt to fix connection problemmltownsend2009-10-203-19/+15
* Some UI tidying up.stuconnolly2009-10-191-2/+2
* 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-1732-352/+552
* • 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
* • 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