| Commit message (Expand) | Author | Age | Files | Lines |
* | - When performing threaded data loads, no longer disable the tables and inst... | rowanbeentje | 2009-10-27 | 1 | -2/+16 |
* | - Set up TableSource to respond to task notifications to prepare for threade... | rowanbeentje | 2009-10-27 | 1 | -0/+6 |
* | Don't run the add new database sheet modally, thus blocking the main thread. ... | stuconnolly | 2009-10-26 | 1 | -1/+0 |
* | Interface labeling. | stuconnolly | 2009-10-21 | 1 | -1/+1 |
* | Initial work on threaded task, with an implementation of Table Content view d... | rowanbeentje | 2009-10-20 | 1 | -0/+36 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -3/+4 |
* | When duplicating table, but not its contents strip out any occurrence of a pr... | stuconnolly | 2009-10-02 | 1 | -1/+8 |
* | When duplicating a table strip out the names of any occurrences of InnoDB for... | stuconnolly | 2009-10-02 | 1 | -0/+7 |
* | • first implementation of a Content Filter Editor | Bibiko | 2009-10-01 | 1 | -5/+5 |
* | - When adding tables, use standard selection update methods rather than cust... | rowanbeentje | 2009-09-28 | 1 | -30/+2 |
* | • fixed issue if after displaying a sheet for renaming/duplicating/adding a... | Bibiko | 2009-09-24 | 1 | -11/+47 |
* | • fixed (hopefully) : While adding all procedures and functions do check fo... | Bibiko | 2009-09-03 | 1 | -1/+3 |
* | - Fix exception/hang when an error occurs when deleting a table or tables | rowanbeentje | 2009-09-03 | 1 | -20/+36 |
* | • simplified and unified the issue to set the title of a tableWindow | Bibiko | 2009-09-02 | 1 | -13/+10 |
* | • further improvements to restore a SP session from spf file | Bibiko | 2009-08-23 | 1 | -6/+6 |
* | - The add, rename and copy table sheets should not block the main thread (par... | stuconnolly | 2009-08-18 | 1 | -463/+504 |
* | Fix some MainMenu references by index. | mltownsend | 2009-08-11 | 1 | -1/+1 |
* | - Fix some small memory leaks when changing tables | rowanbeentje | 2009-08-04 | 1 | -0/+3 |
* | • button tooltip for "Show / Hide Table Information" toggles according to i... | Bibiko | 2009-08-02 | 1 | -0/+4 |
* | - Fix an errant NSLog in TableSource | rowanbeentje | 2009-08-01 | 1 | -0/+3 |
* | - Add an initial barebones version of the history controller, with a basic t... | rowanbeentje | 2009-07-30 | 1 | -0/+2 |
* | - Added Splitview delegate method to hide the drag handle on the Table Info p... | avenjamin | 2009-07-29 | 1 | -0/+19 |
* | - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during imports | rowanbeentje | 2009-07-28 | 1 | -0/+6 |
* | - Clear selection if user is filtering table list with multiple tables selec... | rowanbeentje | 2009-07-28 | 1 | -4/+7 |
* | Improve TablesList significantly: | rowanbeentje | 2009-07-28 | 1 | -365/+652 |
* | - Tweak table information panel to show scrollbars if it's resized to a posi... | rowanbeentje | 2009-07-26 | 1 | -0/+25 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -9/+7 |
* | - When selecting tables - eg from a foreign key link - fall back to a case i... | rowanbeentje | 2009-07-18 | 1 | -1/+10 |
* | Add the ability to navigate between tables via foreign key relationships, add... | rowanbeentje | 2009-07-18 | 1 | -0/+24 |
* | • fix for completion in CustomQuery editor | Bibiko | 2009-07-14 | 1 | -0/+72 |
* | Restore the position of the buttons on the remove table and truncate table co... | stuconnolly | 2009-07-02 | 1 | -4/+16 |
* | When displaying the add new table sheet use SPDatabaseData to get the availab... | stuconnolly | 2009-07-01 | 1 | -6/+5 |
* | - Make changes to the table structure flush the appropriate table data caches | rowanbeentje | 2009-06-24 | 1 | -0/+8 |
* | • added separate Menu "Context Menu (Table List)" to DBView.xib | Bibiko | 2009-06-24 | 1 | -1/+55 |
* | 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 | 1 | -7/+13 |
* | • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function | Bibiko | 2009-06-18 | 1 | -8/+9 |
* | • different log message for changing max_allowed_packet for increasing it a... | Bibiko | 2009-06-15 | 1 | -0/+1 |
* | Implementation of enhancement #273: Allow user to truncate table by right cli... | stuconnolly | 2009-06-15 | 1 | -45/+94 |
* | • cleaned code for the case that the user selects a view which causes a MyS... | Bibiko | 2009-06-10 | 1 | -3/+10 |
* | • reload table list, database pull-down menu according to user's statements... | Bibiko | 2009-06-05 | 1 | -6/+4 |
* | Fixed some memory leaks found using llvm/clang. There are still some to fix | bamse16 | 2009-06-05 | 1 | -5/+10 |
* | • added: the "Show Create Syntax" window now follows the selection in the t... | Bibiko | 2009-06-04 | 1 | -0/+6 |
* | Redesigned table information pane. | stuconnolly | 2009-05-27 | 1 | -6/+6 |
* | • added key-binding for RETURN to "Duplicate" button in the "duplicate tabl... | Bibiko | 2009-05-26 | 1 | -1/+12 |
* | • added key-binding for RETURN to "Add" button in the "add table sheet" via... | Bibiko | 2009-05-26 | 1 | -1/+4 |
* | When adding a new table allow the user to specify the storage engine used. | stuconnolly | 2009-05-19 | 1 | -0/+21 |
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -1/+2 |
* | Add most of the improvements made to the rename table sheet to the duplicate ... | stuconnolly | 2009-05-18 | 1 | -21/+27 |
* | • added the possibility to rename/duplicate functions and procedures | Bibiko | 2009-05-18 | 1 | -60/+185 |