libs-gdl2/DBModeler
Blake Nicholson 2ba530d50e Clean up of the NSTableView's used by DBModeler. Added some preprocessor
directives to avoid using deprecated methods, and also use a few newer methods
to improve the appearance.  At some point, we should revisit these
NSTableView's as they seem to be candidates for re-factoring.

* DBModeler/ModelerEntityEditor.m, DBModeler/ModelerAttributeEditor.m

  (initWithParentEditor:): Replaced use of the deprecated
  [NSTableView setAutoresizesAllColumnsToFit:] on Mac OS X 10.4 and later with
  [NSTableView setColumnAutoresizingStyle:].  Also, make use of
  setUsesAlternatingRowBackgroundColors: and setGridStyleMask: to achieve an
  appearance that more closely mimics EOModeler.

* DBModeler/MainModelEditor.m

  (initWithDocument:): Replaced use of the deprecated
  [NSTableView setAutoresizesAllColumnsToFit:] on Mac OS X 10.4 and later with
  [NSTableView setColumnAutoresizingStyle:].


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26553 72102866-910b-0410-8b05-ffd578937521
2008-05-23 02:11:42 +00:00
..
Inspectors * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
Resources Updated the DBModeler application so the SQLGenerator window uses the 2008-05-13 17:53:24 +00:00
AdaptorsPanel.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
AdaptorsPanel.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
AttributeCell.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
AttributeCell.m Worked on getting the menus to work properly on OS X. Other minor fixes. 2008-05-12 02:58:33 +00:00
ConsistencyChecker.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
ConsistencyChecker.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
ConsistencyResults.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
ConsistencyResults.m * DBModeler/Resources/ConsistencyResults.gsmarkup: initial import. 2008-05-13 09:55:43 +00:00
COPYING * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
DefaultColumnProvider.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
DefaultColumnProvider.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
DiagramEditor.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
DiagramEditor.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
DiagramView.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
DiagramView.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
EntityView.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
EntityView.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
EOAdditions.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
EOAdditions.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
GNUmakefile Updated the DBModeler application so the SQLGenerator window uses the 2008-05-13 17:53:24 +00:00
KVDataSource.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
KVDataSource.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
main.m Modified the DBModeler application to use Renaissance to generate its main 2008-05-13 03:34:01 +00:00
MainModelEditor.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
MainModelEditor.m Clean up of the NSTableView's used by DBModeler. Added some preprocessor 2008-05-23 02:11:42 +00:00
Modeler.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
Modeler.m Modified the DBModeler application to use Renaissance to generate its main 2008-05-13 03:34:01 +00:00
ModelerAttributeEditor.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
ModelerAttributeEditor.m Clean up of the NSTableView's used by DBModeler. Added some preprocessor 2008-05-23 02:11:42 +00:00
ModelerEntityEditor.h * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
ModelerEntityEditor.m Clean up of the NSTableView's used by DBModeler. Added some preprocessor 2008-05-23 02:11:42 +00:00
ModelerTableEmbedibleEditor.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
ModelerTableEmbedibleEditor.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
NSView+Additions.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
NSView+Additions.m * COPYING.LIB: Update to LGPL 3. 2007-07-12 06:39:22 +00:00
Preferences.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
Preferences.m * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
SQLGenerator.h * DBModeler/*.[h,m]: Fix includes for OS X. 2008-05-09 20:21:17 +00:00
SQLGenerator.m Updated the DBModeler application so the SQLGenerator window uses the 2008-05-13 17:53:24 +00:00