dcscope 2.25.2__tar.gz → 2.25.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dcscope-2.25.2 → dcscope-2.25.4}/CHANGELOG +6 -0
- {dcscope-2.25.2/dcscope.egg-info → dcscope-2.25.4}/PKG-INFO +2 -2
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/_version.py +3 -3
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/core.py +15 -3
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/dataslot.py +3 -1
- {dcscope-2.25.2 → dcscope-2.25.4/dcscope.egg-info}/PKG-INFO +2 -2
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/SOURCES.txt +1 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/requires.txt +1 -1
- {dcscope-2.25.2 → dcscope-2.25.4}/pyproject.toml +1 -1
- dcscope-2.25.4/tests/data/empty_recording.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_plotting.py +45 -1
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_pipeline_core.py +40 -4
- {dcscope-2.25.2 → dcscope-2.25.4}/.github/workflows/check.yml +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/.github/workflows/deploy_github.yml +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/.github/workflows/deploy_pypi.yml +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/.gitignore +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/.readthedocs.yml +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/LICENSE +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/MANIFEST.in +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/README.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/DCscope.icns +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/DCscope.ico +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/DCscopeLauncher.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/Readme.md +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/hook-dcscope.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/macos_DCscope.spec +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/macos_build_app.sh +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/macos_build_requirements.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_DCscope.spec +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_build_requirements.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_dcscope.iss_dummy +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/build-recipes/win_make_iss.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/__main__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/extensions.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_basins.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_basins.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_filter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_filter.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_log.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_log.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_meta.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_meta.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_plot.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_slot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_slot.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_tables.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_tables.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_view.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/ana_view.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/dlg_slot_reorder.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/analysis/dlg_slot_reorder.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/bulk/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/bulk/bulk_emodulus.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/bulk/bulk_emodulus.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_dataset.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_dataset.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_results.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_lme4_results.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_stats.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/compute/comp_stats.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/dcor/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/dcor/dcor.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2data.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2data.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2filter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2filter.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/export/e2plot.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/helpers.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/main.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/main.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/Readme.md +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/block_matrix.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/block_matrix.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/data_matrix.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_dataset.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_dataset.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_element.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_element.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_filter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/dm_filter.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/plot_matrix.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/pm_element.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/pm_plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/matrix/pm_plot.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/pipeline_plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/pipeline_plot.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/preferences.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/preferences.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_main.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_main.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_scatter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/quick_view/qv_style.css +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/settings.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/update.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/bg_thread.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/bulk_list.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/bulk_list.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/double_spin_box_nan.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/feature_combobox.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/get_path.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/key_value_table_widget.css +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/key_value_table_widget.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/mdi_subwindow_wo_close.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/qrangeslider.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/rangecontrol.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/rangecontrol.ui +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/simple_image_view.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/simple_plot_widget.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/so_colorbaritem.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/gui/widgets/wait_cursor.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/idiom.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/COPYING-ICONS +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/COPYING.LIB +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/README +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/code-context.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/globe.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/list-add.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/remove.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/search.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/visibility.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/code-context.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/document-open.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/document-save.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/globe.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/list-add.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/remove.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/22/visibility.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/code-context.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/document-open.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/document-save.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/globe.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/list-add.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/remove.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/24/visibility.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/document-open.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/document-save.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/16/folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/22/folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/24/folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/32/folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/places/64/folder.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/collect_icons.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/dcor.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/emodulus.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/filter_ray.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/region_channel.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/region_reservoir.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/rlang.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/dcscope/statistical_significance.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/index.theme +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/splash.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/meta_tool.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/__init__.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/filter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/filter_ray.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/pipeline/plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/plot_cache.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/session.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope/util.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/dependency_links.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/entry_points.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/dcscope.egg-info/top_level.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/README.md +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/Readme.md +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_icon.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_large_white.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_large_white.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/dcscope_splash.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/favicon.ico +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/artwork/favicon.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/conf.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/data/extension_fl1_density.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/dcscope.bib +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/extensions/fancy_include.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/extensions/github_changelog.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/extensions/rtd_pdf.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/ATTRIBUTION +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/area.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/aspect.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/brightness.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/deform.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/deform.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/fluorescence.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/fluorescence.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/inert_ratio.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/inert_ratio.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_countrate.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_countrate.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_area.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_area.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_porosity.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_porosity.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_ratios.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_filter_ratios.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_time.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_time.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_15um.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_20um.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_30um.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/qg_youngs_modulus_40um.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/rtdc-setup.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/volume.jpg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/figures/volume.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/index.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/requirements.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/.gitignore +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/CD66+_CD14-.poly +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots.sh +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_dcor.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_emodulus.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_export.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_extensions.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_lme4.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_lme4_diff.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_qg_statistics.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/make_scrots_ui.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_dcor_dlg.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_badtemp.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_config.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_feature.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_emodulus_other.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_export_data.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_extensions.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_diff_init.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_diff_results.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_init.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_lme4_results.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_statistics_folder.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/qg_statistics_init.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/scrots.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_basins.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_filter.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_logs.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_meta.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_plot.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_slot.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_ana_tables.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_block_matrix.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_main.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_qv_event.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_qv_poly.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/scrots/ui_qv_settings.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_changelog.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_devs.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_getting_started.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_imprint.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_interface.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_batch_stats.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_consistency_check.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_dcor.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_export_data.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_extensions.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_filtering.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_lme4.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_qg_youngs_modulus.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_quick_guides.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_rtdc_basics.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/docs/sec_z_bib.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/setup.cfg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/README.md +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/conftest.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/artificial_with_image_bg.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/blood_rbc_leukocytes.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/blood_rbc_qpi_data.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/calibration_beads_47.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/cytoshot_blood.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/ext_feat_anc_plugin_ca.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/extreme_shear.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/naiad-capture_blood_pipeline.rtdc +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_1_0_basic.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_1_2_plot_color_emodulus.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_1_6_no_events.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_5_0_dcor_lme4.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/data/version_2_5_0_dcor_lme4_diff.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/requirements.txt +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_extensions.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_ana_meta.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_basic.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_bulk_emodulus.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_compute_lme4.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_compute_stats.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_emodulus.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_export_data.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_export_filter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_export_plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_filter.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_matrix.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_pipeline_plot.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_quickview.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_reorder_datasets.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_gui_update.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_pipeline_filter_ray.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_session.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests/test_util.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/.gitignore +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/Readme.rst +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export.py +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export.so2 +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_log-large-points-export-png_expected.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_log-large-points-export-svg_expected.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-export-png_expected.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-export-svg_expected.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot1-export-png_expected.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot1-export-svg_expected.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot2-export-png_expected.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-and-contour-subplot2-export-svg_expected.svg +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/plot-export_scatter-long-title-export-png_expected.png +0 -0
- {dcscope-2.25.2 → dcscope-2.25.4}/tests-manual/run-tests.sh +0 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
2.25.4
|
|
2
|
+
- setup: bump dclab to 0.68.0 (open SWMR files in read mode)
|
|
3
|
+
2.25.3
|
|
4
|
+
- fix: `Pipeline.deduce_reduced_sample_names` failed for duplicate DCOR data
|
|
5
|
+
- fix: handle datasets without any events in the plot window (#223)
|
|
6
|
+
- setup: bump dclab to 0.67.5 (handle NaN-valued tables on DCOR)
|
|
1
7
|
2.25.2
|
|
2
8
|
- fix: check directory existence when loading files (#227)
|
|
3
9
|
2.25.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dcscope
|
|
3
|
-
Version: 2.25.
|
|
3
|
+
Version: 2.25.4
|
|
4
4
|
Summary: User interface for deformability cytometry (DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -16,7 +16,7 @@ Classifier: Intended Audience :: Science/Research
|
|
|
16
16
|
Requires-Python: <4,>=3.9
|
|
17
17
|
Description-Content-Type: text/x-rst
|
|
18
18
|
License-File: LICENSE
|
|
19
|
-
Requires-Dist: dclab[dcor,export,http,s3]>=0.
|
|
19
|
+
Requires-Dist: dclab[dcor,export,http,s3]>=0.68.0
|
|
20
20
|
Requires-Dist: h5py>=2.8.0
|
|
21
21
|
Requires-Dist: numpy>=1.21
|
|
22
22
|
Requires-Dist: pygments
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '2.25.
|
|
32
|
-
__version_tuple__ = version_tuple = (2, 25,
|
|
31
|
+
__version__ = version = '2.25.4'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 25, 4)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g568f827e5'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import copy
|
|
2
|
+
import pathlib
|
|
2
3
|
import threading
|
|
3
4
|
import warnings
|
|
4
5
|
|
|
@@ -22,6 +23,10 @@ class MissingFeatureWarning(UserWarning):
|
|
|
22
23
|
pass
|
|
23
24
|
|
|
24
25
|
|
|
26
|
+
class ContourSpacingWarning(UserWarning):
|
|
27
|
+
pass
|
|
28
|
+
|
|
29
|
+
|
|
25
30
|
class Pipeline(object):
|
|
26
31
|
def __init__(self, state=None):
|
|
27
32
|
self._plot_counter = 0
|
|
@@ -294,13 +299,16 @@ class Pipeline(object):
|
|
|
294
299
|
slot_id = slot_state["identifier"]
|
|
295
300
|
slot = self.get_slot(slot_id)
|
|
296
301
|
sp_min, sp_max = slot.get_sane_spacing_range(feat=feat)
|
|
302
|
+
# Note that sp_min and sp_max may be `np.nan`
|
|
297
303
|
if spacing < sp_min:
|
|
298
304
|
warnings.warn(f"Setting contour spacing for {slot_id} "
|
|
299
|
-
f"to minimum ({spacing}<{sp_min})"
|
|
305
|
+
f"to minimum ({spacing}<{sp_min})",
|
|
306
|
+
ContourSpacingWarning)
|
|
300
307
|
spacing = sp_min
|
|
301
308
|
elif spacing > sp_max:
|
|
302
309
|
warnings.warn(f"Setting contour spacing for {slot_id} "
|
|
303
|
-
f"to maximum ({spacing}>{sp_max})"
|
|
310
|
+
f"to maximum ({spacing}>{sp_max})",
|
|
311
|
+
ContourSpacingWarning)
|
|
304
312
|
spacing = sp_max
|
|
305
313
|
plot_state["contour"][f"spacing {ax}"] = spacing
|
|
306
314
|
if old_plot_state != plot_state:
|
|
@@ -363,7 +371,11 @@ class Pipeline(object):
|
|
|
363
371
|
slot = self.slots[ii]
|
|
364
372
|
if names[ii] == nn:
|
|
365
373
|
idx.append(ii)
|
|
366
|
-
|
|
374
|
+
if isinstance(slot.path, pathlib.Path):
|
|
375
|
+
slot_path_name = slot.path.name
|
|
376
|
+
else:
|
|
377
|
+
slot_path_name = str(slot.path).split("/")[-1]
|
|
378
|
+
same_names.append(nn + slot_path_name)
|
|
367
379
|
new_names = strip_common_prefix_suffix(same_names)
|
|
368
380
|
for jj, ii in enumerate(idx):
|
|
369
381
|
names[ii] = new_names[jj]
|
|
@@ -212,7 +212,9 @@ def get_sane_contour_spacing_range(feat, data):
|
|
|
212
212
|
feature data
|
|
213
213
|
"""
|
|
214
214
|
# TODO: caching?
|
|
215
|
-
if
|
|
215
|
+
if len(data) == 0:
|
|
216
|
+
frange = np.nan
|
|
217
|
+
elif feat in SLOPING_FEATURES:
|
|
216
218
|
frange = np.abs(data[-1] - data[0])
|
|
217
219
|
if np.isnan(frange) or np.isinf(frange):
|
|
218
220
|
invalid = np.logical_or(np.isinf(data), np.isnan(data))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dcscope
|
|
3
|
-
Version: 2.25.
|
|
3
|
+
Version: 2.25.4
|
|
4
4
|
Summary: User interface for deformability cytometry (DC)
|
|
5
5
|
Author: Benedikt Hartmann, Eoghan O'Connell, Maximilian Schlögel, Paul Müller, Raghava Alajangi
|
|
6
6
|
Maintainer-email: Paul Müller <dev@craban.de>
|
|
@@ -16,7 +16,7 @@ Classifier: Intended Audience :: Science/Research
|
|
|
16
16
|
Requires-Python: <4,>=3.9
|
|
17
17
|
Description-Content-Type: text/x-rst
|
|
18
18
|
License-File: LICENSE
|
|
19
|
-
Requires-Dist: dclab[dcor,export,http,s3]>=0.
|
|
19
|
+
Requires-Dist: dclab[dcor,export,http,s3]>=0.68.0
|
|
20
20
|
Requires-Dist: h5py>=2.8.0
|
|
21
21
|
Requires-Dist: numpy>=1.21
|
|
22
22
|
Requires-Dist: pygments
|
|
@@ -429,6 +429,7 @@ tests/data/blood_rbc_leukocytes.rtdc
|
|
|
429
429
|
tests/data/blood_rbc_qpi_data.rtdc
|
|
430
430
|
tests/data/calibration_beads_47.rtdc
|
|
431
431
|
tests/data/cytoshot_blood.rtdc
|
|
432
|
+
tests/data/empty_recording.rtdc
|
|
432
433
|
tests/data/ext_feat_anc_plugin_ca.py
|
|
433
434
|
tests/data/extreme_shear.rtdc
|
|
434
435
|
tests/data/naiad-capture_blood_pipeline.rtdc
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ import tempfile
|
|
|
5
5
|
import dclab
|
|
6
6
|
import h5py
|
|
7
7
|
import numpy as np
|
|
8
|
-
from PyQt6 import QtCore
|
|
8
|
+
from PyQt6 import QtCore, QtWidgets
|
|
9
9
|
import pytest
|
|
10
10
|
from dcscope.gui.main import DCscope
|
|
11
11
|
from dcscope import pipeline, session
|
|
@@ -170,6 +170,50 @@ def test_handle_empty_plots_issue_27(qtbot):
|
|
|
170
170
|
# activate (raises #27)
|
|
171
171
|
qtbot.mouseClick(pe, QtCore.Qt.MouseButton.LeftButton)
|
|
172
172
|
|
|
173
|
+
QtWidgets.QApplication.processEvents(
|
|
174
|
+
QtCore.QEventLoop.ProcessEventsFlag.AllEvents, 500)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
@pytest.mark.filterwarnings('ignore::dclab.kde.base.ContourSpacingTooLarge')
|
|
178
|
+
@pytest.mark.filterwarnings(
|
|
179
|
+
'ignore::dclab.kde.methods.KernelDensityEstimationForEmtpyArrayWarning')
|
|
180
|
+
@pytest.mark.filterwarnings(
|
|
181
|
+
'ignore::dcscope.pipeline.core.ContourSpacingWarning')
|
|
182
|
+
def test_handle_empty_plots_issue_223(qtbot):
|
|
183
|
+
"""Correctly handle plots with empty datasets (before filtering)
|
|
184
|
+
|
|
185
|
+
https://github.com/DC-analysis/DCscope/issues/223
|
|
186
|
+
"""
|
|
187
|
+
mw = DCscope()
|
|
188
|
+
qtbot.addWidget(mw)
|
|
189
|
+
|
|
190
|
+
# add a dataslot without any events
|
|
191
|
+
path = datapath / "empty_recording.rtdc"
|
|
192
|
+
mw.add_dataslot(paths=[path])
|
|
193
|
+
|
|
194
|
+
assert len(mw.pipeline.slot_ids) == 1, "we added those"
|
|
195
|
+
assert len(mw.pipeline.filter_ids) == 1, "automatically added"
|
|
196
|
+
|
|
197
|
+
# Check whether we really don't have any events
|
|
198
|
+
ds = mw.pipeline.get_dataset(slot_index=0, filt_index=0,
|
|
199
|
+
apply_filter=True)
|
|
200
|
+
assert len(ds) == 0
|
|
201
|
+
assert np.sum(ds.filter.all) == 0
|
|
202
|
+
|
|
203
|
+
# now create a plot window
|
|
204
|
+
plot_id = mw.add_plot()
|
|
205
|
+
pe = mw.block_matrix.get_widget(mw.pipeline.slot_ids[0], plot_id)
|
|
206
|
+
|
|
207
|
+
with pytest.warns(pipeline.core.EmptyDatasetWarning):
|
|
208
|
+
qtbot.mouseClick(pe, QtCore.Qt.MouseButton.LeftButton)
|
|
209
|
+
|
|
210
|
+
# this now only throws a warning
|
|
211
|
+
# activate (raises #223)
|
|
212
|
+
qtbot.mouseClick(pe, QtCore.Qt.MouseButton.LeftButton)
|
|
213
|
+
|
|
214
|
+
QtWidgets.QApplication.processEvents(
|
|
215
|
+
QtCore.QEventLoop.ProcessEventsFlag.AllEvents, 500)
|
|
216
|
+
|
|
173
217
|
|
|
174
218
|
@pytest.mark.filterwarnings(
|
|
175
219
|
'ignore::dclab.features.emodulus.YoungsModulusLookupTableExceededWarning')
|
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
import copy
|
|
2
2
|
import pathlib
|
|
3
|
-
import
|
|
3
|
+
import socket
|
|
4
4
|
|
|
5
5
|
import dclab
|
|
6
6
|
import numpy as np
|
|
7
|
-
from dcscope import pipeline
|
|
7
|
+
from dcscope import pipeline, session
|
|
8
|
+
import pytest
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
data_path = pathlib.Path(__file__).parent / "data"
|
|
12
|
+
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
|
|
13
|
+
try:
|
|
14
|
+
s.connect(("www.python.org", 80))
|
|
15
|
+
NET_AVAILABLE = True
|
|
16
|
+
except socket.gaierror:
|
|
17
|
+
# no internet
|
|
18
|
+
NET_AVAILABLE = False
|
|
8
19
|
|
|
9
20
|
|
|
10
21
|
def test_apply_filter_ray():
|
|
@@ -42,13 +53,38 @@ def test_apply_filter_ray():
|
|
|
42
53
|
assert np.all(ds_ref.filter.all == ds_ext.filter.all)
|
|
43
54
|
|
|
44
55
|
|
|
45
|
-
|
|
56
|
+
@pytest.mark.skipif(not NET_AVAILABLE, reason="No network connection!")
|
|
57
|
+
@pytest.mark.filterwarnings(
|
|
58
|
+
'ignore::dclab.rtdc_dataset.config.WrongConfigurationTypeWarning')
|
|
59
|
+
def test_session_dcor():
|
|
60
|
+
pipeline = session.open_session(data_path / "version_2_5_0_dcor_lme4.so2")
|
|
61
|
+
assert pipeline.deduce_reduced_sample_names() == [
|
|
62
|
+
'SSC 16uls rep1',
|
|
63
|
+
'SSC 16uls rep2',
|
|
64
|
+
'MG63 pure 16uls rep1',
|
|
65
|
+
'MG63 pure 16uls rep2',
|
|
66
|
+
'MG63 pure 16uls rep3',
|
|
67
|
+
]
|
|
68
|
+
# Add the last slot again
|
|
69
|
+
dcor_id = pipeline.slots[-1].path
|
|
70
|
+
pipeline.add_slot(path=dcor_id)
|
|
71
|
+
assert pipeline.deduce_reduced_sample_names() == [
|
|
72
|
+
'SSC 16uls rep1',
|
|
73
|
+
'SSC 16uls rep2',
|
|
74
|
+
'MG63 pure 16uls rep1',
|
|
75
|
+
'MG63 pure 16uls rep2',
|
|
76
|
+
'MG63 pure 16uls rep3',
|
|
77
|
+
'MG63 pure 16uls rep3',
|
|
78
|
+
]
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
def test_get_min_max_inf(tmp_path):
|
|
46
82
|
# generate fake dataset
|
|
47
83
|
path = pathlib.Path(__file__).parent / "data" / "calibration_beads_47.rtdc"
|
|
48
84
|
with dclab.new_dataset(path) as ds:
|
|
49
85
|
config = copy.deepcopy(ds.config)
|
|
50
86
|
|
|
51
|
-
tmp =
|
|
87
|
+
tmp = tmp_path / "example_filter_inf.rtdc"
|
|
52
88
|
ddict = {"deform": np.linspace(0, .01, 100),
|
|
53
89
|
"area_um": np.linspace(20, 200, 100),
|
|
54
90
|
"area_ratio": np.linspace(1, 1.1, 100)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/application-exit.svg
RENAMED
|
File without changes
|
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg
RENAMED
|
File without changes
|
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg
RENAMED
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg
RENAMED
|
File without changes
|
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg
RENAMED
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-open.svg
RENAMED
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/document-save.svg
RENAMED
|
File without changes
|
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg
RENAMED
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dcscope-2.25.2 → dcscope-2.25.4}/dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg
RENAMED
|
File without changes
|
|
File without changes
|