aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj
Commit message (Expand)AuthorAgeFilesLines
...
* Change the main window's non-connected/connecting state title to 'Sequel Pro'...stuconnolly2009-11-111-34/+32
* Forgot to update Localizable.strings for dialog changes in r1501. Also update...stuconnolly2009-11-111-0/+0
* • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field if...Bibiko2009-11-101-54/+71
* - Fix an issue when switching databases - allow the table selection to be cl...rowanbeentje2009-11-101-168/+233
* When removing a field or index, use its name in the dialog message.stuconnolly2009-11-091-0/+0
* Don't run the add new index sheet modally, thus blocking the main thread. Par...stuconnolly2009-11-091-45/+36
* Switch the placement of the labels and controls on the add new index sheet.stuconnolly2009-11-081-70/+88
* All users to resize the 'Favorites' preference pane.stuconnolly2009-11-051-307/+1047
* - Add task support to all the main interface viewsrowanbeentje2009-11-041-33/+43
* Use SPTableTextFieldCell in the table information pane to get nicer line trun...stuconnolly2009-11-021-4/+4
* • Finish off implementation to set the default selection view mode. Issue #249avenjamin2009-11-021-92/+13
* • Initial work to set the default view mode when connecting. Issue #249avenjamin2009-11-021-1152/+751
* Add 'EUC-KR Korean (euckr)' to the default encoding dropdown in the preferenc...stuconnolly2009-11-011-75/+148
* Improve truncating of table names (by appending ...) using SPTableTextFieldCell.stuconnolly2009-11-011-35/+41
* Got rid of a crash when using the User Manager and closing last Table Documen...mltownsend2009-10-292-36/+160
* - Set up TableSource to respond to task notifications to prepare for threade...rowanbeentje2009-10-271-38/+87
* Don't run the add new database sheet modally, thus blocking the main thread. ...stuconnolly2009-10-261-96/+60
* - Apply new document task support to the Custom Query tab, and run all custo...rowanbeentje2009-10-231-40/+73
* - Display the user accounts manager as a sheetstuconnolly2009-10-211-516/+531
* Interface labeling.stuconnolly2009-10-211-0/+0
* - Add support for createing fields of type BINARY and VARBINARY in the struct...stuconnolly2009-10-211-39/+40
* Initial work on threaded task, with an implementation of Table Content view d...rowanbeentje2009-10-202-31/+1491
* Attempt to fix connection problemmltownsend2009-10-201-14/+14
* Some UI tidying up.stuconnolly2009-10-192-359/+887
* Highlight current query preference label change.stuconnolly2009-10-161-117/+767
* Significant User Management improvements:rowanbeentje2009-10-161-109/+1622
* Add a 'Provide Feedback' menu item to the help menu, which links to http://ww...stuconnolly2009-10-161-9/+59
* Bring Localizable.strings up to date.stuconnolly2009-10-151-0/+0
* • added to SP's Dock menu "Open…" and "Open Recent" menu itemsBibiko2009-10-151-3/+95
* • cleaned and improved AppleScript supportBibiko2009-10-141-1/+9
* • changed Error Detail HUD window for the connection manager slightly:Bibiko2009-10-131-139/+185
* • fixed truncating issue of Pref's Favorite List table viewBibiko2009-10-121-342/+437
* - Make the custom query error text selectable - this addresses Issue #425rowanbeentje2009-10-101-31/+37
* Yet more export redesign work. Export is now currently working for single tab...stuconnolly2009-10-091-153/+874
* • outsourced ImportCSV accessory view to fix the disappearing of combobox ...Bibiko2009-10-072-954/+1341
* Move 'Close' menu item.stuconnolly2009-10-061-240/+35
* • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern...Bibiko2009-10-061-11/+256
* • changed routine for opening SPF filesBibiko2009-10-061-290/+51
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-26/+44
* 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-041-19/+128
* • corrected tooltips for 'Add' and 'Remove' buttonBibiko2009-10-021-16/+49
* • first implementation of a Content Filter EditorBibiko2009-10-011-6/+2
* - Add copy create syntax button to the create syntax sheet.stuconnolly2009-10-012-5/+74
* - Replace the create syntax transparent HUD panel with a standard sheet, whic...stuconnolly2009-10-012-526/+419
* - Add an empty tableview behind the table filter box, with the same backgrou...rowanbeentje2009-09-301-222/+377
* • further progress on the Content Filter EditorBibiko2009-09-301-473/+786
* • preparation for GUI support to manage user-defined content filtersBibiko2009-09-291-0/+2774
* • rewrote the content filter logic:Bibiko2009-09-281-40/+50
* • re-enabled field editor's QuickLook for 10.6Bibiko2009-09-251-359/+98