| Commit message (Expand) | Author | Age | Files | Lines |
* | In the process list sheet, give the refresh button the key equivalent cmd+R. | stuconnolly | 2009-11-12 | 1 | -4/+4 |
* | - New server processes panel, accessible via the 'Database' menu and alt+cmd+... | stuconnolly | 2009-11-12 | 2 | -55/+2297 |
* | Make the 'insufficient connection details' dialogs sheets. | stuconnolly | 2009-11-11 | 1 | -0/+0 |
* | Change the main window's non-connected/connecting state title to 'Sequel Pro'... | stuconnolly | 2009-11-11 | 1 | -34/+32 |
* | Forgot to update Localizable.strings for dialog changes in r1501. Also update... | stuconnolly | 2009-11-11 | 1 | -0/+0 |
* | • fixed GUI overlapping bug of Table Info Tab for 'Auto increment' field if... | Bibiko | 2009-11-10 | 1 | -54/+71 |
* | - Fix an issue when switching databases - allow the table selection to be cl... | rowanbeentje | 2009-11-10 | 1 | -168/+233 |
* | When removing a field or index, use its name in the dialog message. | stuconnolly | 2009-11-09 | 1 | -0/+0 |
* | Don't run the add new index sheet modally, thus blocking the main thread. Par... | stuconnolly | 2009-11-09 | 1 | -45/+36 |
* | Switch the placement of the labels and controls on the add new index sheet. | stuconnolly | 2009-11-08 | 1 | -70/+88 |
* | All users to resize the 'Favorites' preference pane. | stuconnolly | 2009-11-05 | 1 | -307/+1047 |
* | - Add task support to all the main interface views | rowanbeentje | 2009-11-04 | 1 | -33/+43 |
* | Use SPTableTextFieldCell in the table information pane to get nicer line trun... | stuconnolly | 2009-11-02 | 1 | -4/+4 |
* | • Finish off implementation to set the default selection view mode. Issue #249 | avenjamin | 2009-11-02 | 1 | -92/+13 |
* | • Initial work to set the default view mode when connecting. Issue #249 | avenjamin | 2009-11-02 | 1 | -1152/+751 |
* | Add 'EUC-KR Korean (euckr)' to the default encoding dropdown in the preferenc... | stuconnolly | 2009-11-01 | 1 | -75/+148 |
* | Improve truncating of table names (by appending ...) using SPTableTextFieldCell. | stuconnolly | 2009-11-01 | 1 | -35/+41 |
* | Got rid of a crash when using the User Manager and closing last Table Documen... | mltownsend | 2009-10-29 | 2 | -36/+160 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -38/+87 |
* | Don't run the add new database sheet modally, thus blocking the main thread. ... | stuconnolly | 2009-10-26 | 1 | -96/+60 |
* | - Apply new document task support to the Custom Query tab, and run all custo... | rowanbeentje | 2009-10-23 | 1 | -40/+73 |
* | - Display the user accounts manager as a sheet | stuconnolly | 2009-10-21 | 1 | -516/+531 |
* | Interface labeling. | stuconnolly | 2009-10-21 | 1 | -0/+0 |
* | - Add support for createing fields of type BINARY and VARBINARY in the struct... | stuconnolly | 2009-10-21 | 1 | -39/+40 |
* | Initial work on threaded task, with an implementation of Table Content view d... | rowanbeentje | 2009-10-20 | 2 | -31/+1491 |
* | Attempt to fix connection problem | mltownsend | 2009-10-20 | 1 | -14/+14 |
* | Some UI tidying up. | stuconnolly | 2009-10-19 | 2 | -359/+887 |
* | Highlight current query preference label change. | stuconnolly | 2009-10-16 | 1 | -117/+767 |
* | Significant User Management improvements: | rowanbeentje | 2009-10-16 | 1 | -109/+1622 |
* | Add a 'Provide Feedback' menu item to the help menu, which links to http://ww... | stuconnolly | 2009-10-16 | 1 | -9/+59 |
* | Bring Localizable.strings up to date. | stuconnolly | 2009-10-15 | 1 | -0/+0 |
* | • added to SP's Dock menu "Open…" and "Open Recent" menu items | Bibiko | 2009-10-15 | 1 | -3/+95 |
* | • cleaned and improved AppleScript support | Bibiko | 2009-10-14 | 1 | -1/+9 |
* | • changed Error Detail HUD window for the connection manager slightly: | Bibiko | 2009-10-13 | 1 | -139/+185 |
* | • fixed truncating issue of Pref's Favorite List table view | Bibiko | 2009-10-12 | 1 | -342/+437 |
* | - Make the custom query error text selectable - this addresses Issue #425 | rowanbeentje | 2009-10-10 | 1 | -31/+37 |
* | Yet more export redesign work. Export is now currently working for single tab... | stuconnolly | 2009-10-09 | 1 | -153/+874 |
* | • outsourced ImportCSV accessory view to fix the disappearing of combobox ... | Bibiko | 2009-10-07 | 2 | -954/+1341 |
* | Move 'Close' menu item. | stuconnolly | 2009-10-06 | 1 | -240/+35 |
* | • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern... | Bibiko | 2009-10-06 | 1 | -11/+256 |
* | • changed routine for opening SPF files | Bibiko | 2009-10-06 | 1 | -290/+51 |
* | More export redesign work. CSV data generation is currently working using the... | stuconnolly | 2009-10-06 | 1 | -26/+44 |
* | Remove the (single item) 'Tools' menu and move the 'User Manager' menu item t... | stuconnolly | 2009-10-04 | 1 | -74/+61 |
* | Add the ability to copy the selected server variable(s), either as name = val... | stuconnolly | 2009-10-04 | 1 | -19/+128 |
* | • corrected tooltips for 'Add' and 'Remove' button | Bibiko | 2009-10-02 | 1 | -16/+49 |
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -6/+2 |
* | - Add copy create syntax button to the create syntax sheet. | stuconnolly | 2009-10-01 | 2 | -5/+74 |
* | - Replace the create syntax transparent HUD panel with a standard sheet, whic... | stuconnolly | 2009-10-01 | 2 | -526/+419 |
* | - Add an empty tableview behind the table filter box, with the same backgrou... | rowanbeentje | 2009-09-30 | 1 | -222/+377 |
* | • further progress on the Content Filter Editor | Bibiko | 2009-09-30 | 1 | -473/+786 |