SUMMARY Importing from another Labplot 2.5 file fails with a blank error message in version 2.6. Some worksheets will import but missing the graphs. SOFTWARE/OS VERSIONS Windows 10 ADDITIONAL INFORMATION
Are you trying to open a project file or are you doing "project import" where you can specify which objects from another project file to import into the currently openened project? Can you please attach your project file?
input needed
Created attachment 120841 [details] Labplot file to import I am trying to use "project import" to import some of the worksheets from this project file. (Sorry for the delay)
Created attachment 120842 [details] Resulting error message (empty)
Can reproduce the problem. Thanks for reporting this. We'll check this.
Git commit 20bbc8587d1670f94a18e07eb40191c9f014e4ca by Alexander Semke. Committed on 13/06/2019 at 21:24. Pushed by asemke into branch 'master'. Fixed broken project import. FIXED-IN: 2.7 M +2 -3 src/backend/core/Folder.cpp M +4 -2 src/backend/core/Project.cpp M +6 -1 src/backend/datasources/projects/ProjectParser.cpp https://commits.kde.org/labplot/20bbc8587d1670f94a18e07eb40191c9f014e4ca
I just did a fix. If it's feasible for to fetch the code from git and to compile it, would be great if you could test and provide more feedback. Thanks again for having reported this problem.
I finally got craft to compile properly, the fix works perfectly. Thank you!