| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: goffice | Distribution: openSUSE 12.1 |
| Version: 0.8.17 | Vendor: openSUSE |
| Release: 2.1.2 | Build date: Sun Oct 30 04:02:05 2011 |
| Group: System/GUI/GNOME | Build host: build35 |
| Size: 3047780 | Source RPM: goffice-0.8.17-2.1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnumeric.org/ | |
| Summary: GLib/GTK+ Set of Document-Centric Objects and Utilities | |
These are common operations for document-centric applications that are conceptually simple, but complex to implement fully. - Plug-ins - Load and save documents - Undo and redo GOffice is a GLib/GTK+ set of document-centric objects and utilities.
GPLv2 ; GPLv2+
* Mon Aug 01 2011 vuntz@opensuse.org
- Update to version 0.8.17:
+ Plug leaks.
+ Fix noisy leak. [bgo#652420]
* Fri Jun 17 2011 vuntz@opensuse.org
- Update to version 0.8.16:
+ Improve ODF 1.2 output of fraction format.
+ Fix long-double compilation issue.
+ Improve accuracy of complex power.
+ Fix GOFormat problem resulting in "-0". [bgo#650928]
- Stop using source service to download the tarball, as Factory
will move away from this.
* Sun May 22 2011 dimstar@opensuse.org
- Update to version 0.8.15:
+ bgo#647324: Fix format string parsing with localized colour
names.
+ bgo#646700: Fixed closed bezier spline evaluation.
+ bgo#646832: Implement dropbar plots with linear or logarithmic
index axis.
+ bgo#647367: Fix legends for plots with marker only style.
+ bgo#649485: Don't use badly rounded values when clipping
markers.
+ bgo#650515: Implement probability plots with data as y values.
+ Plug memory leaks.
+ Detect more cases of linear-regression gone bad.
* Mon Apr 18 2011 dimstar@opensuse.org
- Update to version 0.8.14:
+ bgo#643767: Implement a GSettings backend for GOConf.
+ bgo#644222: Fix gnumeric crash when monitoring settings changes
+ Fix memory leaks.
+ Allow GOConf to handle absolute keys.
- Convert to source service: download tar.bz2 file and update .spec
file with correct version.
* Sun Mar 20 2011 dimstar@opensuse.org
- Update to version 0.8.13:
+ bgo#636158: Write text formats to ODF.
+ Fixed memory leaks found by cppcheck analysis.
+ bgo#638738: Fixed drop lines in line plots.
+ bgo#639840: Invalidate canvas items after reordering to force a
redraw?
+ bgo#640438: Fix axis limits serialization.
+ bgo#640571: Fix problem with engineering formats.
* Sun Feb 27 2011 aj@suse.de
- Change lang package Requires to Recommends since it is not
mandatory at runtime.
* Fri Nov 26 2010 dimstar@opensuse.org
- Update to version 0.8.12:
+ bgo#631242, bgo#630784: Fix US 30/360 date calculations.
+ bgo#631504: Fixed sorting with accentuated characters.
+ bgo#632310: Allow filled plots to be displayed behind the grids
+ Fixed patterns with cairo-1.10.
+ bgo#633735: Fixed flawed exponential fit in graphs for small
values.
+ bgo#633965: Fixed an infinite loop condition in cubic spline
evaluation.
+ Fix GOImage-vs-cairo lifecycle issue.
+ Fix loading of weird themes.
* Sat Oct 02 2010 vuntz@opensuse.org
- Update to version 0.8.11:
+ Implement custom grids in xyz plots. [bgo#624273]
+ Update API documentation.
+ Improve fractional days support for date axes.
+ Draw charset/locale selectors with "radio" buttons.
+ Fix charset problem for Japanese. [bgo#627829]
* Sun Sep 05 2010 vuntz@opensuse.org
- Update to version 0.8.10:
+ Make sure the first rather than the last error is shown.
+ Provide the opportunity of all errors to be shown.
+ Always use real line width when evaluating dashes. [bgo#442546]
+ Update x and y limits when data change for xyz plots.
[bgo#627288]
+ Do not crash when displaying cubic spline with no abscissa.
[bgo#627507]
+ Do not save image filling with no image. [bgo#627690]
+ Don't use g_free instead of xmlFree. [bgo#627700]
+ Optionaly delete trendlines from legend. [bgo#628031]
+ Fix critical in go_doc_finalize. [bgo#628467]
+ Fixed a potential crasher in
gog_styled_object_document_changed. [bgo#628671]
+ Fixed GOImage references management. [bgo#628732]
+ Limit formats to sane number of decimals. [bgo#627066]
+ Fix minor go_string_replace issue.
+ Plug leaks.
+ Fix char-xmlChar confusion.
+ Fix graph crash. [bgo#628259]
+ Improve go_format_is_date.
+ Improve handling of date axes with time-of-day.
+ Fix FMR on image load. [Part of bgo#628467]
+ Updated translations.
* Tue Aug 17 2010 dimstar@opensuse.org
- Update to version 0.8.9:
+ bgo#626206, bgo#626263, bgo#626305: Don't crash when loading a
corrupted chart.
+ Fix blur in zoomed charts.
+ bgo#626665: Fix memory leak and criticals in graph editor.
+ bgo#531070: Allow themes defined as xml files.
+ bgo#626461: Update currencies.
* Tue Aug 10 2010 vuntz@opensuse.org
- Update to version 0.8.8:
+ Make sure that go_format_sel_format_classification returns the
value used by the format selector. [bgo#625454]
+ Do not take manually placed charts into account when evaluating
rows and columns in GogGraph.
+ Fixed contour plots legend. [bgo#623887]
+ Add go_string_replace function.
+ Add functions to manage GOFormatDetails.
+ Fix go_conf notification problem. [bgo#625549]
+ Implement weekly ticks for date axes. [bgo#624340]
* Wed Jul 28 2010 andrea@opensuse.org
- Update to version 0.8.7:
+ Implement cumulative histograms.
+ Make histogram able to use raw data.
+ Implement equations rotation. [bgo#622782]
- Changes from version 0.8.6:
+ Clean-up some win32 code.
+ Fix point-on-graph crash. [bgo#620198]
+ Ensure format menu has yyyy-mm-dd.
+ Improve docs.
+ Fix currency ordering. [bgo#621336]
+ Fix rounding problems for very large numbers.
- Changes from version 0.8.5:
+ Fix the --without-gtk winbuild. [bgo#619312]
+ Fix trend-line problem with inverted x-axis. [bgo#619958]
- Changes from version 0.8.4:
+ Fix the --without-gtk build. [bgo#618592]
+ Regression fixes.
+ Improve linear regression accuracy.
+ Plug leaks.
- Changes from version 0.8.3:
+ Improve probability plots.
+ Implement the "combo-activate" signal in GOCombo. [bgo#583175]
+ Use markup for graph tips.
+ Fix week numbers issue.
+ Fix matrix inversion crash. [Part of bgo#617469]
+ Fix win32 configuration problem. [bgo#617672]
* Wed Apr 28 2010 dimstar@opensuse.org
- Update to version 0.8.2:
+ bgo#608422: Support fd:// URIs on win32
+ Add more GOPath API
+ bgo#613523: Implement conf notification in keyfile case
+ Fix distance calculation for arc, ellipse, polygon, polyline,
and rectangle
+ Support rotation for text on canvas
+ Add PolyPolygon and Path
* Tue Mar 09 2010 dimstar@opensuse.org
- Update to version 0.8.1:
+ bgo#609833: Remove libglade dependency from pc file.
+ bgo#610434: Use gtk_buildable_get_name instead of
gtk_widget_get_name where ppropriate.
+ bgo#610435: Fix crash in GogGuru.
+ bgo#611163: Fix cubic splines with invalid data.
+ bgo#611415: Fix locale selector issue.
+ Canvas improvements.
- Remove the libglade workaround.
* Sun Feb 14 2010 vuntz@opensuse.org
- Update to version 0.8.0:
+ Do not crash when a chart contains no plot. [bgo#607960]
+ Do not crash when deleting a grabbed item. [bgo#609747]
+ Add "autoload" flag for plugins.
+ Use locale independent markup. [bgo#608047]
* Sat Feb 13 2010 vuntz@opensuse.org
- Remove libglade-2.0 from libgoffice-0.8.pc with sed, until
bgo#609833 gets fixed.
* Wed Jan 27 2010 vuntz@opensuse.org
- Update to version 0.7.18:
+ Fix description of ring plots. [bgo#606162]
+ Add a name to regression curves for display in legends.
[bgo#605040]
+ Fixed GocPolygon bounds. [bgo#605496]
+ Moved plot area position page from plot to chart. [bgo#605771]
+ Add sample to the plot type selector. [bgo#495781]
+ Don't use multiline GtkLabel. [bgo#606162]
* Wed Dec 16 2009 vuntz@opensuse.org
- Update to version 0.7.17:
+ Fixed a canvas performance issue. [bgo#603813]
+ Update property page when style changes after reordering.
[bgo#604229]
+ Fix context sensitive help support on win32.
+ Make GOCmdContext require less implementation.
* Fri Dec 04 2009 vuntz@opensuse.org
- Update to version 0.7.16:
+ Add parent name for new objects in the graph guru "Add" menu.
+ Fix configuration loading when using .gnumericrc. [bgo#600654]
+ Implement error bars in radar and polar plots. [bgo#572720]
+ Add an option for negative values display in pies and rings.
[bgo#152614]
+ Add trend lines to legend. [bgo#383518]
+ Build color from color names usung gdk_parse_color.
[bgo#601114]
+ Fix crashes in probablility and scatter plots. [bgo#603015,
bgo#603016]
+ Support multiple series in probability plots. [bgo#603013]
+ Eliminate most uses of "float".
- Changes from version 0.7.15:
+ Fix bounds update of GocItem. [bgo#598091]
+ Prepare for GSEAL_ENABLE.
+ Display coordinates when moving the mouseover a graph.
[bgo#382666]
+ Make titles the first logical child and ensure they are
rendered last. Really fixes bgo#152675.
+ Fix graph scale after a size change. [bgo#599887]
+ Make chart position persistent in auto mode. [bgo#152674]
+ Canvas improvements for arrows.
- Changes from version 0.7.14:
+ Fix some translatable strings. [bgo#596003]
+ Fix unicolor gradient brightness.
+ Fix custom point marker in scatter plots. [bgo#596585]
+ Fixed various issues related to image filling.
+ Extensions for XLL support in Gnumeric. [bgo#597849]
* Tue Sep 29 2009 vuntz@opensuse.org
- Update to version 0.7.13:
+ Fix various problems with new canvas.
* Wed Sep 09 2009 dimstar@opensuse.org
- Update to version 0.7.12:
+ bgo#593608 - Deprecated GOStyle::outline.
+ bgo#593937, bgo#594070, bgo#594077 - Fixed import of surface
plots from excel.
* Tue Sep 01 2009 vuntz@novell.com
- Update to version 0.7.11:
+ Fix canvas item realize/unrealize problems. [bgo#593593]
* Mon Aug 31 2009 dimstar@opensuse.org
- Update to version 0.7.10:
+ Canvas improvements.
+ Removed FooCanvas.
+ Migrated from Glade to GtkBuilder.
+ bgo#592283 - Namespace issues.
- Drop libglade2-devel BuildRequires and Requires in devel package.
* Sun Aug 16 2009 dominique-obs@leuenberger.net
- Update to version 0.7.9:
+ bgo#586654 - Improve number style output to ODF.
+ Improve currency output to ODF.
+ bgo#587171 - Fix hang when writing date with invalid format.
+ bgo#585298 - Align surface ticks with grid.
+ bgo#589511, bgo#589512 - Fixed various contour plots related
issues.
+ bgo#590416 - Comparison line for probability plots.
+ New cairo based canvas.
+ bgo#586567 - Fix format localization problem.
+ bgo#588138 - Fix crash with Win32 configuration.
+ bgo#590903 - Fix axis issues near zero.
+ bgo#590908 - Improve log-scale axes.
- No longer needed to rename sr@Latn to sr@latin.
* Mon Jun 22 2009 dominique-obs@leuenberger.net
- Update to version 0.7.8:
+ Add some odf GOFormat output utilities
+ Handle scale attributes in markup
+ Add functions to generate number formats
+ Make format classification function public
+ Fix inc/dec precision for accounting format
+ Introduce master include file
+ Activate formatting support for negative elapsed times.
* Sun May 24 2009 vuntz@novell.com
- Update to version 0.7.7:
+ Modified serialization of pango markup to support all weights
+ Add "pristine" as GODoc property.
+ Properly handle date conventions in graphs.
+ Support formatted editing of graph limits that are dates and
times. [bgo#574681]
+ Implement new calendar button widget.
* Thu May 07 2009 vuntz@novell.com
- Update to version 0.7.6:
+ Fixed segfault during documentation generation. [bgo#580296]
+ Improve log axes' tick calculation. [bgo#375756]
* Mon Apr 27 2009 vuntz@novell.com
- Update to version 0.7.5:
+ Fixed gconf and gmathml propagation to pc file. [bgo#576497]
+ Added a new plot type: GogColorPolarPlot.
+ Use priority when looking up savers by extension or mime.
+ Add new go_format_is_time function.
+ Pick sane bounds for time-formatted axes. [Part of bgo#574681]
+ Pick sane bounds for date-formatted axes. [Part of bgo#574681]
+ Add magic date and time formats.
- Drop goffice-fix-gconf-dep.patch: fixed upstream.
* Tue Mar 24 2009 vuntz@novell.com
- Add goffice-fix-gconf-dep.patch to fix gconf detection in
pkg-config.
* Mon Mar 23 2009 vuntz@novell.com
- Update to version 0.7.4:
+ Add go_gtk_show_url. [bgo#559021]
+ Don't display markers in histogram legend. [bgo#574340]
+ Skip points corresponding to invalid valies in pie charts.
[bgo#574348]
+ Correctly use all points defined in bar/columns plot series.
[bgo#574349]
+ Avoid unused direct shlib deps. [bgo#572910]
+ Set a default family when none is given. [bgo#575318]
+ Fix a pixbuf scaling problem in foocanvas.
+ Improve handling of localized formats.
* Mon Mar 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
/usr/lib64/goffice /usr/lib64/goffice/0.8.17 /usr/lib64/goffice/0.8.17/plugins /usr/lib64/goffice/0.8.17/plugins/plot_barcol /usr/lib64/goffice/0.8.17/plugins/plot_barcol/barcol.so /usr/lib64/goffice/0.8.17/plugins/plot_barcol/gog-area-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_barcol/gog-barcol-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_barcol/gog-minmax-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_barcol/plot-types.xml /usr/lib64/goffice/0.8.17/plugins/plot_barcol/plugin.xml /usr/lib64/goffice/0.8.17/plugins/plot_distrib /usr/lib64/goffice/0.8.17/plugins/plot_distrib/distrib.so /usr/lib64/goffice/0.8.17/plugins/plot_distrib/gog-boxplot-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_distrib/gog-double-histogram-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_distrib/gog-histogram-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_distrib/plot-types.xml /usr/lib64/goffice/0.8.17/plugins/plot_distrib/plugin.xml /usr/lib64/goffice/0.8.17/plugins/plot_pie /usr/lib64/goffice/0.8.17/plugins/plot_pie/gog-pie-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_pie/gog-pie-series.ui /usr/lib64/goffice/0.8.17/plugins/plot_pie/gog-ring-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_pie/pie.so /usr/lib64/goffice/0.8.17/plugins/plot_pie/plot-types.xml /usr/lib64/goffice/0.8.17/plugins/plot_pie/plugin.xml /usr/lib64/goffice/0.8.17/plugins/plot_radar /usr/lib64/goffice/0.8.17/plugins/plot_radar/gog-color-polar-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_radar/gog-polar-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_radar/plot-types.xml /usr/lib64/goffice/0.8.17/plugins/plot_radar/plugin.xml /usr/lib64/goffice/0.8.17/plugins/plot_radar/radar.so /usr/lib64/goffice/0.8.17/plugins/plot_surface /usr/lib64/goffice/0.8.17/plugins/plot_surface/gog-xyz-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_surface/gog-xyz-surface-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_surface/plot-types.xml /usr/lib64/goffice/0.8.17/plugins/plot_surface/plugin.xml /usr/lib64/goffice/0.8.17/plugins/plot_surface/surface.so /usr/lib64/goffice/0.8.17/plugins/plot_xy /usr/lib64/goffice/0.8.17/plugins/plot_xy/gog-bubble-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_xy/gog-xy-color-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_xy/gog-xy-dropbar-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_xy/gog-xy-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_xy/gog-xy-series-prefs.ui /usr/lib64/goffice/0.8.17/plugins/plot_xy/plot-types.xml /usr/lib64/goffice/0.8.17/plugins/plot_xy/plugin.xml /usr/lib64/goffice/0.8.17/plugins/plot_xy/xy.so /usr/lib64/goffice/0.8.17/plugins/reg_linear /usr/lib64/goffice/0.8.17/plugins/reg_linear/linreg.so /usr/lib64/goffice/0.8.17/plugins/reg_linear/plugin.xml /usr/lib64/goffice/0.8.17/plugins/reg_linear/reg-types.xml /usr/lib64/goffice/0.8.17/plugins/reg_logfit /usr/lib64/goffice/0.8.17/plugins/reg_logfit/logfit.so /usr/lib64/goffice/0.8.17/plugins/reg_logfit/plugin.xml /usr/lib64/goffice/0.8.17/plugins/reg_logfit/reg-types.xml /usr/lib64/goffice/0.8.17/plugins/smoothing /usr/lib64/goffice/0.8.17/plugins/smoothing/gog-exp-smooth.ui /usr/lib64/goffice/0.8.17/plugins/smoothing/gog-moving-avg.ui /usr/lib64/goffice/0.8.17/plugins/smoothing/plugin.xml /usr/lib64/goffice/0.8.17/plugins/smoothing/smoothing.so /usr/lib64/goffice/0.8.17/plugins/smoothing/types.xml /usr/lib64/libgoffice-0.8.so.8 /usr/lib64/libgoffice-0.8.so.8.0.17 /usr/share/doc/packages/goffice /usr/share/doc/packages/goffice/AUTHORS /usr/share/doc/packages/goffice/BUGS /usr/share/doc/packages/goffice/COPYING /usr/share/doc/packages/goffice/ChangeLog /usr/share/doc/packages/goffice/MAINTAINERS /usr/share/doc/packages/goffice/NEWS /usr/share/doc/packages/goffice/README /usr/share/goffice /usr/share/goffice/0.8.17 /usr/share/goffice/0.8.17/patterns /usr/share/goffice/0.8.17/patterns/svg-patterns.xml /usr/share/goffice/0.8.17/ui /usr/share/goffice/0.8.17/ui/go-3d-rotation-sel.ui /usr/share/goffice/0.8.17/ui/go-font-sel.ui /usr/share/goffice/0.8.17/ui/go-format-sel.ui /usr/share/goffice/0.8.17/ui/go-image-save-dialog-extra.ui /usr/share/goffice/0.8.17/ui/go-image-sel.ui /usr/share/goffice/0.8.17/ui/go-rotation-sel.ui /usr/share/goffice/0.8.17/ui/go-style-prefs.ui /usr/share/goffice/0.8.17/ui/gog-3d-box-prefs.ui /usr/share/goffice/0.8.17/ui/gog-axis-prefs.ui /usr/share/goffice/0.8.17/ui/gog-equation-prefs.ui /usr/share/goffice/0.8.17/ui/gog-error-bar-prefs.ui /usr/share/goffice/0.8.17/ui/gog-graph-prefs.ui /usr/share/goffice/0.8.17/ui/gog-guru-type-selector.ui /usr/share/goffice/0.8.17/ui/gog-guru.ui /usr/share/goffice/0.8.17/ui/gog-object-prefs.ui /usr/share/goffice/0.8.17/ui/gog-plot-prefs.ui /usr/share/goffice/0.8.17/ui/gog-reg-curve-prefs.ui /usr/share/goffice/0.8.17/ui/gog-reg-eqn-prefs.ui /usr/share/goffice/0.8.17/ui/gog-series-prefs.ui /usr/share/pixmaps/goffice /usr/share/pixmaps/goffice/0.8.17 /usr/share/pixmaps/goffice/0.8.17/area.xpm /usr/share/pixmaps/goffice/0.8.17/bar-hboth.png /usr/share/pixmaps/goffice/0.8.17/bar-hminus.png /usr/share/pixmaps/goffice/0.8.17/bar-hplus.png /usr/share/pixmaps/goffice/0.8.17/bar-none.png /usr/share/pixmaps/goffice/0.8.17/bar-vboth.png /usr/share/pixmaps/goffice/0.8.17/bar-vminus.png /usr/share/pixmaps/goffice/0.8.17/bar-vplus.png /usr/share/pixmaps/goffice/0.8.17/bar.xpm /usr/share/pixmaps/goffice/0.8.17/bubble.xpm /usr/share/pixmaps/goffice/0.8.17/chart_area_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_area_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_area_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_bar_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_bar_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_bar_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_bar_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_bar_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_bar_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_boxplot_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_boxplot_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_boxplot_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_boxplot_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_bubble_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_color_polar_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_colored_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_column_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_column_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_column_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_column_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_column_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_column_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_column_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_cone_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_contour_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_contour_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_cylinder_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_dropbar_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_dropbar_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_dropbar_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_dropbar_1_4.png /usr/share/pixmaps/goffice/0.8.17/chart_histogram_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_histogram_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_histogram_1_4.png /usr/share/pixmaps/goffice/0.8.17/chart_histogram_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_line_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_line_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_line_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_line_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_line_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_line_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_line_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_minmax_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_minmax_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_minmax_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_minmax_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_pie_3_2.png /usr/share/pixmaps/goffice/0.8.17/chart_polar_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_prob_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_2_3.png /usr/share/pixmaps/goffice/0.8.17/chart_pyramid_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_radar_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_radar_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_radar_1_3.png /usr/share/pixmaps/goffice/0.8.17/chart_ring_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_ring_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_3_1.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_3_2.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_3_3.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_4_1.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_4_2.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_4_3.png /usr/share/pixmaps/goffice/0.8.17/chart_scatter_4_4.png /usr/share/pixmaps/goffice/0.8.17/chart_stock_1_1.png /usr/share/pixmaps/goffice/0.8.17/chart_stock_1_2.png /usr/share/pixmaps/goffice/0.8.17/chart_stock_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_stock_2_2.png /usr/share/pixmaps/goffice/0.8.17/chart_surface_2_1.png /usr/share/pixmaps/goffice/0.8.17/chart_surface_2_2.png /usr/share/pixmaps/goffice/0.8.17/color.xpm /usr/share/pixmaps/goffice/0.8.17/column.xpm /usr/share/pixmaps/goffice/0.8.17/contour.xpm /usr/share/pixmaps/goffice/0.8.17/dist.xpm /usr/share/pixmaps/goffice/0.8.17/doughnut.xpm /usr/share/pixmaps/goffice/0.8.17/dropbar.xpm /usr/share/pixmaps/goffice/0.8.17/linegraph.xpm /usr/share/pixmaps/goffice/0.8.17/minmax.xpm /usr/share/pixmaps/goffice/0.8.17/pie.xpm /usr/share/pixmaps/goffice/0.8.17/polar.png /usr/share/pixmaps/goffice/0.8.17/radar.xpm /usr/share/pixmaps/goffice/0.8.17/scatter.xpm /usr/share/pixmaps/goffice/0.8.17/stock.xpm /usr/share/pixmaps/goffice/0.8.17/surface.xpm
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:07:35 2013