| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -18/+18 |
* | - Fix a problem caused when trying to run custom queries terminated by a par... | rowanbeentje | 2010-05-09 | 1 | -0/+4 |
* | Rework alert sheets: | rowanbeentje | 2010-05-09 | 1 | -5/+5 |
* | - Fix an intermittent crasher - occurring most often when sorting tables - b... | rowanbeentje | 2010-04-02 | 1 | -1/+1 |
* | - Make [MCPConnection getLastErrorMessage] more consistent by always returni... | rowanbeentje | 2010-03-25 | 1 | -4/+4 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -1/+1 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -0/+1 |
* | - Simplify table source table setup and make thread safe. This should addre... | rowanbeentje | 2010-03-22 | 1 | -13/+14 |
* | - Alter historyItemsHaveBeenUpdated: call on startup to be performed on main... | rowanbeentje | 2010-03-20 | 1 | -1/+1 |
* | - Fix a couple of calls which crashed if the window had already been closed,... | rowanbeentje | 2010-03-18 | 1 | -0/+4 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -3/+4 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -0/+2 |
* | Rework the running of custom queries, improving thread safety by splitting ou... | rowanbeentje | 2010-03-12 | 1 | -114/+147 |
* | Various printing support enhancements, including: | stuconnolly | 2010-03-12 | 1 | -2/+2 |
* | - If using an untitled connection (eg non-spf), default to saving queries to... | rowanbeentje | 2010-03-10 | 1 | -0/+2 |
* | • forgot to shorten SP_ASLIST_ALL_FIELDS in CustomQuery as well | Bibiko | 2010-03-09 | 1 | -1/+1 |
* | • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list | Bibiko | 2010-03-09 | 1 | -0/+15 |
* | - Move history popup construction to the main thread, fixing crashes probabl... | rowanbeentje | 2010-03-08 | 1 | -2/+11 |
* | - Add a check for valid columns - this addresses http://log.sequelpro.com/vi... | rowanbeentje | 2010-03-07 | 1 | -0/+1 |
* | • added to CustomQuery's CMTextView the option to set auto-completion on/of... | Bibiko | 2010-03-07 | 1 | -3/+3 |
* | • fixed threading issue if user performs query in Custom Query all the time... | Bibiko | 2010-02-18 | 1 | -8/+2 |
* | - Implement result view saving in a more general way within CustomQuery; now... | rowanbeentje | 2010-02-11 | 1 | -19/+89 |
* | (no commit message) | Bibiko | 2010-02-05 | 1 | -5/+7 |
* | • fixed synchronisation of history lists if more than one instance of the s... | Bibiko | 2010-02-05 | 1 | -32/+16 |
* | • forgotten to remove debug logs | Bibiko | 2010-02-05 | 1 | -2/+0 |
* | • refactored the entire history logic in Custom Query | Bibiko | 2010-02-05 | 1 | -31/+74 |
* | - Rework SPSQLParser, extending DELIMITER support into all the original func... | rowanbeentje | 2010-02-05 | 1 | -4/+8 |
* | • fixed undo behaviour of insertion of history/query favs | Bibiko | 2010-02-04 | 1 | -3/+6 |
* | • added key-shortcut ⌘= to make the textview size larger | Bibiko | 2010-02-02 | 1 | -20/+0 |
* | • Content Table and Query Editor table's tooltip are displayed by using the... | Bibiko | 2010-01-31 | 1 | -1/+8 |
* | • CMTextView's colours are set via observer, live changed in editable textv... | Bibiko | 2010-01-30 | 1 | -29/+15 |
* | Rework CMCopyTable copy functionality and related code: | rowanbeentje | 2010-01-30 | 1 | -1/+1 |
* | • suppress the display of table cell tooltips if TableDocument isWorking to... | Bibiko | 2010-01-30 | 1 | -1/+1 |
* | • added observer for all Query Editor colors to avoid initialising colors e... | Bibiko | 2010-01-30 | 1 | -0/+10 |
* | • current query highlighting is done now in drawRect: (much more faster an... | Bibiko | 2010-01-30 | 1 | -43/+14 |
* | • text macro logic | Bibiko | 2010-01-29 | 1 | -3/+4 |
* | • further tiny improvements to avoid exceptional cases while highlighting t... | Bibiko | 2010-01-29 | 1 | -4/+17 |
* | • fixed some issues and improved the text macro behaviour | Bibiko | 2010-01-29 | 1 | -1/+8 |
* | • for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1 | Bibiko | 2010-01-28 | 1 | -7/+12 |
* | • improved the graphical representation of text macro snippets | Bibiko | 2010-01-27 | 1 | -1/+1 |
* | • corrected regex to trigger table/db reload after executing a query in the... | Bibiko | 2010-01-26 | 1 | -2/+3 |
* | • added possibility to add a query favorite by user-definable alphanumeric ... | Bibiko | 2010-01-24 | 1 | -3/+21 |
* | • bound Custom Query gear menu item "Completion List" (CTRL key is recogni... | Bibiko | 2010-01-22 | 1 | -1/+4 |
* | • avoid updating TablesList for queries in Custom Query Editor à la "SHOW ... | Bibiko | 2010-01-21 | 1 | -1/+1 |
* | Address Issue #546 (format string bugs): | rowanbeentje | 2010-01-20 | 1 | -5/+6 |
* | Add a new SPDataStorage class, and use it in TableContent and CustomQuery: | rowanbeentje | 2010-01-17 | 1 | -33/+31 |
* | Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce... | bamse16 | 2010-01-14 | 1 | -2/+2 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -68/+68 |
* | Menu item label. | stuconnolly | 2010-01-06 | 1 | -1/+1 |
* | • next step to improve the Query Favorites/History search field behaviour | Bibiko | 2010-01-05 | 1 | -1/+20 |