aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • 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
* - 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-306-250/+353
* - 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-292-0/+901
* - 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
* • some code cleaning and removing of the deprecated method 'selectedRowEnum...Bibiko2009-09-282-51/+55
* • fixed an issue of double-loading user-defined filtersBibiko2009-09-282-1/+30
* • improved and fixes escaping of filter argumentsBibiko2009-09-282-3/+33
* • rewrote the content filter logic:Bibiko2009-09-282-190/+175
* Rewrite CSV import:rowanbeentje2009-09-284-577/+1199
* • marked 'sequel-pro-print-template.html' as localizableBibiko2009-09-273-6/+35
* • changed the progress wheel updating behaviour while loading table data sl...Bibiko2009-09-261-8/+15
* • if the user chose to open a SQL file which is larger than 1MB SP asks for...Bibiko2009-09-263-3/+52
* • re-enabled field editor's QuickLook for 10.6Bibiko2009-09-252-86/+191