Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-09 | tx: sync with transifex | raveit65 | 128 | -52930/+81514 | |
2020-01-14 | tx: update resources for transifex | Pablo Barciela | 1 | -2/+2 | |
2020-01-14 | Fix typo: 'Avogadro' instead 'Avogrado' | Pablo Barciela | 2 | -2/+2 | |
2020-01-12 | tx: update resources for transifex | raveit65 | 1 | -2/+2 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-12 | fixes precedence of functions i.e. the result of -ln(1) and add according tests | mbkma | 2 | -0/+34 | |
2019-12-02 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-19 | tx: add fixes to makepot script | raveit65 | 1 | -0/+1 | |
2019-11-19 | tx: update resource for transifex | raveit65 | 1 | -4/+5 | |
2019-11-19 | desktop file: add missing hints for translators | raveit65 | 1 | -0/+2 | |
2019-10-07 | tx: update resource for transifex | rbuj | 1 | -3/+7 | |
2019-10-07 | fix typo in keywords in desktop file | monsta | 1 | -1/+1 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | mate-calc.desktop.in: Add missing Keywords. (#123) | Martin Wimpress | 1 | -0/+1 | |
mate-calc.desktop.in: Add missing Keywords. | |||||
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-09-01 | Do not remove org.mate.calc.gschema.xml on make distclean | rbuj | 1 | -3/+2 | |
2019-09-01 | The function 'mp_mask' is never used | rbuj | 2 | -19/+0 | |
cppcheck --enable=unusedFunction . [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used. | |||||
2019-08-30 | sets the required version for gettext (0.19.8) | Pablo Barciela | 1 | -0/+1 | |
Fixes error in arch build: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 | |||||
2019-08-30 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-07-13 | parserfunc: Return NULL on NOT operation overflow | Victor Kareh | 2 | -2/+3 | |
2019-07-04 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+26 | |
2019-07-04 | Revert "CI: fix make distcheck to remove .gmo files" | raveit65 | 1 | -1/+0 | |
This reverts commit 87d647ad3be67c033dbb6aa80cfcdd4cbce3a42d. gettext needs those files to install .mo files. | |||||
2019-07-03 | tx: sync with transifex | raveit65 | 125 | -5699/+11081 | |
2019-07-03 | tx: update resource for transifex | raveit65 | 1 | -458/+697 | |
2019-07-03 | Remove trailing whitespaces | Laurent Napias | 27 | -148/+148 | |
2019-06-22 | CI: fix make distcheck to remove .gmo files | raveit65 | 1 | -0/+1 | |
2019-06-12 | [ci] add autopoint for debian/ubuntu | Wu Xiaotian | 1 | -0/+2 | |
2019-06-12 | Migrate from intltools into gettext | Wu Xiaotian | 7 | -18/+97 | |
2019-06-03 | mp-serializer: fix scientific presentation of complex numbers | mbkma | 1 | -3/+5 | |
So that z = re(z) + im(z) will be displayed with the "+" in scientific notation. In mp_serializer_to_string: DISPLAY_FORMAT_AUTOMATIC I removed the workaround for this issue, so big (or small) imaginary numbers will be displayed in scientific notation again (as against fixed notation before) automatically. | |||||
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-26 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-15 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-08 | Avoid deprecated 'gtk_widget_get_style' and 'gtk_widget_modify_font' | Wu Xiaotian | 1 | -2/+41 | |
2019-05-08 | Fix FSF address | rbuj | 1 | -1/+1 | |
Reported by translators | |||||
2019-05-07 | test-mp-equation: add tests for physical constants | mbkma | 1 | -2/+16 | |
It was necessary to change the test() function as well, in order to have variable trailing_digits size. Otherwise most constants would be shown as zero. So there is a "#define test(X, Y, Z) Test(X, Y, Z, 9)". Now test() works with trailing_digits size 9, and Test() with a variable trailing_digit size. | |||||
2019-05-07 | mp-equation: update values from physical constants to match with tooltip ↵ | mbkma | 1 | -7/+7 | |
values in math-buttons.c On branch physical_constants Your branch is up-to-date with 'origin/physical_constants'. Changes to be committed: modified: src/mp-equation.c | |||||
2019-05-07 | Add unit tooltips to physical constants | mbkma | 1 | -11/+12 | |
This adds unit tooltips to the const menu which appear when hovering over a specific constant with the mouse. Changes to be committed: modified: math-buttons.c | |||||
2019-05-07 | dont focus on click | mbkma | 1 | -0/+1 | |
2019-05-07 | mp-equation: add pre-defined physical constants | mbkma | 3 | -6/+148 | |
This adds some fundamental physical constants: - Velocity of Light "c₀", 299,792,458 m/s - Magnetic constant, "μ₀", 1.2566370614×10⁻ N/A² - Electric constant, "ε₀", 8.85418782×10⁻¹² s⁴A²/m³kg - Newtonian constant of gravitation, "G", 6.67408×10⁻¹¹ m³/(s²kg) - Planck constant, "h", 6.62607004×10⁻³⁴ m²kg/s - Elementary charge, "e", 1.6021766208(98)×10⁻¹⁹ C - Electron mass, "mₑ", 9.10938356×10⁻³¹ kg - Proton mass, "mₚ", 1.672621898(21)×10⁻²⁷ kg - Avogrado constant, "Nₐ", 6.02214086×10²³ mol⁻¹ They are taken from https://en.wikipedia.org/wiki/Physical_constant#Universal_constants To insert them one would enter the corresponding symbol or use the gui. They are set to a MPNumber from string. | |||||
2019-05-06 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-05-06 | buttons-ui: add destructive-action style to 'clear' button | mbkma | 4 | -0/+12 | |
2019-05-06 | buttons-ui: add style class "suggested-action" to result button | mbkma | 4 | -19/+31 | |
This gives the result (=) button a theme defined colour. Currently has effects in Menta theme. Saw this on gnome-calculator. | |||||
2019-05-04 | Use gresources for UI files | rbuj | 12 | -29/+81 | |
.ui files are combined into a binary resource bundle, and they are marked as compressed, so they will be automatically uncompressed when the resource is used. REF https://developer.gnome.org/gio/stable/GResource.html | |||||
2019-04-30 | Unit tests: pi constant, ln (e^iπ) | rbuj | 1 | -0/+2 | |
2019-04-29 | currency-manager: Update name_map in load_imf_rates | rbuj | 1 | -42/+44 | |
Fixes #103 | |||||
2019-04-29 | math-buttons: Fix cppcheck warning: Identical inner 'return' | Pablo Barciela | 1 | -1/+2 | |
Fixes cppcheck warning: [src/math-buttons.c:513] -> [src/math-buttons.c:514]: (warning) Identical inner 'return' condition is always true. | |||||
2019-04-26 | mp: Fix calculate result ln(e^(i*π)) | Pablo Barciela | 1 | -4/+4 | |
Fixes https://github.com/mate-desktop/mate-calc/issues/100 based in gnome-calculator commit: https://gitlab.gnome.org/GNOME/gnome-calculator/commit/6eb0f2b5e6df456a97a796b35d811376a69679e0 | |||||
2019-04-24 | display small numbers in scientific notation | mbkma | 1 | -2/+7 | |
in number format: automatic | |||||
2019-04-24 | Revert "fixes issues 25 and 26" | raveit65 | 1 | -7/+2 | |
This reverts commit 1f84e1918c1f1ca57fa63f72b7c1f39c5c4563ac. |