summaryrefslogtreecommitdiff
path: root/src/math-buttons.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-18Add tooltip mentioning keys to shift buttons again.Stefan Tauner1-2/+2
Also, change them in all translations with the help of find and sed. I am not entirely sure if this is correct for RTL languages like arabic, but it does look similar to the other tooltips :) Commands used: find . -name "*.po" -print | xargs sed -i '{N s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [<<]"\n\1 [<<]"/g}' find . -name "*.po" -print | xargs sed -i '{N s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [>>]"\n\1 [>>]"/g}'
2012-11-24Fixed gsettings.Steve Zesch1-1/+3
2012-11-24Added inverse trig functions.Steve Zesch1-0/+9
2012-11-24Update codebase.Steve Zesch1-654/+210
2012-11-16Added buttons for inverse trig functions.Steve Zesch1-0/+9
2012-11-15Mark a few string as translatable, add translator comment to the onesSteve Zesch1-3/+6
with non obvious meanings. http://git.gnome.org/browse/gcalctool/commit/?h=gnome-2-32&id=91f3718756d752738cc0b50adbef39f23e68b223
2012-07-31fixing address issue of fsfPerberos1-2/+2
2012-04-22Support shifts with keyboardStefan Tauner1-2/+2
This patch also changes the shift operation itself to use MPNumber for the multiplier too. Previously a signed int was used, which led to "interesting" results for bigger numbers. This was hidden because the GUI did not allow shifts with more than 15 places. Signed-off-by: Stefan Tauner <[email protected]>
2011-11-08watPerberos1-38/+41
2011-11-08initialPerberos1-0/+1790