| Commit message (Expand) | Author | Age | Files | Lines |
* | - removed some ellipsis (...) from the Favorites/History Menu on the Custom Q... | jakob | 2009-04-03 | 1 | -19/+57 |
* | • REARRANGED keyDown: for further changes | Bibiko | 2009-04-03 | 1 | -115/+278 |
* | • ADDED copyAsRTF: to preserve syntax highlighting while copying | Bibiko | 2009-04-03 | 1 | -0/+19 |
* | - Fixed issue #219: Query tab favorites, history, run buttons missing in nigh... | avenjamin | 2009-04-03 | 1 | -76/+37 |
* | - Fixed missing image error | avenjamin | 2009-04-03 | 1 | -49/+82 |
* | - Add the ability for CMTextView to automatically capitalise SQL keywords in... | rowanbeentje | 2009-04-03 | 6 | -45/+131 |
* | - Improves autopairing to no longer autopair different quote characters with... | rowanbeentje | 2009-04-02 | 1 | -1/+34 |
* | - Changed to "NULL" column header to "Allow NULL" to make it clearer | avenjamin | 2009-04-02 | 1 | -42/+16 |
* | Change the toggle console menu item's title to either 'Show' or 'Hide' console. | stuconnolly | 2009-04-02 | 2 | -16/+50 |
* | - Changed Auto Complete keyboard shortcut to just Escape instead of Option-Es... | avenjamin | 2009-04-02 | 1 | -13/+21 |
* | - Implemented "Clear History" in new Gear menu | avenjamin | 2009-04-02 | 3 | -354/+390 |
* | - Add a new "gear" action menu underneath the custom query view, including a... | rowanbeentje | 2009-04-02 | 7 | -42/+728 |
* | - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f... | rowanbeentje | 2009-04-01 | 5 | -10/+299 |
* | Added delete as a hot key to the remove row and column buttons to fix issue #216 | avenjamin | 2009-04-01 | 1 | -8/+8 |
* | 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 |
* | - set the delegate for the index-NSTableView to TableSource (necessary for a... | jakob | 2009-03-28 | 1 | -4/+24 |
* | Restore the ability to reorder columns in the Content view, as a temporary wa... | rowanbeentje | 2009-03-28 | 1 | -1/+27 |
* | - 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 |
* | - Fix buttons in table selection views to use new refresh button image, fixi... | rowanbeentje | 2009-03-27 | 1 | -62/+18 |
* | 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 | 13 | -527/+1572 |
* | Project file to clean missing / renamed files | avenjamin | 2009-03-26 | 1 | -6/+6 |
* | Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l. | stuconnolly | 2009-03-26 | 4 | -6/+6 |
* | Fixed layering issue. Row count text was hidden by bottom bar | avenjamin | 2009-03-26 | 1 | -24/+27 |
* | - 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 |
* | - fixed the duplicate field button in the table view (the delete button was t... | jakob | 2009-03-26 | 1 | -3/+3 |
* | - 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 | 2 | -14/+5 |
* | Added Marius Ursache to current developers and credited Jakob Egger for his s... | avenjamin | 2009-03-26 | 1 | -4/+13 |
* | Trivial commit to test the new nightly build sparkle functionality. | mattlangtree | 2009-03-26 | 1 | -1/+1 |
* | - Update Sparkle to 1.5b6 (from 1.5b1). This should address Issue #197 as s... | rowanbeentje | 2009-03-26 | 103 | -1/+2496 |
* | - Remove the old Sparkle framework version prior to updating | rowanbeentje | 2009-03-26 | 63 | -1875/+0 |
* | Fixed tooltip on delete button on table structure. | avenjamin | 2009-03-25 | 1 | -10/+19 |
* | - Refactor custom query results redrawing code and reset view position to av... | rowanbeentje | 2009-03-25 | 1 | -23/+17 |
* | - Restores the "Zoom" button to the window menu, for conistency with the pla... | rowanbeentje | 2009-03-25 | 1 | -14/+30 |
* | - Update the help text for the "Run all" button following r402 | rowanbeentje | 2009-03-25 | 1 | -61/+15 |
* | Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so... | rowanbeentje | 2009-03-25 | 1 | -3/+7 |
* | Set the default edit-in-sheets button toggle state to no, and add a highlight... | rowanbeentje | 2009-03-25 | 3 | -27/+88 |