aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
Commit message (Expand)AuthorAgeFilesLines
* • fixed issue if after displaying a sheet for renaming/duplicating/adding a...Bibiko2009-09-241-11/+47
* • fixed (hopefully) : While adding all procedures and functions do check fo...Bibiko2009-09-031-1/+3
* - Fix exception/hang when an error occurs when deleting a table or tablesrowanbeentje2009-09-031-20/+36
* • simplified and unified the issue to set the title of a tableWindowBibiko2009-09-021-13/+10
* • further improvements to restore a SP session from spf fileBibiko2009-08-231-6/+6
* - The add, rename and copy table sheets should not block the main thread (par...stuconnolly2009-08-181-463/+504
* Fix some MainMenu references by index.mltownsend2009-08-111-1/+1
* - Fix some small memory leaks when changing tablesrowanbeentje2009-08-041-0/+3
* • button tooltip for "Show / Hide Table Information" toggles according to i...Bibiko2009-08-021-0/+4
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-0/+3
* - Add an initial barebones version of the history controller, with a basic t...rowanbeentje2009-07-301-0/+2
* - Added Splitview delegate method to hide the drag handle on the Table Info p...avenjamin2009-07-291-0/+19
* - Fix "endSheet:returnCode: requires a non-nil sheet" log lines during importsrowanbeentje2009-07-281-0/+6
* - Clear selection if user is filtering table list with multiple tables selec...rowanbeentje2009-07-281-4/+7
* Improve TablesList significantly:rowanbeentje2009-07-281-365/+652
* - Tweak table information panel to show scrollbars if it's resized to a posi...rowanbeentje2009-07-261-0/+25
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-9/+7
* - When selecting tables - eg from a foreign key link - fall back to a case i...rowanbeentje2009-07-181-1/+10
* Add the ability to navigate between tables via foreign key relationships, add...rowanbeentje2009-07-181-0/+24
* • fix for completion in CustomQuery editorBibiko2009-07-141-0/+72
* Restore the position of the buttons on the remove table and truncate table co...stuconnolly2009-07-021-4/+16
* When displaying the add new table sheet use SPDatabaseData to get the availab...stuconnolly2009-07-011-6/+5
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-241-0/+8
* • added separate Menu "Context Menu (Table List)" to DBView.xibBibiko2009-06-241-1/+55
* Implement some of the points suggested in issue #309:stuconnolly2009-06-241-14/+14
* • tried to unify the displaying of error messages (mainly converted them in...Bibiko2009-06-241-7/+13
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-8/+9
* • different log message for changing max_allowed_packet for increasing it a...Bibiko2009-06-151-0/+1
* Implementation of enhancement #273: Allow user to truncate table by right cli...stuconnolly2009-06-151-45/+94
* • cleaned code for the case that the user selects a view which causes a MyS...Bibiko2009-06-101-3/+10
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-6/+4
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-5/+10
* • added: the "Show Create Syntax" window now follows the selection in the t...Bibiko2009-06-041-0/+6
* Redesigned table information pane.stuconnolly2009-05-271-6/+6
* • added key-binding for RETURN to "Duplicate" button in the "duplicate tabl...Bibiko2009-05-261-1/+12
* • added key-binding for RETURN to "Add" button in the "add table sheet" via...Bibiko2009-05-261-1/+4
* When adding a new table allow the user to specify the storage engine used.stuconnolly2009-05-191-0/+21
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* Add most of the improvements made to the rename table sheet to the duplicate ...stuconnolly2009-05-181-21/+27
* • added the possibility to rename/duplicate functions and proceduresBibiko2009-05-181-60/+185
* • removed NSLog for logging the mysql serverMajorVersion etc.; it causes a ...Bibiko2009-05-181-3/+1
* • improved renameTable:Bibiko2009-05-181-16/+53
* - hide 'rename' context menu if selection is not a tablemtvee2009-05-181-2/+8
* - added Unit Tests target to project and a couple of prelim tests to get thin...mtvee2009-05-181-0/+1
* Add the ability to rename tables. This could potentially be enhanced to allow...stuconnolly2009-05-171-9/+69
* • fixed bug if the user selected a table in the table list and performed "I...Bibiko2009-05-161-76/+79
* - attempt fix for alert issues when deleting tables, etc. mtvee2009-05-151-5/+10
* • corrected dynamic labeling of menu items/alerts for removing tables/views...Bibiko2009-05-151-17/+54
* fixed #254 and an unreported bug in the constraint parsermtvee2009-05-151-6/+13
* Issue 233: Option to copy field headings from result panelsbamse162009-05-141-20/+16