From c9e416c3c74910d79fd548180584491b257b833b Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Mon, 27 Jul 2009 17:00:45 +0000 Subject: [Author: thomasvl] Support for NSMatrix in uistate files (dumps the cells and row/column counts). Support for NSMatrix in GTMUILocalizer. Added checkboxes and radio groups to the GTMUILocalizer unittest. R=dmaclach DELTA=551 (541 added, 0 deleted, 10 changed) --- .../TestData/GTMUILocalizerWindow1State.gtmUTState | 123 +++++++++++++++++++++ .../Resources/English.lproj/Localizable.strings | Bin 2246 -> 1300 bytes 2 files changed, 123 insertions(+) (limited to 'AppKit/TestData') diff --git a/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState b/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState index aea66e9..015cb93 100644 --- a/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState +++ b/AppKit/TestData/GTMUILocalizerWindow1State.gtmUTState @@ -209,6 +209,129 @@ OtherViews + ViewSubView 6 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 0 + CellTitle + Localized Checkbox 1 + CellValue + 1 + + ControlTag + 0 + ControlType + NSButton + ControlValue + 1 + ViewIsHidden + + + ViewSubView 7 + + ButtonAlternateTitle + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 0 + CellTitle + Localized Checkbox 2 + CellValue + 1 + + ControlTag + 0 + ControlType + NSButton + ControlValue + 1 + ViewIsHidden + + + ViewSubView 8 + + ControlIsEnabled + + ControlSelectedCell + + CellState + 1 + CellTag + 1 + CellTitle + Localized Radio 1 + CellValue + 1 + + ControlTag + 0 + ControlType + NSMatrix + ControlValue + 1 + MatrixAllowEmptySelection + + MatrixAutosizesCells + + MatrixCell 0 + + CellState + 1 + CellTag + 1 + CellTitle + Localized Radio 1 + CellValue + 1 + + MatrixCell 1 + + CellState + 0 + CellTag + 0 + CellTitle + Localized Radio 2 + CellValue + 0 + + MatrixCellPrototype + + CellState + 0 + CellTag + 0 + CellTitle + Radio + CellValue + 0 + + MatrixColumnCount + 1 + MatrixIntercellSpacing + {4, 2} + MatrixMode + 0 + MatrixRowCount + 2 + MatrixSelectionByRect + + ViewIsHidden + + WindowIsMain diff --git a/AppKit/TestData/Resources/English.lproj/Localizable.strings b/AppKit/TestData/Resources/English.lproj/Localizable.strings index 9786563..b68c66b 100644 Binary files a/AppKit/TestData/Resources/English.lproj/Localizable.strings and b/AppKit/TestData/Resources/English.lproj/Localizable.strings differ -- cgit v1.2.3