aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.m
Commit message (Expand)AuthorAgeFilesLines
* - Prevent export and indexes controller awakeFromNib: routines from being ru...rowanbeentje2011-08-251-0/+3
* - Fix thread-safety issues creating the encoding popupbuttoncell on the Stru...rowanbeentje2011-07-111-4/+4
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-0/+53
* - Add the ability to double-click in empty areas of the main tableviews to a...rowanbeentje2011-04-251-0/+9
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-31/+9
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-14/+14
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-22/+121
* Address Issue #984:rowanbeentje2011-03-211-2/+13
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-26/+29
* fixed compiler warningssqlprodev2011-03-011-2/+0
* fixed compiler warningssqlprodev2011-03-011-1/+0
* - When resetting AUTO_INCREMENT for a table, always use the selected table n...rowanbeentje2011-01-111-7/+1
* - Rework the Add Index indexes menu and the auto_increment index required me...rowanbeentje2011-01-041-2/+12
* - Don't specify DEFAULT '' when saving TEXT, BLOB or geometry field types; t...rowanbeentje2010-12-081-2/+3
* Add a new category to SPDatabaseDocument, allowing code cleanup and moving ce...rowanbeentje2010-11-031-7/+7
* • TableStructure sheet to ask for the to be used index of an auto_increment...Bibiko2010-11-011-56/+51
* • improved Structure editing logic to allow to choose auto_increment for Ex...Bibiko2010-11-011-2/+18
* Tidy up SPTableStructure including moving all the private field type validati...stuconnolly2010-10-281-169/+116
* Add SPDefaultPasteboardDragType constant.stuconnolly2010-10-281-9/+5
* Split out all of SPTableStructure's delegate and datasource methods into thei...stuconnolly2010-10-261-530/+2
* • improved the TableStructure handling of GEOMETRY fields and their validat...Bibiko2010-10-251-3/+3
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-3/+0
* When adding or editing a field and the option to make it the primary key is s...stuconnolly2010-10-201-30/+47
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • implemented for TableStructure's source table the possibility to hide/unh...Bibiko2010-10-151-0/+57
* • display SPA in the Key column if a field has a spatial keyBibiko2010-10-091-1/+4
* • added spatial field types to field list suggestionsBibiko2010-10-081-3/+26
* • fixed issue836 by avoiding the fact that while selecting a new table the...Bibiko2010-09-221-15/+18
* • TableStructureBibiko2010-09-211-25/+126
* Update Localizable.strings and resolve the use of multiple comments for the s...stuconnolly2010-09-211-1/+0
* - Remove a number of invalid [NSTableView makeFirstResponder] calls that had...rowanbeentje2010-09-181-3/+3
* New add index sheet, which includes:stuconnolly2010-09-171-0/+3
* - Consolidate structure and content row editing cancellation code into a sin...rowanbeentje2010-09-161-24/+23
* • fixed issue for showing the optimized field type; it can return NULL; if ...Bibiko2010-09-131-2/+2
* • added to Structure source table's context menu item: "Show optimized fiel...Bibiko2010-09-121-0/+49
* • SPTableStructureBibiko2010-09-101-1/+1
* • TableStructureBibiko2010-09-101-4/+4
* • TableStructureBibiko2010-09-101-160/+113
* • TableStructureBibiko2010-09-101-85/+189
* • TableStructureBibiko2010-09-101-17/+89
* • for Structure editing: try to save a row being edited _before_ the row se...Bibiko2010-09-091-0/+7
* • Structure editingBibiko2010-09-091-46/+73
* • StructureBibiko2010-09-091-0/+8
* • [SPDatabase getDatabaseCollationsForEncoding:] now uses a cache to reduce...Bibiko2010-09-091-2/+19
* • TableStructureBibiko2010-09-091-342/+377
* • overall replacement of:Bibiko2010-08-201-12/+12
* Tweak structure view index collapsing:rowanbeentje2010-07-171-2/+19
* When reordering a timestamp field ensure the query is correctly constructed w...stuconnolly2010-07-021-5/+10
* • several fixes for index table in Structure viewBibiko2010-06-151-6/+4
* Split the management of a table's indexes (adding and removing) to its own co...stuconnolly2010-06-141-429/+137