Git commit 7696b0916657f414846b82deb384f323682b80d0 by Thomas Friedrichsmeier. Committed on 11/01/2016 at 14:37. Pushed by tfry into branch 'master'.
Merge branch 'work/generalized_preview' M +4 -0 ChangeLog M +131 -1 doc/rkwardplugins/index.docbook M +1 -0 rkward/plugins/00saveload/import/import_csv.xml M +36 -1 rkward/windows/rkmdiwindow.cpp M +12 -0 rkward/windows/rkmdiwindow.h http://commits.kde.org/rkward/7696b0916657f414846b82deb384f323682b80d0 diff --cc ChangeLog index 8fccecd,ca44afc..edf8afb --- a/ChangeLog +++ b/ChangeLog @@@ -1,6 -1,5 +1,10 @@@ +- Fixed: Numerical (display) precision setting was not honored in data editor +- Fix several window activation quirks in "Focus follows mouse" mode +- File selectors in "Import XYZ" plugins now filter for standard file extensions, by default ++- Allow previews for data, (HTML) output, and custom types of previews ++- Allow previews to be docked to the dialog window + - Implicitly save code preview visibility and size (instead of the former explicit settings) + - data.frame objects outside of globalenv() can be opened read-only in an editor window - Show a warning screen when invoking plugins from the command line (or from clicking an rkward://-link in an external application) --- Version 0.6.4 - Dec-20-2015 _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
