| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Overhaul the connection screen: | rowanbeentje | 2009-07-06 | 6 | -794/+1337 |
* | small fix for add index sheet default behavior | mtvee | 2009-07-02 | 1 | -1/+1 |
* | Fix warnings caused by calls to validateMenuItem: being passed to NSObject by... | stuconnolly | 2009-07-02 | 3 | -3/+3 |
* | Restore the position of the buttons on the remove table and truncate table co... | stuconnolly | 2009-07-02 | 1 | -4/+16 |
* | Add contextual menus to the table content and table relations views. Complete... | stuconnolly | 2009-07-02 | 2 | -0/+36 |
* | Add contextual menus to table structure and table index views. Part of issue ... | stuconnolly | 2009-07-02 | 1 | -0/+23 |
* | When displaying the add new table sheet use SPDatabaseData to get the availab... | stuconnolly | 2009-07-01 | 2 | -6/+6 |
* | Fixed the last use connection when you're reordering your connections | bamse16 | 2009-06-30 | 1 | -5/+9 |
* | - Correctly SQL export views with interdependencies on other views or tables... | rowanbeentje | 2009-06-27 | 2 | -1/+79 |
* | Improve custom query timing and display: | rowanbeentje | 2009-06-27 | 5 | -17/+21 |
* | • fixes for Create Syntax HUD window: | Bibiko | 2009-06-26 | 1 | -1/+1 |
* | • fixed issue for sorting the Custom Query table via clicking at the header... | Bibiko | 2009-06-26 | 1 | -2/+4 |
* | - Printing of backgrounds is now correctly separated from the WebKit prefere... | rowanbeentje | 2009-06-25 | 3 | -3/+18 |
* | - Revert r844, making background printing draw from the print accessory view... | rowanbeentje | 2009-06-25 | 2 | -3/+1 |
* | • some work on SPFieldEditor | Bibiko | 2009-06-25 | 2 | -6/+172 |
* | • added SPFieldEditor class | Bibiko | 2009-06-25 | 2 | -0/+419 |
* | • trial to improve the Undo behaviour in the Custom Query editor | Bibiko | 2009-06-25 | 1 | -1/+3 |
* | - Set an appropriate error message if the MySQL connection could not be esta... | rowanbeentje | 2009-06-25 | 1 | -1/+5 |
* | - Make changes to the table structure flush the appropriate table data caches | rowanbeentje | 2009-06-24 | 4 | -8/+34 |
* | - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp... | rowanbeentje | 2009-06-24 | 2 | -0/+17 |
* | Change the remove relation confirmation dialog to a sheet as opposed to a mod... | stuconnolly | 2009-06-24 | 1 | -34/+48 |
* | - Fix default values behaviour - previously, default values weren't being sa... | rowanbeentje | 2009-06-24 | 1 | -15/+15 |
* | • initial trial to make Custom Query's result table sortable by clicking at... | Bibiko | 2009-06-24 | 2 | -11/+58 |
* | Remove table column from relations table view as its redundant data. | stuconnolly | 2009-06-24 | 1 | -1/+0 |
* | • added separate Menu "Context Menu (Table List)" to DBView.xib | Bibiko | 2009-06-24 | 2 | -1/+62 |
* | - Fix some warnings for setTitlebarStatus method | avenjamin | 2009-06-24 | 1 | -0/+1 |
* | - Modified titlebar display of SSH status | avenjamin | 2009-06-24 | 3 | -12/+41 |
* | • Custom Query fixes: | Bibiko | 2009-06-24 | 2 | -61/+69 |
* | • changes in editSheet: | Bibiko | 2009-06-24 | 3 | -12/+75 |
* | Implement some of the points suggested in issue #309: | stuconnolly | 2009-06-24 | 1 | -14/+14 |
* | • tried to unify the displaying of error messages (mainly converted them in... | Bibiko | 2009-06-24 | 2 | -11/+29 |
* | - Tweak to table relations to allow data refreshing to optionally clear the ... | rowanbeentje | 2009-06-23 | 1 | -28/+37 |
* | • added to SPDataAdditions: | Bibiko | 2009-06-23 | 4 | -67/+48 |
* | • fixed several problems for alerting an error sheet inside of a didEndSele... | Bibiko | 2009-06-23 | 4 | -10/+46 |
* | - Add BWToolkit Framework to allow for better control over some UI elements | avenjamin | 2009-06-23 | 1 | -49/+49 |
* | • fixed issue while editing an field cell in Structure View select an other... | Bibiko | 2009-06-23 | 1 | -28/+36 |
* | • fixed issue for showing an error alert sheet inside of a endSheet selecto... | Bibiko | 2009-06-23 | 2 | -6/+27 |
* | • added SPDataCellFormatter to data cells of the Custom Query table | Bibiko | 2009-06-23 | 2 | -26/+35 |
* | • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd... | Bibiko | 2009-06-23 | 4 | -91/+90 |
* | • added to the CustomQuery class the multipleLineEditingButton IBOutlet | Bibiko | 2009-06-23 | 1 | -0/+1 |
* | • fixed: make usage of backtickQuotedString to allow table names containing... | Bibiko | 2009-06-23 | 3 | -60/+82 |
* | - Improve r911 (initial Custom Query editability) to allow editing of rows c... | rowanbeentje | 2009-06-22 | 1 | -13/+13 |
* | • first trial to make the result table in the Custom Query editable for suc... | Bibiko | 2009-06-22 | 2 | -45/+225 |
* | - Improve support for MySQL running in ANSI mode (or ANSI_QUOTES), fixing a ... | rowanbeentje | 2009-06-22 | 1 | -39/+41 |
* | • improved: "Copy as SQL INSERT" in Custom Query passes the original table ... | Bibiko | 2009-06-22 | 1 | -6/+23 |
* | • first steps to synchronize CustomQuery table and ContentTable | Bibiko | 2009-06-22 | 4 | -8/+90 |
* | - Allow connections via SSH tunnels to reattempt using the specified host if... | rowanbeentje | 2009-06-21 | 6 | -30/+122 |
* | • changed: if the current edited field is a "ENUM" field | Bibiko | 2009-06-21 | 1 | -1/+5 |
* | • some code cleaning and tiny performance enhancements for various for/whil... | Bibiko | 2009-06-21 | 3 | -84/+100 |
* | Issue #305 now fully resolved, remove debug. | stuconnolly | 2009-06-21 | 1 | -3/+1 |