[Kst] [Kst-plot/kst] 5f2059: Work-in-progress to allow visualizing many vectors...

Barth Netterfield netterfield at astro.utoronto.ca
Thu Oct 17 18:15:40 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/Kst-plot/kst
  Commit: 5f2059798d5d925964b1b1567b127984060ef148
      https://github.com/Kst-plot/kst/commit/5f2059798d5d925964b1b1567b127984060ef148
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

  Changed paths:
    A src/images/magnifying_glass.png
    A src/images/svg_icons/magnifying_glass.svg

  Log Message:
  -----------
  Work-in-progress to allow visualizing many vectors at once.
See message on the list, it requires more work before being merged to master but it already looks promising.


  Commit: 7958f4058fa5a885f760f3976416a5a73692f249
      https://github.com/Kst-plot/kst/commit/7958f4058fa5a885f760f3976416a5a73692f249
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

  Changed paths:
    M src/images/icons.qrc
    M src/libkstapp/mainwindow.cpp
    M src/libkstapp/mainwindow.h
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/vectormodel.h
    M src/libkstapp/viewvectordialog.cpp
    M src/libkstapp/viewvectordialog.ui
    M src/widgets/vectorselector.ui

  Log Message:
  -----------
  Forgot to stage modified files...


  Commit: 31a1096f1416270f9ffde3051f5e64d0d8fd3500
      https://github.com/Kst-plot/kst/commit/31a1096f1416270f9ffde3051f5e64d0d8fd3500
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-02 (Wed, 02 Oct 2013)

  Changed paths:
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/viewvectordialog.cpp
    M src/libkstapp/viewvectordialog.h
    M src/libkstapp/viewvectordialog.ui

  Log Message:
  -----------
  Add reset button and remove index pseudo-vector


  Commit: 56c1c420d02a387116d898a3a3d73edbcc63c397
      https://github.com/Kst-plot/kst/commit/56c1c420d02a387116d898a3a3d73edbcc63c397
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/vectormodel.h
    M src/libkstapp/viewvectordialog.cpp
    M src/libkstapp/viewvectordialog.h
    M src/libkstapp/viewvectordialog.ui

  Log Message:
  -----------
  Improve the multiple vector view:
- no crash
- allow drag&drop of columns
- remove with context menu


  Commit: 0bf7f97a84c82be576cdffab0f857577db6540db
      https://github.com/Kst-plot/kst/commit/0bf7f97a84c82be576cdffab0f857577db6540db
  Author: Barth Netterfield <netterfield at astro.utoronto.ca>
  Date:   2013-10-10 (Thu, 10 Oct 2013)

  Changed paths:
    M pyKst/pykstpp_h.py
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/vectormodel.h

  Log Message:
  -----------
  Use VectorPtr (smart pointer) rather than Vector * for vector view dialog.


  Commit: 795a8b1c0076add93381d08453e9dfae8f6275e6
      https://github.com/Kst-plot/kst/commit/795a8b1c0076add93381d08453e9dfae8f6275e6
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M src/libkstapp/editmultiplewidget.cpp
    M src/libkstapp/editmultiplewidget.h
    M src/libkstapp/editmultiplewidget.ui
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/vectormodel.h
    M src/libkstapp/viewvectordialog.cpp
    M src/libkstapp/viewvectordialog.h
    M src/libkstapp/viewvectordialog.ui

  Log Message:
  -----------
  Improve vector view dialog by using a list of vectors. Works well, but I haven't been able to reduce the horizontal size of the
list. Fortunately, it is possible to hide it by moving the splitter to the left.


  Commit: bf2af41483cade2ee3653beb560cbd9dc59c3bb0
      https://github.com/Kst-plot/kst/commit/bf2af41483cade2ee3653beb560cbd9dc59c3bb0
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M src/libkstapp/datawizard.cpp
    M src/libkstapp/datawizardpagevectors.ui

  Log Message:
  -----------
  Allow multiple selection in the _vectorsToPlot widget of the vector page (datawizard).


  Commit: 5515a6bd517fde91f6db44cb46c1658d4bc96e80
      https://github.com/Kst-plot/kst/commit/5515a6bd517fde91f6db44cb46c1658d4bc96e80
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M src/libkstapp/vectormodel.cpp

  Log Message:
  -----------
  Apparently a call to reset() is needed. I don't know why as it wasn't like that with the vector selector... But this way it
works at least.


  Commit: 3a5c5661688daf74a0b517c34d13df510ad04fe1
      https://github.com/Kst-plot/kst/commit/3a5c5661688daf74a0b517c34d13df510ad04fe1
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-15 (Tue, 15 Oct 2013)

  Changed paths:
    M src/libkstapp/mainwindow.cpp
    M src/libkstapp/viewvectordialog.cpp
    M src/libkstapp/viewvectordialog.h

  Log Message:
  -----------
  Improve vector view: nicer add/remove buttons and automatic update.


  Commit: 6fe943b6d4adaaea4c784a60489f4758ce1330ab
      https://github.com/Kst-plot/kst/commit/6fe943b6d4adaaea4c784a60489f4758ce1330ab
  Author: Nicolas Brisset <nicolas.brisset at free.fr>
  Date:   2013-10-16 (Wed, 16 Oct 2013)

  Changed paths:
    M src/libkstapp/vectormodel.cpp

  Log Message:
  -----------
  Don't write 0 in cells which should be empty when the vector view is showing vectors of different lengths.


  Commit: d3fdc735c93276b11ead9681c676aa84f5486a23
      https://github.com/Kst-plot/kst/commit/d3fdc735c93276b11ead9681c676aa84f5486a23
  Author: Barth Netterfield <netterfield at astro.utoronto.ca>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/vectormodel.h
    M src/libkstapp/viewvectordialog.cpp

  Log Message:
  -----------
  Merge changes for empty entries


  Commit: 5024dd1c6a8506b93da6db4c85fce68838b8fbd0
      https://github.com/Kst-plot/kst/commit/5024dd1c6a8506b93da6db4c85fce68838b8fbd0
  Author: Barth Netterfield <netterfield at astro.utoronto.ca>
  Date:   2013-10-17 (Thu, 17 Oct 2013)

  Changed paths:
    M pyKst/pykstpp_h.py
    M src/images/icons.qrc
    A src/images/magnifying_glass.png
    A src/images/svg_icons/magnifying_glass.svg
    M src/libkstapp/datawizard.cpp
    M src/libkstapp/datawizardpagevectors.ui
    M src/libkstapp/editmultiplewidget.cpp
    M src/libkstapp/editmultiplewidget.h
    M src/libkstapp/editmultiplewidget.ui
    M src/libkstapp/mainwindow.cpp
    M src/libkstapp/mainwindow.h
    M src/libkstapp/vectormodel.cpp
    M src/libkstapp/vectormodel.h
    M src/libkstapp/viewvectordialog.cpp
    M src/libkstapp/viewvectordialog.h
    M src/libkstapp/viewvectordialog.ui
    M src/widgets/vectorselector.ui

  Log Message:
  -----------
  Merge branch 'manyvectors'

vector dialog is now stable enough to be merged with master, and used in rolling
packages.


Compare: https://github.com/Kst-plot/kst/compare/07736a36ed21...5024dd1c6a85


More information about the Kst mailing list