| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - 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 |
* | 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 | 11 | -101/+223 |
* | 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 |
* | Linked refresh tables button to TablesList.updatedTables | bamse16 | 2009-03-23 | 1 | -23/+24 |
* | 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 missing keyboard shortcuts for new interface buttons. | avenjamin | 2009-03-22 | 3 | -820/+705 |
* | - Added tooltips to action button menu items | avenjamin | 2009-03-22 | 3 | -162/+199 |
* | - Resaved images to reduce filesize. | avenjamin | 2009-03-21 | 20 | -164/+24 |
* | - Removed old no longer used images. | avenjamin | 2009-03-21 | 36 | -1/+6 |
* | - Restyled the bottom bars in the Sidebar, Structure, Indexes, and Content views | avenjamin | 2009-03-21 | 6 | -1305/+1324 |
* | - 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 | 11 | -239/+748 |
* | As Rowan's suggestion, I've replaced older/younger with after/before | bamse16 | 2009-03-19 | 1 | -1/+1 |
* | - Moved connection tabview from DBView nib into its own xib file | avenjamin | 2009-03-19 | 3 | -5115/+5375 |
* | - 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 |
* | - added the new source files ( tokens.h and tokens.l) to the project file | jakob | 2009-03-16 | 1 | -0/+6 |
* | adding syntax coloring (issue #46 ) | jakob | 2009-03-16 | 3 | -0/+420 |
* | Changed to 10.5 SDK | mltownsend | 2009-03-11 | 1 | -2/+4 |
* | - 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 | 6 | -11/+30 |
* | + Added new images for button bars | avenjamin | 2009-03-10 | 9 | -480/+529 |
* | Additional error checking, centralised connection keep-alive interval retriev... | rowanbeentje | 2009-03-09 | 2 | -10/+33 |
* | Make copy button text small and remove favourites table view focus remove. | stuconnolly | 2009-03-05 | 1 | -12/+24 |
* | - Hide SSH options for favourites in the preferences, temporarily, to avoid ... | rowanbeentje | 2009-03-05 | 1 | -87/+154 |
* | 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 | 6 | -43/+185 |
* | Added column names to completion list for for currently selected table. | avenjamin | 2009-03-05 | 1 | -3/+14 |
* | Add Korean encoding option to new database encoding dropdown - thanks Ben for... | rowanbeentje | 2009-03-05 | 1 | -6/+26 |
* | Improves the table structure view to only save a row when properly deselected... | rowanbeentje | 2009-03-05 | 4 | -43/+95 |