| Commit message (Expand) | Author | Age | Files | Lines |
* | • TableStructure sheet to ask for the to be used index of an auto_increment... | Bibiko | 2010-11-01 | 1 | -40/+29 |
* | • improved Structure editing logic to allow to choose auto_increment for Ex... | Bibiko | 2010-11-01 | 1 | -16/+9 |
* | • added "Jump to Selection ⌘J" to main menu > edit > find since it's an A... | Bibiko | 2010-10-29 | 1 | -10/+24 |
* | • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ... | Bibiko | 2010-10-29 | 1 | -19/+19 |
* | • Field Editor sheet | Bibiko | 2010-10-29 | 1 | -3/+11 |
* | Add SPDefaultPasteboardDragType constant. | stuconnolly | 2010-10-28 | 1 | -27/+42 |
* | • added to each NSTextView the possibility to move the current line or the ... | Bibiko | 2010-10-25 | 1 | -9/+246 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -243/+52 |
* | • CSV Import Field Mapper Sheet | Bibiko | 2010-10-23 | 1 | -10/+669 |
* | • re-enabled three finger trackpad wiping gesture for controlling the table... | Bibiko | 2010-10-22 | 1 | -89/+198 |
* | Replace use of hardcoded strings with constants when working with trigger data. | stuconnolly | 2010-10-19 | 1 | -9/+9 |
* | Add a 'Edit Trigger' menu item to the trigger's table view context menu. | stuconnolly | 2010-10-19 | 1 | -782/+172 |
* | Add a 'Refresh Tables' menu item to the 'Database' menu. It currently has the... | stuconnolly | 2010-10-19 | 1 | -182/+890 |
* | Change the connection view's table view to be of type SPTableView so right-cl... | stuconnolly | 2010-10-15 | 1 | -24/+31 |
* | • placed the TableStructure's source table gear menu to the right hand side... | Bibiko | 2010-10-15 | 1 | -6/+6 |
* | • implemented for TableStructure's source table the possibility to hide/unh... | Bibiko | 2010-10-15 | 1 | -52/+574 |
* | Various improvements to server capability/version checking, including: | stuconnolly | 2010-10-07 | 1 | -19/+64 |
* | - Update SSH connections to pick up custom ports configured in SSH config fi... | rowanbeentje | 2010-10-06 | 1 | -41/+38 |
* | • Filter Table | Bibiko | 2010-09-29 | 1 | -105/+139 |
* | • Filter Table - Set Default Operator | Bibiko | 2010-09-29 | 1 | -19/+582 |
* | • Filter Table | Bibiko | 2010-09-29 | 1 | -73/+8 |
* | • Filter Table | Bibiko | 2010-09-29 | 1 | -134/+320 |
* | • enabled Filter Table approach (Content View > ⌘F) for testing | Bibiko | 2010-09-28 | 1 | -24/+91 |
* | • some progress on the filter table approach | Bibiko | 2010-09-28 | 1 | -14/+743 |
* | - Make further improvements to 10.5.8 crashes by catching another release-on... | rowanbeentje | 2010-09-27 | 1 | -1/+8 |
* | • some progress on the filter table approach | Bibiko | 2010-09-27 | 1 | -15/+21 |
* | Correctly uppercase menu item. Also, update strings files. | stuconnolly | 2010-09-27 | 1 | -423/+122 |
* | • initial sketch approach to allow to write complex WHERE clauses by using... | Bibiko | 2010-09-27 | 1 | -112/+1330 |
* | * One label was too short in Content Filter Manager | dmoagx | 2010-09-26 | 1 | -106/+2334 |
* | - Correctly sort connection favourites upon startup for both the connection a... | stuconnolly | 2010-09-26 | 1 | -86/+49 |
* | - Remove "Release when closed" from three panels; this was causing conflicts... | rowanbeentje | 2010-09-25 | 1 | -33/+145 |
* | 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 | 1 | -34/+214 |
* | • TableStructure | Bibiko | 2010-09-21 | 1 | -2/+5 |
* | • SPTableContent | Bibiko | 2010-09-20 | 1 | -19/+351 |
* | Add index sheet: | stuconnolly | 2010-09-18 | 1 | -5/+5 |
* | * Fixes minor label length issues and one unlocalized string | dmoagx | 2010-09-17 | 2 | -594/+67 |
* | New add index sheet, which includes: | stuconnolly | 2010-09-17 | 1 | -256/+1317 |
* | • BIT Field Sheet Editor now can handle NULL values | Bibiko | 2010-09-16 | 1 | -10/+97 |
* | • finished and enabled the new BIT field editor sheet | Bibiko | 2010-09-16 | 1 | -19/+19 |
* | • some further bit field editing preparations | Bibiko | 2010-09-15 | 1 | -176/+3397 |
* | Enable column sorting in the server processes window. Implements issue #816. | stuconnolly | 2010-09-15 | 1 | -1/+41 |
* | Add keyboard shortcut shift+cmd+R to enable/disable the server processes auto... | stuconnolly | 2010-09-15 | 1 | -3/+12 |
* | • 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 |
* | 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 | 3 | -99/+4331 |
* | * Change main windows minimum width to 720px for content to fit and make 2 wi... | dmoagx | 2010-09-13 | 2 | -414/+508 |
* | * Fix string width as reported by Alexander Vasiliev (ru) | dmoagx | 2010-09-12 | 4 | -486/+285 |
* | • added to Structure source table's context menu item: "Show optimized fiel... | Bibiko | 2010-09-12 | 1 | -11/+54 |