| Commit message (Expand) | Author | Age | Files | Lines |
* | For some reason table creation on MySQL 4.0 servers doesn't like the engine/t... | stuconnolly | 2011-10-09 | 1 | -2/+1 |
* | * Add "Copy CREATE *" to context and gear menu, fixes #1190 (updated .strings... | dmoagx | 2011-09-15 | 1 | -0/+20 |
* | - Move table creation to a threaded task, avoiding race conditions caused by... | rowanbeentje | 2011-08-29 | 1 | -4/+16 |
* | - Review changes made in r3376 and revert a number of regressions | rowanbeentje | 2011-08-14 | 1 | -11/+10 |
* | Re-add default new table's id field to AUTO_INCREMENT added in r3331, but kno... | stuconnolly | 2011-08-12 | 1 | -1/+1 |
* | Fix an exception when removing the only content filter. Fixes exceptions http... | stuconnolly | 2011-08-07 | 1 | -2/+4 |
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -41/+95 |
* | - Support regex within the table filter list to match tables, falling back t... | rowanbeentje | 2011-07-12 | 1 | -2/+7 |
* | * Make "Default" in new Table Sheet translatable (fixes part of #1006) | dmoagx | 2011-06-21 | 1 | -2/+2 |
* | With the exception of CSV tables, make the initial ID column the primary key ... | stuconnolly | 2011-06-19 | 1 | -1/+1 |
* | - Fix "Multiple selection" still being displayed after multiple tables are d... | rowanbeentje | 2011-06-14 | 1 | -13/+7 |
* | - Ensure the correct table name is displayed when an error occurs deleting a... | rowanbeentje | 2011-05-29 | 1 | -1/+1 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -1/+3 |
* | • control the separator menu item above the "Open ... in new Tab" in Tables... | Bibiko | 2011-05-07 | 1 | -0/+10 |
* | Small tidy up, mainly the addition of constants. | stuconnolly | 2011-05-05 | 1 | -96/+44 |
* | SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread... | sqlprodev | 2011-04-14 | 1 | -0/+8 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -4/+135 |
* | - When creating a new table, switch to the Structure tab to allow further se... | rowanbeentje | 2011-04-10 | 1 | -0/+2 |
* | - Add support in SPTableView to disable edit-on-tab behaviour | rowanbeentje | 2011-04-10 | 1 | -2/+7 |
* | - Fix more compiler warnings | rowanbeentje | 2011-03-15 | 1 | -64/+64 |
* | Fix more compiler warnings, including a few bugs | rowanbeentje | 2011-03-08 | 1 | -21/+28 |
* | - Fix more compiler warnings | rowanbeentje | 2011-03-04 | 1 | -1/+2 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+0 |
* | - Preserve the current filter string when refreshing the table list if one i... | rowanbeentje | 2011-02-20 | 1 | -5/+15 |
* | • some code improvements for willDisplayCell: | Bibiko | 2011-01-25 | 1 | -23/+41 |
* | - Add a new -engineTypeQueryName method to SPServerSupport, with a correct s... | rowanbeentje | 2011-01-13 | 1 | -1/+1 |
* | • fixed issue to be able to cancel via ESC the in-cell editing of the table... | Bibiko | 2010-12-15 | 1 | -1/+2 |
* | • fix table name encoding problem (return name can be NSNull) which can ari... | Bibiko | 2010-12-11 | 1 | -1/+8 |
* | - Fix issues right-clicking in the empty table area ( http://spbug.com/l/1726 ) | rowanbeentje | 2010-11-27 | 1 | -0/+3 |
* | - Fix interface updates when multiple tables are selected | rowanbeentje | 2010-11-25 | 1 | -1/+4 |
* | - When adding multiple new tables, ensure the keyboard focus is set to the n... | rowanbeentje | 2010-11-24 | 1 | -0/+3 |
* | - Abstract SPDatabaseDocument's Connection/.spf saving/loading functionality... | rowanbeentje | 2010-11-23 | 1 | -12/+57 |
* | • renamed some shell variables for Bundle commands | Bibiko | 2010-11-22 | 1 | -0/+40 |
* | Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce... | rowanbeentje | 2010-11-03 | 1 | -317/+26 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -5/+0 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | Remove use of multiple comments for localized strings. | stuconnolly | 2010-10-19 | 1 | -1/+1 |
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -18/+24 |
* | • Filter Table | Bibiko | 2010-09-29 | 1 | -3/+0 |
* | • Filter Table | Bibiko | 2010-09-29 | 1 | -0/+3 |
* | • fixed issue 834 for filtering table list if TablesListView doesn't have t... | Bibiko | 2010-09-22 | 1 | -1/+1 |
* | • only some minor code cosmetics | Bibiko | 2010-09-17 | 1 | -358/+362 |
* | • finished the first implementation of CSV Import into new table | Bibiko | 2010-09-03 | 1 | -1/+1 |
* | • Show/Copy Create Syntax now come up with all create syntaxes of selected ... | Bibiko | 2010-09-01 | 1 | -4/+8 |
* | Encoding changes and improvements, particularly to increase compatibility wit... | rowanbeentje | 2010-08-25 | 1 | -10/+37 |
* | • moved changes done in r 2566 to tableViewSelectionDidChange: if no item i... | Bibiko | 2010-08-22 | 1 | -4/+12 |
* | • after deleting of items in tablesList set selectedTableType to SPTableTyp... | Bibiko | 2010-08-22 | 1 | -2/+7 |
* | • forgotten to commit missing changes to commit 2534 | Bibiko | 2010-08-15 | 1 | -0/+14 |
* | • made SP more robust against issues which are caused by different table na... | Bibiko | 2010-08-15 | 1 | -9/+34 |
* | • fixed bug while closing a tab to remove the connection from Navigator | Bibiko | 2010-08-13 | 1 | -1/+40 |