[DRE-commits] [ctioga2] 01/03: Merge tag 'upstream/0.5'

Vincent Fourmond fourmond at alioth.debian.org
Mon Aug 26 22:05:00 UTC 2013


This is an automated email from the git hooks/post-receive script.

fourmond pushed a commit to branch master
in repository ctioga2.

commit 0ad17adc091da61d34cf41d50409f5084b37b8bb
Merge: fb5511d 962d722
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Mon Aug 26 23:57:02 2013 +0200

    Merge tag 'upstream/0.5'
    
    Upstream version 0.5

 Changelog                                          |   16 ++
 ctioga2.gemspec                                    |    4 +-
 elisp/ctioga2-mode.el                              |    2 +-
 lib/ctioga2/commands/arguments.rb                  |    7 +-
 lib/ctioga2/commands/commands.rb                   |   58 +++--
 lib/ctioga2/commands/context.rb                    |   10 +-
 lib/ctioga2/commands/doc/help.rb                   |    4 +-
 lib/ctioga2/commands/doc/html.rb                   |   16 +-
 lib/ctioga2/commands/doc/introspection.rb          |   12 +-
 lib/ctioga2/commands/parsers/file.rb               |  243 ++++++++++----------
 .../commands/parsers/{file.rb => old-file.rb}      |   15 +-
 lib/ctioga2/commands/strings.rb                    |    4 +-
 lib/ctioga2/data/datacolumn.rb                     |    7 +-
 lib/ctioga2/data/dataset.rb                        |   16 +-
 lib/ctioga2/data/indexed-dtable.rb                 |   54 ++++-
 lib/ctioga2/data/stack.rb                          |   73 +++++-
 lib/ctioga2/graphics/elements.rb                   |    3 +-
 lib/ctioga2/graphics/elements/containers.rb        |   25 +-
 lib/ctioga2/graphics/elements/primitive.rb         |   10 +-
 lib/ctioga2/graphics/elements/xyz-contour.rb       |  123 ++++++++++
 lib/ctioga2/graphics/generator.rb                  |   36 ++-
 lib/ctioga2/graphics/legends.rb                    |   47 +++-
 lib/ctioga2/graphics/legends/area.rb               |   37 ++-
 lib/ctioga2/graphics/legends/items.rb              |   57 +++--
 lib/ctioga2/graphics/legends/multicols.rb          |  132 +++++++++++
 lib/ctioga2/graphics/styles.rb                     |    4 +-
 lib/ctioga2/graphics/styles/axes.rb                |   14 +-
 lib/ctioga2/graphics/styles/base.rb                |   76 +++++-
 lib/ctioga2/graphics/styles/colormap.rb            |    3 +-
 lib/ctioga2/graphics/styles/contour.rb             |  141 ++++++++++++
 lib/ctioga2/graphics/styles/curve.rb               |  116 ++++------
 lib/ctioga2/graphics/styles/drawable.rb            |   25 +-
 lib/ctioga2/graphics/styles/factory.rb             |  117 +++++++---
 lib/ctioga2/graphics/styles/legend.rb              |   55 ++++-
 lib/ctioga2/graphics/styles/plot.rb                |   19 +-
 lib/ctioga2/graphics/styles/sheet.rb               |   22 +-
 lib/ctioga2/graphics/styles/texts.rb               |   47 +++-
 lib/ctioga2/graphics/types.rb                      |   21 +-
 lib/ctioga2/graphics/types/dimensions.rb           |    8 +-
 lib/ctioga2/metabuilder/types/lists.rb             |    8 +-
 lib/ctioga2/metabuilder/types/numbers.rb           |    6 +-
 lib/ctioga2/metabuilder/types/styles.rb            |    4 +-
 lib/ctioga2/plotmaker.rb                           |   13 +-
 lib/ctioga2/utils.rb                               |   30 ++-
 tests/axes.sh                                      |    5 +
 tests/compareoutputs                               |   30 +++
 tests/legends.sh                                   |   17 ++
 tests/new-file-format/base.ct2                     |    2 +
 tests/new-file-format/variables.ct2                |    5 +
 tests/tests2montage                                |   14 +-
 tests/xyz-maps.sh                                  |    6 +
 51 files changed, 1388 insertions(+), 431 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ctioga2.git



More information about the Pkg-ruby-extras-commits mailing list