| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Update FeedbackReporter framework to no longer capture the console log on ... | rowanbeentje | 2011-09-08 | 1 | -0/+0 |
* | - Require there to be at least 50 rows to be in the table before using the "... | rowanbeentje | 2011-09-07 | 1 | -1/+1 |
* | Rework relation addition and name lookups following testing and research: | rowanbeentje | 2011-09-07 | 3 | -96/+56 |
* | More QueryKit progress. Still very rough. | stuconnolly | 2011-09-06 | 5 | -17/+107 |
* | Add the beginnings of QueryKit. | stuconnolly | 2011-09-04 | 14 | -8/+922 |
* | Replace use of string literals with constants in SPTableRelations.m | stuconnolly | 2011-09-04 | 1 | -15/+22 |
* | Fix for issue 1168. Whenever the database is changed load all of the currentl... | stuconnolly | 2011-09-04 | 6 | -186/+322 |
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 18 | -622/+883 |
* | * Fixes some localization spacing issues reported by Frédéric Latour | dmoagx | 2011-09-02 | 9 | -281/+2826 |
* | - Update version numbers to 0.9.9.1 | rowanbeentje | 2011-09-01 | 2 | -2/+2 |
* | - Attempt to detect SSH master use correctly, to improve Issue #1095 | rowanbeentje | 2011-09-01 | 1 | -1/+3 |
* | - Update localised strings for up-to-date German and Russian translations, i... | rowanbeentje | 2011-08-31 | 16 | -0/+174 |
* | - Alter the NSNumberFormatter on the extended table info view's auto_increme... | rowanbeentje | 2011-08-31 | 1 | -51/+68 |
* | - Reorder window instantiation process to ensure window has had its size set... | rowanbeentje | 2011-08-31 | 2 | -2/+3 |
* | - Clean up undo manager handling | rowanbeentje | 2011-08-31 | 6 | -1/+37 |
* | - Cancel and clear autocomplete if a keyboard combo is being run - this fixe... | rowanbeentje | 2011-08-30 | 1 | -0/+3 |
* | - Move table creation to a threaded task, avoiding race conditions caused by... | rowanbeentje | 2011-08-29 | 1 | -4/+16 |
* | - Disable and re-enable table view double click actions when opening and clo... | rowanbeentje | 2011-08-28 | 1 | -0/+38 |
* | Tidy up. | stuconnolly | 2011-08-27 | 4 | -33536/+33320 |
* | - Fix issues undoing past an autocompletion type-through, addressing excepti... | rowanbeentje | 2011-08-26 | 1 | -0/+2 |
* | * Fixes some strings that were not really localizable the way they were const... | dmoagx | 2011-08-26 | 3 | -11/+21 |
* | - If the field mapper was cancelled, abort the CSV import at once to avoid c... | rowanbeentje | 2011-08-25 | 2 | -5/+17 |
* | - Prevent export and indexes controller awakeFromNib: routines from being ru... | rowanbeentje | 2011-08-25 | 5 | -2/+28 |
* | * Fixes sorting of integer values in server process list (issue #1159) | dmoagx | 2011-08-24 | 1 | -1/+22 |
* | Tidy up. | stuconnolly | 2011-08-24 | 2 | -11/+26 |
* | Rework editable row checks in views and custom query results: | rowanbeentje | 2011-08-24 | 2 | -59/+44 |
* | Fix for Bundle Editor Group names not showing up in Lion. | mattlangtree | 2011-08-23 | 1 | -2/+2 |
* | During an SQL export, if the structure is disabled also uncheck the include D... | stuconnolly | 2011-08-17 | 1 | -0/+5 |
* | - Lion compatibility improvement: add support for fullscreen windows, on the... | rowanbeentje | 2011-08-16 | 9 | -33496/+33634 |
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 9 | -38/+28 |
* | Tidy up. | stuconnolly | 2011-08-13 | 2 | -24/+24 |
* | Re-add default new table's id field to AUTO_INCREMENT added in r3331, but kno... | stuconnolly | 2011-08-12 | 2 | -37/+44 |
* | When moving a field in the structure view, only use the default value if it a... | stuconnolly | 2011-08-09 | 1 | -34/+48 |
* | - Improve interactive_timeout handling, ensuring a minimum timeout of five m... | rowanbeentje | 2011-08-08 | 1 | -0/+9 |
* | Fix encoding issues, particularly giving errors when selecting tables and dis... | rowanbeentje | 2011-08-07 | 2 | -113/+114 |
* | Fix an exception when removing the only content filter. Fixes exceptions http... | stuconnolly | 2011-08-07 | 3 | -29/+32 |
* | Specified the application category as "Developer Tools" for Lion. This resolv... | avenjamin | 2011-08-03 | 1 | -0/+2 |
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 17 | -99/+284 |
* | Small tidy up. | stuconnolly | 2011-07-31 | 3 | -86/+74 |
* | Remove useless icons file. Resolves issue #1130. | stuconnolly | 2011-07-31 | 1 | -0/+0 |
* | - Ensure the CLIENT_INTERACTIVE is correctly set for MySQL connections, addr... | rowanbeentje | 2011-07-27 | 1 | -1/+1 |
* | - Prevent error bell when using the enter key to initiate a connection when ... | rowanbeentje | 2011-07-27 | 3 | -2/+13 |
* | SQL export: Disable the 'include drop syntax option' when the structure optio... | stuconnolly | 2011-07-26 | 2 | -69/+69 |
* | Tidy up. | stuconnolly | 2011-07-25 | 1 | -5/+13 |
* | Fix for NULL values in CSV export (same as last commit, but this one actually... | stuconnolly | 2011-07-24 | 5 | -25/+42 |
* | Fix CSV exporter not using the user supplied NULL string. | stuconnolly | 2011-07-23 | 1 | -2/+4 |
* | Tidy up. | stuconnolly | 2011-07-23 | 1 | -15/+14 |
* | - Support regex within the table filter list to match tables, falling back t... | rowanbeentje | 2011-07-12 | 1 | -2/+7 |
* | Minor tidy up. | stuconnolly | 2011-07-11 | 11 | -83/+82 |
* | - Fix thread-safety issues creating the encoding popupbuttoncell on the Stru... | rowanbeentje | 2011-07-11 | 1 | -4/+4 |