gnome-calculator:fix-cli-string

Last commit made on 2020-02-01
Get this branch:
git clone -b fix-cli-string https://git.launchpad.net/gnome-calculator

Branch merges

Branch information

Name:
fix-cli-string
Repository:
lp:gnome-calculator

Recent commits

fdc1ce7... by Rafael Fontenelle

gnome-calculator.vala: Use proper placeholder replacement in Vala

e79050d... by Rafael Fontenelle

gnome-calculator.vala: Add missing parenthesis

9151645... by Rafael Fontenelle

gnome-calculator.vala: Hide CLI arguments from translators

2f1d42e... by Rafael Fontenelle

gnome-calculator.vala: clarify valid values for CLI

8417af3... by Robert Roth

Implemented navigation through results using keyboard (fixes #129)

08da439... by Robert Roth

Remove mnemonics blocking mode shortcuts (fixes #138)

Due to gtk#860 mnemonics inside the popupbutton primary menu steal
the shortcuts with Alt, and as such the mode selections do not work
on English locale, where Programming mode selection is stolen by the
_Preferences mnemonic, Advanced mode selection stolen by the _About
mnemonic, and Keyboard mode stolen by the _Keyboard shortcuts mnemonic.
Until I find a reasonable workaround or this gets fixed in gtk, removing
the mnemonics for the problematic items.

b497b92... by Robert Roth

Error on calculating undefined atan(+/-i) (fixes #139)

d089e9f... by J T

Update Karbi translation

2cfcfab... by Daniel Mustieles

Updated Spanish translation

25301ea... by Robert Roth

Add Rack Units to the unit conversions