| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Consolidate and improve ping code: | rowanbeentje | 2010-09-25 | 4 | -171/+153 |
* | Change the comment fomat used when displaying and copying the create syntaxes... | stuconnolly | 2010-09-24 | 1 | -8/+5 |
* | • corrected switch() {} syntax | Bibiko | 2010-09-23 | 1 | -3/+8 |
* | Fix add index sheet height. | stuconnolly | 2010-09-23 | 1 | -23/+23 |
* | Add support in the new index sheet for specifying an index's key block size (... | stuconnolly | 2010-09-22 | 3 | -42/+245 |
* | • fixed issue836 by avoiding the fact that while selecting a new table the... | Bibiko | 2010-09-22 | 3 | -103/+213 |
* | Fix an issue where by an export would fail to begin when the check for databa... | stuconnolly | 2010-09-22 | 1 | -2/+6 |
* | • fixed issue 834 for filtering table list if TablesListView doesn't have t... | Bibiko | 2010-09-22 | 1 | -1/+1 |
* | Add missing SVN properties and general comments tidy up. | stuconnolly | 2010-09-21 | 25 | -130/+74 |
* | • do not use title strings of NSPopupButtons for creating the CREATE TRIGGE... | Bibiko | 2010-09-21 | 1 | -105/+110 |
* | • TableStructure | Bibiko | 2010-09-21 | 2 | -27/+131 |
* | Update Localizable.strings and resolve the use of multiple comments for the s... | stuconnolly | 2010-09-21 | 6 | -19/+18 |
* | • 'doPerformQueryService' set toolbar to Custom Query | Bibiko | 2010-09-21 | 1 | -5/+6 |
* | • reverted to rev 2630 which removed an 'unnecessary' [table reloadData]; ... | Bibiko | 2010-09-21 | 1 | -0/+1 |
* | Very minor tidy up. | stuconnolly | 2010-09-20 | 1 | -3/+2 |
* | • avoid exceptions etc. if content filter clause is empty | Bibiko | 2010-09-20 | 1 | -10/+22 |
* | • SPTableContent | Bibiko | 2010-09-20 | 3 | -156/+551 |
* | • SPTableContent | Bibiko | 2010-09-20 | 3 | -184/+235 |
* | • fixed in [_addIndexUsingDetails:]: do not release supportsLength and requ... | Bibiko | 2010-09-20 | 1 | -187/+208 |
* | - A further attempt to improve MySQL library crashes by improving threaded p... | rowanbeentje | 2010-09-20 | 2 | -1/+33 |
* | - Before performing an export (except from a dot export), refresh the table l... | stuconnolly | 2010-09-19 | 2 | -46/+106 |
* | - Prevent the table content from being filtered or pages through if a row is... | rowanbeentje | 2010-09-18 | 1 | -0/+2 |
* | - Remove a number of invalid [NSTableView makeFirstResponder] calls that had... | rowanbeentje | 2010-09-18 | 8 | -12/+12 |
* | - Clean up warnings when building with GCC | rowanbeentje | 2010-09-18 | 3 | -10/+15 |
* | Add index sheet: | stuconnolly | 2010-09-18 | 2 | -12/+12 |
* | - Fix crashes triggered by connection unlocking after disconnection; this ad... | rowanbeentje | 2010-09-18 | 1 | -2/+2 |
* | - When opening the add new sheet, ensure that the remove button is disabled w... | stuconnolly | 2010-09-17 | 1 | -0/+10 |
* | - Fix a UI validation bug when adding an additional indexed field with a leng... | stuconnolly | 2010-09-17 | 1 | -2/+4 |
* | * Fixes minor label length issues and one unlocalized string | dmoagx | 2010-09-17 | 3 | -597/+72 |
* | New add index sheet, which includes: | stuconnolly | 2010-09-17 | 7 | -404/+1809 |
* | • only some minor code cosmetics | Bibiko | 2010-09-17 | 3 | -412/+413 |
* | • added comments conforming to the new SP doc generator | Bibiko | 2010-09-16 | 2 | -35/+166 |
* | • BIT Field Sheet Editor now can handle NULL values | Bibiko | 2010-09-16 | 5 | -14/+172 |
* | • finished and enabled the new BIT field editor sheet | Bibiko | 2010-09-16 | 2 | -70/+160 |
* | - Consolidate structure and content row editing cancellation code into a sin... | rowanbeentje | 2010-09-16 | 9 | -81/+73 |
* | • further progress on the BIT field sheet editor | Bibiko | 2010-09-15 | 2 | -23/+82 |
* | • Custom Query Editor | Bibiko | 2010-09-15 | 1 | -49/+67 |
* | • added validation for BIT fields while in-cell-editing; only 1 or 0 are al... | Bibiko | 2010-09-15 | 2 | -12/+27 |
* | More work on tab creation target and action | avenjamin | 2010-09-15 | 3 | -9/+43 |
* | Add ability to double click the empty area of the tab bar to create a new tab. | avenjamin | 2010-09-15 | 3 | -40/+61 |
* | • some further bit field editing preparations | Bibiko | 2010-09-15 | 6 | -399/+3834 |
* | Enable column sorting in the server processes window. Implements issue #816. | stuconnolly | 2010-09-15 | 2 | -1/+55 |
* | Add keyboard shortcut shift+cmd+R to enable/disable the server processes auto... | stuconnolly | 2010-09-15 | 1 | -3/+12 |
* | - Fix row count tracking when deleting table rows; this fixes Issue #819 | rowanbeentje | 2010-09-14 | 1 | -5/+5 |
* | - Remember to manually update the export source when updating the UI programm... | stuconnolly | 2010-09-14 | 1 | -7/+19 |
* | • some bit field editing preparations | Bibiko | 2010-09-14 | 1 | -12/+3588 |
* | • fixed localize problem while entering the new auto_inc value in TableStatus | Bibiko | 2010-09-14 | 1 | -95/+30 |
* | • (re?)enabled BIT field editing esp. for field types like BIT(9) or BIT(6... | Bibiko | 2010-09-14 | 3 | -37/+42 |
* | Enable alternating rows in the database processes table view. Implements issu... | stuconnolly | 2010-09-14 | 1 | -7/+7 |
* | - Implement support for MySQL over SSL for both TCP/IP and Socket connection... | rowanbeentje | 2010-09-13 | 23 | -174/+4796 |