From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- chart2/uiconfig/accelerator/en-US/default.xml | 46 ++ chart2/uiconfig/menubar/menubar.xml | 177 +++++++ chart2/uiconfig/popupmenu/draw.xml | 31 ++ chart2/uiconfig/popupmenu/drawtext.xml | 29 ++ chart2/uiconfig/statusbar/statusbar.xml | 23 + chart2/uiconfig/toolbar/arrowshapes.xml | 51 ++ chart2/uiconfig/toolbar/basicshapes.xml | 48 ++ chart2/uiconfig/toolbar/calloutshapes.xml | 29 ++ chart2/uiconfig/toolbar/drawbar.xml | 37 ++ chart2/uiconfig/toolbar/flowchartshapes.xml | 53 +++ chart2/uiconfig/toolbar/standardbar.xml | 37 ++ chart2/uiconfig/toolbar/starshapes.xml | 34 ++ chart2/uiconfig/toolbar/symbolshapes.xml | 41 ++ chart2/uiconfig/toolbar/toolbar.xml | 47 ++ chart2/uiconfig/ui/3dviewdialog.ui | 101 ++++ chart2/uiconfig/ui/attributedialog.ui | 115 +++++ chart2/uiconfig/ui/chardialog.ui | 250 ++++++++++ chart2/uiconfig/ui/chartdatadialog.ui | 319 +++++++++++++ chart2/uiconfig/ui/charttypedialog.ui | 89 ++++ chart2/uiconfig/ui/columnfragment.ui | 34 ++ chart2/uiconfig/ui/combobox.ui | 38 ++ chart2/uiconfig/ui/datarangedialog.ui | 192 ++++++++ chart2/uiconfig/ui/dlg_DataLabel.ui | 515 ++++++++++++++++++++ chart2/uiconfig/ui/dlg_InsertErrorBars.ui | 633 ++++++++++++++++++++++++ chart2/uiconfig/ui/dlg_InsertLegend.ui | 234 +++++++++ chart2/uiconfig/ui/imagefragment.ui | 22 + chart2/uiconfig/ui/insertaxisdlg.ui | 283 +++++++++++ chart2/uiconfig/ui/insertgriddlg.ui | 283 +++++++++++ chart2/uiconfig/ui/inserttitledlg.ui | 372 +++++++++++++++ chart2/uiconfig/ui/paradialog.ui | 298 ++++++++++++ chart2/uiconfig/ui/sidebaraxis.ui | 129 +++++ chart2/uiconfig/ui/sidebarelements.ui | 557 ++++++++++++++++++++++ chart2/uiconfig/ui/sidebarerrorbar.ui | 237 +++++++++ chart2/uiconfig/ui/sidebarseries.ui | 313 ++++++++++++ chart2/uiconfig/ui/sidebartype.ui | 418 ++++++++++++++++ chart2/uiconfig/ui/smoothlinesdlg.ui | 231 +++++++++ chart2/uiconfig/ui/steppedlinesdlg.ui | 236 +++++++++ chart2/uiconfig/ui/titlerotationtabpage.ui | 168 +++++++ chart2/uiconfig/ui/tp_3D_SceneAppearance.ui | 127 +++++ chart2/uiconfig/ui/tp_3D_SceneGeometry.ui | 168 +++++++ chart2/uiconfig/ui/tp_3D_SceneIllumination.ui | 434 +++++++++++++++++ chart2/uiconfig/ui/tp_AxisPositions.ui | 660 ++++++++++++++++++++++++++ chart2/uiconfig/ui/tp_ChartType.ui | 467 ++++++++++++++++++ chart2/uiconfig/ui/tp_DataLabel.ui | 430 +++++++++++++++++ chart2/uiconfig/ui/tp_DataPointOption.ui | 76 +++ chart2/uiconfig/ui/tp_DataSource.ui | 438 +++++++++++++++++ chart2/uiconfig/ui/tp_ErrorBars.ui | 553 +++++++++++++++++++++ chart2/uiconfig/ui/tp_LegendPosition.ui | 233 +++++++++ chart2/uiconfig/ui/tp_PolarOptions.ui | 185 ++++++++ chart2/uiconfig/ui/tp_RangeChooser.ui | 258 ++++++++++ chart2/uiconfig/ui/tp_Scale.ui | 603 +++++++++++++++++++++++ chart2/uiconfig/ui/tp_SeriesToAxis.ui | 420 ++++++++++++++++ chart2/uiconfig/ui/tp_Trendline.ui | 575 ++++++++++++++++++++++ chart2/uiconfig/ui/tp_axisLabel.ui | 397 ++++++++++++++++ chart2/uiconfig/ui/wizelementspage.ui | 441 +++++++++++++++++ 55 files changed, 13215 insertions(+) create mode 100644 chart2/uiconfig/accelerator/en-US/default.xml create mode 100644 chart2/uiconfig/menubar/menubar.xml create mode 100644 chart2/uiconfig/popupmenu/draw.xml create mode 100644 chart2/uiconfig/popupmenu/drawtext.xml create mode 100644 chart2/uiconfig/statusbar/statusbar.xml create mode 100644 chart2/uiconfig/toolbar/arrowshapes.xml create mode 100644 chart2/uiconfig/toolbar/basicshapes.xml create mode 100644 chart2/uiconfig/toolbar/calloutshapes.xml create mode 100644 chart2/uiconfig/toolbar/drawbar.xml create mode 100644 chart2/uiconfig/toolbar/flowchartshapes.xml create mode 100644 chart2/uiconfig/toolbar/standardbar.xml create mode 100644 chart2/uiconfig/toolbar/starshapes.xml create mode 100644 chart2/uiconfig/toolbar/symbolshapes.xml create mode 100644 chart2/uiconfig/toolbar/toolbar.xml create mode 100644 chart2/uiconfig/ui/3dviewdialog.ui create mode 100644 chart2/uiconfig/ui/attributedialog.ui create mode 100644 chart2/uiconfig/ui/chardialog.ui create mode 100644 chart2/uiconfig/ui/chartdatadialog.ui create mode 100644 chart2/uiconfig/ui/charttypedialog.ui create mode 100644 chart2/uiconfig/ui/columnfragment.ui create mode 100644 chart2/uiconfig/ui/combobox.ui create mode 100644 chart2/uiconfig/ui/datarangedialog.ui create mode 100644 chart2/uiconfig/ui/dlg_DataLabel.ui create mode 100644 chart2/uiconfig/ui/dlg_InsertErrorBars.ui create mode 100644 chart2/uiconfig/ui/dlg_InsertLegend.ui create mode 100644 chart2/uiconfig/ui/imagefragment.ui create mode 100644 chart2/uiconfig/ui/insertaxisdlg.ui create mode 100644 chart2/uiconfig/ui/insertgriddlg.ui create mode 100644 chart2/uiconfig/ui/inserttitledlg.ui create mode 100644 chart2/uiconfig/ui/paradialog.ui create mode 100644 chart2/uiconfig/ui/sidebaraxis.ui create mode 100644 chart2/uiconfig/ui/sidebarelements.ui create mode 100644 chart2/uiconfig/ui/sidebarerrorbar.ui create mode 100644 chart2/uiconfig/ui/sidebarseries.ui create mode 100644 chart2/uiconfig/ui/sidebartype.ui create mode 100644 chart2/uiconfig/ui/smoothlinesdlg.ui create mode 100644 chart2/uiconfig/ui/steppedlinesdlg.ui create mode 100644 chart2/uiconfig/ui/titlerotationtabpage.ui create mode 100644 chart2/uiconfig/ui/tp_3D_SceneAppearance.ui create mode 100644 chart2/uiconfig/ui/tp_3D_SceneGeometry.ui create mode 100644 chart2/uiconfig/ui/tp_3D_SceneIllumination.ui create mode 100644 chart2/uiconfig/ui/tp_AxisPositions.ui create mode 100644 chart2/uiconfig/ui/tp_ChartType.ui create mode 100644 chart2/uiconfig/ui/tp_DataLabel.ui create mode 100644 chart2/uiconfig/ui/tp_DataPointOption.ui create mode 100644 chart2/uiconfig/ui/tp_DataSource.ui create mode 100644 chart2/uiconfig/ui/tp_ErrorBars.ui create mode 100644 chart2/uiconfig/ui/tp_LegendPosition.ui create mode 100644 chart2/uiconfig/ui/tp_PolarOptions.ui create mode 100644 chart2/uiconfig/ui/tp_RangeChooser.ui create mode 100644 chart2/uiconfig/ui/tp_Scale.ui create mode 100644 chart2/uiconfig/ui/tp_SeriesToAxis.ui create mode 100644 chart2/uiconfig/ui/tp_Trendline.ui create mode 100644 chart2/uiconfig/ui/tp_axisLabel.ui create mode 100644 chart2/uiconfig/ui/wizelementspage.ui (limited to 'chart2/uiconfig') diff --git a/chart2/uiconfig/accelerator/en-US/default.xml b/chart2/uiconfig/accelerator/en-US/default.xml new file mode 100644 index 000000000..3965f4b8f --- /dev/null +++ b/chart2/uiconfig/accelerator/en-US/default.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/menubar/menubar.xml b/chart2/uiconfig/menubar/menubar.xml new file mode 100644 index 000000000..354ebbc19 --- /dev/null +++ b/chart2/uiconfig/menubar/menubar.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/popupmenu/draw.xml b/chart2/uiconfig/popupmenu/draw.xml new file mode 100644 index 000000000..f7f762ea8 --- /dev/null +++ b/chart2/uiconfig/popupmenu/draw.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/popupmenu/drawtext.xml b/chart2/uiconfig/popupmenu/drawtext.xml new file mode 100644 index 000000000..e13990ca0 --- /dev/null +++ b/chart2/uiconfig/popupmenu/drawtext.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/statusbar/statusbar.xml b/chart2/uiconfig/statusbar/statusbar.xml new file mode 100644 index 000000000..4f718b8d1 --- /dev/null +++ b/chart2/uiconfig/statusbar/statusbar.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/chart2/uiconfig/toolbar/arrowshapes.xml b/chart2/uiconfig/toolbar/arrowshapes.xml new file mode 100644 index 000000000..3f74148c7 --- /dev/null +++ b/chart2/uiconfig/toolbar/arrowshapes.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/basicshapes.xml b/chart2/uiconfig/toolbar/basicshapes.xml new file mode 100644 index 000000000..148245f66 --- /dev/null +++ b/chart2/uiconfig/toolbar/basicshapes.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/calloutshapes.xml b/chart2/uiconfig/toolbar/calloutshapes.xml new file mode 100644 index 000000000..04176302c --- /dev/null +++ b/chart2/uiconfig/toolbar/calloutshapes.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/drawbar.xml b/chart2/uiconfig/toolbar/drawbar.xml new file mode 100644 index 000000000..e6f48002a --- /dev/null +++ b/chart2/uiconfig/toolbar/drawbar.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/flowchartshapes.xml b/chart2/uiconfig/toolbar/flowchartshapes.xml new file mode 100644 index 000000000..019a90862 --- /dev/null +++ b/chart2/uiconfig/toolbar/flowchartshapes.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/standardbar.xml b/chart2/uiconfig/toolbar/standardbar.xml new file mode 100644 index 000000000..a4f3c21d3 --- /dev/null +++ b/chart2/uiconfig/toolbar/standardbar.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/starshapes.xml b/chart2/uiconfig/toolbar/starshapes.xml new file mode 100644 index 000000000..cbc07fc70 --- /dev/null +++ b/chart2/uiconfig/toolbar/starshapes.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/symbolshapes.xml b/chart2/uiconfig/toolbar/symbolshapes.xml new file mode 100644 index 000000000..9ba9f22e0 --- /dev/null +++ b/chart2/uiconfig/toolbar/symbolshapes.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/toolbar/toolbar.xml b/chart2/uiconfig/toolbar/toolbar.xml new file mode 100644 index 000000000..809174ba2 --- /dev/null +++ b/chart2/uiconfig/toolbar/toolbar.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/3dviewdialog.ui b/chart2/uiconfig/ui/3dviewdialog.ui new file mode 100644 index 000000000..1b6e51f67 --- /dev/null +++ b/chart2/uiconfig/ui/3dviewdialog.ui @@ -0,0 +1,101 @@ + + + + + + False + 6 + 3D View + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + True + True + True + True + True + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/attributedialog.ui b/chart2/uiconfig/ui/attributedialog.ui new file mode 100644 index 000000000..943d43a94 --- /dev/null +++ b/chart2/uiconfig/ui/attributedialog.ui @@ -0,0 +1,115 @@ + + + + + + False + 6 + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-revert-to-saved + True + True + True + True + + + False + True + 0 + + + + + gtk-ok + True + True + True + True + True + True + + + False + True + 1 + + + + + gtk-cancel + True + True + True + True + + + False + True + 2 + + + + + gtk-help + True + True + True + True + + + False + True + 3 + True + + + + + False + True + end + 0 + + + + + True + True + True + True + True + True + + + False + True + 1 + + + + + + reset + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/chardialog.ui b/chart2/uiconfig/ui/chardialog.ui new file mode 100644 index 000000000..440afa42d --- /dev/null +++ b/chart2/uiconfig/ui/chardialog.ui @@ -0,0 +1,250 @@ + + + + + + False + 6 + Character + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-revert-to-saved + True + True + True + True + + + False + True + 0 + + + + + gtk-ok + True + True + True + True + True + True + + + False + True + 1 + + + + + gtk-cancel + True + True + True + True + + + False + True + 2 + + + + + gtk-help + True + True + True + True + + + False + True + 3 + True + + + + + False + True + end + 0 + + + + + True + True + True + True + True + True + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + False + Font + + + False + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + True + False + Font Effects + + + 1 + False + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + True + False + Position + + + 2 + False + + + + + False + True + 1 + + + + + + reset + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/chartdatadialog.ui b/chart2/uiconfig/ui/chartdatadialog.ui new file mode 100644 index 000000000..c8337d30c --- /dev/null +++ b/chart2/uiconfig/ui/chartdatadialog.ui @@ -0,0 +1,319 @@ + + + + + + False + 6 + Data Table + True + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-close + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + 12 + + + True + False + + + True + False + Insert Row + True + chart2/res/dataeditor_icon01.png + + + False + True + + + + + True + False + Insert Series + True + chart2/res/dataeditor_icon02.png + + + False + True + + + + + True + False + Insert Text Column + True + chart2/res/dataeditor_icon07.png + + + False + True + + + + + True + False + Delete Row + True + chart2/res/dataeditor_icon03.png + + + False + True + + + + + True + False + Delete Series + True + chart2/res/dataeditor_icon04.png + + + False + True + + + + + True + False + + + False + True + + + + + True + False + Move Series Left + True + chart2/res/dataeditor_icon08.png + + + False + True + + + + + True + False + Move Series Right + True + chart2/res/dataeditor_icon05.png + + + False + True + + + + + True + False + Move Row Up + True + chart2/res/dataeditor_icon09.png + + + False + True + + + + + True + False + Move Row Down + True + chart2/res/dataeditor_icon06.png + + + False + True + + + + + 0 + 0 + + + + + True + False + True + True + vertical + 6 + + + True + True + external + never + + + True + False + + + True + False + True + + + + + + + + + + + + + + + + False + True + 0 + + + + + True + True + external + never + + + True + False + + + True + False + True + + + + + + + + + + + + + + + + False + True + 1 + + + + + True + False + True + True + vertical + + + + + + False + True + 2 + + + + + 0 + 1 + + + + + False + True + 1 + + + + + + close + help + + + diff --git a/chart2/uiconfig/ui/charttypedialog.ui b/chart2/uiconfig/ui/charttypedialog.ui new file mode 100644 index 000000000..def049f9b --- /dev/null +++ b/chart2/uiconfig/ui/charttypedialog.ui @@ -0,0 +1,89 @@ + + + + + + False + 6 + Chart Type + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/columnfragment.ui b/chart2/uiconfig/ui/columnfragment.ui new file mode 100644 index 000000000..c5cf43f1b --- /dev/null +++ b/chart2/uiconfig/ui/columnfragment.ui @@ -0,0 +1,34 @@ + + + + + + True + False + + + True + False + gtk-missing-image + + + False + True + 0 + + + + + 5 + True + True + 1 + + + False + True + 1 + + + + diff --git a/chart2/uiconfig/ui/combobox.ui b/chart2/uiconfig/ui/combobox.ui new file mode 100644 index 000000000..b72cf753c --- /dev/null +++ b/chart2/uiconfig/ui/combobox.ui @@ -0,0 +1,38 @@ + + + + + + True + False + vertical + + + True + False + 6 + True + True + 6 + + + True + False + True + True + + + False + True + 0 + + + + + False + True + 0 + + + + diff --git a/chart2/uiconfig/ui/datarangedialog.ui b/chart2/uiconfig/ui/datarangedialog.ui new file mode 100644 index 000000000..0812509c6 --- /dev/null +++ b/chart2/uiconfig/ui/datarangedialog.ui @@ -0,0 +1,192 @@ + + + + + + False + 6 + Data Ranges + False + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + True + True + True + True + True + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + False + Data Range + + + False + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + True + False + Data Series + + + 1 + False + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/dlg_DataLabel.ui b/chart2/uiconfig/ui/dlg_DataLabel.ui new file mode 100644 index 000000000..e38ef6b67 --- /dev/null +++ b/chart2/uiconfig/ui/dlg_DataLabel.ui @@ -0,0 +1,515 @@ + + + + + + 359 + 1 + 10 + + + False + 6 + Data Labels for all Data Series + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + 6 + vertical + 12 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + True + + + Show value as _number + True + True + False + True + 0 + True + + + 0 + 0 + + + + + Show value as _percentage + True + True + False + True + 0 + True + + + 0 + 1 + + + + + Show _category + True + True + False + True + 0 + True + + + 0 + 2 + + + + + Show _legend key + True + True + False + True + 0 + True + + + 0 + 3 + + + + + Auto text _wrap + True + True + False + True + 0 + True + + + 0 + 4 + + + + + Number _format... + True + True + True + center + True + + + 1 + 0 + + + + + Percentage f_ormat... + True + True + True + center + True + + + 1 + 1 + + + + + False + True + ABCD + + + + + + 1 + 3 + + + + + True + False + 12 + + + True + False + _Separator + True + LB_TEXT_SEPARATOR + 0 + + + False + True + 0 + + + + + True + False + center + + Space + Comma + Semicolon + New line + Period + + + + False + True + 1 + + + + + 0 + 5 + 2 + + + + + True + False + 12 + + + True + False + Place_ment + True + LB_LABEL_PLACEMENT + 0 + + + False + True + 0 + + + + + True + False + center + + Best fit + Center + Above + Top left + Left + Bottom left + Below + Bottom right + Right + Top right + Inside + Outside + Near origin + + + + False + True + 1 + + + + + 0 + 6 + 2 + + + + + False + Number Format for Percentage Value + + + 1 + 2 + + + + + + + + + + + + True + False + Text Attributes + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 12 + + + True + False + GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + + + False + True + 0 + + + + + True + True + center + True + adjustmentDEGREE + True + + + False + True + 1 + + + + + True + False + _Degrees + True + + + False + True + 2 + + + + + False + True + 0 + + + + + True + False + 12 + + + True + False + Te_xt direction + True + LB_LABEL_TEXTDIR + + + False + True + 0 + + + + + True + False + True + + + False + True + 1 + + + + + False + True + 1 + + + + + + + + + True + False + Rotate Text + 0 + + + + + + + + False + True + 1 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/dlg_InsertErrorBars.ui b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui new file mode 100644 index 000000000..fcfe86e01 --- /dev/null +++ b/chart2/uiconfig/ui/dlg_InsertErrorBars.ui @@ -0,0 +1,633 @@ + + + + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + True + False + chart2/res/selectrange.png + + + True + False + chart2/res/selectrange.png + + + False + 6 + Legend + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + 6 + vertical + 6 + + + True + False + 12 + True + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + _None + True + True + False + True + 0 + True + + + False + True + 0 + + + + + _Constant Value + True + True + False + True + 0 + True + RB_NONE + + + False + True + 1 + + + + + _Percentage + True + True + False + True + 0 + True + RB_NONE + + + False + True + 2 + + + + + True + False + 6 + + + True + True + False + True + 0 + True + RB_NONE + + + False + True + 0 + + + + + True + False + + Standard Error + Standard Deviation + Variance + Error Margin + + + + False + True + 1 + + + + + False + True + 3 + + + + + Cell _Range + True + True + False + True + 0 + True + RB_NONE + + + False + True + 4 + + + + + + + + + True + False + Error Category + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + + + Positive _and Negative + True + True + False + True + 0 + True + + + 1 + 0 + + + + + Pos_itive + True + True + False + True + 0 + True + RB_BOTH + + + 1 + 1 + + + + + Ne_gative + True + True + False + True + 0 + True + RB_BOTH + + + 1 + 2 + + + + + True + False + gtk-missing-image + + + 0 + 0 + + + + + True + False + gtk-missing-image + + + 0 + 1 + + + + + True + False + gtk-missing-image + + + 0 + 2 + + + + + + + + + True + False + Error Indicator + 0 + + + + + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 12 + + + True + False + P_ositive (+) + True + MF_POSITIVE + + + False + True + 0 + + + + + True + True + adjustmentPOS + 2 + + + False + True + 1 + + + + + True + True + True + True + + + False + True + 2 + + + + + True + True + True + Select data range + imageRANGE_SELECT_POSITIVE + + + False + True + 3 + + + + + False + True + 0 + + + + + True + False + 12 + + + True + False + _Negative (-) + True + MF_NEGATIVE + + + False + True + 0 + + + + + True + True + adjustmentNEG + 2 + + + False + True + 1 + + + + + True + True + True + True + + + False + True + 2 + + + + + True + True + True + Select data range + imageRANGE_SELECT_NEG + + + False + True + 3 + + + + + False + True + 1 + + + + + Same value for both + True + True + False + True + 0 + True + + + False + True + 2 + + + + + + + + + True + False + Parameters + 0 + + + + + + + + False + True + 1 + + + + + False + Select Range for Positive Error Bars + + + False + True + 2 + + + + + False + Select Range for Negative Error Bars + + + False + True + 3 + + + + + False + From Data Table + + + False + True + 4 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/dlg_InsertLegend.ui b/chart2/uiconfig/ui/dlg_InsertLegend.ui new file mode 100644 index 000000000..cf386794e --- /dev/null +++ b/chart2/uiconfig/ui/dlg_InsertLegend.ui @@ -0,0 +1,234 @@ + + + + + + False + 6 + Legend + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + 6 + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + 6 + vertical + 12 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + _Display legend + True + True + False + True + 0 + True + + + False + True + 0 + + + + + True + False + 12 + 6 + + + _Left + True + True + False + True + 0 + True + True + + + 0 + 0 + + + + + _Right + True + True + False + True + 0 + True + left + + + 0 + 1 + + + + + _Top + True + True + False + True + 0 + True + left + + + 0 + 2 + + + + + _Bottom + True + True + False + True + 0 + True + left + + + 0 + 3 + + + + + False + True + 1 + + + + + + + + + True + False + Position + 0 + + + + + + + + False + True + 0 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/imagefragment.ui b/chart2/uiconfig/ui/imagefragment.ui new file mode 100644 index 000000000..a8e89f2b8 --- /dev/null +++ b/chart2/uiconfig/ui/imagefragment.ui @@ -0,0 +1,22 @@ + + + + + + True + False + vertical + + + True + False + gtk-missing-image + + + True + True + 0 + + + + diff --git a/chart2/uiconfig/ui/insertaxisdlg.ui b/chart2/uiconfig/ui/insertaxisdlg.ui new file mode 100644 index 000000000..c445cc825 --- /dev/null +++ b/chart2/uiconfig/ui/insertaxisdlg.ui @@ -0,0 +1,283 @@ + + + + + + False + 6 + Axes + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + 6 + True + top + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + 12 + True + + + True + False + True + 0 + none + + + True + False + 6 + 12 + + + True + False + True + vertical + 6 + + + _X axis + True + True + False + True + 0 + True + + + False + True + 0 + + + + + _Y axis + True + True + False + True + 0 + True + + + False + True + 1 + + + + + _Z axis + True + True + False + True + 0 + True + + + False + True + 2 + + + + + + + + + True + False + True + Axes + + + + + + + + False + True + 0 + + + + + True + False + True + 0 + none + + + True + False + 6 + 12 + + + True + False + True + vertical + 6 + + + X _axis + True + True + False + True + 0 + True + + + False + True + 0 + + + + + Y ax_is + True + True + False + True + 0 + True + + + False + True + 1 + + + + + Z axi_s + True + True + False + True + 0 + True + + + False + True + 2 + + + + + + + + + True + False + True + Secondary Axes + + + + + + + + False + True + 1 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/insertgriddlg.ui b/chart2/uiconfig/ui/insertgriddlg.ui new file mode 100644 index 000000000..ae3863a59 --- /dev/null +++ b/chart2/uiconfig/ui/insertgriddlg.ui @@ -0,0 +1,283 @@ + + + + + + False + 6 + Grids + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + 6 + True + top + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + True + True + 12 + True + + + True + False + True + 0 + none + + + True + False + 6 + 12 + + + True + False + True + vertical + 6 + + + _X axis + True + True + False + True + 0 + True + + + False + True + 0 + + + + + _Y axis + True + True + False + True + 0 + True + + + False + True + 1 + + + + + _Z axis + True + True + False + True + 0 + True + + + False + True + 2 + + + + + + + + + True + False + True + Major Grids + + + + + + + + False + True + 0 + + + + + True + False + True + 0 + none + + + True + False + 6 + 12 + + + True + False + True + vertical + 6 + + + X _axis + True + True + False + True + 0 + True + + + False + True + 0 + + + + + Y ax_is + True + True + False + True + 0 + True + + + False + True + 1 + + + + + Z axi_s + True + True + False + True + 0 + True + + + False + True + 2 + + + + + + + + + True + False + True + Minor Grids + + + + + + + + False + True + 1 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/inserttitledlg.ui b/chart2/uiconfig/ui/inserttitledlg.ui new file mode 100644 index 000000000..3457aeb02 --- /dev/null +++ b/chart2/uiconfig/ui/inserttitledlg.ui @@ -0,0 +1,372 @@ + + + + + + False + 6 + Titles + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + vertical + 12 + + + True + False + 6 + 12 + + + True + False + _Title + True + maintitle + 0 + + + 0 + 0 + + + + + True + False + _Subtitle + True + subtitle + 0 + + + 0 + 1 + + + + + True + True + True + True + + + 1 + 0 + + + + + True + True + True + True + + + 1 + 1 + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + + + True + False + _X axis + True + primaryXaxis + 0 + + + 0 + 0 + + + + + True + False + _Y axis + True + primaryYaxis + 0 + + + 0 + 1 + + + + + True + False + _Z axis + True + primaryZaxis + 0 + + + 0 + 2 + + + + + True + True + True + True + + + 1 + 0 + + + + + True + True + True + True + + + 1 + 1 + + + + + True + True + True + True + + + 1 + 2 + + + + + + + + + True + False + Axes + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + + + True + False + X _axis + True + secondaryXaxis + 0 + + + 0 + 0 + + + + + True + False + Y ax_is + True + secondaryYaxis + 0 + + + 0 + 1 + + + + + True + True + True + True + + + 1 + 0 + + + + + True + True + True + True + + + 1 + 1 + + + + + + + + + True + False + Secondary Axes + + + + + + + + False + True + 2 + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/paradialog.ui b/chart2/uiconfig/ui/paradialog.ui new file mode 100644 index 000000000..0b90192a4 --- /dev/null +++ b/chart2/uiconfig/ui/paradialog.ui @@ -0,0 +1,298 @@ + + + + + + False + 6 + Paragraph + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-revert-to-saved + True + True + True + True + + + False + True + 0 + + + + + gtk-ok + True + True + True + True + True + True + + + False + True + 1 + + + + + gtk-cancel + True + True + True + True + + + False + True + 2 + + + + + gtk-help + True + True + True + True + + + False + True + 3 + True + + + + + False + True + end + 0 + + + + + True + True + True + True + True + True + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + False + Indents & Spacing + + + False + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + True + False + Alignment + 0.4699999988079071 + + + 1 + False + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + True + False + Asian Typography + + + 2 + False + + + + + True + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + True + False + Tabs + + + 3 + False + + + + + False + True + 1 + + + + + + reset + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/sidebaraxis.ui b/chart2/uiconfig/ui/sidebaraxis.ui new file mode 100644 index 000000000..bd113fd84 --- /dev/null +++ b/chart2/uiconfig/ui/sidebaraxis.ui @@ -0,0 +1,129 @@ + + + + + + 359 + 5 + + + True + False + 6 + 6 + + + True + False + 6 + 6 + + + Show labels + True + True + False + True + 0 + True + + + 0 + 0 + + + + + Reverse direction + True + True + False + True + 0 + True + + + 0 + 3 + + + + + True + False + 12 + 6 + 5 + + + True + False + end + _Label position: + True + comboboxtext_label_position + + + 0 + 0 + + + + + True + False + + Near Axis + Near Axis (other side) + Outside start + Outside end + + + + 1 + 0 + + + + + True + False + end + center + _Text orientation: + True + spinbutton1 + + + 0 + 1 + + + + + True + True + adjustmentSpinDegrees + + + 1 + 1 + + + + + 0 + 1 + + + + + + + + 0 + 0 + + + + diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui new file mode 100644 index 000000000..22b1ff60c --- /dev/null +++ b/chart2/uiconfig/ui/sidebarelements.ui @@ -0,0 +1,557 @@ + + + + + + True + False + + + True + False + 6 + vertical + 6 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 6 + + + Subtitle + True + True + False + True + 0 + True + + + 1 + 0 + + + + + Title + True + True + False + True + 0 + True + + + 0 + 0 + + + + + + + + + True + False + Titles + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + + + True + True + False + Show Legend + 5 + True + 0 + True + + + 0 + 0 + + + + + True + False + 6 + + + True + False + end + _Placement: + True + end + + + False + True + 0 + + + + + 100 + True + False + + Right + Top + Bottom + Left + + + + False + True + 3 + + + + + 1 + 0 + + + + + False + True + 0 + + + + + Show the legend without overlapping the chart + True + False + False + True + 0 + True + + + False + True + 1 + + + + + + + + + True + False + Legend + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 6 + + + X axis + True + True + False + True + 0 + True + + + 0 + 0 + + + + + X axis title + True + True + False + True + 0 + True + + + 1 + 0 + + + + + Y axis + True + True + False + True + 0 + True + + + 0 + 1 + + + + + Y axis title + True + True + False + True + 0 + True + + + 1 + 1 + + + + + Z axis + True + True + False + True + 0 + True + + + 0 + 2 + + + + + Z axis title + True + True + False + True + 0 + True + + + 1 + 2 + + + + + 2nd X axis + True + False + True + 0 + True + + + 0 + 3 + + + + + 2nd X axis title + True + False + True + 0 + True + + + 1 + 3 + + + + + 2nd Y axis + True + False + True + 0 + True + + + 0 + 4 + + + + + 2nd Y axis title + True + False + True + 0 + True + + + 1 + 4 + + + + + + + + + True + False + Axes + + + + + + + + False + True + 2 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 6 + + + Horizontal major + True + True + False + True + 0 + True + + + 0 + 0 + + + + + Vertical major + True + True + False + True + 0 + True + + + 0 + 1 + + + + + Horizontal minor + True + True + False + True + 0 + True + + + 1 + 0 + + + + + Vertical minor + True + True + False + True + 0 + True + + + 1 + 1 + + + + + + + + + True + False + Gridlines + + + + + + + + False + True + 3 + + + + + False + + + False + True + Title + + + 0 + 0 + + + + + False + True + Subtitle + + + 1 + 0 + + + + + False + True + 4 + + + + + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/sidebarerrorbar.ui b/chart2/uiconfig/ui/sidebarerrorbar.ui new file mode 100644 index 000000000..032fcce70 --- /dev/null +++ b/chart2/uiconfig/ui/sidebarerrorbar.ui @@ -0,0 +1,237 @@ + + + + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + True + False + chart2/res/errorup_30.png + + + True + False + chart2/res/errorbothverti_30.png + + + True + False + chart2/res/errordown_30.png + + + True + False + + + True + False + 6 + vertical + 6 + top + + + True + False + vertical + 6 + + + True + False + 6 + 6 + + + True + False + start + Category: + True + comboboxtext_type + + + 0 + 0 + + + + + True + False + + Constant + Percentage + Cell Range or Data Table + Standard deviation + Standard error + Variance + Error margin + + + + 1 + 0 + + + + + True + False + start + Positive (+): + + + 0 + 1 + + + + + True + False + start + Negative (-): + + + 0 + 2 + + + + + True + True + start + 0.00 + adjustmentPOS + 2 + + + 1 + 1 + + + + + True + True + start + 0.00 + alpha + adjustmentNEG + 2 + + + 1 + 2 + + + + + True + False + 6 + + + True + True + False + Positive and Negative + image2 + True + 0 + True + True + + + False + True + 0 + + + + + True + True + False + Positive + image1 + True + 0 + True + radiobutton_positive_negative + + + False + True + 1 + + + + + True + True + False + Negative + image3 + True + 0 + True + radiobutton_positive_negative + + + False + True + 2 + + + + + 1 + 3 + + + + + True + False + start + Indicator + + + 0 + 3 + + + + + False + True + 0 + + + + + False + True + 0 + + + + + 0 + 0 + + + + diff --git a/chart2/uiconfig/ui/sidebarseries.ui b/chart2/uiconfig/ui/sidebarseries.ui new file mode 100644 index 000000000..568569464 --- /dev/null +++ b/chart2/uiconfig/ui/sidebarseries.ui @@ -0,0 +1,313 @@ + + + + + + True + False + + + True + False + 6 + vertical + 6 + + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + vertical + 6 + + + Show data labels + True + True + False + True + 0 + True + + + False + True + 0 + + + + + True + False + 12 + 6 + + + True + False + P_lacement: + True + comboboxtext_label + + + False + True + 0 + + + + + True + False + + Above + Below + Center + Outside + Inside + Near origin + + + + False + True + 1 + + + + + False + True + 1 + + + + + False + True + 0 + + + + + Show trendline + True + True + False + True + 0 + True + + + False + True + 1 + + + + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + + + Y error bars + True + True + False + True + 0 + True + + + False + True + 0 + + + + + X error bars + True + True + False + True + 0 + True + + + False + True + 1 + + + + + + + + + True + False + Error Bars + + + + + + + + False + True + 3 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + Primary Y axis + True + True + False + True + 0 + True + True + + + False + True + 0 + + + + + Secondary Y axis + True + True + False + True + 0 + True + True + radiobutton_primary_axis + + + False + True + 1 + + + + + + + + + True + False + Align Series to Axis + + + + + + + + False + True + 4 + + + + + False + Data series '%1' + + + False + True + 5 + + + + + + + + + True + False + label + + + + + + + + False + True + 1 + + + + + 0 + 0 + + + + diff --git a/chart2/uiconfig/ui/sidebartype.ui b/chart2/uiconfig/ui/sidebartype.ui new file mode 100644 index 000000000..d6d9dbaa0 --- /dev/null +++ b/chart2/uiconfig/ui/sidebartype.ui @@ -0,0 +1,418 @@ + + + + + + 1 + 100 + 1 + 10 + + + + + + + + + + + + + + + + + + + + + True + False + 6 + + + True + False + True + 3 + 6 + + + True + True + True + never + never + in + + + True + False + + + True + False + GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK + True + + + + + + + 0 + 1 + + + + + True + False + 3 + + + True + False + True + 6 + + + _3D Look + True + False + True + 0 + True + + + + + + 0 + 0 + + + + + False + True + + Simple + Realistic + + + + + + + 1 + 0 + + + + + 0 + 0 + + + + + True + False + Sh_ape + True + shape + 0.02 + 0 + + + 0 + 1 + + + + + True + True + True + in + + + True + True + True + liststore1 + False + False + 0 + False + + + + + + + + + 0 + + + + + + + + + 0 + 2 + + + + + 0 + 2 + + + + + True + False + 3 + + + _Stack series + True + False + True + 0 + True + + + 0 + 0 + + + + + True + False + 12 + + + True + False + 3 + + + On top + True + False + True + 0 + True + True + + + 0 + 0 + + + + + Percent + True + False + True + 0 + True + ontop + + + 0 + 1 + + + + + Deep + True + False + True + 0 + True + ontop + + + 0 + 2 + + + + + + + 0 + 1 + + + + + True + False + True + 6 + + + False + _Line type + True + linetype + 0 + + + 0 + 0 + + + + + False + True + + Straight + Smooth + Stepped + + + + 1 + 0 + + + + + Properties... + True + True + True + + + 2 + 0 + + + + + 0 + 2 + + + + + _Sort by X values + True + False + True + 0 + True + + + 0 + 3 + + + + + True + False + True + 6 + + + False + True + _Number of lines + True + nolines + end + 0 + + + 0 + 0 + + + + + True + True + True + True + adjustment1 + + + 1 + 0 + + + + + 0 + 4 + + + + + 0 + 3 + + + + + True + False + 3 + 6 + + + True + False + center + True + liststore2 + 0 + 1 + + + + 0 + + + + + + 2 + + + + + 0 + 0 + 2 + + + + + 0 + 0 + + + + + 0 + 0 + + + + diff --git a/chart2/uiconfig/ui/smoothlinesdlg.ui b/chart2/uiconfig/ui/smoothlinesdlg.ui new file mode 100644 index 000000000..63714a454 --- /dev/null +++ b/chart2/uiconfig/ui/smoothlinesdlg.ui @@ -0,0 +1,231 @@ + + + + + + 1 + 15 + 3 + 1 + 10 + + + 1 + 100 + 20 + 1 + 10 + + + False + 6 + Smooth Lines + True + -1 + -1 + dialog + + + + + + False + vertical + 12 + + + False + True + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + 6 + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + vertical + + + True + False + 12 + + + True + False + Line _Type: + True + 0 + + + False + True + 0 + + + + + True + False + 0 + + Cubic spline + B-spline + + + + False + True + 1 + + + + + False + True + 1 + + + + + True + False + 6 + 12 + + + True + False + 6 + 12 + + + True + False + start + _Resolution: + True + ResolutionSpinbutton + + + 0 + 0 + + + + + True + False + start + _Degree of polynomials: + True + PolynomialsSpinButton + + + 0 + 1 + + + + + True + True + start + True + ResolutionAdjustment + + + 1 + 0 + + + + + True + True + start + True + PolynomialsAdjustment + + + 1 + 1 + + + + + + + False + True + 2 + + + + + False + True + 0 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui b/chart2/uiconfig/ui/steppedlinesdlg.ui new file mode 100644 index 000000000..56592471e --- /dev/null +++ b/chart2/uiconfig/ui/steppedlinesdlg.ui @@ -0,0 +1,236 @@ + + + + + + + False + 6 + True + 0 + 0 + dialog + + + + + + False + vertical + 12 + + + False + end + + + gtk-ok + True + True + True + True + True + True + + + False + True + 0 + + + + + gtk-cancel + True + True + True + True + + + False + True + 1 + + + + + gtk-help + True + True + True + True + + + False + True + 2 + True + + + + + False + True + end + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + + + True + False + chart2/res/step_center_x_30.png + + + 0 + 1 + + + + + True + False + chart2/res/step_end_30.png + + + 2 + 0 + + + + + True + False + chart2/res/step_center_y_30.png + + + 2 + 1 + + + + + _Start with horizontal line + True + True + False + True + 0 + True + True + + + 1 + 0 + + + + + Step at the _horizontal mean + True + True + False + True + 0 + True + True + step_start_rb + + + 1 + 1 + + + + + _End with horizontal line + True + True + False + True + 0 + True + True + step_start_rb + + + 3 + 0 + + + + + Step to the _vertical mean + True + True + False + True + 0 + True + True + step_start_rb + + + 3 + 1 + + + + + True + False + chart2/res/step_start_30.png + + + 0 + 0 + + + + + + + + + True + False + Type of Stepping + + + + + + + + False + True + 1 + + + + + + ok + cancel + help + + + diff --git a/chart2/uiconfig/ui/titlerotationtabpage.ui b/chart2/uiconfig/ui/titlerotationtabpage.ui new file mode 100644 index 000000000..04fa4dfce --- /dev/null +++ b/chart2/uiconfig/ui/titlerotationtabpage.ui @@ -0,0 +1,168 @@ + + + + + + 359 + 5 + + + True + False + True + 6 + 0 + none + + + True + False + 6 + 12 + + + True + False + True + 6 + 12 + + + True + False + 6 + 12 + + + True + True + 40 + adjustmentSpinDegrees + True + + + 0 + 2 + + + + + True + False + 40 + _Degrees + True + + + 1 + 2 + + + + + + + + + + + + + + + + + 1 + 0 + + + + + True + False + 6 + 12 + + + Ve_rtically stacked + True + True + False + True + 0.019999999552965164 + True + True + + + 0 + 0 + + + + + False + ABCD + + + 0 + 1 + + + + + 2 + 0 + + + + + True + False + Te_xt direction: + True + + + 0 + 1 + + + + + True + False + + + 1 + 1 + 2 + + + + + True + False + GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + center + center + + + 0 + 0 + + + + + + + + + True + False + Text Orientation + + + + + + + diff --git a/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui b/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui new file mode 100644 index 000000000..6cf5681f3 --- /dev/null +++ b/chart2/uiconfig/ui/tp_3D_SceneAppearance.ui @@ -0,0 +1,127 @@ + + + + + + True + False + 6 + vertical + 6 + + + True + False + 12 + + + True + False + Sche_me + True + LB_SCHEME + 0 + + + False + True + 0 + + + + + True + False + + Simple + Realistic + Custom + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + vertical + 6 + + + True + False + + + False + True + 0 + + + + + _Shading + True + True + False + True + 0 + True + + + False + True + 1 + + + + + _Object borders + True + True + False + True + 0 + True + + + False + True + 2 + + + + + _Rounded edges + True + True + False + True + 0 + True + + + False + True + 3 + + + + + False + True + 1 + + + + diff --git a/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui new file mode 100644 index 000000000..6717e5897 --- /dev/null +++ b/chart2/uiconfig/ui/tp_3D_SceneGeometry.ui @@ -0,0 +1,168 @@ + + + + + + 100 + 1 + 10 + + + -180 + 180 + 1 + 10 + + + -180 + 180 + 1 + 10 + + + -180 + 180 + 1 + 10 + + + True + False + 6 + 6 + 12 + + + _Right-angled axes + True + True + False + True + 0 + True + + + 0 + 0 + 2 + + + + + True + False + _X rotation + True + MTR_FLD_X_ROTATION + 0 + + + 0 + 1 + + + + + True + False + _Y rotation + True + MTR_FLD_Y_ROTATION + 0 + + + 0 + 2 + + + + + True + False + _Z rotation + True + MTR_FLD_Z_ROTATION + 0 + + + 0 + 3 + + + + + _Perspective + True + True + False + True + 0 + True + + + + + + 0 + 4 + + + + + True + True + True + adjustmentPERSPECTIVE + + + + + + Perspective + + + + + 1 + 4 + + + + + True + True + True + alpha + adjustmentROTATION3 + + + 1 + 3 + + + + + True + True + True + adjustmentROTATION2 + + + 1 + 2 + + + + + True + True + True + adjustmentROTATION1 + + + 1 + 1 + + + + diff --git a/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui new file mode 100644 index 000000000..fd1a7c6c4 --- /dev/null +++ b/chart2/uiconfig/ui/tp_3D_SceneIllumination.ui @@ -0,0 +1,434 @@ + + + + + + True + False + svx/res/colordlg.png + + + True + False + svx/res/colordlg.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + svx/res/lighton.png + + + True + False + 6 + 12 + + + True + False + vertical + 12 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 6 + 12 + + + True + True + True + Light source 1 + IMG_LIGHT_1 + True + + + 0 + 0 + + + + + True + True + True + Light source 2 + IMG_LIGHT_2 + True + + + 1 + 0 + + + + + True + True + True + Light source 3 + IMG_LIGHT_3 + True + + + 2 + 0 + + + + + True + True + True + Light source 4 + IMG_LIGHT_4 + True + + + 3 + 0 + + + + + True + True + True + Light source 5 + IMG_LIGHT_5 + True + + + 0 + 1 + + + + + True + True + True + Light source 6 + IMG_LIGHT_6 + True + + + 1 + 1 + + + + + True + True + True + Light source 7 + IMG_LIGHT_7 + True + + + 2 + 1 + + + + + True + True + True + Light source 8 + IMG_LIGHT_8 + True + + + 3 + 1 + + + + + False + True + 0 + + + + + True + False + 12 + + + True + True + False + 0 + True + + + + + + + False + True + 0 + + + + + True + True + True + Select a color using the color dialog + IMG_LIGHTSOURCE_COLOR + + + False + True + 1 + + + + + False + True + 1 + + + + + + + + + True + False + _Light source + True + BTN_LIGHT_1 + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 12 + + + True + True + False + 0 + True + + + + + + + False + True + 0 + + + + + True + True + True + Select a color using the color dialog + IMG_AMBIENT_COLOR + + + False + True + 1 + + + + + + + + + True + False + _Ambient light + True + LB_AMBIENTLIGHT + 0 + + + + + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + True + never + never + in + + + True + False + + + True + False + + + True + True + GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + Light Preview + True + True + + + 0 + 0 + + + + + True + True + True + + + 1 + 1 + + + + + True + True + 1 + False + + + 0 + 1 + + + + + True + True + vertical + 1 + False + + + 1 + 0 + + + + + + + + + True + True + 1 + + + + diff --git a/chart2/uiconfig/ui/tp_AxisPositions.ui b/chart2/uiconfig/ui/tp_AxisPositions.ui new file mode 100644 index 000000000..98aa603cb --- /dev/null +++ b/chart2/uiconfig/ui/tp_AxisPositions.ui @@ -0,0 +1,660 @@ + + + + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + True + False + 6 + vertical + 6 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 12 + + + True + False + _Cross other axis at + True + LB_CROSSES_OTHER_AXIS_AT + 0 + + + False + True + 0 + + + + + True + False + + Start + End + Value + Category + + + + False + True + 1 + + + + + True + True + True + adjustment1 + + + False + True + 2 + + + + + True + False + True + + + True + True + + + + + False + True + 3 + + + + + False + True + 0 + + + + + Axis _between categories + True + False + True + 0 + True + + + False + True + 1 + + + + + + + + + True + False + Axis Line + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + + + _On tick marks + True + True + False + True + 0 + True + + + 0 + 0 + + + + + _Between tick marks + True + True + False + True + 0 + True + RB_ON + + + 0 + 1 + + + + + + + + + True + False + Position Axis + 0 + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 12 + + + True + False + _Place labels + True + LB_PLACE_LABELS + 0 + + + False + True + 0 + + + + + True + False + + Near axis + Near axis (other side) + Outside start + Outside end + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + 12 + + + False + _Distance + True + EDT_AXIS_LABEL_DISTANCE + 0 + + + False + True + 0 + + + + + True + True + adjustment2 + + + False + True + 1 + + + + + False + True + 1 + + + + + + + + + True + False + Labels + 0 + + + + + + + + False + True + 2 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 6 + 12 + + + True + False + Major: + 0 + + + + + + + 0 + 0 + + + + + True + False + Minor: + 0 + + + + + + + 0 + 1 + + + + + _Inner + True + True + False + True + 0 + True + + + + + + 1 + 0 + + + + + _Outer + True + True + False + True + 0 + True + + + + + + 2 + 0 + + + + + I_nner + True + True + False + True + 0 + True + + + + + + 1 + 1 + + + + + O_uter + True + True + False + True + 0 + True + + + + + + 2 + 1 + + + + + False + True + 0 + + + + + True + False + 12 + + + True + False + Place _marks + True + LB_PLACE_TICKS + 0 + + + False + True + 0 + + + + + True + False + + At labels + At axis + At axis and labels + + + + False + True + 1 + + + + + False + True + 1 + + + + + + + + + True + False + Interval Marks + 0 + + + + + + + + False + True + 3 + + + + + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 12 + 6 + + + Show major _grid + True + True + False + half + True + 0 + True + + + 0 + 0 + + + + + _Show minor grid + True + True + False + True + 0 + True + + + 0 + 1 + + + + + Mo_re... + True + True + True + True + + + 1 + 0 + + + + + Mor_e... + True + True + True + True + 0.49000000953674316 + + + 1 + 1 + + + + + + + + + True + False + Grids + 0 + + + + + + + + False + True + 4 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui new file mode 100644 index 000000000..7955f0247 --- /dev/null +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -0,0 +1,467 @@ + + + + + + 1 + 100 + 1 + 1 + 10 + + + + + + + + + + + + + + + + + + + + + True + False + True + True + 6 + 12 + + + True + False + True + True + vertical + 6 + + + False + Choose a Chart Type + 0 + + + + + + False + True + 0 + + + + + True + False + True + True + 12 + + + True + False + True + 6 + + + True + True + True + never + never + in + + + True + True + + + True + True + GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK + True + + + + + + + 0 + 0 + + + + + True + False + 6 + + + True + False + 12 + + + _3D Look + True + False + True + 0 + True + + + + + + 0 + 0 + + + + + False + + Simple + Realistic + + + + + + + 1 + 0 + + + + + 0 + 0 + + + + + True + False + Sh_ape + True + shape + 0.02 + 0 + + + 0 + 1 + + + + + True + False + True + in + + + True + True + True + liststore1 + False + False + 0 + False + + + + + + + + + 0 + + + + + + + + + 0 + 2 + + + + + 0 + 1 + + + + + True + False + 6 + + + _Stack series + True + False + True + 0 + True + + + 0 + 0 + + + + + True + False + 12 + + + True + False + 6 + + + On top + True + False + True + 0 + True + True + + + 0 + 0 + + + + + Percent + True + False + True + 0 + True + ontop + + + 0 + 1 + + + + + Deep + True + False + True + 0 + True + ontop + + + 0 + 2 + + + + + + + 0 + 1 + + + + + True + False + 12 + + + False + _Line type + True + linetype + 0 + + + 0 + 0 + + + + + False + + Straight + Smooth + Stepped + + + + 1 + 0 + + + + + Properties... + True + True + True + + + 2 + 0 + + + + + 0 + 2 + + + + + _Sort by X values + True + False + True + 0.029999999329447746 + True + + + 0 + 3 + + + + + True + False + 12 + + + False + True + _Number of lines + True + nolines + end + 0 + + + 0 + 0 + + + + + True + True + True + adjustment1 + + + 1 + 0 + + + + + 0 + 4 + + + + + 0 + 2 + + + + + 1 + 0 + + + + + True + False + True + never + in + + + True + True + True + liststore2 + False + False + 0 + False + + + + + + + + + 0 + + + + + + + + + + 1 + + + + + + + + + 0 + 0 + + + + + False + True + 1 + + + + + False + True + 0 + + + + diff --git a/chart2/uiconfig/ui/tp_DataLabel.ui b/chart2/uiconfig/ui/tp_DataLabel.ui new file mode 100644 index 000000000..8e0ed64aa --- /dev/null +++ b/chart2/uiconfig/ui/tp_DataLabel.ui @@ -0,0 +1,430 @@ + + + + + + 359 + 1 + 10 + + + True + False + 6 + vertical + 12 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + True + + + Show value as _number + True + True + False + True + 0 + True + + + 0 + 0 + + + + + Show value as _percentage + True + True + False + True + 0 + True + + + 0 + 1 + + + + + Show _category + True + True + False + True + 0 + True + + + 0 + 2 + + + + + Show _legend key + True + True + False + True + 0 + True + + + 0 + 3 + + + + + Auto text _wrap + True + True + False + True + 0 + True + + + 0 + 4 + + + + + Number _format... + True + True + True + center + True + + + 1 + 0 + + + + + Percentage f_ormat... + True + True + True + center + True + + + 1 + 1 + + + + + False + True + ABCD + + + + + + 1 + 3 + + + + + True + False + 12 + + + True + False + _Separator + True + LB_TEXT_SEPARATOR + 0 + + + False + True + 0 + + + + + True + False + center + + Space + Comma + Semicolon + New line + Period + + + + False + True + 1 + + + + + 0 + 5 + 2 + + + + + True + False + 12 + + + True + False + Place_ment + True + LB_LABEL_PLACEMENT + 0 + + + False + True + 0 + + + + + True + False + center + + Best fit + Center + Above + Top left + Left + Bottom left + Below + Bottom right + Right + Top right + Inside + Outside + Near origin + + + + False + True + 1 + + + + + 0 + 6 + 2 + + + + + False + Number Format for Percentage Value + + + 1 + 2 + + + + + + + + + + + + True + False + Text Attributes + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 12 + + + True + False + GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + + + False + True + 0 + + + + + True + True + center + True + adjustmentDEGREE + True + + + False + True + 1 + + + + + True + False + _Degrees + True + + + False + True + 2 + + + + + False + True + 0 + + + + + True + False + 12 + + + True + False + Te_xt direction + True + LB_LABEL_TEXTDIR + + + False + True + 0 + + + + + True + False + True + + + False + True + 1 + + + + + False + True + 1 + + + + + + + + + True + False + Rotate Text + 0 + + + + + + + + False + True + 1 + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/tp_DataPointOption.ui b/chart2/uiconfig/ui/tp_DataPointOption.ui new file mode 100644 index 000000000..01e93dac9 --- /dev/null +++ b/chart2/uiconfig/ui/tp_DataPointOption.ui @@ -0,0 +1,76 @@ + + + + + + 600 + 1 + 10 + + + -100 + 100 + 1 + 10 + + + True + False + 6 + vertical + 6 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + + + Hide legend entry + True + True + False + start + True + + + False + True + 0 + + + + + + + + + True + False + Legend Entry + + + + + + + + False + True + 3 + + + + diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui new file mode 100644 index 000000000..7d41f8a11 --- /dev/null +++ b/chart2/uiconfig/ui/tp_DataSource.ui @@ -0,0 +1,438 @@ + + + + + + True + False + gtk-go-up + + + True + False + gtk-go-down + + + True + False + Select data range + chart2/res/selectrange.png + + + True + False + Select data range + chart2/res/selectrange.png + + + + + + + + + + + True + False + True + True + 6 + 6 + + + True + False + True + True + 12 + + + True + False + True + vertical + 6 + + + True + False + Data _series: + True + LB_SERIES + 0 + + + 0 + 0 + + + + + True + False + True + True + in + + + True + True + True + True + liststore1 + False + False + 0 + False + + + + + + + + + 0 + + + + + + + + + 0 + 1 + + + + + True + False + True + 6 + 12 + + + _Add + True + True + True + True + True + + + 0 + 0 + + + + + True + True + True + image1 + True + + + Up + + + + + 1 + 0 + + + + + _Remove + True + True + True + True + True + + + 0 + 1 + + + + + True + True + True + image2 + True + + + Down + + + + + 1 + 1 + + + + + 0 + 2 + + + + + 0 + 0 + + + + + True + False + True + True + + + True + False + start + True + True + vertical + 6 + + + True + False + _Data ranges: + True + LB_ROLE + 0 + + + 0 + 0 + + + + + True + True + True + True + in + + + True + True + True + True + liststore2 + False + False + 0 + False + + + + + + + + + 0 + + + + + + + + + + 1 + + + + + + + + + 0 + 1 + + + + + True + False + Ran_ge for %VALUETYPE + True + EDT_RANGE + 0 + + + 0 + 2 + + + + + True + False + True + 6 + + + True + True + True + True + + + 0 + 0 + + + + + True + True + True + imageIMB_RANGE_MAIN + + + 1 + 0 + + + + + 0 + 3 + + + + + True + False + vertical + + + True + False + _Categories + True + EDT_CATEGORIES + 0 + + + 0 + 0 + + + + + True + False + Data _labels + True + 0 + + + 0 + 1 + + + + + 0 + 4 + + + + + True + False + True + 6 + + + True + True + True + True + + + 0 + 0 + + + + + True + True + True + imageIMB_RANGE_CAT + + + 1 + 0 + + + + + 0 + 5 + + + + + 0 + 0 + + + + + 1 + 0 + + + + + 0 + 0 + + + + + True + False + Customize Data Ranges for Individual Data Series + 0 + + + + + + 0 + 1 + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/tp_ErrorBars.ui b/chart2/uiconfig/ui/tp_ErrorBars.ui new file mode 100644 index 000000000..1736c2a0f --- /dev/null +++ b/chart2/uiconfig/ui/tp_ErrorBars.ui @@ -0,0 +1,553 @@ + + + + + + 100 + 1 + 10 + + + 100 + 1 + 10 + + + True + False + chart2/res/selectrange.png + + + True + False + chart2/res/selectrange.png + + + True + False + 6 + vertical + 6 + + + True + False + 12 + True + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + _None + True + True + False + start + center + True + True + True + + + False + True + 0 + + + + + _Constant Value + True + True + False + start + center + True + True + RB_NONE + + + False + True + 1 + + + + + _Percentage + True + True + False + start + center + True + True + RB_NONE + + + False + True + 2 + + + + + True + False + 6 + + + True + True + False + start + center + True + True + RB_NONE + + + False + True + 0 + + + + + True + False + + Standard Error + Standard Deviation + Variance + Error Margin + + + + False + True + 1 + + + + + False + True + 3 + + + + + Cell _Range + True + True + False + start + center + True + True + RB_NONE + + + False + True + 4 + + + + + + + + + True + False + Error Category + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + start + 6 + 12 + + + Positive _and Negative + True + True + False + start + center + True + True + True + + + 1 + 0 + + + + + Pos_itive + True + True + False + start + center + True + True + RB_BOTH + + + 1 + 1 + + + + + Ne_gative + True + True + False + start + center + True + True + RB_BOTH + + + 1 + 2 + + + + + True + False + gtk-missing-image + + + 0 + 0 + + + + + True + False + gtk-missing-image + + + 0 + 1 + + + + + True + False + gtk-missing-image + + + 0 + 2 + + + + + + + + + True + False + Error Indicator + 0 + + + + + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 12 + + + True + False + P_ositive (+) + True + MF_POSITIVE + + + False + True + 0 + + + + + True + True + adjustmentPOS + 2 + + + False + True + 1 + + + + + True + True + True + True + + + False + True + 2 + + + + + True + True + True + Select data range + imageRANGE_SELECT_POSITIVE + + + False + True + 3 + + + + + False + True + 0 + + + + + True + False + 12 + + + True + False + _Negative (-) + True + MF_NEGATIVE + + + False + True + 0 + + + + + True + True + adjustmentNEG + 2 + + + False + True + 1 + + + + + True + True + True + + + False + True + 2 + + + + + True + True + True + Select data range + imageRANGE_SELECT_NEG + + + False + True + 3 + + + + + False + True + 1 + + + + + Same value for both + True + True + False + True + 0 + True + + + False + True + 2 + + + + + + + + + True + False + Parameters + 0 + + + + + + + + False + True + 1 + + + + + False + Select Range for Positive Error Bars + + + False + True + 2 + + + + + False + Select Range for Negative Error Bars + + + False + True + 3 + + + + + False + From Data Table + + + False + True + 4 + + + + + + + + + + diff --git a/chart2/uiconfig/ui/tp_LegendPosition.ui b/chart2/uiconfig/ui/tp_LegendPosition.ui new file mode 100644 index 000000000..993c04096 --- /dev/null +++ b/chart2/uiconfig/ui/tp_LegendPosition.ui @@ -0,0 +1,233 @@ + + + + + + True + False + 6 + vertical + 12 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + + + _Left + True + True + False + True + 0 + True + + + 0 + 0 + + + + + _Right + True + True + False + True + 0 + True + left + + + 0 + 1 + + + + + _Top + True + True + False + True + 0 + True + left + + + 0 + 2 + + + + + _Bottom + True + True + False + True + 0 + True + left + + + 0 + 3 + + + + + + + + + True + False + Position + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 12 + + + True + False + Te_xt direction + True + 0 + + + False + True + 0 + + + + + True + False + + + False + True + 1 + + + + + + + + + True + False + Text Orientation + 0 + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 12 + + + Show the legend without overlapping the chart + True + False + False + True + 0 + True + + + False + True + 0 + + + + + + + + + True + False + Overlay + 0 + + + + + + + + False + True + 2 + + + + diff --git a/chart2/uiconfig/ui/tp_PolarOptions.ui b/chart2/uiconfig/ui/tp_PolarOptions.ui new file mode 100644 index 000000000..ceea40c58 --- /dev/null +++ b/chart2/uiconfig/ui/tp_PolarOptions.ui @@ -0,0 +1,185 @@ + + + + + + 359 + 1 + 10 + + + True + False + 6 + vertical + 6 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + _Clockwise direction + True + True + False + True + 0 + True + + + + + + + True + False + Orientation + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 12 + + + True + False + GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + center + center + + + False + True + 0 + + + + + True + False + center + adjustmentDEGREE + True + + + False + True + 1 + + + + + True + False + _Degrees + True + NF_STARTING_ANGLE + 0 + + + False + True + 2 + + + + + + + + + True + False + Starting Angle + 0 + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + Include _values from hidden cells + True + True + False + True + 0 + True + + + + + + + True + False + Plot Options + 0 + + + + + + + + False + True + 2 + + + + diff --git a/chart2/uiconfig/ui/tp_RangeChooser.ui b/chart2/uiconfig/ui/tp_RangeChooser.ui new file mode 100644 index 000000000..9a74a3d17 --- /dev/null +++ b/chart2/uiconfig/ui/tp_RangeChooser.ui @@ -0,0 +1,258 @@ + + + + + + True + False + Select data range + chart2/res/selectrange.png + + + True + False + True + 6 + + + True + False + True + 6 + + + True + False + Choose a Data Range + 0 + + + + + + 0 + 0 + + + + + True + False + True + 6 + + + True + False + _Data range: + True + ED_RANGE + 0 + + + 0 + 0 + + + + + True + True + True + True + + + 1 + 0 + + + + + True + True + True + Select data range + imageIB_RANGE + + + 2 + 0 + + + + + 0 + 1 + + + + + Data series in _rows + True + True + False + True + 0 + True + True + + + 0 + 2 + + + + + Data series in _columns + True + True + False + True + 0 + True + RB_DATAROWS + + + 0 + 3 + + + + + _First row as label + True + True + False + True + 0 + True + + + 0 + 4 + + + + + F_irst column as label + True + True + False + True + 0 + True + + + 0 + 5 + + + + + True + False + + + 0 + 6 + + + + + Time based charting + True + True + False + True + 0 + True + + + 0 + 7 + + + + + True + False + 12 + + + True + True + True + 5 + 0 + number + + + 1 + 0 + + + + + True + True + True + 5 + 0 + + + 3 + 0 + + + + + True + False + 4 + Start Table Index + True + ED_TIME_BASED_START + + + 0 + 0 + + + + + True + False + 8 + End Table Index + True + ED_TIME_BASED_END + + + 2 + 0 + + + + + 0 + 8 + + + + + False + Data Range + + + 0 + 9 + + + + + 0 + 0 + + + + diff --git a/chart2/uiconfig/ui/tp_Scale.ui b/chart2/uiconfig/ui/tp_Scale.ui new file mode 100644 index 000000000..2bdcf6741 --- /dev/null +++ b/chart2/uiconfig/ui/tp_Scale.ui @@ -0,0 +1,603 @@ + + + + + + 1 + 10 + + + 1 + 10 + + + 1 + 10 + + + 1 + 10 + + + 1 + 100 + 1 + 10 + + + 1 + 100 + 1 + 10 + + + True + False + 6 + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + vertical + 6 + + + _Reverse direction + True + True + False + True + 0 + True + + + False + True + 0 + + + + + _Logarithmic scale + True + True + False + True + 0 + True + + + False + True + 1 + + + + + True + False + 12 + + + True + False + T_ype + True + LB_AXIS_TYPE + 0 + + + False + True + 0 + + + + + True + False + + Automatic + Text + Date + + + + False + True + 1 + + + + + False + True + 2 + + + + + False + True + 0 + + + + + True + False + 6 + 12 + + + True + False + _Minimum + True + EDT_MIN + 0 + + + 0 + 0 + + + + + True + False + Ma_ximum + True + EDT_MAX + 0 + + + 0 + 1 + + + + + _Automatic + True + True + False + True + 0 + True + + + 2 + 0 + + + + + A_utomatic + True + True + False + True + 0 + True + + + 2 + 1 + + + + + True + True + True + 10 + adjustment1 + + + 1 + 0 + + + + + True + True + True + 10 + adjustment2 + + + 1 + 1 + + + + + False + True + 1 + + + + + True + False + 12 + + + True + False + R_esolution + True + LB_TIME_RESOLUTION + 0 + + + False + True + 0 + + + + + True + False + + Days + Months + Years + + + + False + True + 1 + + + + + Automat_ic + True + True + False + True + 0 + True + + + False + True + 2 + + + + + False + True + 2 + + + + + True + False + 12 + + + True + False + Ma_jor interval + True + 0 + + + False + True + 0 + + + + + True + False + vertical + + + True + False + 12 + + + True + True + True + 10 + adjustmentINTERVAL + + + False + True + 0 + + + + + True + False + + Days + Months + Years + + + + False + True + 1 + + + + + False + True + 0 + + + + + True + True + True + 10 + adjustment4 + + + False + True + 1 + + + + + False + True + 1 + + + + + Au_tomatic + True + True + False + True + 0 + True + + + False + True + 3 + + + + + False + True + 3 + + + + + True + False + 12 + + + True + False + vertical + + + True + False + Minor inter_val + True + 0 + + + True + True + 0 + + + + + True + False + Minor inter_val count + True + 0 + + + True + True + 1 + + + + + False + True + 0 + + + + + True + True + True + 10 + adjustmentINTERVAL1 + + + False + True + 1 + + + + + True + False + + Days + Months + Years + + + + False + True + 2 + + + + + Aut_omatic + True + True + False + True + 0 + True + + + False + True + 3 + + + + + False + True + 4 + + + + + True + False + 12 + + + True + False + Re_ference value + True + 0 + + + False + True + 0 + + + + + True + True + True + 10 + adjustment3 + + + False + True + 1 + + + + + Automat_ic + True + True + False + True + 0 + True + + + False + True + 2 + + + + + False + True + 5 + + + + + + + + + True + False + Scale + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chart2/uiconfig/ui/tp_SeriesToAxis.ui b/chart2/uiconfig/ui/tp_SeriesToAxis.ui new file mode 100644 index 000000000..6ccb912da --- /dev/null +++ b/chart2/uiconfig/ui/tp_SeriesToAxis.ui @@ -0,0 +1,420 @@ + + + + + + 600 + 1 + 10 + + + -100 + 100 + 1 + 10 + + + True + False + 6 + vertical + 6 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + Primary Y axis + True + True + False + True + 0 + True + True + + + False + True + 0 + + + + + Secondary Y axis + True + True + False + True + 0 + True + True + RBT_OPT_AXIS_1 + + + False + True + 1 + + + + + + + + + True + False + Align Data Series to + 0 + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 6 + 12 + + + True + False + _Spacing + True + MT_GAP + + + 0 + 0 + + + + + True + False + _Overlap + True + MT_OVERLAP + + + 0 + 1 + + + + + True + False + adjustmentGAP + + + 1 + 0 + + + + + True + False + adjustmentOVERLAP + + + 1 + 1 + + + + + False + True + 0 + + + + + Show _bars side by side + True + True + False + start + True + True + + + False + True + 1 + + + + + Connection lines + True + True + False + start + True + True + + + False + True + 2 + + + + + + + + + True + False + Settings + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + 6 + + + True + False + 6 + 12 + + + True + False + Plot missing values + 0 + + + 0 + 0 + + + + + _Leave gap + True + True + False + True + 0 + True + True + + + 1 + 0 + + + + + _Assume zero + True + True + False + True + 0 + True + True + RB_DONT_PAINT + + + 1 + 1 + + + + + _Continue line + True + True + False + True + 0 + True + True + RB_DONT_PAINT + + + 1 + 2 + + + + + + + + + + + False + True + 0 + + + + + Include _values from hidden cells + True + True + False + start + True + True + + + False + True + 1 + + + + + + + + + True + False + Plot Options + 0 + + + + + + + + False + True + 2 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + vertical + + + Hide legend entry + True + True + False + start + True + + + False + True + 0 + + + + + + + + + True + False + Legend Entry + + + + + + + + False + True + 3 + + + + diff --git a/chart2/uiconfig/ui/tp_Trendline.ui b/chart2/uiconfig/ui/tp_Trendline.ui new file mode 100644 index 000000000..2120b2d4c --- /dev/null +++ b/chart2/uiconfig/ui/tp_Trendline.ui @@ -0,0 +1,575 @@ + + + + + + 2 + 10 + 1 + 10 + + + -10000 + 10000 + 1 + 10 + + + -10000 + 10000 + 1 + 10 + + + -10000 + 10000 + 1 + 10 + + + 2 + 100 + 1 + 10 + + + True + False + True + True + 6 + vertical + 12 + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + start + 6 + 6 + True + + + _Linear + True + True + False + True + 0 + True + True + + + 1 + 0 + + + + + L_ogarithmic + True + True + False + True + 0 + True + True + linear + + + 1 + 1 + + + + + _Exponential + True + True + False + True + 0 + True + True + linear + + + 1 + 2 + + + + + Po_wer + True + True + False + True + 0 + True + True + linear + + + 1 + 3 + + + + + _Polynomial + True + True + False + True + 0 + True + True + linear + + + 3 + 0 + + + + + _Moving Average + True + True + False + True + 0 + True + True + linear + + + 3 + 2 + + + + + True + False + 12 + + + True + False + Degree + True + degree + + + 0 + 0 + + + + + True + True + True + adjustmentDegree + + + 1 + 0 + + + + + 3 + 1 + + + + + True + False + 12 + + + True + False + Period + True + period + + + 0 + 0 + + + + + True + True + True + adjustmentPeriod + + + 1 + 0 + + + + + 3 + 3 + + + + + True + False + gtk-missing-image + + + 0 + 0 + + + + + True + False + gtk-missing-image + + + 0 + 1 + + + + + True + False + gtk-missing-image + + + 0 + 2 + + + + + True + False + gtk-missing-image + + + 0 + 3 + + + + + True + False + gtk-missing-image + + + 2 + 0 + + + + + True + False + gtk-missing-image + + + 2 + 2 + + + + + + + + + + + + + + + True + False + Regression Type + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + True + + + True + False + Extrapolate Forward + True + extrapolateForward + 0 + + + 0 + 1 + + + + + True + False + Extrapolate Backward + True + extrapolateBackward + 0 + + + 0 + 2 + + + + + True + True + True + False + adjustmentForwardBackward + 2 + + + 1 + 1 + + + + + True + True + True + adjustmentForwardBackward1 + 2 + + + 1 + 2 + + + + + Force _Intercept + True + True + False + True + 0 + True + + + + + + 0 + 3 + + + + + Show E_quation + True + True + False + True + 0 + True + + + 0 + 4 + 2 + + + + + Show _Coefficient of Determination (R²) + True + True + False + True + 0 + True + + + 0 + 5 + 2 + + + + + True + False + Trendline _Name + True + entry_name + 0 + + + 0 + 0 + + + + + True + True + True + + + 1 + 0 + + + + + True + True + True + 0 + False + number + adjustmentForwardBackward2 + 2 + + + + + + 1 + 3 + + + + + True + False + _X Variable Name + True + entry_Xname + 0 + + + 0 + 6 + + + + + True + True + True + + + 1 + 6 + + + + + True + False + _Y Variable Name + True + entry_Yname + 0 + + + 0 + 7 + + + + + True + True + True + + + 1 + 7 + + + + + + + + + True + False + Options + + + + + + + + False + True + 1 + + + + + + + + + + diff --git a/chart2/uiconfig/ui/tp_axisLabel.ui b/chart2/uiconfig/ui/tp_axisLabel.ui new file mode 100644 index 000000000..328f81a5a --- /dev/null +++ b/chart2/uiconfig/ui/tp_axisLabel.ui @@ -0,0 +1,397 @@ + + + + + + 359 + 5 + + + True + False + True + True + 6 + vertical + 12 + + + Sho_w labels + True + True + False + True + 0 + True + True + + + False + True + 0 + + + + + True + False + 18 + True + + + True + False + 0 + none + + + True + False + True + True + 6 + 12 + + + True + False + vertical + 6 + + + _Tile + True + True + False + True + 0 + True + True + + + False + True + 0 + + + + + St_agger odd + True + True + False + True + 0 + True + tile + + + False + True + 1 + + + + + Stagger _even + True + True + False + True + 0 + True + tile + + + False + True + 2 + + + + + A_utomatic + True + True + False + True + 0 + True + tile + + + False + True + 3 + + + + + + + + + True + False + Order + + + + + + + + False + True + 0 + + + + + True + False + 0 + none + + + True + False + True + True + 6 + 12 + + + True + False + vertical + 6 + + + O_verlap + True + True + False + True + 0 + True + + + False + True + 0 + + + + + _Break + True + True + False + True + 0 + True + + + False + True + 1 + + + + + + + + + True + False + Text Flow + + + + + + + + False + True + 1 + + + + + False + True + 1 + + + + + True + False + True + 6 + 0 + none + + + True + False + 6 + 12 + + + True + False + True + 6 + 12 + + + True + False + 6 + 12 + + + True + True + 40 + True + adjustmentSpinDegrees + True + + + 0 + 2 + + + + + True + False + 40 + _Degrees + True + + + 1 + 2 + + + + + + + + + + + + + + + + + 1 + 0 + + + + + True + False + 6 + 12 + + + Ve_rtically stacked + True + True + False + True + 0.019999999552965164 + True + True + + + 0 + 0 + + + + + False + ABCD + + + 0 + 1 + + + + + 2 + 0 + + + + + True + False + Te_xt direction: + True + + + 0 + 1 + + + + + True + False + + + 1 + 1 + 2 + + + + + True + False + GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK + center + center + + + 0 + 0 + + + + + + + + + True + False + Text Orientation + + + + + + + + False + True + 2 + + + + diff --git a/chart2/uiconfig/ui/wizelementspage.ui b/chart2/uiconfig/ui/wizelementspage.ui new file mode 100644 index 000000000..574907036 --- /dev/null +++ b/chart2/uiconfig/ui/wizelementspage.ui @@ -0,0 +1,441 @@ + + + + + + True + False + True + 6 + vertical + 12 + + + True + False + True + 0 + none + + + True + False + True + 6 + 12 + + + True + False + True + 18 + + + True + False + True + 6 + 12 + + + True + False + _X axis + True + primaryXaxis + 0 + + + 0 + 2 + + + + + True + False + _Y axis + True + primaryYaxis + 0 + + + 0 + 3 + + + + + True + False + _Z axis + True + primaryZaxis + 0 + + + 0 + 4 + + + + + True + True + True + True + + + 1 + 2 + + + + + True + True + True + True + + + 1 + 3 + + + + + True + True + True + True + + + 1 + 4 + + + + + True + False + _Title + True + maintitle + 0 + + + 0 + 0 + + + + + True + False + _Subtitle + True + subtitle + 0 + + + 0 + 1 + + + + + True + True + True + True + + + 1 + 0 + + + + + True + True + True + True + + + 1 + 1 + + + + + False + True + X _axis + True + secondaryXaxis + 0 + + + 0 + 5 + + + + + False + True + Y ax_is + True + secondaryYaxis + 0 + + + 0 + 6 + + + + + True + True + True + True + + + 1 + 5 + + + + + True + True + True + True + + + 1 + 6 + + + + + 0 + 0 + + + + + True + False + 6 + + + _Display legend + True + True + False + True + 0 + True + + + 0 + 0 + + + + + True + False + 12 + + + True + False + 6 + + + _Left + True + True + False + True + 0 + True + True + + + 0 + 0 + + + + + _Right + True + True + False + True + 0 + True + left + + + 0 + 1 + + + + + _Top + True + True + False + True + 0 + True + left + + + 0 + 2 + + + + + _Bottom + True + True + False + True + 0 + True + left + + + 0 + 3 + + + + + + + 0 + 1 + + + + + 1 + 0 + + + + + + + + + True + False + Choose Titles, Legend, and Grid Settings + + + + + + + + False + True + 1 + + + + + True + False + 0 + none + + + True + False + 6 + 12 + + + True + False + 6 + 12 + + + X axis + True + True + False + True + 0 + True + + + 0 + 0 + + + + + Y ax_is + True + True + False + True + 0 + True + + + 1 + 0 + + + + + Z axi_s + True + True + False + True + 0 + True + + + 2 + 0 + + + + + + + + + True + False + Display Grids + + + + + + + + False + True + 2 + + + + -- cgit v1.2.3