Improve KAlgebra log design
completed by: Benjamin Kaiser
mentors: Aleix Pol
KAlgebra has a calculator mode, which is the main mode that appears when launching the application. It's meant to be used for calculations, the results are displayed in an HTML log. Because of the following bug [2] I've been considering to enhance it, by making the log more interactive. If you see [1] you'll see that there's a * that will copy the expression in the text input. This works, but it looks terribly ugly. What should be done is: * Improve the representation of the UI element that will copy the input expression to the input * Add some UI to copy the result
{1] http://proli.net/meu/kalgebra/kalgebra_link_log.html
[2] https://bugs.kde.org/show_bug.cgi?id=208918