[LabPlot2] [Bug 387862] argument truncation warning in CartesianPlot

2017-12-14 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=387862

Alexander Semke  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/lab |https://commits.kde.org/lab
   |plot/e23d0e36481f62c4f8da0f |plot/0544f6c20e28ff84008e2c
   |4bfbb3b22492d2bc95  |56821964db1a101c45
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Alexander Semke  ---
Git commit 0544f6c20e28ff84008e2c56821964db1a101c45 by Alexander Semke.
Committed on 15/12/2017 at 07:41.
Pushed by asemke into branch 'master'.

1. properly set the name of Origin matrix sheets during the import
2. fixed couple of warnings
Related: bug 387860
FIXED-IN:2.5

M  +6-8src/backend/datasources/projects/OriginProjectParser.cpp
M  +4-7src/backend/worksheet/plots/cartesian/CartesianPlot.cpp

https://commits.kde.org/labplot/0544f6c20e28ff84008e2c56821964db1a101c45

-- 
You are receiving this mail because:
You are watching all bug changes.

[LabPlot2] [Bug 387862] argument truncation warning in CartesianPlot

2017-12-14 Thread Uwe Stöhr
https://bugs.kde.org/show_bug.cgi?id=387862

Uwe Stöhr  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---

--- Comment #2 from Uwe Stöhr  ---
Now I get:

1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1310):
warning C4456: declaration of 'curve' hides previous local declaration
1> 
C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1302):
note: see declaration of 'curve'
1>C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1335):
warning C4456: declaration of 'curve' hides previous local declaration
1> 
C:\CraftRoot\labplot\src\backend\worksheet\plots\cartesian\CartesianPlot.cpp(1328):
note: see declaration of 'curve'

-- 
You are receiving this mail because:
You are watching all bug changes.

[LabPlot2] [Bug 387862] argument truncation warning in CartesianPlot

2017-12-14 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=387862

Alexander Semke  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||2.5
  Latest Commit||https://commits.kde.org/lab
   ||plot/e23d0e36481f62c4f8da0f
   ||4bfbb3b22492d2bc95
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Alexander Semke  ---
Git commit e23d0e36481f62c4f8da0f4bfbb3b22492d2bc95 by Alexander Semke.
Committed on 14/12/2017 at 22:36.
Pushed by asemke into branch 'master'.

Removed implicit conversion from double to float in CartesianPlot.
FIXED-IN: 2.5

M  +1-1src/backend/worksheet/plots/cartesian/CartesianPlot.cpp

https://commits.kde.org/labplot/e23d0e36481f62c4f8da0f4bfbb3b22492d2bc95

-- 
You are receiving this mail because:
You are watching all bug changes.