diff options
author | mbkma <[email protected]> | 2020-02-13 22:24:23 +0100 |
---|---|---|
committer | lukefromdc <[email protected]> | 2020-02-27 05:50:08 +0000 |
commit | 8de77e33ab168df33b2a4bc7a7fe45aed75e9040 (patch) | |
tree | 379e6ad7924cd65ffad2f7d0a8a2464618772940 /data | |
parent | 432a684f6139ec0029eff6469e2873c11cb9adc4 (diff) | |
download | mate-calc-8de77e33ab168df33b2a4bc7a7fe45aed75e9040.tar.bz2 mate-calc-8de77e33ab168df33b2a4bc7a7fe45aed75e9040.tar.xz |
add history view to show recent calculations.
add option to enable/disable history (disabled by default).
add possibility to resize mate-calc if history is enabled.
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.calc.gschema.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.calc.gschema.xml b/data/org.mate.calc.gschema.xml index 37295c1..507af68 100644 --- a/data/org.mate.calc.gschema.xml +++ b/data/org.mate.calc.gschema.xml @@ -47,6 +47,11 @@ <summary>Show Trailing Zeroes</summary> <description>Indicates whether any trailing zeroes after the numeric point should be shown in the display value.</description> </key> + <key type="b" name="show-history"> + <default>false</default> + <summary>Show History</summary> + <description>Shows all recent calculations</description> + </key> <key name="number-format" enum="org.mate.calc.NumberFormat"> <default>'automatic'</default> <summary>Number format</summary> |