Merge branch 'master' into gsoc2015_VTK_integration

Authored by asemke on Sep 27 2017, 8:35 PM.

Description

Merge branch 'master' into gsoc2015_VTK_integration

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
c524bc3577f0asemke
No weigthing on default in the fit, select "instrumental weighting"… 
Sep 26 2017
17b7044cf4abasemke
Always show widgets for fit weights since we also allow to use data points as… 
Sep 26 2017
4dcf1513ebb1asemke
Removed the usage of Loki lib. 
Sep 25 2017
6c3ec3665034asemke
Added NIST tests files for linear and non-linear regressions. 
Sep 23 2017
d1d6e974a4d9pino
remove extra executable bits 
Sep 23 2017
ccc59a171f09asemke
Removed some obsolete code in XYFitCurve::load(). 
Sep 23 2017
e02ab476bd1dasemke
Range based for-loop and QLatin1String in Folder.cpp. 
Sep 23 2017
1e5be57cc490asemke
A bit faster loading of columns. 
Sep 23 2017
2d883355978easemke
Moved the initialization of start values, etc. for the fit parameters from the… 
Sep 23 2017
0ca27b013773asemke
Refactored the initialization of the fit parameter names. 
Sep 22 2017
cf4a0bdec8ccsgerlach
improved debugging in fit curve dock 
Sep 22 2017
75dec005dcf8sgerlach
check malloc success in linesim functions 
Sep 22 2017
91df985aab93asemke
Fixed a null-pointer access in ImportDialog. 
Sep 22 2017
a4d4c1c607eaasemke
Suppress curve retranforms when adding multipe curves via drag&drop, all curves… 
Sep 22 2017
a3eaab2a8c6easemke
Save the last used import position (append/prepend/replace) in ImportDialog. 
Sep 21 2017
92abbf391e58asemke
Correctly set the plot designation for the imported columns (X for the first… 
Sep 21 2017
ae565014d244sgerlach
fix preview of binary data 
Sep 20 2017
ee3403842297asemke
Added the initialization of UTF8-names for the fit parameters in XYFitCurve… 
Sep 20 2017
30b584071bbdasemke
Use white color for dark themes in ThemesWidget when drawing the icon for the… 
Sep 19 2017
239ece76efaaasemke
Removed couple of obsolete return values in CartesianPlot. 
Sep 19 2017
a472be831384asemke
Correctly initialize fit data in XYFitCurve. 
Sep 19 2017
f212c62d72ffsgerlach
avoid temporary warnings 
Sep 19 2017
f2ad0cb2c579sgerlach
fix a few compiler warnings 
Sep 18 2017
3bb8e09a9aacasemke
Made the calculation of the precision for the axis tick labels more stable… 
Sep 18 2017
ff4244e76f61asemke
Suppress couple of unneeded retransforms in Axis during plot creation. 
Sep 18 2017
1d9258876366sgerlach
remove quotes implemented in ascii import 
Sep 16 2017
c86846c2e4aesgerlach
added 'remove quotes' option to import dialog (but not implemented yet) 
Sep 16 2017
57cdb641038dasemke
On drop enter event, select the worksheet in the project explorer and bring the… 
Sep 16 2017
c354a2e5641casemke
Properly update the color in the preview of curve filling brushes in… 
Sep 16 2017
b05180997528asemke
Use white color for the preview of symbols and brushes in curve dock widgets if… 
Sep 16 2017
ead3f8fcd7fasgerlach
ascii import option added to convert NaN to 0 
Sep 16 2017
c859bc5539dbsgerlach
detect nan values when determining data types in ascii import 
Sep 15 2017
fb5c66742692asemke
Small layouting fix in plot data widget. 
Sep 14 2017
5694bc3a5408asemke
In WorksheetView ignore events not related to internal drags of columns etc., e. 
Sep 11 2017
fd6c7e5c8eb1sgerlach
handle NA(N) values when determining data type of imported data 
Sep 11 2017
eba5f82af4a3sgerlach
handle multiple data lines to determine data type 
Sep 11 2017
90ee8b532ba6asemke
Update the plot after new colums were dropped on it to show the newly created… 
Sep 11 2017
95f92a948dc5sgerlach
reading multiple data lines to determine data types 
Sep 10 2017
c592c7772a4basemke
Simplified loading of the theme member in CartesianPlot::load(). 
Sep 10 2017
f0c5d4bd7a85asemke
No need for CartesianPlot::applyThemeOnNewCurve(), the theme is already applied… 
Sep 10 2017
e08e171f3aacasemke
Implemented the creation of curves for columns dropped on a plot. 
Sep 10 2017
42cf2361f78fsgerlach
general fix (attempt) for xlocale.h problem 
Sep 10 2017
2cff9ee7e826sgerlach
FREEBSD needs xlocale.h 
Sep 10 2017
c245605d8013sgerlach
glibc 2.26 removed xlocale.h 
Sep 10 2017
b8db821c3f43asemke
Replaced KLineEdit with QLineEdit in couple of files. 
Sep 10 2017
888d62dc9fc9asemke
Replaces foreach with range based for loops in ProjectExplorer.cpp. 
Sep 10 2017
22cd7f692092asemke
In ProjectExplorer: 1. implemented starting of a drag 2. use QLineEdit instead… 
Sep 10 2017
9b2ff9d98ff5asemke
Update "last used directory" in MainWin when doing "save as". 
Sep 9 2017
ac5094244ca6asemke
When a LabPlot project is being droped in the main window, load the project… 
Sep 9 2017
83b5d63d9a95asemke
Fixed the build (forgot to commit some changes in the previous commit) and… 
Sep 8 2017