labplot (2.8.2+git8317-5d6cef45a-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 5d6cef45aa161e03b6c99db1d0d3f17f53739180
* Date: 1619728405
* git changelog:
* 5d6cef45a - typo
* 4aa156c06 - readstat: datetime value labels not supported
* fd86103d2 - [worksheet] allow to consume variables from CAS
worksheets as custom columns in AxisDock (for custom tick positions
and custom label values).
* 1d359e410 - readstat: import value labels
* 8efd27f6c - [spreadsheet] allow to specify labels for the values in
a column. This initial implementation introduces the basic usage of
this feature that will be made more complete in the later commits
(undo/redo, save/load, better handling of DateTime values, batch
edit mode, etc.)
* 3b36a9fa3 - Fix crash in correlation and convolution & clean up
* c9a155efa - cmake: search for matio library
* a9e2b0b89 - axis: nice extend when zooming with mouse to avoid ugly
ranges
* 94ff93032 - axis: improve auto scientific tick label format
* 3bb807922 - fixuifiles
* 6db94e560 - [import] many online datasets are using quotes,
especially R's datasets. Activate the option in ASCII filter to
remove the quotes to properly import such data.
* fcc5e25f6 - [worksheet] better initial settings for the opacity in
histograms and box plots.
* 3052f0511 - [box plot] implemented notches.
* 766e48160 - axis: Fix problems with values near zero and scientific
format with precision zero
* cea7422d0 - [box plot] minor improvements.
* 3a060a15c - [box plot] implemented jitters and far out values.
* e845e4021 - [worksheet] moved some common code from XYCurve and
BoxPlot to CartesianCoordinateSystem.
* 66525c993 - [worksheet] switched to using the new Symbol-classes
also in the box plot. It's possible now to modify the symbol
properties for mean, outlier, far out and jitter values in the box
plot independent of each other.
* 6cf5b990c - [worksheet] moved the settings for the custom label
column from the tab Labels to the tab Ticks in the axis properties
widget. Usually, when providing a custom column for the ticks
position the user will also want to provide custom labels for them.
So, it makes sense to keep these settings together in the same tab.
* 0940d66a6 - [worksheet] properly handle the axis tick labels coming
from a custom text column when the plot range is being changed
during zooming etc.
* 429f6523a - [worksheet] used the Symbol and SymbolWidget in the
code for XYCurve and for Histogram.
* 175f65093 - readstat: prepare reading value labels etc.
* de53420b7 - [worksheet] implemented the symbol specific logic in
the class Symbol and introduced a new widget SymbolWidget to modify
the properties of a symbol. This widget will be used everywhere
where a symbol is available - xy-curve, histogram, custom point,
boxplot (mean, outliers, jitters), and later probably more.
* 426594747 - Fix crash when missing y scale due to range being zero
* 90aa63cbe - [box plot] don't try to draw the symbol for the mean
value if this point is outside of the currently visible plot region.
Same for whisker caps. This now removes all ugly artefact in the box
plot that could arise during zooming in the plot.
* 3c1a421db - [box plot] properly clip the box of the boxplot on the
plot boundaries when zooming in the plot.
-- Alexander Pozdnyakov <censored> Fri, 30 Apr 2021 23:30:36 +0300
labplot (2.8.2+git8291-389f8ea64-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 389f8ea649d34dd1ef203a97e61d14d86dadda2d
* Date: 1618436022
* git changelog:
* 389f8ea64 - Simplify analysis docks
* c72023166 - Use line edits instead of double spinboxes for ranges
in analysis docks
* 702b4bf6e - minor fix
* b71845fa7 - Hilbert transform: Fix showing auto x range
* 8d98a74bb - [boxplot] adding the changes in BoxPlotPrivate that
were forgotten in the previous commit.
* d6fe54928 - [boxplot] introduced the option for the variable box
width. If checked, the box width is made proportional to the square
root of the number of data points.
* c3600aaff - [boxplot] properly place the whisker ends and the
lowest and upper adjacent values.
* e5b05a95e - [spreadsheet] moved the management of the heatmap
formatting from the spreadsheet model into Column which allows a
much more easier saving and loading of the formatting properties and
impelemented save/load of them in the project.
* 18e3e9f7d - [worksheet] allow to apply the actions for zooming in
the plot separately for X and for Y for all plots on the worksheet.
* 614bc577e - [worksheet] use prefix and suffix, if available, also
for text custom columns used for axis labels.
* fcbedc316 - [worksheet] fixed copying and duplicating of boxplots.
* d3d4ddba7 - [boxplot] propely recalculate the whiskers when the cap
size was changed.
* be3f2ba35 - Show collapse all and expand all entries and use more
compact strings in the context menu of the project node in the
project explorer.
* bcc7e1740 - [spreadsheet] show the preview for the currently used
color map in the heatmap formatting dialog and some minor layout
improvements.
* d851c5217 - Minor code cleanup in MatrixModel and in main().
* a772866eb - [spreadsheet] allow to apply the conditional formatting
in the spreadsheet also to the font color of the cells.
* a4abbd177 - Decoupled the handling of the definitios of the color
maps from their visualization. This will allow to use the color map
colors independent of the ColorMapsWidget.
* 09ad50465 - Minor fixes.
* a0e369f16 - [worksheet] moved the check whether the multiple
selected info elements have the same parent from GuiObserver into
InfoElementDock.
* b9966f06f - Simplified the initialization of InfoElementDock in
GuiObserver.
* 67cbfa103 - [worksheet] suppress a couple of unneeded
recalculations of the bounding rectangular in Histogram and in
BoxPlot.
* 8c275602c - Allow to paste Spreadsheet and Matrix into Workbook.
* 512eb0196 - Allow to drop Spreadsheet and Matrix onto Workbook in
the project explorer and also expand the destination object after
the drop was finalized so the dropped object is automatically
visible.
* e2680bce7 - Properly invalidate column properties (statistics,
etc.) on data changes.
* 4e5779498 - Minor fixes in the color maps and heatmap formatting
widgets.
* 5810e5c49 - [spreadsheet] allow to remove the heatmap formatting in
the spreadsheet.
-- Alexander Pozdnyakov <censored> Thu, 15 Apr 2021 21:21:18 +0300
labplot (2.8.0+git8265-966951362-3) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 966951362a066334c25ca5149840f6ccf2012fa3
* Date: 1617287973
* git changelog:
* 966951362 - new release
* 52aab6cb3 - readstat: read notes as comment
* 0cc557048 - Implemented the search and the synchronization between
the icon and list views in the color maps browser.
* 3a2a00470 - Icon view mode in the color maps browser.
* e7692c018 - GIT_SILENT changelog
* 1e6afc2fa - readstat: use start and end column in import
* 84ea875f8 - [spreadsheet] for the heatmap formatting allow to
select what to hightlight - the background or the icon of the cells.
* 50816f959 - readstat: use start and end row in import
* 9a5375b94 - [spreadsheet] initial implementation of the heatmap
formatting in the spreadsheet.
* f0e920cae - GIT_SILENT made messages (after extraction)
* c3926cce4 - Fix build without readstat
* 20fe897ff - readstat: import data
* e2d41a06e - [box plot] performance optimizations: 1. no need to
calculate the outliers when MinMax whiskers type is selected 2.
avoid drawing outlier symbols falling onto the same scene point
* cc3d743d7 - readstat: Fix preview of empty cells
* 38c2cd3b5 - Fix compilation without readstat
* 6428f4311 - Implement preview of readstat files
* 78d9e4ad7 - [worksheet] finalized the implementation of the custom
column for axis ticks labels.
* 558b660c9 - Fix linking libiconv
* 36e5de667 - Added all colormaps from the collection Scientific
Colour Maps.
* a2d0fb7a6 - Link libiconv if necessary
* f2df522d4 - Try another linking fix
* 009a49dd8 - Merge branch 'master' of https://github.com/KDE/labplot
* 2ab2581b5 - Try again fixing linking
* 64760ac8c - try to fix test builds
* 31f58f740 - Try fixing linking problem with readstat
* 739bbd373 - [worksheet] better logic in LabelWidget to decide
whether it should be possible to position a text label via logical
plot coordinates or not.
* 4d028f186 - Fix typo
* f953a8bcb - Read file info for all formats supported by readstat
* dcd6f0c87 - GIT_SILENT changelog
* 5be53a66b - Add readstat import filter
* 3a353342e - Update readstat to 1.1.5
* 5af556179 - changelog
* c8ed59182 - [box plot] switched to the 1.5*IQR whiskers type and
minor fixes in the theme handling.
* a3b95ce32 - Fix square and inverse axes scale
* 0c0abf336 - Merge branch 'master' of https://github.com/KDE/labplot
* 0156a8e4c - Fix sqrt scale and add inverse scale
* 8217804a1 - [worksheet] added a new theme Tufte following Tufte's
minimal ink, maximal data philosophy.
* f27385597 - [worksheet] added missing slot implementation for the
custom column changes for axis ticks in the properties widget.
* a838f5c0e - [worksheet] add widgets to allow to use a custom column
for axis labels. The actuall consumption of the custom column still
needs to be implemented in Axis.
* eb152759c - Fix crash in log scale
* fc7151799 - Removed some outdated colormaps related code and added
the first color maps from the collection Scientific Colour Maps
(http://www.fabiocrameri.ch/colourmaps.php).
* 61acfff52 - Spreadsheet export: don't allow selection of FITS
export if cfitsio is not available.
-- Alexander Pozdnyakov <censored> Thu, 01 Apr 2021 19:26:05 +0300
labplot (2.8.0+git8222-aea43b38b-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: aea43b38bee0c5f32c6bb7f0d7e4878c807ce081
* Date: 1616013378
* git changelog:
* aea43b38b - Fix potential memory leak
* 34da49786 - [spreadsheet] simplified the wording in the Manipulate
Data part of the context menu.
* 35aa2e4f7 - Fixed a couple of places where Qt's container could be
potentially detached in the for-range loops.
* 26fad12ca - [spreadsheet] removed some unneeded intermediate
retransforms in the plots shown in the column statistics widget to
improve the performance on big data and made the dialog more
responsive.
* 3f354de65 - Switched from gsl_sort to std::sort also in the column
statistics widget.
* b6c73f22f - [spreadsheet] replaced gsl_sort with std::sort which is
300% faster and some further minor cleanup in
Column::calculateStatistics().
* ac468f4f3 - Fine tune extending/shrinking axes to nice values
* 58172a001 - [worksheet] removed some more copy&paste code in
CartesianPlot.cpp
* b0427a7d6 - [worksheet] removed the old and commented code that
took the sizes of the error bars into account when doing the auto-
scaling in the plot.
* 9fb292ef8 - GIT_SILENT changelog
* 5df201460 - Improve auto axis when zooming
* 2132d5700 - Fix precision of axis tick label for big numbers
* 269f491d5 - Improve axis auto range and add tests
* eed3cafa8 - [spreadsheet] initial code for the conditional
formatting in the spreadsheet.
* 1efda5f41 - Fix crash adding new axes
* c8ff57279 - Allow to copy&paste histograms and box plot and also
show the waiting cursor when the objects are being copied.
* f9927e8d3 - [spreadsheet] hide the freeze/unfreeze column action
instead of disabling it for non-first columns in the spreadsheet.
* 2bd49a99c - Added the Diverging Color Maps for Scientific
Visualization.
* c48fb65d0 - Fix saving of plot padding and avoid checking for old
settings
* 896f2ebbd - Improve auto number of axes ticks
* c6a4cc20b - [spreadsheet] don't limit the number of rows shown in
the column properties widget to 16777215. The column can have more
values.
* faea8e30e - [spreadsheet] delay checking whether the current
selection has some masked and unmasked cells to enable/disable the
corresponding action in the context menu to a later point when this
sub-menu for the selection is really opened. This improves the
performance for big selections in the spreadsheet.
* e8c412fae - Merge branch 'master' of
invent.kde.org:education/labplot
* a5a3bbd69 - Minor fixes.
* d891aa495 - Don't show FITS meta data editor menu if cfitsio it's
not available
* 634123c40 - Use auto number of axis ticks
* 8338bef53 - Implement auto tick count for axes
* e2d6349be - [spreadsheet] show the pdf-normalized histogram in the
KDE plot in the column statistics dialog.
* 896d7f88b - [histogram] count density and probability density
normalizations.
* 661c77ce1 - [worksheet] extended the logic in previous commit also
to BoxPlots.
* bece2e8a0 - [worksheet] when adding new curve like objects to the
plot (xy-curve, histogram, etc.) and assigning the color index from
the current theme, determine the index for children of all types and
not within one type only. I.e., if a xy-curve was added and a
histogram after this, the histogram should already get the second
color from the palette.
* 27c041510 - [histogram] implemented the normalization of the
histogram. The normalization type Count is the usual normalization
with the height of each bar being equal to the number of elements in
the bin. The normalization type Probability normalizes the height by
the total number of elements in all bins (the area below the
histogram envelope is equal to 1). Other normalizations will be
implemented later.
* da416ac08 - [worksheet] use Text instead of Text Label in the
context menu of the plot to be consisted with the wording used in
other areas.
* f6caf843e - [worksheet] fixed the regression where the label
positioning was possible via coordinates for axis title label.
* 1d3f2b0bd - GIT_SILENT changelog
* 8e6b2b018 - Worksheet export to more image formats
* 3c32aa99f - First version of the Color Maps Browser. This dialog
will be used later to select a color map for different purposes in
the application like for the conditional formatting in the
spreadsheet, for heatmaps, etc. In the initial version all color
maps from the CollowBrewer collection are included.
-- Alexander Pozdnyakov <censored> Thu, 18 Mar 2021 23:58:45 +0300
labplot (2.8.0+git8185-5a3eab2ca-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 5a3eab2caf05f8e0a57359776a7853c7eeafa0ae
* Date: 1614735370
* git changelog:
* 5a3eab2ca - GIT_SILENT made messages (after extraction)
* 3a780f53f - Off by one typo
* 1c2413b14 - typo
* a9369dba8 - use std namespace
* 2c6642280 - Use std::isnan
* 90ea8f97f - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 0bafa3e8a - GIT_SILENT made messages (after extraction)
* 980de5de4 - Hilbert transform curve with dock and implementation
including tests
* 441667522 - Update splash image
* 35db54570 - [spreadsheet] properly resize the internal data
containers created for the Q-Q plot in the statistics dialog.
* ab069ad3b - Make datetimeedits wrap
* 0ca1c1a9f - Add missing save and load of datetime format
* 68828f183 - [spreadsheet] make the plots in the column statistics
widget non-interactive and switched to the default color theme for
all plots in this dialog.
* 05c5e5923 - Improve range display
* db4590df7 - [spreadhsheet] allow to plot box plots via the Plot
Data-Dialog.
* 330289fef - User QJsonValueRef instead of auto& in the range-based
for-loops in ImportDatasetWidget.cpp to avoid copies of containers
because the range of type 'QJsonArray' does not return a reference
(clang warning).
* 0740051bf - [spreashdeet] implemented KDE plot in the column
statistics widget.
-- Alexander Pozdnyakov <censored> Thu, 04 Mar 2021 23:15:40 +0300
labplot (2.8.0+git8168-692d18ef0-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 692d18ef0b542bfe3a9c5786a1cfedc3c9cbe48a
* Date: 1613820077
* git changelog:
* 692d18ef0 - [box plot] fixes: 1. don't show whisker types that are
not implemented yet 2. update the color of the lines in the
comboboxes on load in the properties widget 3. fixed the
transformation of the position of the mean symbol
* b23ccaf47 - Updated ChangeLog for 2.8.2.
* c83c1421d - [spreadsheet] simpliefied the wording for the actions
to make the difference between remove cells and clear cell content
more clear.
* 1365ddfd8 - [spreadsheet] when selecting a column in the project
explorer, make sure it becomes visible in the spreadsheet by
scrolling horizontaly to its position.
* a34c77b3c - [worksheet] 1. adjust the range format (numeric vs.
datetime) also when the the column of the first curve is changed and
not only when a new curve is added 2. simplified the naming of the
initial axes for the default plot types (box blot with four axes,
etc.)
* 2643b60f6 - Fix crash due to function argument mismatch
* 908283f18 - [box plot] implemented the horizontal orientation.
* 64de0418f - Respect start column when importing column names from
ASCII file
* bc6257efa - Less debugging
* 79b904509 - Fix ASCII import when start column > 1
* b02d55547 - [spreadsheet] when removing or inserting rows in the
spreadsheet, update the vertical header _after_ the new row count
was determined. This will solve issues in the spreadsheet when a
wrong number of rows was displayed in the spreadsheet after the user
has modified this number in the properties explorer.
* ac2a7949b - Read until the end of the current element in XML in
case we failed to load it because of the missing CAS support and
continue reading the project after this.
* cc5561541 - Improved the logic in the XML parser to better
differentiate between failed because of the missing CAS and failed
because of the broken XML.
* 14af0c2f6 - [spreadsheet] don't skip int and big int columns when
showing the statistics dialog for the spreadsheet.
* b00907833 - [spreadsheet] added the reference line connecting (x1,
y1) = (-0.6745, Q1) and (x2, y2) = (0.6745, Q2) in the Q-Q plot in
the column statistics dialog.
* 1aa01a328 - Minor improvements of the previous commit for the
notification about the missing CAS support.
* fd988f923 - Improve auto scaling of ranges by rounding
* a49de598f - In case the project to be opened has some CAS content
(octave, maxima, etc. worksheet) and the current LabPlot
installation either competely lacks the support for CAS or the
required plugins are missing, notify the user about it and warn
about the potential data looses if the project is opened, modified
and saved.
* c61986d3f - Add missing non-linear scale implementations and clean
up
* 9ddcc96f9 - More log scale checks
* c3929d2db - Use ';' in range notation to avoid clash with decimal
or group separator
* 8e5dc7aad - log scale check and changelog
* 73a0686f7 - [worksheet] don't allow to set axis label's position
via plot's logical coordinates.
* f99fed2cf - More axis scale improvements and clean up
* a98dac14a - axis scale clean up
* 8297b89d5 - Add new file
* e90ddf9d0 - Simplify scale usage
* 71fc60be2 - Fix scale in docks
* fdd362ca1 - Simplify scale types
* ebe140960 - Better scale naming
* 4bab15fb2 - minor warnings fixed
* 0c5cd9fd2 - fix memory problem in project import test
* d49bfc844 - Don't crash when closing the statistics column dialog
and properly repaint the box plot.
* df560dd60 - fix possible memory problem
* 753a2f597 - [spreadsheet] Q-Q plot im Column Statistics Dialog.
* a6a858ac2 - finally fix memory leak
* e583f2809 - another try fixing memory leak
* e5b94c352 - another try fixing memory leak
* 57432a40a - try fixing memory leak
* 3421f00b0 - Fix regression in origin project import
* 3eb89d094 - [worksheet] repaint the histogram if only the pixmap
was changed (filling enabled/disabled, etc.) so the effect is
immediately visible and simplified logic in xy-curve and histogram
to draw the symbols.
* 957edf5d9 - [box plot] for the mean symbol use the mean value, not
the median.
* fa8547edd - [import] show the correct number of rows after the
import for the currently selected spreadsheet in the project
explorer.
* 8acc6da2c - [import] don't generate any preview in the import
dialog when the options together with the preview widget are hidden.
This is helpful when the user is browsing through the content of a
big file and the generation of the preview is very expensive (e.g.
big JSON-structures, etc.).
* 0ef92abc8 - [box plot] improved the handling for deleted data
columns.
* b1d93d791 - [worksheet] don't skip the inivisble data points when
calculation the drop lines, we still need to determing the parts of
the drop lines falling inth the current plot region.
* de1af5a5d - Fix auto scale usage (crash in xy-equation curve)
* bf9686d0b - better number default settings
* 512090644 - reorder axis tick label format options
* a880226e4 - GIT_SILENT changelog
* 89dc2cb7a - Fix typo in export spreadsheet dialog
* 8d8e80872 - Fix LaTeX export of large tables (MR 16)
* 70398871a - fix typos
* 54c9b3433 - Fix crash in box plot
* 4b46a2656 - nsl: Error handling
* 06599a8fe - Fix regression
* 19e55e61c - Merge branch 'master' of https://github.com/KDE/labplot
* 7518f40e5 - Fix page clippling and loading plot range form old
projects
* 222b79bca - [box plot] react on column changes
(deleted/added/renamed).
* 3e0d20db1 - Minor fixes: 1. don't change the current selection in
the project explorer during undo/redo 2. improved the handling of
the initial read of the WindowState settings section 3. don't show
any error messages for the empty files name when the import dialog
is opened for the first time 4. properly enable/disable the
histogram filling related widgets in the histogram properties widget
* b16af7668 - Merge branch 'master' of https://github.com/KDE/labplot
* 8136c73c3 - [ascii import] when importing into the spreadsheet in
the Append or Prepend mode, ensure the uniqueness of the column
names to avoid name collisions of the new with the already existing
columns in the spreadsheet.
* 22d161c6a - undoable range settings
* 98e25fd1b - fix loading plot range index
* 467822dc3 - merge fix
* 6e5313f48 - Fix autoscaling when deleting curves
-- Alexander Pozdnyakov <censored> Sat, 20 Feb 2021 16:22:55 +0300
labplot (2.8.0+git7981-93da2c213-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 93da2c2134e3ff0dc966d7c381364f22c85adbd9
* Date: 1612385397
* git changelog:
* 93da2c213 - [boxplot] restore the pointers to the saved data
columns on project load.
* 7ea2e535d - [boxplot] generelized to multiple data columns
(datasets) per boxplot.
* c4a151148 - Updated the ChangeLog file for 2.8.2.
* bdb3e5378 - [boxplot] decoupled the calculatins of of the box plot
geometry from the actual drawing of rects, lines and symbols and
minor changes in BoxPlotDock.
* 00053a063 - [boxplot] draw only the unique outlier points. This is
helpful for datasets with many repeating values for the outliers.
* 2c4eb96a0 - [spreadsheet] added BoxPlot to the column statistics
dialog. The original commit for this was incomplete.
* 47ada8c4e - Use the canonical URL for docs.kde.org addresses
* e22141781 - Fix the windows build.
* 512be321e - [boxplot] add missing changes in the ui file.
* 450773921 - [boxplot] allow to add multiple data columns for the
boxplot, the UI-part of the implementation right now.
* 1974effdb - [spreadsheet] added BoxPlot to the column statistics
dialog.
* cadcec22e - [boxplot] more code to show, load and save the boxplot
properties.
* d3193110f - Added the changes that were forgotten in the previous
commit...
* 645373e30 - [box plot] symbols for outliers and for the mean value.
* e590a0cd3 - Moved the drawing of the combobox items for the
different Symbol styles to a central place in GuiTools.
* 52e8db1a5 - [box plot] median line.
* d55393660 - [box plot] added whisker properties.
* 785119b4b - GIT_SILENT made messages (after extraction)
* f92f41064 - Simplified the logic to notify about the availability
of Columns in TreeViewComboBox and moved it out of XYCurveDoc to
TreeViewComboBox so it's also easily accessible for Histograms, etc.
Checking the availability of columns is working now also in
Histograms properly.
* 1f934b891 - [worksheet] added missing changes in Histogram.cpp for
datetime data and also fixes save/load of datetime range properties
in the plot.
* 82843a9c8 - [worksheet] DateTime support in Histograms.
* 3e8b1b7e5 - [worksheet] convert the plot range format to datetime
also when the first histogram for datetime data was added.
* fdb641f7a - [histogram] properly restore the saved values column in
the histogram and also save the values formatting properties.
* 164380729 - [spreadsheet] extended the statistics dialog by showing
more information in addition to the descriptive statistics we have
right now - histogram, boxplot, etc. At the moment only the
histogram is implemented and we'll additional content step by step.
* 3b90d3e03 - If the deleted columns are being restored, restore the
column pointers also in the histograms.
* e39878ae5 - When deleting an aspect, emit the about to be removed
signal also for all its children. This allows to remove the bad hack
in XYCurve to be aware of deleted columns when the parent
spreadsheet is being deleted. This is also more generic now and
applies for other curves like the histogram, too. So, the histogram
is now also properly reacting of spreadsheet or workbook deletions.
-- Alexander Pozdnyakov <censored> Thu, 04 Feb 2021 23:52:10 +0300
labplot (2.8.0+git7955-446332bd1-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 446332bd114ce7cf80bec73618e66814f3b06748
* Date: 1611217355
* git changelog:
* 446332bd1 - Refactored the logic to update the column dependencies
on column name changes to avoid code duplication and made this logic
more complete by taking also the value columns in the curves into
account.
* 7e9a70a6f - Fixed a wrong signal-slot connection in CartesianPlot.
* 8620a45de - [import] further reduced the number of objects in the
XML file to be parsed when doing the preview of a project to be
imported. We pre-load only those objects that are relevant to check
the dependencies across the project.
* b747394ee - Fixed issues introduced with the previous commit: 1.
fixed compile error when building without HDF5 lib 2. removed
unnecessary test file
* d29aec661 - [import] #ifdef the different file formats in
AbstractFileFilter::fileType() so we don't try to parse for example
a netCDF file when the application was compiled without any support
for netCDF.
* af2cd0359 - [import] show the last recently imported projects in a
combobox also in ImportProjectDialog.
* 8ed763170 - [worksheet] minor fixes: 1. react on TextChanged
instead on ReturnPressed in HistogramDock. 2. removed unneeded
member in ReferenceLine. 3. new signal-slot syntax in
XYEquationCurveDock.
* f7f970045 - [worksheet] draw the text for the cuve values via
QPainter::drawText() and not via QPainter::drawPath() in oder to get
the text exported as text in SVG and not as a polygon.
* 3177e2517 - GIT_SILENT Changelog
* 48310f0bd - [worksheet] save/load the values format in xy-curve and
react on text change for values prefix and suffix and not on return
pressed event.
* b14ba6fa6 - [worksheet] minor fixes and improvements in some
classes.
* f39f2ab1d - Initial code for BoxPlot.
* 43e55f58c - Removed the setPrinting() override in Historgram and
Legend.
* 6165f15eb - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 209a635f7 - GIT_SILENT made messages (after extraction)
* 8cb743866 - When creating new histograms via the plot data dialog,
set the title text of the y-axis to Frequency and some refactoring
in PlotDataDialog.cpp to have more re-use of the common code.
* 113b6fd56 - [worksheet] we need to reverse the horiz. and vert.
layout icons from the breeze theme since the reverse order is better
fitting into what we're doing in the worksheet layout with this. The
icons were changed already in the main toolbar and we need to change
them also in the worksheet properties widget where the layout type
can also be modified.
* 3f93b1c7e - [worksheet] moved the function isPrinting() to the base
class since the implementation is the same for all worksheet
elements.
* 821908b70 - [worksheet] when changing plot area padding, generate
one single entry on the undo stack in case the symmetric padding is
used.
* 5a5a56cb3 - [worksheet] improved the calculation of the bounding
box of the plot when the selection box has to be drawn. Still not
optimal, will be replaced by a different solution later.
* 96dab170e - [worksheet] use the appropriate color from the current
theme also for the lines of the different mouse cursor modes like
zoom&select and crosshair to avoid situations where we're drawing
black lines on the black plot area.
* 97b55ab5e - [spreadsheet] removed the Binary format in the export
dialog since it's not supported yet.
-- Alexander Pozdnyakov <censored> Thu, 21 Jan 2021 22:41:21 +0300
labplot (2.8.0+git7933-436f8fd7c-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 436f8fd7ca7fe885ae52cff88a7a9ecb5d3d9634
* Date: 1609948361
* git changelog:
* 436f8fd7c - [spreadsheet] minor layout fix in the export
spreadsheet dialog.
* b3bc9a083 - [worksheet] minor fixes: 1. show the full context menu
of the worksheet in the view including the base actions like rename,
delete, copy&paste, etc. so the user is able to perform them
directly in the view, too. 2. properly handle the copy&paste of the
info elements
* a9bc9e720 - [worksheet] apply theming also for the reference lines.
* 28329a300 - Allow to copy&paste custom points, reference lines and
info elements and some cleanup in CustomPoint.
* b2b99980b - Silence some compiler warnings in macros. h and more
cleanup in InfoElement.cpp.
* 82fc3c1dc - Allow to copy&paste analysis curves.
* fb09b7baa - React on copy/paste/duplicate shortcuts also in the
worksheet view.
* e5e991b39 - Show an error message in a message widget in the
project explorer in case the copied object cannot be pasted in the
currently selected object (because of the incompatible types).
* 4d75f8164 - React on shortcuts for copy, paste and duplicate user
actions in the project explorer.
* f39904181 - Show in the context menu the name of the object that
can be pasted.
* cbf03949a - Allow to duplicate objects in the project explorer
(fast copy&paste under the same parent).
* 9427b143a - Make copy&paste undo/redo-able in one single step and
added code changes in Project.cpp that should have been part of the
previous commit already.
* 7abc94383 - Simplified the initialization of the legend and added a
special logic for copy&paste of a legend to ensure there is only one
single legend object present per plot.
* 559677cf2 - More complete implementation of copy&paste in the
project explorer.
* 09d7230a8 - Fixed the invalid XML generated for copy&paste (the
root element was missing) and restore the pointers after the object
was pasted.
* 7b6ce31c3 - [worksheet] more for the implementation of the label
positioning via the logical coordinates.
* c1fba943c - Fix typo
* 75e64d4b6 - [worksheet] more code to enable the positioning of text
labels via logical coordinates.
* 211775127 - [worksheet] properly update InfoElement's label on
position changes.
* badd91bc0 - Fixing the build...
* fd5782d19 - [worksheet] simplified the save/load logic in
InfoElement.
* 1006a9dc5 - GIT_SILENT Updated ChangeLog.
* b91157e97 - [worksheet] support for DateTime in CustomPoint
properties widget and more usage of READ-macros in
CustomPoint::load().
* 54e86f4ef - [worksheet] new curve symbols heart and lightning.
* be42a5d55 - [worksheet] for custom points being children of an
InfoElement, the position is changed via the parent settings ->
disable the positioning in CustomPointDock.
* 1dca79e79 - [worksheet] if binding to logical coordinates is
selected in the label widget, hide all widgets used for absolute
coordinates.
* fb1b5818c - Added the preparational code for the copy&paste
functionality in the project explorer.
* 3374e95d7 - [worksheet] don't add axis ticks' lines to the axis
path if the line stily for ticks is no line.
* cb71de515 - [worksheet] improvements in the ExportWorksheetDialog:
1. export the whole worksheet if export selection was selected but
there is no selection instead of exporting an empty image which
results in an error. 2. don't ask the user twice whether the
selected target file should be overwritten.
* 9783c6563 - [worksheet] better looking preview image for themes
showing more features (text labels, curve symbols and legend).
* ab16fc84b - Added new themes Monokai, ggplot grey and ggplot dark.
* a247a27c2 - Better wording for the title string of the properties
explorer set in GuiObserver.
* 587621a80 - [worksheet] supress more unwanted entries on the undo
stack caused in InfoElement.
* 1c60ba310 - [worksheet] don't put visibility changes of info
element's labels onto the undo-stack and removed some dead code in
InfoElement.
-- Alexander Pozdnyakov <censored> Wed, 06 Jan 2021 22:48:52 +0300
labplot (2.8.0+git7899-97a4ee0ca-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 97a4ee0ca6659a7d504c16a68f55275ad2f5a499
* Date: 1608830269
* git changelog:
* 97a4ee0ca - [worksheet] fixes and improvements in CustomPointDock:
1. react on text changes and not on return pressed in text fields 2.
properly handle the locale in text fields 3. use white color for
symbol icons on dark themes 4. new signal-slot syntax
* 09a50dc84 - [worksheet] show all available symbol styles for the
custom point (last possible enum value was missed).
* d526f72dc - [worksheet] removed additional memeber x and y in
InfoElement::MarkerPoints_T since these values can also be obtained
via the custom point which is also a member of this struct.
* a33309bcc - [worksheet] properly update the placeholders in
InfoElement's label when curves are added/removed and use the proper
data time format for the y-values in case DateTime is in use.
* 41dde6c67 - [worksheet] added again the return value deleted by an
error in the previous commit.
* 3003905b5 - [worksheet] use the proper column mode dependent
valueAt*() in info element when determining the nearest possible
data point.
* 07eeefbe7 - [worksheet] initial support for DateTime in the info
element.
* 53cfe4ecf - [worksheet] performance improvements in
InfoElement::retransform().
* bc97cbdc9 - [worksheet] don't print any plot artifacts associated
with the different mouse cursor modes (zoom&select, crosshair and
cursor lines), more robust handling of the mouse cursor shapes when
switching between the different modes and some minor optimizations
and cleanup in the code.
* 113edc507 - [worksheet] implemented the crosshair cursor mode in
the plot.
* 87f22b05b - [spreadsheet] allow to freeze the first column in the
spreadsheet.
* fa867f44a - [worksheet] don't allow any context menu for custom
points of an info element (everything is controlled via the parent)
and use curve names to name the points.
* d509b1482 - Simplified the logic in AbstractAspect to determine
when to allow the entries delete and rename in the context menu.
* 701f5ee31 - [axis] Improve tick label auto precision
* 7111dde90 - [json filter] the icons labplot-json-object and labplot-
json-array are not part of the breeze icon theme (yet) and with this
they are not shown in the ImportFileDilog in the preview window for
JSON files on Windows and macOS. To overcome this we draw the icons
directly with QPainter when initialization the preview for JSON.
* fd36fe9f2 - [json filter] automatically use the JSON-filter for HAR
files in the ImportFileDialog.
* f27358a3e - GIT_SILENT changelog
* d39191037 - [axis label] improve notations
* bdf69fa64 - [axis label] Fix auto rounding of small numbers
* 915e17e1c - [axis label] Switch to scientific format also for very
small values (TODO: auto precision fails for scientific formats)
* e152cf98a - Support real scientific notation of axes label besides
scientific E notation
* 436bf6f08 - Add link to windows store in AppStream
* 43818527d - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 2ca8a3961 - GIT_SILENT made messages (after extraction)
* b2c963ce7 - [worksheet] removed the dialog used to create the info
element to be more consistent with the creation of all other objects
on the worksheet - the user has to do all the settings directly in
the dock widget.
* 6f1752002 - [worksheet] update the connect to curve combobox in
InfoElementDock when new curves are selected/deselected in the list
widget for all available curves.
* e9ac66222 - [worksheet] don't crash when adding a new info element
for a curve that doesn't have any data set yet and properly load the
saved QPen settings in InfoElement::load().
* 8da67bb11 - [settings] Added number options
* 6ffcc73c5 - [worksheet] properly enable/disable the ok-button in
the export worksheet dialog when switching between export to file
and export to clipboard.
* 5143c708f - [worksheet] for the InfoElement, show it's title
directly in the dock widget and not as a child.
-- Alexander Pozdnyakov <censored> Thu, 24 Dec 2020 23:39:01 +0300
labplot (2.8.0+git7869-73120f7ef-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 73120f7ef1ee93086895583d7fa6227884c95233
* Date: 1607636335
* git changelog:
* 73120f7ef - Added missing changes on InfoElementPrivate.h.
* 17a5bb16f - [worksheet] improvements in InfoElement: 1. added all
properties for lines that we also have in other areas 2. add new
tabs in the dock widget for the label and for the lines 3. reworked
the logic in save/load.
* 5f5b1fa5a - GIT_SILENT Add KUserFeedback to INSTALL
* 1a70ca84e - [worksheet] in the datetime combobox for axis labels
react also on text changes and not only on index changes.
* 3b159a1c1 - Fix clang warnings
* 809a8d4a5 - [worksheet] don't crash when loading a project with a
saved info element.
* 8aa5c5497 - [worksheet] properly handle the locale for the info
element position in the dock widget and retransform the info element
if the label text was changed.
* d19dc044d - [worksheet] in the InfoElementDock use LineEdit instead
of SpinBox for better positioning of double values.
* 8d3066cbc - fix style
* 7fab22c5b - textwrapper must also set
* e25631bbb - rename arguments, so it is more readable
* bab3096c8 - rename placeholder to allowPlaceholder, because it
matches better its usage
* b6174fcc5 - [worksheet] improved the layout and the variable naming
in InfoElementDock.
* 556c334a2 - [worksheet] don't allow to hide a TextLabel if it's a
child of an InfoElement and hide the InfoElement in the worksheet
view if no curves are selected.
* 6d9b724d6 - [worksheet] improvements in InfoElement: 1. when
selecting new curves and adding new symbols, don't jump to the newly
added CustomPoint objects in the project explorer, stay at the
InfoElement 2. hide the info element label in the project explorer
if no curves are selected 3. better wording for some 18n-able
strings.
* 0f553e9fc - [worksheet] if the theme is reset to the default one,
use the black color for the legend text color instead of white since
the default background color is already white.
* ef9662e47 - [Range] Fix inverted range used in plot
* cdc93039c - [worksheet] react on name and comment changes in
InfoElement and somre more code style fixes.
* b3ae19ba6 - Fix minor typos
* 14bffc7a7 - add position spinbox to dock
* 3cb5f08ce - add option to set position from the dock
* e82c52dc6 - do not end before the last row
* 0a5c07ce5 - [cartesian] code cleanup
* 3d2f3aec8 - [worksheet] fixes in InfoElement: 1. don't crash when
loading a saved info element 2. apply the color theme also for info
element's children (text label and custom points)
* fa2be37dd - Fix compilation
* 2bac71349 - Merge branch 'master' of https://github.com/KDE/labplot
* febd13992 - [axis] use range instead of start/end
* 4ce9d944e - Fix some marker issues
* 7b3541087 - clean up
* 4f9eb9c39 - clean up cartesian plot
-- Alexander Pozdnyakov <censored> Fri, 11 Dec 2020 21:00:19 +0300
labplot (2.8.0+git7839-0bc95b1b8-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 0bc95b1b810fe24ce3502f44997968ca8b22b3bb
* Date: 1606344695
* git changelog:
* 0bc95b1b8 - Use double consistently
* c1dcac647 - [worksheet] simplified the UX in the properties panel
for the info element - for points to be shown on curves, use on
single list widget with items having check boxes instead of two
current list widgets.
* a9ef93e03 - Fix numeric limits
* 14cc4ac00 - readstat: use default build command
* ba3aae28a - Add missing dependency to readstat library (fix build
with Qt Creator)
* f9d7e14ba - Don't crash when the rc file was not found.
* 3fc867fc5 - gsl: minor improvement
* f9cd81e4a - gsl: add Mathieu functions
* 4e179d38a - gsl: add missing Ln
* 044378c6b - Update Hermite polynomials and functions for GSL 2.6
* 953e369e9 - [worksheet] improved layout in InfoElementDock.
* 601fde47f - [worksheet] use the colors from the current theme for
the info element lines.
* 4a16646f1 - GIT_SILENT clean up
* 1c834ebbe - Moved liborigin to src/3rdparty
* f4e64f1af - Improve status bar and memory info bar
* 443fbde00 - Support semicolon as function argument separator in
parser to improve support for locale with comma decimal separator
* 188133063 - GIT_SILENT made messages (after extraction)
* 33b22d2f7 - [fit] Fix custom model equation validation
* 43227e3d1 - Update appdata for flathub
* c9020caae - [CAS] fixed the regression introduced after the python2
backend was deprecated in Cantor. There is no Python 3 and Python 2
backend names anymore, there is only Python now.
* 6e54c8753 - Fixed the compiler warning in InfoElement about the
function override.
* 93125ad99 - GIT_SILENT made messages (after extraction)
* a1c0c0d3b - ReadStat: Fix possible build problem
* 6c47004bc - fixuifiles
* 7a9241786 - GIT_SILENT changelog
* 71afe611a - parser: explicitly reset error count in parser
* 62bf94e02 - Merge branch 'master' of https://github.com/KDE/labplot
* ad27fe233 - Bump version to 2.9.0
* bf0d1fb8b - More KDE like behavior for the entries in the Settings
menu: 1. added the Show menubar action 2. use KStandardAction also
for Show statusbar. No need to create it on our own and handle the
save and load of its status. This action is now in the Settings menu
and not in View anymore.
* 5f075c67f - Fix another compilation issue
* cd5c373dc - Fix compilation with Qt < 5.13 and code style
* 5bdb45a70 - Enable ReadStat per default
* e203a13cc - Established the coordinate binding (got lost during the
merge of the MR) and more cleanup of the unused variables in the
info element code.
* f06bb6bda - Cleanup in the recently added info element files.
* eaf0e78e1 - Fix the build.
* 122e57ae8 - otherwise there is an infinity loop. This does not
occur previously, because the Custom point of the Marker is one step
below all other elements
-- Alexander Pozdnyakov <censored> Thu, 26 Nov 2020 20:59:06 +0300
labplot (2.8.0+git7803-d0573f64a-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: d0573f64a0edc64b2167a9ce86f2064b8f781299
* Date: 1605038347
* git changelog:
* d0573f64a - GIT_SILENT Updated Changelog.
* e5a934870 - Fix full screen mode on macOS
* 373fc93e1 - Fix full screen action
* 0cfbf73a9 - [textlabel] Fix regression
* 680dc4605 - Opimize drawing text label
* f7683f04a - GIT_SILENT Add icons for Windows store
* 4840579c4 - Add option for reproducable builds
* 7d170193a - GIT_SILENT changelog
* 30c06bad1 - Don't crash when doing drag&drop between different main
windows.
* d6f0b31b5 - Fix changing font of text label for newer Qt versions
* 437a3e547 - GIT_SILENT made messages (after extraction)
* 27bdb848f - GIT_SILENT made messages (after extraction)
* 7efdf6aa9 - Code style
* 00fc63b46 - Fix datetime add/substract operations
* 9193bd86c - Fix add/substract datetime values
* ce3b45b1f - GIT_SILENT made messages (after extraction)
* 8d78da661 - Typo
* 61edd3e60 - [spreadsheet] when pasting values into the spreadsheet,
convert to the proper column mode also if the whole target column
was selected, i.e. clicked on the header.
* 644d51fc7 - Use qint64 instead of quint64 in AddSubtractValueDialog
when converting from the Unix epoch to milliseconds.
* 3976d0c8f - Replace old syntax in all standard actions
* 3e9519f00 - [spreadsheet] unified the handling of the column
context menu generated in the view and and in the project explorer.
This also fixes a regression where it was not possible anymore to
add/subtract values in a datetime column.
* f119ace69 - GIT_SILENT made messages (after extraction)
* 53aa1ced7 - GIT_SILENT changelog
* 3082e81d1 - Improve standard actions and fix missing Preferences
menu on macOS
* dd2af1987 - GIT_SILENT made messages (after extraction)
* ced921c05 - Minor improvement
* 7b1bf1faf - Put double comparison into NSL
* 5f1678bc8 - GIT_SILENT made messages (after extraction)
* 8bfda6a8e - GIT_SILENT made messages (after extraction)
* eee041498 - In the previous commit a signal was removed in
ProjectExplorer::load() to avoid calling the update of windows
visibility multiple times in MainWin. This caused a regression with
the views not being shown after the project load. To address both
problems - show views and avoid multiple update visibility calls - a
new signal is introduced and the update of the visibility is done
only once after the project was loaded.
* 8a6de1100 - Merge branch 'master' of https://github.com/KDE/labplot
* 77a95ebba - GIT_SILENT Minor changes
* 791eb64b5 - When loading the project, handle the current aspect
changed signal only once after the project was completely loaded and
some minor refactoring in MainWin.
* 039edb1b5 - Handle the change of the windows visibily settings.
* b1b228734 - When openning a project, set the project file name for
all supported formats and not for the navive format only.
* fab541817 - [worksheet] avoid potential division by zero and one
more index==-1 case.
* 7c399a879 - Remove sub-window shadow remnants when closing the
project.
* 95cd6ca15 - More handling of the index == -1 cases in the
comboboxes in Axis and Worksheet dock widgets.
* 57dc9d83b - GIT_SILENT improve build scripts
* e30684b88 - Fix build on FreeBSD
* ebcbf6124 - [AbstractCoordinateSystem] Replace legacy round()
function
* f549042fe - [spreadsheet] when loading columns, don't call the
setters for the numeric formats and digits if the saved values are
equal to the default values of Column. This removes some overhead
during the project load.
* 4879c2d10 - In the event filter in ProjectExplorer only react on
mouse events in the tree view to avoid wrong casts. The issue is
reported by UBSAN.
* c745baf3e - When populating a comboboxe with pen and brush styles
via GuiTools, the items in the combobox get deleted first and the
current index is -1. Don't react on -1 in the corresponding slots
otherwise we convert -1 to Qt::PenStyle or Qt::BrushStyle which is
wrong. This issue is reported by UBSAN.
* 1e831a259 - Updated the version in the splash screen and in the
Changelog file to 2.8.1.
* d502b1aa6 - [worksheet] user the icon for xy-curve also for
convolution and correlation curves since we don't have any dedicated
icons for them yet and some minor layout improvements in the
convolution dock widget.
* 93449579a - [mqtt] properly set the status of the widgets
(enabled/disabled) in the last will message widget.
* 5d2261a8c - Use qPrintable()
* 264db0764 - Fix crash importing JSON (regression)
-- Alexander Pozdnyakov <censored> Fri, 13 Nov 2020 01:15:40 +0300
labplot (2.7.0+git7754-75cbee6f1-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 75cbee6f1ad40a9a9ec08498b9b59ca3eded23b9
* Date: 1602830169
* git changelog:
* 75cbee6f1 - [ascii import] save the timestamp option only if it's
visible, i.e. live source is used. Use the default setting in the
ascii filter (false) otherwise for non-live source.
* 5cc7f3222 - Properly propagate the "create timestamp column" option
to the filters used in the MQTT topics and some minor cleanup in
ImportFileWidget to avoid unneeded casting between int and enum
values.
* 593bda498 - Fix build without MQTT and indentation
* fd6973da6 - [mqtt] when switching from mqtt to another source type
in the import dialog, make sure we disconnect from the current
broker, if connected, in order not to get any notification anymore.
* 5921520f2 - [mqtt] reduced the number of dynamic casts in
MQTTSubscriptionWidget.
* 7b3084655 - Change the project author in an undo/redo-able wave and
also set the project to "Changed" if the author is modified.
* 962a14448 - Minor improvement
* 340ff7a0a - [mqtt] explicitely disconned the subscriptions to be
unsubsribed from in order not to recieve updates for them anymore
and some further code cleanup.
* 5075a5ff5 - New signal-slot syntax in the analysis curve dock
widgets.
* 5b6d3c43e - GIT_SILENT Changelog
* e94992321 - Fix size of dock widgets when changing between docks
* 755bf52b8 - [mqtt] more cleanup in the mqtt code.
* b6d162e54 - [mqtt] moved some pure MQTT relevant code out of the
ascii filter.
* 53997d94c - [live data] properly handle the timestamp column for
live file data sources.
* bd91f8085 - [live data] properly show the pause reading status in
the LiveDataDock when switching between different live data sources
and some minor UI improvements in the dock widget.
* 15cd0810a - [tests] Make tests run faster
* 2c0edbabc - [worksheet] allow to copy the plot cursor cordinates.
* 662d88483 - Fix focus in save template
* 76433fb2f - [live data] set the aspect comment pointing to the file
name for file and local socket data sources only, no need to do this
for other sources like MQTT, etc.
* 20dcb8d1d - [live data] don't crash when removing MQTT
subscribtions in the project explorer, properly pause the reading
from the broker prior to removing from the project.
* 401595131 - Minor code fixes
* 0e70770a1 - [live import] in case a wrong host for the MQTT broker
was specified, the error QMqttClient::TransportInvalid occurs.
Better handling and error message in ImportFileWidget for this case.
* de121f034 - Ignore hint for trailing return types
* 632c50354 - Fix more issues found by clang-tidy
* bc350886f - More code style improvements
* a5ed05a79 - [build] clazy script update
* 2ba5b69dd - Code style improvements
* 23c78ece6 - [import] use message widget instead of the message box
also for the MQTT error messages and minor layout improvements in
ImportFileWidget.
* 791feb000 - GIT_SILENT Changelog
* 80cae9af0 - [live data] properly reset the arrays for the column
names and modes when doing the preview of the data coming from a
live device.
* 8cc136a91 - [axis] Fix color of tick label in HTML mode
* 6cf0d56ec - Fix drawing lines between datatime data points
* f8c069674 - [live import] don't show "use header to name vectors"
option when reading from non-file sources.
* 6fb435439 - Updated ChangeLog.
* 1e236ec16 - [ascii import] more code reuse and unification in
AsciiFilter.
* ba32a167a - Fix compiler warnings
* d4b9b5b63 - [ascii import] further unification in the Ascii filter:
use a common function to set the values in the data container when
reading from files, live devices and from MQTT topics.
* 9f9a68074 - [ascii import] unified the parsing of column values for
the preview of files, devices and MQTT messages.
* 94109d486 - [parser] Finish extending function list with argument
count
-- Alexander Pozdnyakov <censored> Fri, 16 Oct 2020 14:05:23 +0300
labplot (2.7.0+git7715-d949e182a-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: d949e182ad9fa750816ace9b2ea4d2e6080b7630
* Date: 1601673344
* git changelog:
* d949e182a - Use new function argument functions
* f3542c932 - Helper functions to expose function argument string
* eee509398 - Minor edit
* fdd6551f8 - [parser] Extend function list with argument count (to
be continued)
* 884dbe91f - [parser] Fix crash in parser when used locale is not
installed
* 57e1522a2 - Fix compiler warnings on non-MSVC systems
* 356d9eec1 - [worksheet] fixed the positioning of the filling
rectangular for axis labels if a background color was selected. This
finalizes the fix for Bug 426440. Background and font colors still
need to be fixes for axis labels where html is used (powers of 10,
ets.).
* fb9373e36 - [parser] Disable locale test on FreeBSD (to be fixed)
* d35d6a892 - [parser] Enable debugging on FreeBSD for failing test
* ae2004d47 - Fix Windows build
* 374db360a - Try fixing Windows build
* 8e18da21b - [parser] Add test for parser
* 10fbd6109 - [parser] Extend operators and default return on error
* 420550ef6 - Header cleanup
* a741c1a68 - Bump version to 2.8.1
* 4a7d5f847 - Minor cleanup
* 96450d93e - [parser] Fix locale on Windows
* 1e4e1ef55 - Enable using locale in parser to detect numbers
* 9e8788161 - [parser] Prepare supporting locale
* 755ed516e - GIT_SILENT Changelog
* 0e8fb2535 - [parser] Disable debugging again
* b1f2e7531 - [parser] Add remove_symbol() and proper remove
variables in ExpressionParser::isValid()
* 7476d6235 - [parser] Fix parser function usage and disable
debugging
* 7a402c3b9 - [parser] Code cleanup
* 497f7165c - [nsl] Remaining missing castings
* 09043806e - [nsl] Another missing casting
* d3bf3583f - [nsl] Add missing casting
* 28dc15c90 - [parser] Fix bug in assign_variable and minor edits
* fcd01cdd9 - Minor edit
* 5f73d5557 - [parser] Better debugging and minor improvements
* 5cc05cf21 - Allow to change the background color for axis labels.
Initial commit, the positioning of the fill rectangular with the
backround color to be be fixed still.
* 7fc691505 - Don't try to update spreadshets on spreadsheet settings
changes if there is no project yet available.
* 9db976f25 - Refactor ExpressionParser
* 0caa1f9cf - [json] fixed the preview for json files and more usage
of macros in JsonFilter::load().
* 583bd43b6 - [import] adjested the failing ascii and json tests to
the new logic for the auto-detection of datetime formats.
* a8199ee57 - Use default =operator in Range
* b4f44e1a1 - Add stepSize() to Range
* f8762d8fe - Minor editing
* cbf4bd2bb - Fix build
* 0a1cb21da - Clean up and improve documentation in
FunctionValuesDialog
* 59534171c - Fixing the build.
* d01998bf6 - [live data] improved the error handling for MQTT data
sources.
* 2e3f0889d - [live data] show the error messages in KMessageBox also
for file/pipe sources.
* 68785dc8e - Fix minor typo
* 611c92dc2 - [live data] show the problems with connecting to the
network socket in a message widget in the import dialog so the
problem is directly clear and visible to the user.
* 627616e8a - [live data] unified the naming convention for columns
created for MQTT and network sockets, as well as the indexing in the
index column.
* aec712ca2 - [spreadsheet] better auto-detection of datetime format
for values pasted in the spreadsheet.
* bb0164d16 - Default ReadStat support disabled until needed
* 0790ec77e - [live data] allow to add the timestamp column for all
live sources, not only for MQTT.
* 13d87ea0f - [3rdparty] Fix compilation for paths with spaces
* d281221bc - [cmake] Try fixing install path with spaces
* a3370d11f - [3rdparty] Build ReadStat if not available
* d938b9b47 - [cmake] Find ReadStat library
* 30c1fc231 - GIT_SILENT changelog
* db6760584 - [cantor] 20.08 will not get the new interface
* 4255438c9 - [cantor] 20.08.1 still uses old code & minor formating
fixes
* 2ede3988a - Removed the Socrate data set collection. The URLs don't
work anymore and the page is going offline soon.
* d8f896357 - Updated SLOC statistics for 2.8 and added new file
admin/README.release.
-- Alexander Pozdnyakov <censored> Sat, 03 Oct 2020 01:23:01 +0300
labplot (2.7.0+git7657-7e27a6d4e-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 7e27a6d4e5e96bdc610b97e3753162ff816065f3
* Date: 1599678357
* git changelog:
* 7e27a6d4e - [macOS] Fix selction of toolbar items
* cb55b075e - [import] use QFINDTESTDATA in all import tests.
* 87b292a2b - [import] use QFINDDATA in json tests to find the test
files.
* a5618b6f8 - [cantor] set the current path in the CAS-session to the
path of the project file.
* f040e29b1 - Added some debug output to JsonFilterTest to understand
the current test failures on CI.
* 235ebeeab - Save and restore the status of the visible columns in
the project explorer.
* 2ef7c2c5d - [cantor] Show version in cmake
* ad2d74e7b - [cantor] Fix problem with version 20.08
* 25d74faf3 - [fit] Save user specified eval range
* d7355422b - Fix using KCONFIGWIDGETS_VERSION
* 995dd5377 - When notifying the user about wron file name entered in
the text field (background picture for the worksheet background,
etc.), we changed the background color of the LineEdit to red. This
doesn't look nicely on windows and on mac. With this commit only the
font color is set to red.
-- Alexander Pozdnyakov <censored> Sat, 12 Sep 2020 23:11:49 +0300
labplot (2.7.0+git7646-23ad5e48f-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 23ad5e48f3b91c2738f01407f674ed7bc8a6ac1c
* Date: 1598270924
* git changelog:
* 23ad5e48f - [worksheet] added a safety check in
AxisPrivate::upperLabelsPrecision() for the case when no tick labels
are available. This avoids crashes with some project files during
the project load. The reason for absent tick labels at this stage
still to be understood.
* 0365171e0 - [import] in the options widgets for the import from
ASCII files and from SQL databases allow to save custom datetime
formats specified by the user. Reported in BUG 425337.
* b2a685ec9 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 2df9703d2 - Save and show the last used SQL query for every
connection in the database import dialow.
-- Alexander Pozdnyakov <censored> Fri, 28 Aug 2020 08:28:28 +0300
labplot (2.7.0+git7642-790960a8f-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 790960a8f9b336fad62a6e649e29a2c2d8a667b1
* Date: 1597131691
* git changelog:
* 790960a8f - Removed the "show memory usage" from the settings
dialog.
* d00c904ba - [worksheet] if we have double values for axis tick
labels, we don't want to show them as integers, keep at least one
float digit.
* 947380736 - Moved the option to show or hide the memory usage from
the application settings to the main menu "View".
* 67978e765 - Save and restore the position of the dock widgets
(project and properties explorers).
* d43360756 - Fix attribute name
* fcf1787c2 - [worksheet] improved the calculation of the plot ranges
with auto-scale option active: 1. don't take the size of the error
bar caps into account, the current algorithm is not complete and
it's ok if we ignore the caps and plot them on top of the axes. 2.
when calculating mi and max values of a curve, ignore the values in
the error columns if the error type is NoError.
* 85e083a2d - Removed the actions to toggle the properties and
project explorers from the rc-file. This is done now manually in the
code.
* c0a19b8be - [worksheet] properly handle asymmetric error bars for y-
data.
* 9c9d9b8c2 - Moved the actions to show/hide project and properties
explorers to the main menu "View" and added also an action to
show/hide the status bar.
* 68b444118 - [import] minor improvements in the ImportFileWidget: 1.
showing the content of the file can be expensive, show the wait
cursor here. 2. clear the privous content of the model in
JsonOptionsWidget when a new JSON file is loaded.
* f6819f91f - [json import] further fixes and optimizations: 1.
create QJsonModel in JsonFilter when executing the tests since no
model is available in this case. 2. use the already available full
JSON document in the prepare step when the root element is selected,
no need to re-create it again.
* 95072f26d - minor fixes
* 1df3dc04b - [json import] create the QJsonModel only once and use
it in JsonFilter and in JsonOptionWidget to reduce the memory
consumption.
* 1661b51ff - [worksheet] don't draw the caps of the error bars when
the length of the error bars itself is zero.
* dfa907867 - [worksheet] allow to choose a column in a workbook
spreadsheet as a custom column for the position of axis ticks.
* 677ef400d - [worksheet] fix the mouss press event in Axis. This
fixes the regression with axis being not selectable via mouse click.
* 670f5e959 - [fit] Check if chi is zero instead of chi^2 to avoid
precision problems
* e37cefcd9 - [fit] Improve cases when chi^2 gets zero
* 8ec710c68 - [axis] fix crash fitting data with zero y range
* 790f9f06b - [fit] Improve Debugging and fix showing data x range
* c8683edd5 - [locale] Show actually used language in about dialog
when changed in 'switch application language'
* 6b6fb4a6a - [json import] further optimizations in QJsonModel.
* ca1780ec3 - [json import] performance optimizations in QJsonModel.
* 178a44fad - [json import] use only comma and point characters
instead of different languages for the decimal separator and added
the missing changes from the previous commit that broke the build.
* 52e42917c - [json import] avoid copying internal JSON structures
where reading data or generating the preview. Much faster import.
* b1f0789a1 - [json import] take the number of lines for the preview
specified by the user also for JSON files.
* cbd71a551 - [fit] Calculate and show correlation matrix
* 65c9a8844 - [macOS] install datasets
* e07716b73 - Fix compilation with older Cantor installed
* 59c78fa6e - No need to check for Cantor presence in
CantorWorksheet.cpp. This is already done in CMakeListst.txt.
* ee32369c0 - Cleanup
* 63ce7336c - Make Qt5SerialPort optional
* 7b7d1f98c - Fix missing cantor message and missing QFile include
* 33f454618 - [cantor] Set minimum version to 19.12
* 58e973189 - [cas] properly set the python backend name when
openning Cantor projects (native or Jupyter).
* f302ab617 - [worksheet] don't crash when a zero size for the image
element was provided.
* 3f6231251 - [cas] react on requests to show the panel for the
integrated help in Cantor.
* 54a190aad - Added missing signal-slot connection for changing the
visibility in the analysis curves dock widgets.
* 9544ffd5a - [locale] Only set automatic when default
* 8ca10f860 - [cantor] header fixes
* 506cbc4f5 - [cas] new signal-slot syntax in CantorWorksheetDock.
* da5f20635 - Added missing changes in CantorWorksheet.cpp.
* 9a7207370 - [cas] adopted to the recent changes in Cantor where the
panel plugin handler is not part of the KPart-component and needs to
be created separately.
* e0ad3ee3c - [xycurve] Improve debugging
* 103d81e87 - Fix typo
* 6ec3fe8f6 - Avoid compiler warnings using newer Qt
* c5014a924 - Fix a few Qt 5.15 deprecation warnings
* dfb5bc832 - Allow to change the visibility of worksheet elements
with the blank key.
* 09f7ba9cd - [locale] simplify setting locale on filter
* 29243f35f - Moved the common locale specific code in the filter
classes to the base class.
* 50141c1b7 - [spreadsheet] update the locale on locale setting
changes.
* 3ace91b64 - Locale updates in Datapicker widgets.
* 5e22cb8bd - [worksheet] further improvements in the handling of
locale setting changes: 1. initialize the locale in the constructors
of dock widgets and update it later on setting changes. No need to
set the locale every time the the selection in the project explorer
is happening - settings are changed less frequently than the
selection in the project explorer.
* 659eb2a8c - SVN_SILENT made messages (.desktop file) - always
resolve ours
* e91fd94b6 - [locale] fix generate equidistant values
* 4dafee795 - [worksheet] drag the plot axis to change the visible
data region.
* 37eede8ec - [debug] clean up
* b20872ffa - [locale] more fixes in spreadsheet
* 50059f9ee - Avoid plot range changes when making the plot invisible
and visible again.
* 5f168a585 - Avoid the selection change in the project explorer when
making plots invisible.
* 6a51387c8 - Properly update the locale in QLineEdit widgets in Plot
and Axis properties widgets.
* 3ace9550f - [locale] start using number locale in spreadsheet
* 4d8b5e24d - [locale] avoid missing group separator of C locale and
problems related
* 1962d6727 - [settings] don't crash changing settings without a
project
* 35061007b - Capital letters in the spreadsheet settings page and
better TAB-ordering in the histogram properties widget.
* cb91006d6 - [worksheet] allow to zoom along the axis with the mouse
wheel if the axis is under the mouse, no need to select it anymore.
* 876a35001 - Automatically update locale dependent widgets in Axis,
Curve and Label properties widgets on settings changes.
* 50827d7b3 - Don't crash when copying the fit results.
* 51b6b612f - Automatically update locale dependent widgets in
Worksheet and Plot properties widgets on settings changes. Needs to
be done similarly for all other properties widgets.
* 65d9e0e04 - Update the spreadsheets on header settings changes
directly without restarting the application.
* 0ffcaa2c3 - fixuifiles
* 3d752fb8e - Only save the settings in the different pages of the
settings dialog if there were any changes done there.
* a98bdcae0 - Settings page for Spreadsheet to allow the user to
modify the appearance of the spreadsheet header (show column type
and plot designation or not).
* 977489b91 - Removed the additional if-statement in
SettingsGeneralPage::decimalSeparatorLocale() since this case is
also handled later in the switch-case statement. This caused the
selection "Comma" being not saved properly.
* 802cbb532 - [locale] show arabic decimal separator
* 2bb5ea08c - [locale] Improve number locale settings and usage
* b65f506aa - [locale] show current number locale in about dialog
* dc16327eb - [locale] Add automatic option for number locale
* 6bd96bf50 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 7e2b89adf - [mac os] updated kdmactouchbar to a newer version to
make the code compile with Qt 5.15.
* ee9c34666 - GIT_SILENT changelog
* a495f557c - [locale] Number locale in random values dialog
* fafa93f61 - [locale] Use number locale in most dialogs
* 260ce708c - Switched from QMap to std::unordered_map in the
calculation of the column statistics.
* 40b12032a - Don't block the UI when showing the statics for big
columns in the Statistics Dialog.
* a38645dac - [locale] Use number locale in double spin boxes of all
docks
* 5384d04fa - [locale] use number locale in more double spin boxes
* bf2efb37c - [locale] Use locale in spin boxes of cartesian plot box
* 4098be089 - [locale] Use general decimal separator for axis tick
label
* 0b8318301 - [locale] Number locale fixes
* 1d3e2d428 - [locale] use number locale from settings
* c2ec5abdc - [locale] use number locale in axis dock
* 4c541beb2 - [settings] Add decimal separator selection
* 9da04c544 - Changed the order of "Export" and "Import" actions in
the project toolbar to be more consistent with the order in the main
menu and also with the order for "Open" and "Save" actions.
* a46f3fb96 - [about] Extend locale info
* bbcbf98ce - [sql import] fixed showing the data type in the preview
table.
* 49a001aac - [spreadsheet] instead of asking the user to provide the
locale in the export dialog, ask explicitly for the decimal
separator (point or comma).
* 14fc2f1b8 - [spreadsheet] properly determin the last row to export
if we export a spreadsheet with integer column(s).
* a2a6e9714 - [sql import] instead of asking the user to provide the
locale, ask explicitly for the decimal separator (point or comma).
* bf4e9fbc8 - [ascii import] instead of asking the user to provide
the locale, ask explictely for the decimal separator (point or
comma).
* 708a25d07 - [locale] matrix, etc. and analysis docks
* ef98d4d91 - Improved the wording for newly created objects in the
plot data dialog.
* e0e46e862 - [locale] axis and histogram dock
* f9866b4e9 - [locale] fit dock and plot dock fixes
* 928e7506c - [locale] Fix in fit parameter widget
* 45309a1f4 - typo
* c6c8bc1c4 - GIT_SILENT changelog
* 81f8b5fca - Fix locale of line edits in fit options widget and
related improvements
* 0b274be2f - [backend] Improve Range class
* 4de64b345 - [plot] Fix using system locale in range line edits
* 0617ab9e3 - [about] show system locale
* 3f01893f8 - Better calculation of the fixed side of ThemesWidget.
* 105908783 - [test] help MSVC to deduce correct type
* 39b896c5e - CID 202495
* 4f2ff300e - Range.h
* 4c0119f2b - Add Range class and use in fit
* 7151383b6 - [coverity] CID: 211328, 211326, 21330.
-- Alexander Pozdnyakov <censored> Sat, 15 Aug 2020 22:41:39 +0300
labplot (2.7.0+git7525-d0b0eaa46-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: d0b0eaa466e21a26167e40ff8641955ab281b657
* Date: 1593759478
* git changelog:
* d0b0eaa46 - [worksheet] implemented a better logic to handle the
selection and deselection of items in the worksheet view when
objects are set to visible or unvisible in the properties widget.
* 6e74ec553 - [fit] handle zero eval range
* fd33b51ff - [fit] avoid error message when progress in below
machine precision (perfect parameter fit)
* 902e55b26 - [fit] avoid error when fitting with all parameter fixed
* a29d0e76e - [fit] Fix naming in result display
* 8427b89af - Add build timestamp in about dialog
* 28b16ef3d - [worksheet] fixed the loading of the default colors for
the text label.
* 866ff0c7b - [tests] fix NSL tests for percentile smoothing
* e7fa6088a - [tests] Add percentile smooth test
* eaf1bd51f - [Smooth] switch to method 7 as default to be consistent
with median smoothing
* ee99aec3b - [worksheet] when changing the visibility of the axis,
also change it for the grid item.
* 20f534417 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 1264d1d7c - [worksheet] always draw the plot legend on top of other
plot objects.
* a0e9a69e2 - doc: remove CLI chapter from user documentation
* dfdb60b76 - doc: remove download/build instructions
* 2b12b7900 - When creating a new worksheet with many plots in the
plot data dialog it can happen the place available for the data in
the plot is small and the result created here doesn't look nice. To
avoid this and as a quick a dirty workaround, we increase the size
of the worksheet so the plots have a certain minimal size.
* d23ea2945 - [worksheet] save the layout type as part of the
template.
* 4402d2e0d - [worksheet] properly reset the container for the
visible curve points when doing retransform.
* bd533e95b - In the preview widget for themes in the settings dialog
allow to show multiple theme icons in a row to better use the
available space. Limit to one column in the preview for the theme
widgets shown in context menus only.
* 8f99e4b70 - Properly reset to the default worksheet theme in the
settings dialog.
* 871aa1034 - Properly load the last opened project if this option is
active.
* 5e2d23474 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* c1d9fa350 - GIT_SILENT made messages (after extraction)
* 68630e3b5 - Improved the determination of the unique name for
aspects. This should also fix the failing tests.
* 6859a72c4 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 6428f85f3 - GIT_SILENT made messages (after extraction)
* 5cb99b0b6 - [fit] fix regression loading fit results
* 528ae4627 - [cmake] remove duplicate line
* f9923ccd0 - Add system info to about dialog
* cc7842ab7 - Add "Changed" to the title bar already after the very
first change.
* 3360ba161 - Introduce an option to determine what should be shown
in the title bar - file path, file name or project name.
Furthermore, fixed the regression with the window mode being not
applied after the settings were changed.
* 9e557c33b - [xycurve] code cleanup
* f0ce69177 - When determining the unique name for the newly added
aspect, ignore the digit characters in the names of other children
names that are part of the original name. Look for the combination
of space+digit that is added to the names to ensure the uniquness.
* b1d9ea19e - Properly reset to the default values in the settings
widgets.
* 36a3606cc - [worksheet] added missing double validators in the text
fields for plot ranges in the plot properties widget.
* 4687f849d - [xycurve] further code improvements
* 5b5e65994 - [xycurve] fix previous commit
* 56b38cb5b - [fit] show warning/errors only after recalculate was
done.
* 68f522ffc - [xycurve] Improve plotting for many data points
* 60073a536 - [xycurve] more code improvements
* b7ee403dd - [xycurve] code improvements
* 370c15d65 - [fit] close the message widget showing the message from
the previous fit if the current fit was successful.
* 20cef2e85 - [fit] show fit warnings and errors more prominently in
a message widget.
-- Alexander Pozdnyakov <censored> Fri, 03 Jul 2020 10:43:27 +0300
labplot (2.7.0+git7481-1a47853a6-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 1a47853a678dadd68f8f634c2fcb2e1c23562e2e
* Date: 1592657844
* git changelog:
* 1a47853a6 - [histrogram] improved the handling in the histogram
properties widget for text field where numeric values are entered.
* 3b782adb6 - [cartesian] simplify code
* 438b50a42 - Improve using basic math functions
* 874938891 - Improved the handling of the focus in the project
explorer.
* 56a05bf58 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 65b74da26 - GIT_SILENT made messages (after extraction)
* 507b1614a - [xycurve] code style
* b6502d30c - [histogram] fixed setting the auto bin range option and
the update of the bin ranges in the properties widget.
* 259eb5ca8 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 2e4b2a41d - GIT_SILENT made messages (after extraction)
* ec044d25b - [histogram] fixed the positioning of the drop lines
also for the horizontal orientation.
* 5fa71f84d - [histogram] fixed the positioning of the drop lines.
* 5305e0d1d - [spreadsheet test] improve code style
* 2ab788c3d - [fit] CI is the same for all parameter
* 865e2f764 - [spreadsheet] deactivated the shortcut INS for the
action "insert row below" since it's colliding with the logic in the
event filter to handle the addition of new columns.
* 687bc8829 - [xycurve] minor improvements in plotting
* e87621eb0 - [histogram] react on mouse press and hover events only
if the actual shape of the histogram is intersected and not its
bounding rectangular.
* 08695d8c5 - [spreadsheet] resize the newly added columns to fit the
content.
* 5ba663ffe - [spreadsheet] resize header sections to fit the content
if column names or plot designation was changed.
* 57200bb33 - [worksheet] improved the wording for some actions in
the worksheet and plot toolbars to save space in case the text is
shown alongside the icons.
* 71a26f74c - [histogram] improved the algorithms for the calculation
of the filling polygon for zoomed histograms. This should fix all
glitches with the polygon not being calculated/closed correctly when
the user zooms or moves the histogram.
* 3450562e1 - [xycurve] code style and avoid rounding problems
* ecc31cb0c - [fit] more digits for confidence interval
* ad9925fc8 - [spreadsheet] deactivated "fill selection with" actions
in the context menu - this feature is not complete and doesn't fit
to our current column-based workflows.
* b59bdeb4a - [spreadsheet] faster clearing of the cell content if
the whole column is selected - clear the column directly instead of
iterating over the row values.
* 830474556 - [spreadsheet] minor improvements and debugging
* afbb10a7b - [coverity] CID 202495.
* 7244fbeb6 - [coverity] CID 185453.
* 6bf6c66a1 - Added missing null-pointer member initializations.
* 244ea3ce0 - Re-set the focus in the project explorer after an
object was selected there (focus is set to the properties widget
after this) so we can react of key events.
* 0b0ebfc6f - [histogram] don't crash if the min value of the bin
range is bigger or equal to the max value.
* 18ef3df12 - [spreadsheet] allow to add a new column by pressing INS
key if a column is currently selected in the spreadsheet.
* 07d2d2c53 - [fit] fix model selection for context fitting
* 3b6c4e8d0 - [fit] use double value for confidence interval
* 626c3d965 - More deprecated warnings fixed
* c590e659e - QFlags::Zero is deprecated in Qt 5.15.0, use default
constructor
* c6340685e - [spreadsheet] deactivate the "Clear masks" action for
the spreadsheet if there are no masked cells in the spreadsheet.
* 659192327 - Don't show any scrollbars in the plot data dialog if
one single column was selected for the histogram.
* d073c3ed5 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 47473da88 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* c5040a4e1 - GIT_SILENT made messages (after extraction)
* 43a960873 - [spreadsheet] when using "go to cell" use one single
dialog to provide the coordinates instead of two input dialogs.
* 774145d68 - [spreadsheet] minor wording improvements for the
actions in the spreadsheet context menu.
* 712a8f819 - [spreadsheet] fixed the log10 power transformation.
* 477aff269 - [spreadsheet] INSERT key shortcut to add a new row
below the current row.
* 474ea2d98 - [fit test] Fix F value accuracy
* 92a54da3a - [fit] Correct F test and fit tests
* c065ae7e4 - [fit] Fix F test
* 12c4a945b - GIT_SILENT typo
* 84dcfb827 - Update all available template handlers in all
properties widgets when changing the tool button style (icon only,
text only, etc.).
* 52f2d02a9 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* a2afe5186 - [spreadsheet] don't crash if columns of different
column modes were selected and the mode is changed. Don't allow such
changes at all if columns of different modes are selected.
* ef58d455a - static casts in connect can be replaced with QOverload
* 2c7a440f9 - [fit] Add configurable confidence interval
* 851ab78d1 - Implemented context menu in the tempate handle to
change the position of the text on the tool buttons (icon only, text
only, etc.).
* 3b547749b - [fit] split confidence interval in result table
* e83141a19 - [fit] CTRL+C copies only the last cell in the selection
in the result tables. We want to copy the whole selection. Install
event filters to handle CTRL+C key events properly.
* 6c7f5af9b - [fit] when copying the results to the clipboard, copy
the header of the parameters table if we copy everything in this
table.
-- Alexander Pozdnyakov <censored> Sat, 20 Jun 2020 17:55:29 +0300
labplot (2.7.0+git7422-54febcd61-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 54febcd61d34754bf5f13a6f67540315a4457731
* Date: 1591391435
* git changelog:
* 54febcd61 - [fit] fixed copying of the fit results to the
clipboard.
* 5bce29d58 - [spreadsheet] deactivated "normalize selection"
functionality. It's not complete and not useful.
* d2c5de528 - Properly handle the derived XYAnalysisCurve classes in
TreeViewComboBox.
* bd3e89ff2 - [MQTT] minor fixes
* acf8dec6a - Avoid warning in release build
* c8d67282d - XYCurve enum part 2
* 42b7d0de1 - Properly invalidate and calculate the column statistics
if masking was changed.
* 4444186b6 - XYCurve enum
* 59feaebe5 - [analysis] in the comboboxes for curve data sources
allow to select analysis curves as data sources for analysis curves
(e.g. to do a smooth of a smooth, etc.).
* add5dfcfe - More enum changes
* 2a809f18a - CartesianPlot enum
* 8564b049b - [fit] improve loading from project
* 7b87cf22a - PlotDataDialog::PlotType
* f2281a98d - Fix usage of Orientation enum
* 35ccdaa32 - Axis enums
* 423c6edbf - Axis enum class
* c749a63f7 - Use Qt::Orientation
* cd148ff1a - Fix previous commit
* e011e6d48 - Fix compiling
* 387c4632e - [spreasheet] simplified the logic in ColumnDock for the
handling of format widgets for different column modes. The code is
more closer now to a similar logic in XYCurveDock or value labels
format. This change also allows to change the datetime format in the
combo box directly by modifying the text and wihout hitting RETURN.
* d126301ca - Add missing member
* ac2de9f12 - Avoid infinite resize event FitParametersWidget.
* f13e5ec4e - [spreadsheet] avoid unwanted changes in Column during
the initialization in ColumnDock.
* 2e55d7c82 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 0ece9ed83 - WorksheetView and DatapickerImage View enum class
* d5e9b4ab2 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* 0fe338755 - GIT_SILENT made messages (after extraction)
* da061daa9 - [fit dock] Minor ui changes
* 2dec19032 - [fit] use two columns only for the goodness of the fit
to save place in the properties widget.
* 55d722032 - [worksheet] new signal-slot syntax in
CartesianPlotDock.
* 0e3d593b4 - Fixed the broken layout in CartesianPlotDock that make
the properties explorer expanding to big sizes.
* 7a36e74ea - [fit] similar to the previous commit, also fix the
minimum size of the table in FitsParameterWidget.
* f461683f5 - [fit] in the fit parameters widget show the vertrical
scrollbar if we have more than 5 rows and limit the max size to 5
rows.
* 73e13ecd6 - [fit] propertly calculate the size of the table widget
FitParametersWidget on size changes.
* 705dd0921 - [worksheet] fixed the reset to the default theme for
axis line properties.
* 66708dde1 - [worksheet] fixes in CartesianPlotLegend: 1. fixed the
save/load of border corner radius property 2. fixed the reset to the
default theme 3. more usage of macros in load() from xml.
* 8b968210d - SVN_SILENT made messages (.desktop file) - always
resolve ours
* e3d6d29d8 - WorksheetView enum class
* bc74d004c - Use Qt enum
* 056d7d258 - Several enum class changes
* 591da9cb1 - In the fit parametes widget set the size of the table
to the minimum possible.
* dc9d1a03d - In the properties explorer hide widgets for line
properties that are not relevant for analysis curves.
* f1e8a0f48 - use QRandomGenerator in Qt >= 5.10
* 42afb20ae - [spreadsheet] improve sorting single columns and add
tests for it
* f878fd9f7 - SVN_SILENT made messages (.desktop file) - always
resolve ours
* dfab0c88a - [worksheet] fixed the usage of the enum Qt::Orientation
and react on text changes and not on return press in
ReferenceLineDock.
* de1d49c06 - [tests] use portable qrand()
* 4ceed9ab4 - [tests] fix unknown random()
* b58c479e6 - [spreadsheet] improve sorting speed and add performance
test
* c18044571 - [worksheet] better initial values for the axis grid
settings and simplified logic to initialize the default plot types.
This also fixes the problem with the reset to the default theme and
the grid lines not taking the proper properties.
* a613935b6 - CartesianPlot enum class
* 647e0d694 - [worksheet] introduced the property "default" for axes.
This property will be used in the code to decide whether we have one
of the default axes created when a plot is created or one of the
axes manually added by the user.
* 838f4ae7f - [spreadsheet] added "cube" to Tukey's power ladders and
reversed the order of action in the menu for power transformations.
* 72098539b - [fit dock] enable horizontal stretch of last section
* a9c188c39 - [fit dock] improve expanding goodness table
* 264ffecde - [spreadsheet] implemented Tukey's ladder of powers
tranformation in the spreadsheet.
* c612e6c4b - [worksheet] layout improvements in xy fit properties
widget.
* cce12a35c - When switching between the different properties
widgets, scroll up to the top so the user always sees the settings
of the currently selected widget.
* b10d94bca - [workshete] don't use the backing store image of the
plot when exporting to a file, draw directly with the painter. This
fixes the problem with non-rasterized results when doing the export
to vector graphics formats SVG and PDF.
* a6345d02d - CartesianPlot enum fixes
* 8e04ced0b - XYAnalysisCurve enum class
* 15076e2f1 - XYInterpolationCurve enum class
* a7cffd520 - Replace enum with Qt::Orientation
* 8a82787dd - [worksheet] properly handle the position wrapper when
changing properties of multiple selected labels in one step. Modify
only the relevant part of the wrapper for every single label.
* 8e916498d - Fixed couple of minor inconsistency issues in UI.
* f4db60212 - [tests] add datetime sorting in spreadsheet
* db22aa755 - Minor layout fix in LabelWidget.
* acfdf0601 - Drag&drop of workbook children in the project explorer
doesn't work at the moment. Disalow this for now.
* f013c1207 - [spreadsheet] Improve sorting with empty/invalid values
* 9035ded8c - [worksheet] show the line styles in the combo box for
the plot cursor line.
* 353210d87 - [spreadsheet] fix corner cases when sorting
* 2afd14590 - GIT_SILENT Extend code style
* 7f70be34a - Fix composing file paths for Windows
* a294abc2d - Minor improvements in dock widgets.
* 520c8ad14 - [spreadsheet] use Count instead of Size in the
statistics dialog to be more consistent with the usage of this word
in other places in the spreadsheet.
* cd76287f5 - [worksheet] show the properties explorer by double-
clicking on a worksheet element if it's not shown currently.
* 5ca176ec7 - [test] sorting spreadsheet columns
* 5d2395328 - Typo
* 16927a0a8 - [windows] fix saving LastOpenDir
* 70d23f7da - Improved the logic in the plot data dialog to set the
current object in the project explorer after the curves are created:
* if more than two curves are produced, select the parent plot of
the last added curve in the project explorer * if a custom fit is
being done, select the last created fit curve independent of the
number of created curves
* 940e70397 - [fit] consistent submenu name
* c62027e92 - Symbol and CoordinateSystem enums
* f36ee3251 - Root filter enums
* 229b87c5a - Fix test for previous commit
* 1fd9a27a6 - enum class in AbstractFileFilter
* c1bab50c2 - [spreadsheet] improve export path
* 9dbc2ba19 - [spreadsheet] when updating the column data defined via
a formula, avoid circular dependencies. The current column cannot be
part of the variable columns.
* 498332907 - Filter enum class changes
* 5b097ecf1 - Debugging and minor fixes
* 03d2b0df5 - [spreadsheet] when loading Column, read the autoUpdate
attribute only if available. Older project files created with <2.8
don't have it.
* b77086596 - [enum class] PlotArea.h
-- Alexander Pozdnyakov <censored> Sat, 06 Jun 2020 10:12:59 +0300
labplot (2.7.0+git7327-49e131d54-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 49e131d5427e199328b2c906dacd220f189a0145
* Date: 1590347643
* git changelog:
* 49e131d54 - [spreadsheet] use smart pointer when sorting
* 2bc4a27d5 - [spreasheet] improve sorting
* 3523e3bb3 - [spreadsheet] add a new row when hitting RETURN in the
current last row in the spreadsheet.
* 6841add18 - [spreadsheet] fix copy-paste bug
* 99b834a71 - [spreadsheet] use KConfig instead of KConfigShared in
Spreadsheet::init(). The later seems to require the restart for new
values to become re-read and active.
* 9b8457d7c - Allow to delete objects in the project exlorer via the
DEL key.
* ad1905ca2 - [worksheet] re-added the null-pointer check in
CartesianPlot::childAdded() that was removed in
ac864f9400bc53e5cf43270a02492cc7c6adfb8a.
* c9555e6fb - [fit] use default precision for R^2 and R_adj^2
* fd6e8c49c - [fit] improved start parameter A for gaussian and
friends
* ac864f940 - [worksheet] 1. consistently apply the theme settigs
also for for histogram filling and for the color of curve values
labels. 2. simplified the logic for applying the theme settings for
newly added objects in the plot.
* f639a7ebd - merge clean up
* ff6b9d9d7 - More enum class clean up
* 0f7e9f5c1 - Fix build with MQTT enabled
* c2c8e8611 - Fix build with MQTT enabled
* 89e8ac3aa - [worksheet] theme reset in Histogram.
* 354912b30 - Minor layout improvements in "drop values" and "random
values" dialogs.
* 1f77f8ee0 - Fixing the build with MQTT enabled.
* a2923a2e8 - More enum class clean up
* 3b46c5c7e - [worksheet] properly handle the numeric and datetime
formats in case a custom column is used for value labels in xy-curve
and in histogram.
* 2162dccdf - enum class TextLabel::Type and TextLabel::BorderShape
* ac893c932 - [histogram] properly show/hide the values format
related widgets in the histogram properties dock widget.
* 4755fad08 - enum class Matrix::HeaderFormat
* 006718f65 - Fix the build with MQTT enabled.
* 5b215ba7b - enum class WorksheetPrivate::TreeModelColumn
* a45d9c2f5 - enum class SpreadsheetModel::CustomDataRole
* accfd8d76 - enum class PluginLoader::PluginStatus
* 1cdb8a677 - Fix tests for previous commit
* 61778c21d - enum class AbstractColumn::ColumnMode
* 4676a801b - [xycurve] improve basic math functions
* cebf657ad - enum class AbstractColumn::Properties
* 183875fcd - [worksheet] don't crash when changing the values type
in XYCurve with no data source columns set yet.
* 26e8a2c39 - [spreadsheet] properly update the widgets in the column
dock related to the column mode (precision, etc.) on column mode
changes.
* 6da9a5a03 - minor change
* 020316cd1 - Added the entry "All supported files" to the open file
dialog and remember the last selected filter in this dialog.
* 39899b9a4 - [fit] fix setting model degree limits when using a
curve as data source
* 2a320c7c7 - [worksheet] allow to change the position/order of plots
also for worksheets having an active layout.
* 7abb6852b - [histogram] allow to use smooth rough data as the
source for the histogram.
* a1f24278e - Simplified the logic for handling the key events in
Matrix and Spreadsheet views - handle the key events directly
instead of registering/unregistering shortcuts. This also solve the
problem with spreadsheet and matrix not reacting on delete/backspace
keys when being child of a workbook.
* c56626e65 - [fit] limit degree for Fourier fit depending on
available data points
* 2ad85a971 - [analysis] Simplify getting valid data
* 478d31545 - [fit] simplify getting available data
* f9e3ba394 - * add availableRowCount() for Column to get number of
valid and non-masked rows * [fit] limit polynomial order (degree) by
number of available data points
* ee0180832 - [fit] Fix problem with manual specified zero evaluation
range
* c6ebba63d - Allow to delete the selected cells in spreadsheet and
in matrix via the backspace key.
* 463857700 - [worksheet] theme reset in XYCurve and Axis.
* 980d997fb - [fit] Fix switching between different fits
* 8855deeeb - [fit] Fix parameter detection for custom model
* 67d8739ed - [worksheet] simplified the handling of theme properties
in worksheet and plot area.
* e46788bc9 - [worksheet] selection of the theme "Default" should
really reset the properties to the default ones. Implemented this
logic for worksheet and plot area. This also needs to be done for
all other children of the plot now.
* 4e9e3c2de - [analysis] data reduction with DateTime x-data.
* c21921221 - Fix build with JSON test
* 4ab5ac2bd - Fixed the build with enabled MQTT.
* e750af0fd - enum class PlotDesignation
* 48b196fc3 - enum -> enum class
* d5d4e2e5a - [spreadsheet] when doing the revers of values in the
column, determine the last row containing a valid value and ignore
all following rows. This works for numeric columns only at the
moment.
* 24a5903c9 - [spreadsheet] reverse values also for integer and big
integer columns.
* 0956aa359 - [spreasheet] when selecting a column in the
spreadsheet, properly deselect all its parents to avoid multiple
selection in the project explorer.
* b8b747852 - GIT_SILENT coding style
* 90a75f559 - use strongly typed enum
* 1fd02d495 - [spreadsheet] properly drop/mask values also for
integer and big integer columns.
* 598bad414 - Update Generic Name (T12810)
* b8d47623f - GIT_SILENT minor change
* 67ae94229 - Use enum with switch-case instead of int if-else
comparisons in DropValuesDialog and proper padding for the class
members.
* 6ea5b06d0 - [worksheet] improved the handling of the offset for
axis tick labels (absolute distance to the axis line + tick length).
* 89a96dcd8 - [fit] Fix crash when fit fails
* 931569ecc - [analysis] properly initialize the pointer to the rough
data vector in XYSoothCurve so we don't crash when recalculating the
already saved smooth and rough data.
* 16a7a31c9 - [worksheet] added additional handling for export of
worksheet to png.
* e2b58e66b - Fix the windows build.
* 3d3cc78b7 - [spreadsheet] minor fixes in DropValuesDialog: 1. fixed
the wording 2. save and load the last used operator and properly
show the relevant widgets on dialog open.
* c973b7449 - Minor layout fix in XYSmoothCurveDock.
* f8a6dc9c0 - [analysis] calculate and expose the rough values as the
result of a smooth (data = smooth + rough).
* 3eab84d65 - In PlotDataDialog call CartesianPlot::dataChanged()
instead of CartesianPlot::scaleAuto() to cope with cases where the
min and max values of the new curves to be added are equal to the
current plot ranges, otherwise no curve retransform is called and
the curves are not shown.
* ad7fbeebb - Don't allow to click the Ok-button and to close the
export dialogs if the specified directory is not existing.
* 85764f236 - Fix previous commit: no isnan for integer; they are
always valid
* b59699f82 - [smooth] Fix maximum number of points for datetime data
* 5ce3f2d80 - [spreadsheet] notify the user if wrong export path was
provided in the export dialog.
* 1234717a8 - Fix compilation
* 1eac5e149 - [spreadsheet] show the trimian also in the statistics
dialog.
-- Alexander Pozdnyakov <censored> Sun, 24 May 2020 23:21:44 +0300
labplot (2.7.0+git7248-f77924bf6-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: f77924bf69b01be955be359b4f7ff731b5a75729
* Date: 1589320003
* git changelog:
* f77924bf6 - Fix compilation with clang
* d0d28faaa - [column] Calculate pow() more efficiently
* 512a90a17 - [spreadsheet] fixed the normalization of the standard
deviation and added Turkey's trimean to the column statistics.
* c51999644 - [spreadsheet] properly invalidate the column statistics
and other properties when data changes are undone/redone.
* f330cfc85 - Revert "[spreadsheet] removed unneeded header refreshes
in SpreadsheetView as"
* 2d2e33409 - [windows] try to fix color-scheme installation
* 35e312546 - [analysis] improved the layout for padding values in
XYSmoothCurveDock.
* 34c17d91c - [spreadsheet] added the missing "Rescale to [a,b]"
normalization method in the context menu again.
-- Alexander Pozdnyakov <censored> Wed, 13 May 2020 19:35:08 +0300
labplot (2.7.0+git7240-1688a5424-1) unstable; urgency=medium
* Compile
* URL: https://github.com/KDE/labplot.git
* Branch: master
* Commit: 1688a54244eaba15c59626036f8f274e657a6f22
* Date: 1589182059
-- Alexander Pozdnyakov <censored> Mon, 11 May 2020 12:56:05 +0300
labplot (2.7.0+git7188-6a547031c-1) unstable; urgency=medium
* Compile
-- Alexander Pozdnyakov <censored> Fri, 01 May 2020 15:38:52 +0300
labplot (2.7.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.4.1, no changes required.
* Add the configuration for the CI on salsa.
* Add the libkf5kio-dev build dependency for the new upstream version.
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
-- Pino Toscano <censored> Mon, 28 Oct 2019 07:54:36 +0100
labplot (2.6.0-1) unstable; urgency=medium
* New upstream release.
* Update the build dependencies according to the upstream build system:
- bump qtbase5-dev to >= 5.6.0
- add libkf5crash-dev, libkf5parts-dev, libkf5service-dev, zlib1g-dev, and
liblz4-dev
- remove libkf5kdelibs4support-dev, and libkf5kio-dev
* Update install files.
* Bump Standards-Version to 4.4.0, no changes required.
* Update copyright.
-- Pino Toscano <censored> Thu, 11 Jul 2019 06:21:34 +0200
labplot (2.5.0-2) unstable; urgency=medium
* Make the testsuite non-fatal, since at least one of the tests fails on
almost all the architectures different than amd64.
-- Pino Toscano <censored> Sat, 23 Jun 2018 19:18:33 +0200
labplot (2.5.0-1) unstable; urgency=medium
* New upstream release.
* Switch Vcs-* fields to salsa.debian.org.
* Bump the debhelper compatibility to 11:
- bump the debhelper build dependency to 11~
- bump compat to 11
- remove --parallel for dh, as now done by default
* Switch from dh_install to dh_missing for --fail-missing.
* Bump Standards-Version to 4.1.4, no changes required.
* Update watch file, no more "-kf5" variant is needed (it is the only one).
* Update the build dependencies according to the upstream build system:
- add libqt5serialport5-dev, libkf5syntaxhighlighting-dev, bison, and
libcerf-dev
- bump cmake to >= 3.2.0
- bump the KF5 build dependencies to >= 5.16.0
* Make sure the test suite can run:
- add the xauth, and xvfb build dependencies
- run dh_auto_test using xvfb-run
* Ship the upstream examples.
* Update copyright.
-- Pino Toscano <censored> Sat, 23 Jun 2018 09:59:56 +0200
labplot (2.4.0-1) unstable; urgency=medium
* New upstream release.
* Update the build dependencies:
- bump cmake to 3.2.0
- explicitly add more frameworks packages: libkf5completion-dev,
libkf5config-dev, libkf5configwidgets-dev, libkf5coreaddons-dev,
libkf5doctools-dev, libkf5iconthemes-dev, libkf5newstuff-dev,
and libkf5textwidgets-dev
- add libcfitsio-dev, for new features
- explicitly add gettext, and pkg-config
* Update the patches:
- upstream_cmake-do-not-hardcode-libdir-for-hdf5.patch: drop, fixed
upstream
* Update install files.
-- Pino Toscano <censored> Sun, 18 Jun 2017 09:04:00 +0200
labplot (2.3.0-2) unstable; urgency=medium
* Backport upstream commit 3b69133fcf5a62f46d33a1e3adc8e44c854517d7 to fix
the HDF5 detection on architecture different than amd64; patch
upstream_cmake-do-not-hardcode-libdir-for-hdf5.patch.
* Add the libhdf5-dev build dependency, explicit and which should now work
fine on any architecture.
* Replace the deprecated kio-dev build dependency with libkf5kio-dev.
-- Pino Toscano <censored> Sun, 02 Oct 2016 12:18:23 +0200
labplot (2.3.0-1) unstable; urgency=medium
* New upstream release:
- fix build with newer libstdc++ (Closes: #830454)
* Update Vcs-* fields.
* Update the patches:
- upstream_Include-cmath-for-std-isfinite.patch: drop, backported from
upstream
* Add the libfftw3-dev build dependency, used by the new version.
* Update copyright.
-- Pino Toscano <censored> Tue, 26 Jul 2016 07:27:31 +0200
labplot (2.2.0-1) unstable; urgency=medium
* Re-add back to Debian.
* Backport upstream commit e3b55c7f8ff492e2db27794af53a8ad36fcc3c79 to fix
build; patch upstream_Include-cmath-for-std-isfinite.patch.
-- Pino Toscano <censored> Sat, 21 May 2016 07:51:45 +0200