| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Added column names to completion list for for currently selected table. | avenjamin | 2009-03-05 | 1 | -3/+14 |
* | Improves the table structure view to only save a row when properly deselected... | rowanbeentje | 2009-03-05 | 4 | -43/+95 |
* | Don't allow the table list to be completely out of sight by not allowing the ... | stuconnolly | 2009-03-04 | 1 | -2/+2 |
* | Alter the open panel to recognise .csv and .sql extensions on selected files ... | rowanbeentje | 2009-03-04 | 2 | -0/+27 |
* | Fix a bug related to not saving unchanged-but-edited rows, introduced in r370. | rowanbeentje | 2009-03-04 | 1 | -2/+6 |
* | - Renames "Database Encoding" menu item in Database menu to "View Using Enco... | rowanbeentje | 2009-03-04 | 3 | -34/+82 |
* | - BLOB and binary fields are now fully visible and editable again (fixes Iss... | rowanbeentje | 2009-03-03 | 8 | -52/+140 |
* | - Re-design the custom query favourties editor and get rid of the nasty plus/... | stuconnolly | 2009-03-02 | 2 | -39/+21 |
* | Rollback on newbie mistake... | bamse16 | 2009-03-02 | 1 | -10/+1 |
* | Better error handling of dump reading (checking for NSError object instead of... | bamse16 | 2009-03-02 | 2 | -4/+27 |
* | - In the table status view use the user's long date format and medium time fo... | stuconnolly | 2009-03-01 | 2 | -69/+102 |
* | Fix an issue where by selecting to view the content of a table without the op... | stuconnolly | 2009-03-01 | 1 | -16/+14 |
* | Revert 10.5 build warning changes and make import progress sheet have focus w... | stuconnolly | 2009-03-01 | 1 | -39/+28 |
* | Implemented method: componentsSeparatedByCharactersInSet. to be compatible wi... | avenjamin | 2009-02-28 | 3 | -0/+38 |
* | Cleaned up warnings when building against 10.5 SDK | avenjamin | 2009-02-28 | 5 | -40/+52 |
* | Reduce the amount of padding on the new console panel and also auto save its ... | stuconnolly | 2009-02-28 | 1 | -0/+12 |
* | - Improve handling of disconnections made while selecting a database, fixing... | rowanbeentje | 2009-02-28 | 2 | -12/+25 |
* | + Separate the console from being drawer based to its own panel. New console ... | stuconnolly | 2009-02-28 | 6 | -104/+226 |
* | Applies connection checks and keepalive logic to select database/refresh data... | rowanbeentje | 2009-02-28 | 2 | -0/+33 |
* | Patch submitted by Marius Ursache. | avenjamin | 2009-02-27 | 1 | -77/+86 |
* | - Removed unnecessary code block. | avenjamin | 2009-02-27 | 3 | -12/+20 |
* | Added length limits to varchar and char fields. Issue #170 | avenjamin | 2009-02-27 | 3 | -1/+36 |
* | Implement a connection keepalive, addressing Issue #171. This runs a ping ev... | rowanbeentje | 2009-02-25 | 3 | -9/+91 |
* | Replaces COUNT(*) with COUNT(1), which reportedly shows a speed increase on c... | rowanbeentje | 2009-02-24 | 1 | -2/+2 |
* | Fix table creation, deletion, duplication following recent changes | rowanbeentje | 2009-02-24 | 1 | -2/+8 |
* | A patch to improve View support, addressing Issue #130. This patch undoes th... | rowanbeentje | 2009-02-23 | 8 | -183/+428 |