| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | 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 | 4 | -58/+192 |
* | - 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 | 3 | -246/+244 |
* | 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 | 4 | -1/+39 |
* | 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 | 2 | -16/+45 |
* | - 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 | 9 | -421/+1313 |
* | 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 | 10 | -183/+432 |
* | Deselect favorites when any detail other than the password is edited. This i... | rowanbeentje | 2009-02-21 | 3 | -6/+75 |
* | Fix the last two warnings in TableContent.m. Also include an error string in... | rowanbeentje | 2009-02-19 | 1 | -3/+4 |
* | Moved "query favourites", "query history" and "Run Query" buttons to the othe... | avenjamin | 2009-02-19 | 1 | -253/+276 |
* | Fix Issue #140 (Tables with many columns compress the end columns against the... | rowanbeentje | 2009-02-19 | 2 | -101/+58 |
* | - Ensure that the button controlling whether all data should be edited in a ... | rowanbeentje | 2009-02-18 | 2 | -3/+3 |
* | Sets and enforces a connection timeout, and handles connection timeouts appro... | rowanbeentje | 2009-02-18 | 5 | -21/+839 |
* | Visible improvements in this build: | rowanbeentje | 2009-02-18 | 24 | -649/+2235 |
* | Fixed Issue #168 | avenjamin | 2009-02-18 | 1 | -1/+3 |
* | Query failing because of field length applied to datetime field. Fixes #135. | stuconnolly | 2009-01-29 | 1 | -1/+1 |
* | Add 'Refresh Databases' menu item to the main database selection drop down. F... | stuconnolly | 2009-01-29 | 1 | -8/+12 |
* | Header change. | stuconnolly | 2009-01-29 | 1 | -0/+2 |
* | Header changes. | stuconnolly | 2009-01-29 | 2 | -5/+3 |
* | Date filters were order wrong causing the opposite of the expected result to ... | stuconnolly | 2009-01-28 | 1 | -4/+4 |
* | We are not quoting the filter argument when filter type is 'IN' meaning the S... | stuconnolly | 2009-01-28 | 1 | -8/+7 |
* | trim-application.sh shouldn't be included in the application bundle. | stuconnolly | 2009-01-28 | 1 | -2/+0 |
* | Added shell script to trim application bundle on 'Release' builds. Saves a wh... | stuconnolly | 2009-01-28 | 2 | -3/+135 |
* | Separate out the creation of a human readable string from the number of bytes... | stuconnolly | 2009-01-28 | 6 | -54/+151 |
* | Enable menu separator now that we've enabled the print menu item. | stuconnolly | 2009-01-27 | 1 | -2/+1 |
* | Hide the help menu item until we've actually got some help documentation to d... | stuconnolly | 2009-01-27 | 1 | -2/+3 |
* | Updated copyright year to 2009. | stuconnolly | 2009-01-27 | 1 | -0/+0 |
* | Point the menu links to Sequel Pro's website rather than the Goolge Code site. | stuconnolly | 2009-01-27 | 1 | -3/+3 |
* | Commented the handleQuiteCommand method and put in a return of nil. | mltownsend | 2009-01-20 | 1 | -1/+2 |