193
edits
Line 24: | Line 24: | ||
== GUI Tasks == | == GUI Tasks == | ||
Our current GUI could use refreshing and updating, in particular to improve how | |||
it works with newer platforms such as iOS or Android. We have a few suggested | |||
tasks: | |||
=== Improve touchscreen GUI === | === Improve touchscreen GUI === | ||
Line 36: | Line 37: | ||
Since it is theme based, part of the problem can be resolved by using a custom | Since it is theme based, part of the problem can be resolved by using a custom | ||
theme. However, our GUI code will need extensions to allow it to behave like a | theme. However, our GUI code will need extensions to allow it to behave like a | ||
proper touchscreen application. | proper touchscreen application. See [[OpenTasks/Generic/Touch GUI]] for more details. | ||
See [[OpenTasks/Generic/Touch GUI]] for more details. | |||
=== Improve Main GUI === | === Improve Main GUI === | ||
Line 45: | Line 43: | ||
Technical contacts: [[User:Sev|Eugene Sandulenko]]. | Technical contacts: [[User:Sev|Eugene Sandulenko]]. | ||
We have a wishlist for improved GUI widgets; we'd like better sliders, multiline text widgets, and an improved list widget. We also want proper widgets for our PopUp and List widgets. | |||
Also | Also, several years ago, we switched to a new XML-based and vector-based GUI, but unfortunately during this transition number of nice touches were lost. In particular, the current GUI lacks soft shadows and antialiasing in number of places. We'd like them back! | ||
See [[OpenTasks/Generic/Improve GUI Look]] for more details. | See [[OpenTasks/Generic/Improve GUI Look]] for more details. |
edits