Showing with 518 additions and 701 deletions.
  1. +1 −1 devel-docs/doxygen/Doxyfile.doxy
  2. BIN docbook/kst/Icon-kst-datamanager.png
  3. BIN docbook/kst/Screenshot-kst-datamanager.png
  4. +44 −506 docbook/kst/data-chapter.docbook
  5. +1 −1 docbook/kst/tutorial.docbook
  6. +0 −14 kst.lsm.in
  7. +1 −1 old_datasources/healpix/healpix_tools_pix.cpp
  8. +3 −3 pyKst/pykst.py
  9. +12 −1 src/datasources/ascii/asciiconfigwidget.cpp
  10. +5 −0 src/datasources/ascii/asciiplugin.cpp
  11. +0 −45 src/datasources/bis/moc_bisdatasource.cxx_parameters
  12. +1 −1 src/datasources/dirfilesource/dirfilesource.cpp
  13. +19 −3 src/libkst/datasource.cpp
  14. +2 −2 src/libkstapp/baddatasourcedialog.cpp
  15. +2 −2 src/libkstapp/changefiledialog.cpp
  16. +20 −1 src/libkstapp/commandlineparser.cpp
  17. +2 −0 src/libkstapp/datamanager.cpp
  18. +85 −0 src/libkstapp/datasourceconfiguredialog.cpp
  19. +56 −0 src/libkstapp/datasourceconfiguredialog.h
  20. +44 −53 src/libkstapp/datasourcedialog.cpp
  21. +14 −27 src/libkstapp/datasourcedialog.h
  22. +122 −0 src/libkstapp/datasourcedialog.ui
  23. +2 −2 src/libkstapp/datawizard.cpp
  24. +17 −0 src/libkstapp/dialoglaunchergui.cpp
  25. +2 −0 src/libkstapp/dialoglaunchergui.h
  26. +0 −22 src/libkstapp/exportgraphicsdialog.cpp
  27. +0 −3 src/libkstapp/exportgraphicsdialog.h
  28. +2 −2 src/libkstapp/matrixdialog.cpp
  29. +2 −2 src/libkstapp/scalardialog.cpp
  30. +46 −3 src/libkstapp/sessionmodel.cpp
  31. +1 −0 src/libkstapp/sessionmodel.h
  32. +2 −2 src/libkstapp/stringdialog.cpp
  33. +2 −2 src/libkstapp/vectordialog.cpp
  34. +5 −0 src/libkstmath/dialoglauncher.cpp
  35. +1 −0 src/libkstmath/dialoglauncher.h
  36. +2 −2 src/plugins/dataobject/effectivebandwidth/kstplugin_effectivebandwidth.desktop
2 changes: 1 addition & 1 deletion devel-docs/doxygen/Doxyfile.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ HAVE_DOT = YES
# directory and reference it in all dot files that doxygen generates. This
# font does not include all possible unicode characters however, so when you need
# these (or just want a differently looking font) you can specify the font name
# using DOT_FONTNAME. You need need to make sure dot is able to find the font,
# using DOT_FONTNAME. You need to make sure dot is able to find the font,
# which can be done by putting it in a standard location or by setting the
# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
# containing the font.
Expand Down
Binary file modified docbook/kst/Icon-kst-datamanager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docbook/kst/Screenshot-kst-datamanager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading