Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uvcdat master with vcs3 d features for v2.1.1 #1003

Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 5, 2014

  1. Bug fixes

    ThomasMaxwell committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    195ccde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6d088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e8eaf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb2b6c8 View commit details
    Browse the repository at this point in the history
  5. Add volume renderer

    ThomasMaxwell committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    2418846 View commit details
    Browse the repository at this point in the history
  6. opacity graph fixes

    ThomasMaxwell committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    25575d2 View commit details
    Browse the repository at this point in the history
  7. Merge fixes

    ThomasMaxwell committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    7b49e26 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Configuration menu
    Copy the full SHA
    eb72cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ffdf7 View commit details
    Browse the repository at this point in the history
  3. When I ran the Diagnostics GUI, it wanted to do animations. It never …

    …had before.
    
    I have no clue about why, but if you let it try, it will crash.
    These changes make sure that animations don't happen.
    painter1 committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    2cd167a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. Configuration menu
    Copy the full SHA
    a51eb22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9dbdd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. Configuration menu
    Copy the full SHA
    c133d88 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. 1. Nobody else should create a uvcdat_zero_plotspec; supply None inst…

    …ead. This should make it clear
    
     that that class is part of a workaround to a GUI bug (if you clear a cell, the contents don't
     change visibly, although they do get cleared internally) and no more.  Also, the other changes
     check for None.
    2. When the spreadsheet cell (graphics pane) should be blank, we now:
      (1) call clear_cell on it
      (2) make a uvc_zero_plotspec (a pseudo-blank plot) and plot it
      (3) call clear_cell on it again
    This change seems to reduce but not eliminate the possibility that you'll get a segfault
    upon clicking on a blank pane (the click should just select it for use in the menu on top,
    and draw a blue highlight to confirm your selection).
    
    I've run out of workarounds.  To do any better, we'll have to fix the Vistrails GUI which
    all this is built on top of.
    painter1 committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    d02c197 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. fix comment

    painter1 committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    c7dc464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d43cf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2014

  1. merged

    painter1 committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    81de172 View commit details
    Browse the repository at this point in the history
  2. Picker fixes

    ThomasMaxwell committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    364beca View commit details
    Browse the repository at this point in the history
  3. Fix merge errors

    ThomasMaxwell committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    90adeb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2014

  1. Remove obsolete code

    ThomasMaxwell committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    b84339a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Fix for empty strings in obs sets (usually from the file matching mat…

    …ching a bogus file)
    Brian Smith committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    20df747 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Configuration menu
    Copy the full SHA
    a113060 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. Configuration menu
    Copy the full SHA
    894fb8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecef17b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/uvcdat-vcsVTK' into uvcdat-master

    Conflicts:
    	vistrails/gui/uvcdat/diagnosticsDockWidget.py
    aashish24 committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    74a2e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    cabccf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Merge remote-tracking branch 'origin/uvcdat-dv3d-remove_unstructured_…

    …grid' into uvcdat-master
    aashish24 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    c769dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7add4 View commit details
    Browse the repository at this point in the history
  3. Update VTK package for VTK6 changes

    Disallow vtkWebApplication as a module and catch NotImplementedErrors
    for abstract class.  Also update vtk_parser.py to include Prabhu's
    updates for VTK6.
    dakoop committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    0dfa890 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Add 3d plot type

    ThomasMaxwell committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    c63982c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b65bbc View commit details
    Browse the repository at this point in the history
  3. Set a template which allows use of the diagnotics package's titles (a…

    …nd do so).
    
    Also, some useless debugging output is deleted.
    painter1 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    312fa1e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Configuration menu
    Copy the full SHA
    4e0f0bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3e85b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Configuration menu
    Copy the full SHA
    ec52652 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Integration fixes

    ThomasMaxwell committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    668b8c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2014

  1. Add 3d plot type

    ThomasMaxwell committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    10fa30a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27df0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5228d23 View commit details
    Browse the repository at this point in the history
  4. Integration fixes

    ThomasMaxwell committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    0f6b224 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'uvcdat-dv3d-add_dv3d_vcs_templates' of vistrails.org:vi…

    …strails into uvcdat-dv3d-add_dv3d_vcs_templates
    ThomasMaxwell committed Jul 23, 2014
    Configuration menu
    Copy the full SHA
    1a6fa91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5b00e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Add 3d plot type

    ThomasMaxwell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    074d9dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff56564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277a05a View commit details
    Browse the repository at this point in the history
  4. Integration fixes

    ThomasMaxwell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    61cc8f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1b6500 View commit details
    Browse the repository at this point in the history
  6. Integration fixes

    ThomasMaxwell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    77c4bc1 View commit details
    Browse the repository at this point in the history
  7. Fix merge errors

    ThomasMaxwell committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    8bc0c7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc5917c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Pass CDMSVar to plot3d

    ThomasMaxwell committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    4d9a071 View commit details
    Browse the repository at this point in the history
  2. Pass CDMSVar to plot3d

    ThomasMaxwell committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    0ebedbb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'uvcdat-dv3d-vcs-integrate_usg' of vistrails.org:vistrai…

    …ls into uvcdat-dv3d-vcs-integrate_usg
    ThomasMaxwell committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    538af73 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2014

  1. Fixes an UnboundLocalError

    Issues 524 and 526.
    remram44 committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    b41f9d8 View commit details
    Browse the repository at this point in the history
  2. bug fixes

    ThomasMaxwell committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    d37dd37 View commit details
    Browse the repository at this point in the history
  3. remove diagnostics

    ThomasMaxwell committed Jul 31, 2014
    Configuration menu
    Copy the full SHA
    350a2ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9448323 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80785e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. Configuration menu
    Copy the full SHA
    d8df6e7 View commit details
    Browse the repository at this point in the history
  2. Pass CDMSVar to plot3d

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    c10a596 View commit details
    Browse the repository at this point in the history
  3. bug fixes

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    6a2dc77 View commit details
    Browse the repository at this point in the history
  4. remove diagnostics

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    4e6f2a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9173591 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3dc55b3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'uvcdat-dv3d-vcs-integrate_usg' of vistrails.org:vistrai…

    …ls into uvcdat-dv3d-vcs-integrate_usg
    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    8bb91ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9247887 View commit details
    Browse the repository at this point in the history
  9. Pass CDMSVar to plot3d

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    d5e9229 View commit details
    Browse the repository at this point in the history
  10. bug fixes

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    f6b9b16 View commit details
    Browse the repository at this point in the history
  11. remove diagnostics

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    7349050 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bea8f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e4cb0aa View commit details
    Browse the repository at this point in the history
  14. bug fixes

    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    9005d0f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f2fb87 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    10cc2cd View commit details
    Browse the repository at this point in the history
  17. Merge branch 'uvcdat-dv3d-vcs-integrate_usg' of vistrails.org:vistrai…

    …ls into uvcdat-dv3d-vcs-integrate_usg
    ThomasMaxwell committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    c3c5154 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. Configuration menu
    Copy the full SHA
    1305eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    803f10b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2014

  1. Configuration menu
    Copy the full SHA
    9375c43 View commit details
    Browse the repository at this point in the history
  2. Exit after an exception before event loop starts

    The issue is that the caught exception didn't quit UV-CDAT so the
    other events attempted to start, causing things to hang.
    dakoop committed Aug 6, 2014
    Configuration menu
    Copy the full SHA
    b3fdbc4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. Eliminate GUI error messages

    Default noDebugPopups to True and get rid of console logger. ** Note:
    you will either have to set noDebugPopups to True in
    ~/.uvcdat/startup.xml or delete your ~/.uvcdat directory to see the
    effects. **
    dakoop committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    25ec19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60fe905 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2014

  1. Make sure the error is written to real stderr

    Since sys.stderr is usually written to a file, we need to make sure
    the error is written to the real stderr.
    dakoop committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    88793b3 View commit details
    Browse the repository at this point in the history
  2. Make sure that error message is also logged

    If we have sys.stderr redirected, write the message to the redirected
    stream, too.
    dakoop committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    7ff8773 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Configuration menu
    Copy the full SHA
    6756c03 View commit details
    Browse the repository at this point in the history
  2. Update pipeline helper

    ThomasMaxwell committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    6b70c81 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2014

  1. Configuration menu
    Copy the full SHA
    39b2c5c View commit details
    Browse the repository at this point in the history
  2. initialize_packages optionally reports missing dependencies

    This particular type of error might be expected if you are loading
    packages non-interactively. They are not application-level errors, they
    just indicate that the package cannot be used.
    remram44 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    0bf5eb7 View commit details
    Browse the repository at this point in the history
  3. Don't cry about missing deps on first run

    This makes VistrailsStartup ask the PackageManager not to report missing
    dependencies if we are running for the first time (i.e. it just
    installed the default startup.xml file).
    remram44 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    eb00406 View commit details
    Browse the repository at this point in the history
  4. Checks requirements before initializing

    Conflicts:
    	vistrails/core/modules/package.py
    remram44 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    dc59847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    447841f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fad324 View commit details
    Browse the repository at this point in the history
  7. Removes "needed_packages" override

    remram44 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    174d1ea View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/uvcdat-520-fix-dependencies_mast…

    …er' into uvcdat-master
    aashish24 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    b86b91e View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/uvcdat-520-remove-hardcoded-pack…

    …ages_master' into uvcdat-master
    aashish24 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    05867fb View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/uvcdat-520-hide-bad-pkg-errors_m…

    …aster' into uvcdat-master
    aashish24 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    89b9a32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1cd253 View commit details
    Browse the repository at this point in the history
  12. Fixes typo: MissingRequirement should disable pkg

    Fixes 447841f, MissingRequirement should disable the package just like
    InitializationFailed does.
    remram44 committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    cd718f4 View commit details
    Browse the repository at this point in the history
  13. Reinstaured vcs toolbar

    doutriaux1 authored and dakoop committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    accf1c4 View commit details
    Browse the repository at this point in the history
  14. Connect correctly to fixed animation backend

    Note that this branch includes the uvcdat_cdattoolbar branch.
    
    *** This branch should be updated in unison with the corresponding
    uvcdat-490-animation-updates in the uvcdat-devel repo. ***
    dakoop committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    78adf41 View commit details
    Browse the repository at this point in the history
  15. Fix play/stop button logic

    dakoop committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    7406632 View commit details
    Browse the repository at this point in the history
  16. Add config parameters

    ThomasMaxwell committed Aug 12, 2014
    Configuration menu
    Copy the full SHA
    4d44c44 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2014

  1. Configuration menu
    Copy the full SHA
    c7e337e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. usg fixes

    ThomasMaxwell committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    4cd9509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd145bb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. Configuration menu
    Copy the full SHA
    0f17b6b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2014

  1. Merge remote-tracking branch 'origin/uvcdat-490-animation-updates-reb…

    …ase' into uvcdat-master
    aashish24 committed Aug 18, 2014
    Configuration menu
    Copy the full SHA
    4fbb602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1834f79 View commit details
    Browse the repository at this point in the history
  3. Parameter fixes

    ThomasMaxwell committed Aug 18, 2014
    Configuration menu
    Copy the full SHA
    03624da View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. fix prov commands

    ThomasMaxwell committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    f75ce90 View commit details
    Browse the repository at this point in the history
  2. Fix controller update

    ThomasMaxwell committed Aug 19, 2014
    Configuration menu
    Copy the full SHA
    fc7f423 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. Configuration menu
    Copy the full SHA
    97bebb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2014

  1. Configuration menu
    Copy the full SHA
    5e5c0cb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2014

  1. Configuration menu
    Copy the full SHA
    9d086ac View commit details
    Browse the repository at this point in the history
  2. Fix provenance

    ThomasMaxwell committed Aug 26, 2014
    Configuration menu
    Copy the full SHA
    04396d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

  1. Merge remote-tracking branch 'origin/uvcdat-dv3d-provenance' into uvc…

    …dat-master
    
    Conflicts:
    	vistrails/gui/application.py
    	vistrails/packages/uvcdat_cdms/init.py
    aashish24 committed Aug 29, 2014
    Configuration menu
    Copy the full SHA
    bd2c1f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2014

  1. Move PyQt signal creation to GUI

    This must be merged at the same time as the
    bugfix-579-fix-animate-signals on the uvcdat repo!
    dakoop committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    7071029 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Configuration menu
    Copy the full SHA
    bfc6b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e4cf4e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/uvcdat-589-vcs-plot-out-spreadsh…

    …eet' into uvcdat-master
    aashish24 committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    a859715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e67cb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. Configuration menu
    Copy the full SHA
    57519d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2014

  1. Configuration menu
    Copy the full SHA
    2b5f213 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2014

  1. Configuration menu
    Copy the full SHA
    a678714 View commit details
    Browse the repository at this point in the history
  2. Fix sheet ref import

    ThomasMaxwell committed Sep 7, 2014
    Configuration menu
    Copy the full SHA
    ffc199d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03aa281 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    212b3b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2014

  1. Fix animation

    ThomasMaxwell committed Sep 8, 2014
    Configuration menu
    Copy the full SHA
    6c5fb60 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2014

  1. Configuration menu
    Copy the full SHA
    5c2aa9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc8970a View commit details
    Browse the repository at this point in the history
  3. Move some template code from diagnosticsDockWidget.py to uvcdat.py.

    (originally done August 5, 2014)
    painter1 committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    a96589b View commit details
    Browse the repository at this point in the history
  4. Change sorting function for plot sets to a natural sort defined in th…

    …e diagnostics package.
    
    This will put plot set 10 after plot set 9, and we can tinker with it as necessary.
    (originally done August 6, 2014)
    painter1 committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    020510a View commit details
    Browse the repository at this point in the history
  5. Fix a serious bug in the diagnostics GUI where it mattered whether y…

    …ou clicked on Obs1 or Data1 first.
    
        What I did was to separate the filter for obs from the filter for "data" (i.e. model output).
        A consequence is that the Options object is not really needed for the call of dirtree_datafiles,
        but I left it in for the moment.
        Note that this is still buggy.  It will be buggy until the filter, if any, and the path are
        inextricably bound together.  Thus, for example, the obs2 filter and obs1 filter would be
        different and bound together with the obs2 path and obs1 path, respectively.
        Moreover, this code will be unnecessarily complicated as long as there is such a strong
        internal distinction made between obs and model output.  They should and can be all
        handled with a single method.
    (originally done August 6, 2014)
    painter1 committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    58fcc7e View commit details
    Browse the repository at this point in the history
  6. Fix bug in check for whether obs exist.

        In displayCell, check whether a plot result object (res30) has presentation=="text".
        That means it's a text table, so we can't plot it.
    (originally done September 8, 2014)
    painter1 committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    fe91b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Merge remote-tracking branch 'origin/uvcdat-557-hide-importerror-in-p…

    …lotmanager' into uvcdat-master
    aashish24 committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    3c2de32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aded97 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Configuration menu
    Copy the full SHA
    070c17a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. Configuration menu
    Copy the full SHA
    726fae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e520d80 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/uvcdat-498-fix-vcs-click-traceba…

    …ck-again' into uvcdat-master
    aashish24 committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    647d1af View commit details
    Browse the repository at this point in the history
  4. Add call to stop animation playback before quitting

    Note: calls to canvas.animate directly since the animationWidget
    doesn't have a stop method that stops (not pauses) animation.
    
    Fixes #617
    dakoop committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    d5eb270 View commit details
    Browse the repository at this point in the history
  5. Stop playback if frame is manually changed

    If a user chooses a specific frame, playback should stop and the GUI
    state updated to reflect that.
    
    Fixes #643
    dakoop committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    c4790e2 View commit details
    Browse the repository at this point in the history
  6. Pass anim min max directly to create

    Create is reseting a_min/a_max now which introduced the issue.
    
    Fixes #639
    dakoop committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    aee85fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86a41fe View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. Configuration menu
    Copy the full SHA
    b12760f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f917393 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa6c8d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Make closing animations more robust

    Call stop_playback whenever the canvas is changed (via
    QAnimationView.setCanvas) and use setCanvas(None) in quit to normalize
    the code.
    
    Fixes #617
    Fixes #646
    dakoop committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    f926d07 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/uvcdat-617-fix-animation-close-i…

    …ssues' into uvcdat-master
    aashish24 committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    5b8f658 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. Configuration menu
    Copy the full SHA
    b1f8de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463c0bc View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Configuration menu
    Copy the full SHA
    1ec9b1d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2014

  1. fixed editing of colormaps

    doutriaux1 committed Sep 19, 2014
    Configuration menu
    Copy the full SHA
    a86167d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8403df6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. Add onClosing handler

    ThomasMaxwell committed Sep 25, 2014
    Configuration menu
    Copy the full SHA
    7649c69 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

  1. Configuration menu
    Copy the full SHA
    e653d3e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Configuration menu
    Copy the full SHA
    79f8b2a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Correctly handle MissingRequirement from packages

    Bug introduced by 447841f
    remram44 committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    2d66c90 View commit details
    Browse the repository at this point in the history
  2. Removes unused imports

    remram44 committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    f6d7d56 View commit details
    Browse the repository at this point in the history
  3. Revert "Eliminate GUI error messages"

    This reverts commit 25ec19b.
    remram44 committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    9c6a079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb0871a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2014

  1. remvoed vcs anim icon

    doutriaux1 committed Oct 7, 2014
    Configuration menu
    Copy the full SHA
    ea3f414 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2014

  1. Configuration menu
    Copy the full SHA
    f3b27e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2014

  1. Configuration menu
    Copy the full SHA
    923ed1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523df8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f9098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04fa364 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

  1. Configuration menu
    Copy the full SHA
    cd41712 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    240e1fa View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. Add dfual input plots

    ThomasMaxwell committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    d2a3f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Fix 3D_Dual_Scalar

    ThomasMaxwell committed Oct 22, 2014
    Configuration menu
    Copy the full SHA
    412d403 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Configuration menu
    Copy the full SHA
    104dd12 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Configuration menu
    Copy the full SHA
    128d806 View commit details
    Browse the repository at this point in the history
  2. adding icon files

    doutriaux1 committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    385e9dc View commit details
    Browse the repository at this point in the history
  3. Code style, missing import

    remram44 committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    5e4b360 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Configuration menu
    Copy the full SHA
    c5ba124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662f8ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ae501a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e0d58a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'uvcdat-issues-830-682-681-save-colormap-show-buttons' o…

    …f vistrails.org:vistrails into uvcdat-issues-830-682-681-save-colormap-show-buttons
    doutriaux1 committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    ddaaedc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. In applyClicked, look at what obs set the user had chosen (previously…

    … nothing had ever looked at
    
    what the user wanted, it always had the default value) and set the appropriate file filter.
    painter1 committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    44a671e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971b785 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from UV-CDAT/uvcdat-520-fix-packages

    Uvcdat 520 fix packages
    doutriaux1 committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    6198a57 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. A substantial but not major refactoring of how the filter menu is tre…

    …ated for observations.
    painter1 committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    40cd03e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. Actually read and use the user-supplied file filter (for model datase…

    …ts) #1 (i.e. DS1).
    
    It's been around for months but ignored until now.  The way I did it is crude but effective.
    We may want to drop this and do it like obs datasets in the future.  Or maybe do something
    completely different.
    painter1 committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    7c7e5b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from UV-CDAT/uvcdat-obs1filter

    In applyClicked, look at what obs set the user had chosen (previously no...
    painter1 committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    82e0f7c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Merge pull request #1 from UV-CDAT/uvcdat-issues-830-682-681-save-col…

    …ormap-show-buttons
    
    Uvcdat issues 830 682 681 save colormap show buttons
    
    since @remram44 is good with it and nobody seems to have time to do anything about this. self-merging
    doutriaux1 committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    d8c2ec3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2014

  1. Configuration menu
    Copy the full SHA
    044ee27 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Merge pull request #4 from UV-CDAT/uvcdat-911-colormap-editor-issues

    Issues for 911 in colormap editor fixed
    tested on mac works great. Thanks!
    doutriaux1 committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    26f4e30 View commit details
    Browse the repository at this point in the history
  2. reanbled animations

    doutriaux1 committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    c40364f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from UV-CDAT/uvcdat-animation-enabled

    reanbled animations
    doing a selfie... bad @doutriaux1 ! bad @doutriaux1 !
    doutriaux1 committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    c6a4203 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Ran formatter

    remram44 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    5c66126 View commit details
    Browse the repository at this point in the history
  2. Ran checker

    remram44 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6e0c7c1 View commit details
    Browse the repository at this point in the history
  3. disable buttons at the bottom when colormap is default and editor is …

    …cancel/close and reopen
    vvpalav authored and remram44 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    1dd31ce View commit details
    Browse the repository at this point in the history
  4. Fixed 911 and 933

    vvpalav authored and remram44 committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6d5a7d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed79a62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43355bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddb6080 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2014

  1. Configuration menu
    Copy the full SHA
    084ad2c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Merge pull request #6 from UV-CDAT/uvcdat-911-extended_issue_with_def…

    …ault_colormap
    
    disable buttons at the bottom when colormap is default and editor is can...
    williams13 committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    2716542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6398de1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2014

  1. Configuration menu
    Copy the full SHA
    fc11e5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from UV-CDAT/uvcdat_removing_animation_icon

    Removing the animation icon for 2.1
    williams13 committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    f1400b1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from UV-CDAT/uvcdat-vcs3D-hide_3D_dual_scalar_plot

    Hide 3D_Dual_Scalar plot
    aashish24 committed Dec 3, 2014
    Configuration menu
    Copy the full SHA
    dc6690b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Configuration menu
    Copy the full SHA
    13fcabf View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2014

  1. Shrink vtDV3D package.

    ThomasMaxwell committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    0e70e53 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Configuration menu
    Copy the full SHA
    6c586dd View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2014

  1. Configuration menu
    Copy the full SHA
    d9174eb View commit details
    Browse the repository at this point in the history
  2. Recover colormaps file

    ThomasMaxwell committed Dec 30, 2014
    Configuration menu
    Copy the full SHA
    58f0988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fadde2 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2015

  1. Configuration menu
    Copy the full SHA
    8fafac9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Configuration menu
    Copy the full SHA
    05c1775 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Configuration menu
    Copy the full SHA
    6132d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f358121 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b506342 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Configuration menu
    Copy the full SHA
    ed0452d View commit details
    Browse the repository at this point in the history
  2. Shrink vtDV3D package.

    ThomasMaxwell committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    f6d6adb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14d1c43 View commit details
    Browse the repository at this point in the history
  4. Recover colormaps file

    ThomasMaxwell committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    b38d981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60d9adb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e894523 View commit details
    Browse the repository at this point in the history
  7. Ignore pycharm files

    ThomasMaxwell committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    7b3aae7 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'uvcdat-vcs3D-features_for_v2.1.1' of github.com:UV-CDAT…

    …/VisTrails into uvcdat-vcs3D-features_for_v2.1.1
    ThomasMaxwell committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    2b2424a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2015

  1. Add 3D config panel

    ThomasMaxwell committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    50e2464 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

  1. Casts QString to str for vcs

    remram44 committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    d8d5dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2f1a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Add 3D config panel

    ThomasMaxwell committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    9e09926 View commit details
    Browse the repository at this point in the history
  2. Hook up config panel

    ThomasMaxwell committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    ab95acb View commit details
    Browse the repository at this point in the history
  3. Fix config panel

    ThomasMaxwell committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    9d37d82 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2015

  1. Configuration menu
    Copy the full SHA
    cd50863 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. Fix NULL cf exception

    ThomasMaxwell committed Jan 22, 2015
    Configuration menu
    Copy the full SHA
    6121d3b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. Fix config reset error

    ThomasMaxwell committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    d16681f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Merge pull request #10 from UV-CDAT/fix-qstrings-from-filechoosers

    Fix QStrings from filechoosers
    doutriaux1 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    a24eb3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708bebf View commit details
    Browse the repository at this point in the history
  3. Fixes bug

    remram44 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    f776b49 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from UV-CDAT/fix-vtkcell-traceback

    Fixes a traceback on cell creation
    doutriaux1 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    87329c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ce283b View commit details
    Browse the repository at this point in the history
  6. Fixes PlotManager#parse_helper_type_str()

    There is no way this worked with names that don't contain a dot
    (NameError).
    remram44 committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    7b80afc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2015

  1. Configuration menu
    Copy the full SHA
    4f91e45 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. Configuration menu
    Copy the full SHA
    8f2bb93 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. Configuration menu
    Copy the full SHA
    4463e17 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2015

  1. Merge pull request #12 from UV-CDAT/uvcdat-522-fix-cdms-configure_done

    Fixes an UnboundLocalError
    doutriaux1 committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    2e83405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cb324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf097db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from UV-CDAT/fix-vtk-pkg

    Fix vtk package
    seems to fix the vtk load error, still get the InputPort error though, but that's another issue
    doutriaux1 committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    cb2220b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50dfc63 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Fixes a NameError

    remram44 committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    2d52e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8964560 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from UV-CDAT/fix-vtkcell-x11

    Fix vtkcell on X11 for VTK >=6.2
    doutriaux1 committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    acb3fce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from UV-CDAT/remove_outline_outfill

    fixes issues due to outline/outfill no being part of vcs anymore
    doutriaux1 committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    e43ea31 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. Merge uvcdat-master

    ThomasMaxwell committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    c706d03 View commit details
    Browse the repository at this point in the history