Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Highlights:
* Fixed unit conversion from negative constant numbers bgo#778311 (PioneerAxon)
* Better error highlighting (PioneerAxon)
* Fix null token causing segfault (PioneerAxon)
* Added Desktop Publishing Point length unit bgo#778449 (Robert Roth)
* Use angle units from settings in search provider bgo#778274 (Robert Roth)
* Fixed incorrect value for ans in variable popup bgo#778242 (Robert Roth)
* Zeroth root of numbers is undefined bgo#775759 (Robert Roth)
* Added additional temperature unit shortcuts for conversion. bgo#775300 (Robert Roth)
* Use proper chain-up syntax (Rico Tzschichholz)
* Use MPC for complex numbers bgo#759439 (Philip Wood)
* Add shortcut to close current window bgo#755398 (Robert Roth)
* Fix conversion unit change bgo#748732 (Robert Roth)
* Fixed conversion user interface for LTR bgo#711587 (Robert Roth)
|
|
|
|
|
|
|
|
|
|
|
|
Overview of changes in gnome-calculator 3.22.2
* Fixed conversion unit switch (Robert Roth)
* Fixed first expression with parentheses (Robert Roth)
* Fixed possible errors on currency conversion (Robert Roth)
* Ctrl+Backspace should only delete last number (Robert Roth)
* Fixed reusing results from the history stack (Antonio Ospite)
Overview of changes in gnome-calculator 3.22.1
* Headerbar layout fixes (djb)
* Use dim labels for bit markers in Programming mode (djb)
* Fixed history scrolling (Robert Roth)
* Minor programming errors fixed (Tobias Mueller)
* Vertically center headerbar button content (Lapo Calamandrei)
* Updated styles for gtk+ 3.20 (Exalm)
* [l10n] update Croatian translations (gogo)
Overview of changes in gnome-calculator 3.22.0
* Fix base change for log, fixes #748729 (Robert Roth)
* Math buttons: fix a (potential) crash loading financial dialogs (Tobias Mueller)
* Updated Dutch translation master (Nathan Follens)
* [l10n] update Persian translations (Arash Mousavi)
Overview of changes in gnome-calculator 3.21.92
* Updated Thai translation (Akom Chotiphantawanon)
* Updated Polish translation (Piotr Drąg)
* Update British English translation (David King)
* Disable pt translation of the manual (Emmanuele Bassi)
* Updated Portuguese translation (Tiago Santos)
* fix the build (Matthias Clasen)
* Added Portuguese translation (Tiago Santos)
* Updated Polish translation (Piotr Drąg)
|
|
Apart from translation updates, this is the same as the "stable"
3.20.2, but with history-view.ui and history-entry.ui now included
in the tarball. Since glib fixed
673101 resource compiler dependency generation not working for generated files
gnome-calculator will not compile without the missing files.
Overview of changes in gnome-calculator 3.21.90
* Updated Hebrew translation (Yosef Or Boczko)
* Added 'period' keypress when the delete key on the numpad is
pressed. (Myridium)
* Updated Spanish translation (Daniel Mustieles)
* also in 3.20.2: lib: prevents segfault when elements of
division to zero have null assigned tokens (fixes #769364)
(Alberto Ruiz)
* Add Language headers to po files (Piotr Drg)
* Updated Swedish translation (Anders Jonsson)
* Updated Friulian translation (Fabio Tomat)
* Updated Indonesian translation (cherry picked from commit
da3a093148c5f9340c6566fe35d5a38b5aa04e6b) (Andika Triwidada)
* Updated Occitan translation (Cédric Valmary)
Overview of changes in gnome-calculator 3.21.2
* Updated Norwegian bokmål translation. (Kjartan Maraas)
* Updated Friulian translation (Fabio Tomat)
* Updated Friulian translation (Fabio Tomat)
* Updated Friulian translation (Fabio Tomat)
* Added Friulian translation (Fabio Tomat)
* Distribute history-view.ui (Robert Ancell)
* Distribute history-entry.ui (Robert Ancell)
* Updated Occitan translation (Cédric Valmary)
|
|
Overview of changes in gnome-calculator 3.20.2
* lib: prevents segfault when elements of division to zero have
null assigned tokens (fixes #769364) (Alberto Ruiz)
* Updated Indonesian translation (Andika Triwidada)
* Updated Norwegian bokmål translation. (Kjartan Maraas)
|
|
|
|
Overview of changes in gnome-calculator 3.20.1
* Fix: precedence of root operator (Alexis Poirier and Alberto Ruiz)
* Update: Translation (Translation team)
|
|
|
|
Overview of changes in gnome-calculator 3.20.0
* Update: Translation (Translation team)
Overview of changes in gnome-calculator 3.19.91
* Fix: Check for null on variables ought to autocomplete (fixes #762426) (Alberto Ruiz)
* Updated Czech translation (Marek Černocký)
* Updated Catalan translation (Jordi Mas)
* Updated Galician translations (Fran Dieguez)
* Updated Swedish translation (Anders Jonsson)
* Updated Serbian translation (Мирослав Николић)
* Updated Brazilian Portuguese translation (Fábio Nogueira)
Overview of changes in gnome-calculator 3.19.90
* New: Upgrade license for all source files to GPLv3+ (Michael Catanzaro)
* New: Use Soup instead of GVFS to download the IMF/ECB currency data (Alberto Ruiz)
* Fix: Silence a compiler warning (Michael Catanzaro)
* Fix: Remove Lithuanian litas from currency list (Michael Catanzaro)
* Fix: Fix use of GtkStyleContext for GTK+ 3.20 (Michael Catanzaro)
* Fix: Clarify license on number.vala (Michael Catanzaro)
* Fix: Clarify license on mpfr.vapi (Michael Catanzaro)
* Fix: Installed tests: Update expectations (Matthias Clasen)
* Fix: Set the accessible name on the mode chooser (Matthias Clasen)
* Fix: Do not reset second currency on first currency change, fixes #260166 (Robert Roth)
* Fix: Fix Chinese Yuan symbol, fixes #761075 (Alberto Ruiz)
* Fix: Add a missing tag to the AppData file (Richard Hughes)
* Update: Upgrade appdata (Michael Catanzaro)
* Update: Translation (Translation team)
Overview of changes in gnome-calculator 3.19.4
* New: Migrate MathConverter, MathWindow, HistoryView and HistoryEntry to GtkBuilder template (Alberto Ruiz)
* Fix: Remove unused -D defines from Makefile.am and configure.vapi for both src/ and lib/ (Alberto Ruiz)
* Fix: Check if base exponent are complex for xpowy() method (Gerlof Fokkema)
* Fix: Prevent infinte loop on some operations with imaginary numbers, bug #757657 (Kyle Green)
* Fix: e^(-0.5) returned the wrong value, bug #756960 (Felix Pelletier)
* Fix: Missing mnemonic bond in Gross Profit Margin dialog (Martin Simon)
* Fix: Use load_from_resource in the Gtk.CssProvider instead of opening the file manually (Alberto Ruiz)
* Fix: Use builddir for gresource.xml to satisfy Vala/autotools behaviour, bug #760679 (Michael Catanzaro)
* Fix: Rename gnome-calculator.doap name tag to GNOME Calculator instead of gnome-calculator (Alberto Ruiz)
* Fix: Use AM_DISTCHECK_CONFIGURE_FLAGS (Michael Catanzaro)
* Fix: MathDisplay grabs focus after being shown, bug #748743 (Elita.A.A.Lobo)
* Fix: math-equation: "No history" message should disappear when appropriate, bug #759943 (Michael Catanzaro)
* Update : Translation (Translation team)
Overview of changes in gnome-calculator 3.19.2
* Update : Translation (Translation team)
Overview of changes in gnome-calculator 3.19.1
* Fix : Explicitly link required libraries for gnome-calculator and gcalcmd binaries (Andreas Henriksson)
* Update : Translation (Translation team)
Overview of changes in gnome-calculator 3.18.0
* Fix : SYD function was returning the wrong value (Matthias Clasen)
* Fix : Fix dialogs sizing for financial functions (Matthias Clasen)
* Update : Translation (Translation team)
Overview of changes in gnome-calculator 3.17.92
* Update : Alberto Ruiz as new maintainer in doap file (Alberto Ruiz)
* Update : Build System improvements (Michael Catanzaro, Robert Ancell)
* Update : Portuguese, Polish and Chinese (Taiwan) translations (Translation team)
Overview of changes in gnome-calculator 3.17.3
* Update : Stop using gnome-common (Robert Ancell)
* Fix : Remove incorrect assertion in search provider (Michael Catanzaro)
Overview of changes in gnome-calculator 3.17.2
* Update : Split many files into an internal convenience library (Michael Catanzaro)
* Update : Remove workaround for bug #737222 (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Search provider should discard child stdout/stderr (Michael Catanzaro)
* Fix : Syntax error in desktop file keywords Bosnian translation (Kalev Lember)
Overview of changes in gnome-calculator 3.16.0
* Update : Translations (Translation team)
|
|
|
|
|
|
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
Overview of changes in gnome-calculator 3.16.2
* Fix : Search provider crash introduced by 3.16.1, oops (Michael Catanzaro)
Overview of changes in gnome-calculator 3.16.1
* Update : Translations (Translation team)
* Fix : Search provider should discard child stdout/stderr (Michael Catanzaro)
* Fix : Syntax error in desktop file keywords Bosnian translation (Kalev Lember)
Overview of changes in gnome-calculator 3.16.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.15.91
* New : Remove red color from clear button (Allan Day)
* Update : Powers page in documentation (Sebastian Rasmussen, Ekaterina Gerasimova)
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.15.4
* New : Keyboard mode (Elita Lobo)
* New : MPFR back-end (Daniel Renninghoff)
* New : Digital Storage conversion (PioneerAxon)
* Update : Switch to GPLv3+ license (Michael Catanzaro)
* Update : Case-insensitive conversion units (PioneerAxon)
* Update : Don't copy thousand separators to clipboard (PioneerAxon)
* Update : Translations (Translation team)
* Fix : Use HTTPS for downloading exchange rates (Michael Catanzaro)
* Fix : Repeated entries in history view (Elita Lobo)
* Fix : Padding in UI buttons (Trinh Anh Ngoc)
* Fix : Style history view boarder (Trinh Anh Ngoc)
* Fix : Sort currencies based on locale (LubomÃr SedláÅ<99>)
* Fix : Deprecated use-stock property (David King)
* Fix : Download missing exchange rates on first launch (PioneerAxon)
* Fix : Missing buildtime dependency (Emmanuele Bassi)
* Fix : gtksourceview binding change (Michael Catanzaro)
Overview of changes in gnome-calculator 3.15.1
* New : Colored buttons (Elita Lobo)
* New : History view (Elita Lobo)
* Update : Update to latest GtkSourceView API (Yosef Or Boczko, Evan Nemerson)
* Update : Support upcoming Vala 0.27 (Rico Tzschichholz)
* Update : Increase search provider timeout (Michael Catanzaro)
* Update : Translations (Translation team)
* Update : Miscellaneous code improvements (Arnaud Bonatti, Michael Catanzaro)
* Fix : Misordered buttons in programming mode (Abhinav)
* Fix : Search provider should not match plain numbers (Marcus Lundblad)
* Fix : Spurious warnings from search provider (Michael Catanzaro)
* Fix : Crash after thousands separator is inserted (Michael Catanzaro)
|
|
|
|
|
|
Overview of changes in gnome-calculator 3.14.1
* Update : Translations (Translation team)
* Update : Search provider timeout (Michael Catanzaro)
* Workaround : Warning in search-provider log (Michael Catanzaro)
* Fix : Crash on thousand saperator (Michael Catanzaro)
* Fix : Button arrangement in programming mode (Abhinav)
* Fix : Vala warning about empty conditional body (Michael Catanzaro)
* Fix : Remove use of GtkAlignment (Michael Catanzaro)
* Fix : Use set_accels_for_action() (Arnaud Bonatti)
* Removed : Gtk.Widget.ensure_style() (Michael Catanzaro)
* Removed : Use of fixes.vapi for langinfo (Michael Catanzaro)
Overview of changes in gnome-calculator 3.14.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.13.92
* Update : Translations (Translation team)
* Fix : Documentation (Documentation team)
Overview of changes in gnome-calculator 3.13.90
* Update : Translations (Translation team)
* Update : doap file (Piotr Drąg, Olav Vitters)
* Fix : test install (Vadim Rutkovsky)
Overview of changes in gnome-calculator 3.13.3
* New : Calculator search provider (Michael Catanzaro)
* New : Tests in release tarball (Vadim Rutkovsky)
* New : Localized radix character from command-line (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Restore previous answer on undo (Rodolphe PELLOUX-PRAYER)
* Fix : Segfault on undo beyond history (Elita Lobo)
* Fix : Malformed expression error on base change (PioneerAxon)
* Fix : Critical warnings when entering Financial Mode (Michael Catanzaro)
* Fix : Fix gcalccmd crash (PioneerAxon)
* Fix : gcalccmd now exits with new-line (PioneerAxon)
* Fix : Reset text in new function pop-up (ZZroman)
* Fix : Removed redundent calls to notify_property() (Michael Catanzaro)
* Fix : Use layout based decimal saperator on numberpad (Pierre Ossman)
* Fix : Appdata : add default screenshot (Richard Hughes)
* Fix : Don't create fundamental types (Michael Catanzaro)
* Fix : Typo in step definition filelist (Vadim Rutkovsky)
* Removed : Latvian lats from default currencies (Michael Catanzaro)
Overview of changes in gnome-calculator 3.13.2
* New : Tests (Vadim Rutkovsky)
* New : Use popover to change mode (Michael Catanzaro)
* New : Use headerbar for preference dialog (Michael Catanzaro)
* Update : GTK+ and vala dependencies (Michael Catanzaro)
* Update : Modernize option parsing (Paolo Borelli)
* Update : URLs in doap file (Piotr Drag)
* Update : License fields in appdata (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Ignore libtool files (Michael Catanzaro)
* Fix : Failing test-case due to updated libc (PioneerAxon)
* Fix : Crash due to non-validated return iterator (Andreas Henriksson)
* Fix : Close popover after changing mode (Arnaud Bonatti)
* Fix : Focus input field after mode change (Michael Catanzaro)
* Fix : Mark image not translatable (Gabor Kelemen)
* Fix : Crash on sub/superscript with trailing space (Robert Ancell)
Overview of changes in gnome-calculator 3.12.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.11.92
* Update : Translations (Translation team)
* Fix : Lost text focus on click (Simen Heggestøyl)
Overview of changes in gnome-calculator 3.11.91
* New : Use git.mk (Michael Catanzaro)
* Update : Rename desktop file (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Makefile (Michael Catanzaro)
* Fix : Precision loss (Daniel Renninghoff)
* Fix : 0^0 should be indeterminate (Elita Lobo)
* Fix : Precision error for ln () calculations (Daniel Renninghoff)
Overview of changes in gnome-calculator 3.11.90
* Update : Translations (Translation team)
* Fix : Window specific mode and actions (Michael Catanzaro)
* Fix : About dialog (Michael Catanzaro)
Overview of changes in gnome-calculator 3.11.5
* Update : Translations (Translation team)
* Update : Documentation (PioneerAxon, Baptiste Mille-Mathias)
* Fix : Appdata (Michael Catanzaro)
Overview of changes in gnome-calculator 3.11.4
* Update : Translations (Translations team)
* Fix : Add tooltip to custom functions (Garima Joshi)
* Fix : Bug in representation mode for non-decimal answers (PioneerAxon)
Overview of changes in gnome-calculator 3.11.3
* New : Custom functions (Garima Joshi)
* New : Support for factorials of positive decimal numbers (Rashid Khan)
* Update : Depend on newer versions of GTK, Vala (Michael Catanzaro)
* Update : Translations
* Update : Use HeaderBar (Michael Catanzaro)
* Fix : Stop using stock icons (Robert Ancell)
* Fix : Compilation warnings (Robert Ancell)
* Fix : Title in basic mode (Michael Catanzaro)
* Fix : Typos (Christian Kirbach, Seán de Búrca)
* Fix : Newline text wrap bug (Kevin THIERRY)
* Fix : "Malformed expression" stays forever bug (Rashid Khan)
* Fix : AppData (Richard Hughes)
* Fix : Misc cleanup (Michael Catanzaro, Olav Vitters)
|
|
Fix PR pkg/48777
|
|
|
|
gcalctool ported to vala and renamed gnome-calculator.
|