pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gnumeric112 gnumeric112: Update to 1.12.53.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e134f79d69cf
branches:  trunk
changeset: 390057:e134f79d69cf
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Dec 15 13:17:15 2022 +0000

description:
gnumeric112: Update to 1.12.53.

Primarily to fix build with python >= 3.10.

Gnumeric 1.12.53

Morten:
        * Fix xlsx import of T.INV.
        * Fix inter-process array paste problem.  [#634]
        * Fix problem with xlsx number format 14.
        * Fix problems with complex number rendering.  [#638]
        * Fix near-denormal parsing case.  [#656]
        * Fix mildly crazy ROUND edge cases.  [#661]
        * Fix dialog reuse problem.  [#657]
        * Fix sc import problem.  [#663]
        * Work a little hard at avoiding -0.  [#652]
        * Fix html import problem.  [#669]
        * Fix reading localc extension for engineering format.  [#659]
        * Fix strict-conformance ods problem with E-notation.  [#672]
        * Improve test suite

Gnumeric 1.12.52

Morten:
        * Attach the vertical alignment selector to the toolbar.
        * Improve the toolbar styling a bit.
        * Fix toolbar overflow menu's labeling.
        * Many improvements to vertical toolbars.
        * Install appdata file in new location [#612]
        * Allow styling of cell extension indicators.
        * Restore bolding of active sheet tab.
        * Fix import of mildly broken print settings in xlsx files from
          OnlyOffice.
        * Various --with-long-double fixes.
        * Fix BITAND.
        * Test improvements.
        * Fix xlsx write for sheet objects with text contents.  [#617]
        * Fix leak.
        * Fix old problem saving column widths.  [#619]
        * Set default number of sheets to 1.
        * Fix edge error case for SMALL and LARGE.  [#620]
        * Increase the default column width a bit.
        * Fix xlsx import/export of default column width.
        * Be less aggressive with automatic column widening.  [#621]

Gnumeric 1.12.51

Jean:
        * Fix error bars when data are in a multi-column array. [#594]
        * Always set the GO_DATA_HAS_VALUE flag when needed. [#595]
Morten:
        * Fix --with-long-double configuration.
        * Fix applix import/locale problem.
        * Make sure CEIL doesn't return -0.  [#603]
        * Add ILOG function.  [#591]
        * Fix MROUND.  [#604]
        * Take evasive action re g_memdup.
        * Fix inter-gnumeric array formula paste crash.  [#606]
        * Avoid re-querying file existance for recent files.  [Part of #602]
        * Fix rich-text rendering (based on work of Jean).  [#607]
        * Fix crash with conditional styling.  [#597]
        * Extend BITOR, BITAND, BITXOR to any numbers of arguments.
        * Fix ods export leak.  [#611]

Gnumeric 1.12.50

Morten:
        * Fix undo problem with sorting and cell comments.
        * Python loader cleanups.
        * Use Python's bool type instead of rolling our own.
        * Export file:// links to html.  [#569]
        * Export file:// links to xlsx.  [#569]
        * Improve handling of invalid formulae from xlsx.  [#574]
        * Introspection fixes.
        * Improve CELL("format",...)  [#576]
        * wk4 import improvements.  (For no good reason.)
        * Fix some -fsanitize=undefined problems.
        * Improve excel-specific xlsx import of validation.

Gnumeric 1.12.49

Andreas:
        * Do not try to turn all of LibreOffice's SplitModes into frozen
          panes [file of #557]
Jean:
        * Fix graph size issue when the graph is in its own sheet. [#516]
        * Fix one more graph size issue when the graph is in its own sheet. [#565]
JohnDenker:
        * Fix ssgrep problem when used as a filter.  [#552]
Morten:
        * Rework conditional styling's upper level.
        * Fix autofill array critical.  [#511]
        * Handle missing values in xlsx.  [#517]
        * Fix critical when using fd://1.
        * Don't trim spaces for csv files as per rfc 4180.  [#528]
        * Fix cvs separator guessing problem with quotes.  [#537]
        * Improve handling of expressions in csv files.
        * Plug ssconvert leak.  [#546]
        * Fix bogus time match for "3.a".  [#545]
        * Use 1us resolution for NOW.  [#549]
        * Fix ssconvert sheet selection for csv.  [#555]
        * Test suite improvements.
        * Fix ods import problem with irregular sheet sizes.
        * Fix ods import problem with crazy named expressions.  [#557]
        * Allow plain space as 1000s separator in FR locale.
        * Fix graph size problem affecting image output.  [#507]
        * Check for yelp in autogen.  [#558]
        * Fix ssconvert problem with conditional styles.
        * Move from style regions to style classes in css.
        * Implement #ifdef for built-in css.
        * Dead kitten in css.
        * Improve the drawing of filter combos.
        * Allow theming of grid color.
        * Fix dirty-tracking.  [#554]
        * Plug ods write leak.
        * Disable cs documentation translation due to itstool/libxml2 bug.

diffstat:

 math/gnumeric112/Makefile         |    5 +-
 math/gnumeric112/PLIST            |  458 +-------------------------------------
 math/gnumeric112/distinfo         |    9 +-
 math/gnumeric112/patches/patch-ab |   24 -
 4 files changed, 9 insertions(+), 487 deletions(-)

diffs (truncated from 546 to 300 lines):

diff -r ec2e1a77e808 -r e134f79d69cf math/gnumeric112/Makefile
--- a/math/gnumeric112/Makefile Thu Dec 15 13:09:43 2022 +0000
+++ b/math/gnumeric112/Makefile Thu Dec 15 13:17:15 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2022/11/23 16:20:35 adam Exp $
+# $NetBSD: Makefile,v 1.83 2022/12/15 13:17:15 jperkin Exp $
 
-DISTNAME=      gnumeric-1.12.48
-PKGREVISION=   8
+DISTNAME=      gnumeric-1.12.53
 CATEGORIES=    math gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/}
 EXTRACT_SUFX=  .tar.xz
diff -r ec2e1a77e808 -r e134f79d69cf math/gnumeric112/PLIST
--- a/math/gnumeric112/PLIST    Thu Dec 15 13:09:43 2022 +0000
+++ b/math/gnumeric112/PLIST    Thu Dec 15 13:17:15 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2021/04/13 18:20:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/12/15 13:17:15 jperkin Exp $
 bin/gnumeric
 bin/${PKGNAME}
 bin/ssconvert
@@ -94,6 +94,7 @@
 include/libspreadsheet-1.12/spreadsheet/sf-gamma.h
 include/libspreadsheet-1.12/spreadsheet/sf-trig.h
 include/libspreadsheet-1.12/spreadsheet/sheet-autofill.h
+include/libspreadsheet-1.12/spreadsheet/sheet-conditions.h
 include/libspreadsheet-1.12/spreadsheet/sheet-control-gui-priv.h
 include/libspreadsheet-1.12/spreadsheet/sheet-control-gui.h
 include/libspreadsheet-1.12/spreadsheet/sheet-control-priv.h
@@ -283,7 +284,6 @@
 man/man1/ssdiff.1
 man/man1/ssgrep.1
 man/man1/ssindex.1
-share/appdata/gnumeric.appdata.xml
 share/applications/gnumeric.desktop
 share/glib-2.0/schemas/org.gnome.gnumeric.dialogs.gschema.xml
 share/glib-2.0/schemas/org.gnome.gnumeric.gschema.xml
@@ -835,447 +835,6 @@
 share/help/C/gnumeric/welcome.xml
 share/help/C/gnumeric/workbooks.xml
 share/help/C/gnumeric/worksheets.xml
-share/help/cs/gnumeric/figures/advanced-filter-1.png
-share/help/cs/gnumeric/figures/advanced-filter-2.png
-share/help/cs/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
-share/help/cs/gnumeric/figures/analysis-simulation-demand-ex1.png
-share/help/cs/gnumeric/figures/analysis-simulation-demand-ex2.png
-share/help/cs/gnumeric/figures/analysis-simulation-interations-equation1.png
-share/help/cs/gnumeric/figures/analysis-simulation-interations-equation2.png
-share/help/cs/gnumeric/figures/analysis-simulation-maximumtime-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-options-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-output-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-profit-ex1.png
-share/help/cs/gnumeric/figures/analysis-simulation-profit-ex2.png
-share/help/cs/gnumeric/figures/analysis-simulation-report-screen.png
-share/help/cs/gnumeric/figures/analysis-simulation-simtable-screen.png
-share/help/cs/gnumeric/figures/analysis-simulation-summary-dialog.png
-share/help/cs/gnumeric/figures/analysis-simulation-variables-dialog.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA1-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA1-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2w-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2w-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2wo-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ANOVA2wo-ex2.png
-share/help/cs/gnumeric/figures/analysistools-correlation-ex1.png
-share/help/cs/gnumeric/figures/analysistools-correlation-ex2.png
-share/help/cs/gnumeric/figures/analysistools-correlation-ex3.png
-share/help/cs/gnumeric/figures/analysistools-correlation.png
-share/help/cs/gnumeric/figures/analysistools-covariance-ex1.png
-share/help/cs/gnumeric/figures/analysistools-covariance-ex2.png
-share/help/cs/gnumeric/figures/analysistools-covariance.png
-share/help/cs/gnumeric/figures/analysistools-descstats-ex1-options.png
-share/help/cs/gnumeric/figures/analysistools-descstats-ex1.png
-share/help/cs/gnumeric/figures/analysistools-descstats-ex2.png
-share/help/cs/gnumeric/figures/analysistools-descstats.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png
-share/help/cs/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png
-share/help/cs/gnumeric/figures/analysistools-fourier-formula.png
-share/help/cs/gnumeric/figures/analysistools-fourier.png
-share/help/cs/gnumeric/figures/analysistools-frequency-cats.png
-share/help/cs/gnumeric/figures/analysistools-frequency-graphs.png
-share/help/cs/gnumeric/figures/analysistools-frequency-results.png
-share/help/cs/gnumeric/figures/analysistools-frequency.png
-share/help/cs/gnumeric/figures/analysistools-ftest-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ftest-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ftest.png
-share/help/cs/gnumeric/figures/analysistools-histogram-bins.png
-share/help/cs/gnumeric/figures/analysistools-histogram-cutoffs.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex1.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex2.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex3.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex4.png
-share/help/cs/gnumeric/figures/analysistools-histogram-ex5.png
-share/help/cs/gnumeric/figures/analysistools-histogram-graphs.png
-share/help/cs/gnumeric/figures/analysistools-histogram.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-ex1.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-ex2.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-ex3.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-groups.png
-share/help/cs/gnumeric/figures/analysistools-kaplan-options.png
-share/help/cs/gnumeric/figures/analysistools-kaplan.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-ex1.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-ex2.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-ex3.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-formula-central.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-formula-spencer.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-formula-weighted.png
-share/help/cs/gnumeric/figures/analysistools-moving-average-options.png
-share/help/cs/gnumeric/figures/analysistools-moving-average.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex1.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex2.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex3.png
-share/help/cs/gnumeric/figures/analysistools-normality-ex4.png
-share/help/cs/gnumeric/figures/analysistools-normality-testspec.png
-share/help/cs/gnumeric/figures/analysistools-normality.png
-share/help/cs/gnumeric/figures/analysistools-outputoptions.png
-share/help/cs/gnumeric/figures/analysistools-pcanalysis-ex1.png
-share/help/cs/gnumeric/figures/analysistools-pcanalysis-ex2.png
-share/help/cs/gnumeric/figures/analysistools-pcanalysis.png
-share/help/cs/gnumeric/figures/analysistools-random-ex1.png
-share/help/cs/gnumeric/figures/analysistools-random-ex2.png
-share/help/cs/gnumeric/figures/analysistools-random.png
-share/help/cs/gnumeric/figures/analysistools-ranges.png
-share/help/cs/gnumeric/figures/analysistools-rank-ex1.png
-share/help/cs/gnumeric/figures/analysistools-rank-ex2.png
-share/help/cs/gnumeric/figures/analysistools-rank.png
-share/help/cs/gnumeric/figures/analysistools-regression-ex1.png
-share/help/cs/gnumeric/figures/analysistools-regression-ex2.png
-share/help/cs/gnumeric/figures/analysistools-regression-ex3.png
-share/help/cs/gnumeric/figures/analysistools-regression.png
-share/help/cs/gnumeric/figures/analysistools-sampling-ex1.png
-share/help/cs/gnumeric/figures/analysistools-sampling-ex2.png
-share/help/cs/gnumeric/figures/analysistools-sampling.png
-share/help/cs/gnumeric/figures/analysistools-signtest-ex1.png
-share/help/cs/gnumeric/figures/analysistools-signtest-ex2.png
-share/help/cs/gnumeric/figures/analysistools-signtest-ex3.png
-share/help/cs/gnumeric/figures/analysistools-signtest.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex1.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex2.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex3.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex4.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex5.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex6.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex7.png
-share/help/cs/gnumeric/figures/analysistools-smoothing-ex8.png
-share/help/cs/gnumeric/figures/analysistools-smoothing.png
-share/help/cs/gnumeric/figures/analysistools-tools.png
-share/help/cs/gnumeric/figures/analysistools-ttest-equal-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ttest-equal-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ttest-equal.png
-share/help/cs/gnumeric/figures/analysistools-ttest-paired-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ttest-paired-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ttest-paired.png
-share/help/cs/gnumeric/figures/analysistools-ttest-unequal-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ttest-unequal-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ttest-unequal.png
-share/help/cs/gnumeric/figures/analysistools-ttest.png
-share/help/cs/gnumeric/figures/analysistools-ztest-ex1.png
-share/help/cs/gnumeric/figures/analysistools-ztest-ex2.png
-share/help/cs/gnumeric/figures/analysistools-ztest.png
-share/help/cs/gnumeric/figures/arrowhead-dimensions.png
-share/help/cs/gnumeric/figures/button-align-center.png
-share/help/cs/gnumeric/figures/button-align-left.png
-share/help/cs/gnumeric/figures/button-align-right.png
-share/help/cs/gnumeric/figures/button-arrow.png
-share/help/cs/gnumeric/figures/button-bold.png
-share/help/cs/gnumeric/figures/button-borders.png
-share/help/cs/gnumeric/figures/button-button.png
-share/help/cs/gnumeric/figures/button-center-across-selection.png
-share/help/cs/gnumeric/figures/button-checkbox.png
-share/help/cs/gnumeric/figures/button-combo.png
-share/help/cs/gnumeric/figures/button-copy.png
-share/help/cs/gnumeric/figures/button-cut.png
-share/help/cs/gnumeric/figures/button-decrease-indent.png
-share/help/cs/gnumeric/figures/button-decrease-precision.png
-share/help/cs/gnumeric/figures/button-equals.png
-share/help/cs/gnumeric/figures/button-fill.png
-share/help/cs/gnumeric/figures/button-font-size.png
-share/help/cs/gnumeric/figures/button-font-type.png
-share/help/cs/gnumeric/figures/button-frame.png
-share/help/cs/gnumeric/figures/button-function.png
-share/help/cs/gnumeric/figures/button-graph.png
-share/help/cs/gnumeric/figures/button-graphEditor-add.png
-share/help/cs/gnumeric/figures/button-increase-indent.png
-share/help/cs/gnumeric/figures/button-increase-precision.png
-share/help/cs/gnumeric/figures/button-insert-component.png
-share/help/cs/gnumeric/figures/button-insert-hyperlink.png
-share/help/cs/gnumeric/figures/button-insert-object.png
-share/help/cs/gnumeric/figures/button-italic.png
-share/help/cs/gnumeric/figures/button-label.png
-share/help/cs/gnumeric/figures/button-line.png
-share/help/cs/gnumeric/figures/button-list.png
-share/help/cs/gnumeric/figures/button-merge.png
-share/help/cs/gnumeric/figures/button-money.png
-share/help/cs/gnumeric/figures/button-new.png
-share/help/cs/gnumeric/figures/button-open.png
-share/help/cs/gnumeric/figures/button-oval.png
-share/help/cs/gnumeric/figures/button-paste.png
-share/help/cs/gnumeric/figures/button-percent.png
-share/help/cs/gnumeric/figures/button-preview.png
-share/help/cs/gnumeric/figures/button-print.png
-share/help/cs/gnumeric/figures/button-radio.png
-share/help/cs/gnumeric/figures/button-rectangle.png
-share/help/cs/gnumeric/figures/button-redo-and-history.png
-share/help/cs/gnumeric/figures/button-save.png
-share/help/cs/gnumeric/figures/button-scrollbar.png
-share/help/cs/gnumeric/figures/button-slider.png
-share/help/cs/gnumeric/figures/button-sort-az.png
-share/help/cs/gnumeric/figures/button-sort-za.png
-share/help/cs/gnumeric/figures/button-spin.png
-share/help/cs/gnumeric/figures/button-split.png
-share/help/cs/gnumeric/figures/button-subscript.png
-share/help/cs/gnumeric/figures/button-sum.png
-share/help/cs/gnumeric/figures/button-superscript.png
-share/help/cs/gnumeric/figures/button-text-colour.png
-share/help/cs/gnumeric/figures/button-thousands.png
-share/help/cs/gnumeric/figures/button-underline.png
-share/help/cs/gnumeric/figures/button-undo-and-history.png
-share/help/cs/gnumeric/figures/button-zoom.png
-share/help/cs/gnumeric/figures/cell-grid.png
-share/help/cs/gnumeric/figures/cell-selected.png
-share/help/cs/gnumeric/figures/cell-with-text.png
-share/help/cs/gnumeric/figures/cells-1.png
-share/help/cs/gnumeric/figures/cells-2.png
-share/help/cs/gnumeric/figures/chart_area_1_1.png
-share/help/cs/gnumeric/figures/chart_area_1_2.png
-share/help/cs/gnumeric/figures/chart_area_1_3.png
-share/help/cs/gnumeric/figures/chart_bar_1_1.png
-share/help/cs/gnumeric/figures/chart_bar_1_2.png
-share/help/cs/gnumeric/figures/chart_bar_1_3.png
-share/help/cs/gnumeric/figures/chart_bubble_1_1.png
-share/help/cs/gnumeric/figures/chart_column_1_1.png
-share/help/cs/gnumeric/figures/chart_column_1_2.png
-share/help/cs/gnumeric/figures/chart_column_1_3.png
-share/help/cs/gnumeric/figures/chart_line_1_1.png
-share/help/cs/gnumeric/figures/chart_line_1_2.png
-share/help/cs/gnumeric/figures/chart_line_1_3.png
-share/help/cs/gnumeric/figures/chart_line_2_1.png
-share/help/cs/gnumeric/figures/chart_line_2_2.png
-share/help/cs/gnumeric/figures/chart_line_2_3.png
-share/help/cs/gnumeric/figures/chart_pie_1_1.png
-share/help/cs/gnumeric/figures/chart_pie_2_1.png
-share/help/cs/gnumeric/figures/chart_radar_1_1.png
-share/help/cs/gnumeric/figures/chart_radar_1_2.png
-share/help/cs/gnumeric/figures/chart_radar_1_3.png
-share/help/cs/gnumeric/figures/chart_ring_1_1.png
-share/help/cs/gnumeric/figures/chart_ring_1_2.png
-share/help/cs/gnumeric/figures/chart_scatter_1_1.png
-share/help/cs/gnumeric/figures/chart_scatter_3_1.png
-share/help/cs/gnumeric/figures/chart_scatter_3_2.png
-share/help/cs/gnumeric/figures/chart_surface_1.png
-share/help/cs/gnumeric/figures/chart_surface_2.png
-share/help/cs/gnumeric/figures/dialog-auto-correct.png
-share/help/cs/gnumeric/figures/dialog-autosave.png
-share/help/cs/gnumeric/figures/dialog-fileopen-withTags.png
-share/help/cs/gnumeric/figures/dialog-filesave-compact-withTags.png
-share/help/cs/gnumeric/figures/dialog-filesave-expanded-withTags.png
-share/help/cs/gnumeric/figures/dialog-filter.png
-share/help/cs/gnumeric/figures/dialog-insert-object.png
-share/help/cs/gnumeric/figures/dialog-properties-arrow.png
-share/help/cs/gnumeric/figures/dialog-properties-checkbox.png
-share/help/cs/gnumeric/figures/dialog-properties-frame.png
-share/help/cs/gnumeric/figures/dialog-properties-label.png
-share/help/cs/gnumeric/figures/dialog-properties-line.png
-share/help/cs/gnumeric/figures/dialog-properties-oval.png
-share/help/cs/gnumeric/figures/dialog-properties-rectangle.png
-share/help/cs/gnumeric/figures/dialog-properties-scrollbar.png
-share/help/cs/gnumeric/figures/drawing-arrow.png
-share/help/cs/gnumeric/figures/drawing-line.png
-share/help/cs/gnumeric/figures/drawing-oval.png
-share/help/cs/gnumeric/figures/drawing-rectangle.png
-share/help/cs/gnumeric/figures/example-colGraph-modified.png
-share/help/cs/gnumeric/figures/example-colGraph.png
-share/help/cs/gnumeric/figures/example-columnSelect.png
-share/help/cs/gnumeric/figures/example-data.png
-share/help/cs/gnumeric/figures/files-html-example.png
-share/help/cs/gnumeric/figures/files-html32-example.png
-share/help/cs/gnumeric/figures/files-html40-example.png
-share/help/cs/gnumeric/figures/formula-dmedian.png
-share/help/cs/gnumeric/figures/gnumeric-empty.png
-share/help/cs/gnumeric/figures/gnumeric-icon-24.png
-share/help/cs/gnumeric/figures/gnumeric-labelled.png
-share/help/cs/gnumeric/figures/gnumeric-power-example.png
-share/help/cs/gnumeric/figures/graph-axes-grid.png
-share/help/cs/gnumeric/figures/graph-components.png
-share/help/cs/gnumeric/figures/graph-example-area.png
-share/help/cs/gnumeric/figures/graph-example-bar.png
-share/help/cs/gnumeric/figures/graph-example-bubble.png
-share/help/cs/gnumeric/figures/graph-example-column.png
-share/help/cs/gnumeric/figures/graph-example-line.png
-share/help/cs/gnumeric/figures/graph-example-pie.png
-share/help/cs/gnumeric/figures/graph-example-radar.png



Home | Main Index | Thread Index | Old Index