| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add the ability for CMTextView to automatically capitalise SQL keywords in... | rowanbeentje | 2009-04-03 | 5 | -22/+81 |
* | - Improves autopairing to no longer autopair different quote characters with... | rowanbeentje | 2009-04-02 | 1 | -1/+34 |
* | Change the toggle console menu item's title to either 'Show' or 'Hide' console. | stuconnolly | 2009-04-02 | 1 | -1/+8 |
* | - Implemented "Clear History" in new Gear menu | avenjamin | 2009-04-02 | 2 | -0/+7 |
* | - Add a new "gear" action menu underneath the custom query view, including a... | rowanbeentje | 2009-04-02 | 6 | -13/+233 |
* | - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f... | rowanbeentje | 2009-04-01 | 5 | -10/+299 |
* | For some reason the display of the table create and update dates in the statu... | stuconnolly | 2009-03-31 | 2 | -22/+7 |
* | - Fix behaviour of the enter key to run the query again - broken in r451 | rowanbeentje | 2009-03-31 | 1 | -2/+2 |
* | - Update the custom query view to preserve indentation level on newlines, to... | rowanbeentje | 2009-03-30 | 1 | -0/+43 |
* | Fix 'Clear Console' menu item, which was disabled because of missing 'clearCo... | stuconnolly | 2009-03-30 | 2 | -5/+11 |
* | - When exporting to an SQL file, disable foreign key checks, change SQL mode... | rowanbeentje | 2009-03-28 | 1 | -11/+41 |
* | - The status tab now no longer crashes when viewing Views. (Resolves Issue ... | rowanbeentje | 2009-03-28 | 2 | -25/+43 |
* | - Add a preference (currently with no UI) for connection timeout | rowanbeentje | 2009-03-28 | 5 | -52/+54 |
* | Improve interaction with connection favorites to prevent issues saving favori... | rowanbeentje | 2009-03-28 | 2 | -4/+9 |
* | Fixed bug when using the IN filter. removed inclusion of single quotes at sta... | avenjamin | 2009-03-27 | 1 | -1/+1 |
* | Fixed bug where exporting current table would use the field terminator, enclo... | avenjamin | 2009-03-27 | 2 | -14/+27 |
* | - Fix exceptions and so saving table column width changes in databases or ta... | rowanbeentje | 2009-03-27 | 1 | -6/+2 |
* | improve labels of toolbar icons | abhibeckert | 2009-03-26 | 1 | -7/+7 |
* | Completely redesigned query console that now uses a table view instead of a t... | stuconnolly | 2009-03-26 | 10 | -157/+556 |
* | Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l. | stuconnolly | 2009-03-26 | 4 | -6/+6 |
* | - when loading texts/blobs is disabled, the table view now shows "(not loaded... | jakob | 2009-03-26 | 2 | -19/+114 |
* | Scale print image horizontally | bamse16 | 2009-03-26 | 1 | -1/+1 |
* | - updated the backtickQuotedString method to be 10.4 compatible (and to compi... | jakob | 2009-03-26 | 1 | -1/+1 |
* | Reset print settings, so we're not prompted about saving them | bamse16 | 2009-03-26 | 1 | -0/+3 |
* | - updated the backtickQuotedString method to be 10.4 compatible | jakob | 2009-03-26 | 1 | -1/+16 |
* | Enabled Page Setup for printing, so now you can print landscape too | bamse16 | 2009-03-26 | 1 | -1/+2 |
* | - Refactor custom query results redrawing code and reset view position to av... | rowanbeentje | 2009-03-25 | 1 | -23/+17 |
* | Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so... | rowanbeentje | 2009-03-25 | 1 | -3/+7 |
* | Added hidden preference to automatically select the last favorite you used. | bamse16 | 2009-03-24 | 1 | -0/+6 |
* | - fixed issue #203 (backticks in identifiers not supported) | jakob | 2009-03-24 | 10 | -101/+217 |
* | Issue 201: Duplicating a row resets values of text/blob fields in the new row | bamse16 | 2009-03-23 | 1 | -4/+4 |
* | Issue 201: Duplicating a row resets values of text/blob fields in the new row | bamse16 | 2009-03-23 | 1 | -4/+14 |
* | Issue 194: reload table list deselects tables | bamse16 | 2009-03-23 | 1 | -1/+13 |
* | Issue 202: NULL is prefilled in a non-NULL text field | bamse16 | 2009-03-22 | 1 | -1/+6 |
* | Issue #201 Duplicating a row resets values of text/blob fields in the new row | bamse16 | 2009-03-22 | 3 | -48/+65 |
* | - Added tooltips to action button menu items | avenjamin | 2009-03-22 | 2 | -2/+15 |
* | - Removed old no longer used images. | avenjamin | 2009-03-21 | 1 | -1/+6 |
* | - changed the status message after executing a custom query to read "1 row af... | jakob | 2009-03-20 | 1 | -11/+27 |
* | SPSQLParser changes: | rowanbeentje | 2009-03-19 | 10 | -201/+574 |
* | As Rowan's suggestion, I've replaced older/younger with after/before | bamse16 | 2009-03-19 | 1 | -1/+1 |
* | - updated list of keywords used for syntax highlighting (eg. IN was missing) | jakob | 2009-03-18 | 1 | -269/+222 |
* | - changed default colors for syntax coloring | jakob | 2009-03-17 | 3 | -65/+109 |
* | adding syntax coloring (issue #46 ) | jakob | 2009-03-16 | 3 | -0/+420 |
* | - Fix an old bug where adding rows when "Reload table after adding a row" wa... | rowanbeentje | 2009-03-11 | 1 | -2/+2 |
* | More small bugfixes | bamse16 | 2009-03-11 | 1 | -0/+2 |
* | Small fixes clang complained about. Others will follow | bamse16 | 2009-03-11 | 2 | -7/+15 |
* | - Increment trunk version number to 0.9.4 | rowanbeentje | 2009-03-11 | 4 | -8/+27 |
* | Additional error checking, centralised connection keep-alive interval retriev... | rowanbeentje | 2009-03-09 | 2 | -10/+33 |
* | Fixes a division by zero error causing crashes on multi-table CSV and XML exp... | rowanbeentje | 2009-03-05 | 1 | -2/+2 |
* | - Fix a number of edit sheet crashers regarding opening and saving files, im... | rowanbeentje | 2009-03-05 | 5 | -36/+156 |