| Commit message (Expand) | Author | Age | Files | Lines |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 1 | -0/+2 |
* | - When switching tables, correctly catch disconnections and suppress error d... | rowanbeentje | 2010-03-27 | 1 | -1/+0 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 1 | -0/+1 |
* | • Navigator | Bibiko | 2010-03-25 | 1 | -1/+0 |
* | - Add a new selectDatabase:item: method to TableDocument, to centralise code... | rowanbeentje | 2010-03-24 | 1 | -1/+1 |
* | • further work on Navigator (not yet active but workable -> unHide menu item) | Bibiko | 2010-03-19 | 1 | -0/+2 |
* | • some progress of the navigator approach (not yet active - hidden main men... | Bibiko | 2010-03-18 | 1 | -1/+3 |
* | • initial commit to support a connection/schema navigator (not yet active ... | Bibiko | 2010-03-17 | 1 | -0/+1 |
* | Perform HTML generation for printing on a background thread, displaying the u... | stuconnolly | 2010-03-13 | 1 | -0/+2 |
* | Various printing support enhancements, including: | stuconnolly | 2010-03-12 | 1 | -15/+12 |
* | • improved tooltip behaviour of SPNarrowDownCompletion's tableView | Bibiko | 2010-03-09 | 1 | -0/+1 |
* | Add a new 'Filter Content...' menu item to the 'Table' menu that switches to ... | stuconnolly | 2010-03-08 | 1 | -0/+1 |
* | • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha... | Bibiko | 2010-02-26 | 1 | -0/+2 |
* | • Query Favorites: | Bibiko | 2010-02-25 | 1 | -0/+5 |
* | • CSV Import Field Mapper | Bibiko | 2010-02-21 | 1 | -0/+2 |
* | Complete the implementation of the management of table triggers (accessible v... | stuconnolly | 2010-02-06 | 1 | -0/+1 |
* | Added preliminary support for triggers. You can access the tab via the | bamse16 | 2010-01-31 | 1 | -0/+1 |
* | • further preparations to F5 completion | Bibiko | 2010-01-11 | 1 | -0/+2 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -9/+9 |
* | Remove old redundant code that was left over form when the server variables s... | stuconnolly | 2009-12-14 | 1 | -1/+0 |
* | - Relocate the table changed notification, allowing table info pane to updat... | rowanbeentje | 2009-11-21 | 1 | -1/+1 |
* | Implement query cancellation support within MCPKit, and add it to the task fu... | rowanbeentje | 2009-11-15 | 1 | -0/+6 |
* | Bunch of improvements to the query console, including: | stuconnolly | 2009-11-14 | 1 | -1/+1 |
* | Move query mode constants to SPConstants.h. | stuconnolly | 2009-11-13 | 1 | -7/+0 |
* | In an aid to split up the functionality of the TableDocument class as well as... | stuconnolly | 2009-11-13 | 1 | -14/+8 |
* | - New server processes panel, accessible via the 'Database' menu and alt+cmd+... | stuconnolly | 2009-11-12 | 1 | -1/+3 |
* | - Fix an issue when switching databases - allow the table selection to be cl... | rowanbeentje | 2009-11-10 | 1 | -1/+4 |
* | - Support nested task levels to allow tasks to overlap | rowanbeentje | 2009-11-08 | 1 | -1/+4 |
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -4/+0 |
* | Got rid of a crash when using the User Manager and closing last Table Documen... | mltownsend | 2009-10-29 | 1 | -2/+3 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -0/+1 |
* | Don't run the add new database sheet modally, thus blocking the main thread. ... | stuconnolly | 2009-10-26 | 1 | -1/+0 |
* | - Improve table and task redrawing during threaded table content loads | rowanbeentje | 2009-10-22 | 1 | -1/+1 |
* | Initial work on threaded task, with an implementation of Table Content view d... | rowanbeentje | 2009-10-20 | 1 | -0/+21 |
* | • some minor code cleaning and simplification | Bibiko | 2009-10-07 | 1 | -2/+4 |
* | • added main menu item: "Open “<file>” in New Window" ⌥⌘O as altern... | Bibiko | 2009-10-06 | 1 | -0/+1 |
* | • changed routine for opening SPF files | Bibiko | 2009-10-06 | 1 | -1/+5 |
* | More export redesign work. CSV data generation is currently working using the... | stuconnolly | 2009-10-06 | 1 | -1/+1 |
* | Add the ability to copy the selected server variable(s), either as name = val... | stuconnolly | 2009-10-04 | 1 | -1/+4 |
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -0/+1 |
* | - Add copy create syntax button to the create syntax sheet. | stuconnolly | 2009-10-01 | 1 | -0/+1 |
* | - Replace the create syntax transparent HUD panel with a standard sheet, whic... | stuconnolly | 2009-10-01 | 1 | -3/+4 |
* | Add back/forward history menu items to the view menu with the assigned shortc... | stuconnolly | 2009-09-12 | 1 | -1/+1 |
* | • fixed document registering with its query favorites and history | Bibiko | 2009-09-03 | 1 | -2/+2 |
* | • fixed issue if a SPF file contains non-valid URL character like space, etc. | Bibiko | 2009-09-03 | 1 | -2/+3 |
* | • simplified and unified the issue to set the title of a tableWindow | Bibiko | 2009-09-02 | 1 | -2/+4 |
* | - Re-enable the fine-grained query logging preferences | rowanbeentje | 2009-08-31 | 1 | -0/+9 |
* | • outsourced Save SPF accessory xib | Bibiko | 2009-08-25 | 1 | -0/+2 |
* | • re-factored the SPF file structure | Bibiko | 2009-08-25 | 1 | -2/+4 |
* | • finalized first approach to save/open SPF (⇧⌘S/⌘O) | Bibiko | 2009-08-24 | 1 | -0/+7 |