aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.m
Commit message (Expand)AuthorAgeFilesLines
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-7/+7
* - The add, rename and copy table sheets should not block the main thread (par...stuconnolly2009-08-181-24/+44
* - Fix an errant NSLog in TableSourcerowanbeentje2009-08-011-2/+0
* Put the table content filter in a split view so the field name drop down and ...stuconnolly2009-08-011-19/+16
* Improve TablesList significantly:rowanbeentje2009-07-281-1/+8
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-4/+3
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-1/+2
* - Tweak tabbing in TableSource.m to behave correctly following r991 (see Iss...rowanbeentje2009-07-071-3/+1
* - Alter the "Allow Null" column in the source view to use a checkbox instead...rowanbeentje2009-07-071-15/+13
* small fix for add index sheet default behaviormtvee2009-07-021-1/+1
* Fix warnings caused by calls to validateMenuItem: being passed to NSObject by...stuconnolly2009-07-021-1/+1
* Add contextual menus to table structure and table index views. Part of issue ...stuconnolly2009-07-021-0/+23
* - Make changes to the table structure flush the appropriate table data cachesrowanbeentje2009-06-241-8/+18
* - We have always allowed setting "on update CURRENT_TIMESTAMP" for timestamp...rowanbeentje2009-06-241-0/+8
* - Fix default values behaviour - previously, default values weren't being sa...rowanbeentje2009-06-241-15/+15
* • fixed several problems for alerting an error sheet inside of a didEndSele...Bibiko2009-06-231-3/+3
* • fixed issue while editing an field cell in Structure View select an other...Bibiko2009-06-231-28/+36
* • fixed issue for showing an error alert sheet inside of a endSheet selecto...Bibiko2009-06-231-6/+25
* • some code cleaning and tiny performance enhancements for various for/whil...Bibiko2009-06-211-6/+9
* Fix for issue #285. Also tidy up the add/change row method including friendli...stuconnolly2009-06-191-42/+83
* • in r801 the code for inserting a new field containing a PRIMARY KEY after...Bibiko2009-06-171-9/+19
* • fixed: "Duplicate field" will be disabled explicitly if selected table is...Bibiko2009-06-161-4/+6
* • changed the behaviour of the "Duplicate Field" button in TableSource:Bibiko2009-06-161-5/+12
* • fixed: if the user tries to delete the last defined field in a given tabl...Bibiko2009-06-161-0/+18
* Replace the change table type button with an edit button that switches the cu...stuconnolly2009-06-151-63/+4
* - Default the index type picker to INDEX if a primary key already exists on ...rowanbeentje2009-06-131-1/+15
* • fixed issue that after changing the pref "Use monospaced fonts" the table...Bibiko2009-06-101-1/+20
* - Replace TableSource use of a custom, flawed NSScanner-based parser with SP...rowanbeentje2009-06-101-29/+32
* - fixed bug with changing extra to auto_increment for a columnmtvee2009-06-031-1/+1
* Redesigned table information pane.stuconnolly2009-05-271-2/+3
* • add AFTER clause only if the user added a new fieldBibiko2009-05-261-2/+2
* - Added ability to insert field/column in structure mode.avenjamin2009-05-201-5/+12
* New preference to allow the displaying of vertical grid lines in table views.stuconnolly2009-05-191-12/+28
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* Fix for issue #256. Don't perform field updates if nothing has changed when s...stuconnolly2009-05-151-26/+47
* Improve warning dialogs when removing table fields and indexes. Part of issue...stuconnolly2009-05-121-33/+43
* Implementation of enhancement #28: Allow customizing default value of NULL pr...stuconnolly2009-05-111-2/+2
* - fixed bug where indexes not showing.avenjamin2009-04-121-1/+1
* Added printing support via WebKit WebViewbamse162009-04-111-1/+18
* - part 4 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-8/+8
* Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.stuconnolly2009-03-261-1/+1
* - when loading texts/blobs is disabled, the table view now shows "(not loaded...jakob2009-03-261-11/+50
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-29/+31
* - Increment trunk version number to 0.9.4rowanbeentje2009-03-111-3/+11
* Improves the table structure view to only save a row when properly deselected...rowanbeentje2009-03-051-38/+69
* Cleaned up warnings when building against 10.5 SDKavenjamin2009-02-281-2/+2
* A patch to improve View support, addressing Issue #130. This patch undoes th...rowanbeentje2009-02-231-7/+16
* Visible improvements in this build:rowanbeentje2009-02-181-43/+63
* Query failing because of field length applied to datetime field. Fixes #135.stuconnolly2009-01-291-1/+1
* • CMTextView.m : added new auto-complete keywordsavenjamin2008-12-221-1/+1