Skip to content
  1. Feb 25, 2011
  2. Sep 14, 2009
  3. Jul 15, 2009
  4. Jul 08, 2009
  5. Jul 07, 2009
  6. Jul 06, 2009
  7. Jul 02, 2009
  8. Jun 30, 2009
  9. Jun 27, 2009
  10. Jun 25, 2009
  11. Jun 23, 2009
  12. Jun 17, 2009
  13. Jun 12, 2009
    • Jakob Petsovits's avatar
      Variable input schemas: Make it possible for inputs to depend on other inputs. · 8376d225
      Jakob Petsovits authored
      This is done by means of a considerable refactoring, and enables us to
      completely remove type options in favor of a purely input-based solution.
      Where type options were limited to a set of string or integer options,
      inputs enjoy the full flexibility of data wrappers and data input widgets.
      
      A large part of the refactoring concerns output schema listeners, which
      have been expanded in scope and are now called operation slot listeners,
      as they can react to input, input schema and output schema changes.
      (This will also make it possible to properly update pipeline connections
      when input/output slots change, but that's still to be implemented.)
      
      Also, a few bugs have been fixed in the process (and a few others have
      probably been introduced, let's see how it works out in the end).
      
      Yay for improving flexibility while lowering complexity.
      8376d225
  14. Jun 01, 2009
  15. May 26, 2009
    • Jakob Petsovits's avatar
      JavaScript improvements: · 1958a148
      Jakob Petsovits authored
      * use jQuery's $.each() instead of JS 1.6 for each()
      * not only highlight the corresponding slots but also the currently hovered one
      1958a148
  16. Apr 10, 2009