aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-calculator/lumina-calculator.pro
Commit message (Collapse)AuthorAge
* Remove lumina-calculator and lumina-pdf from the lumina repo.Ken Moore2019-04-03
| | | | They have their own repos now (https://github.com/lumina-desktop/lumina-[pdf/calculator])
* i18n: fix out of tree buildAndreas Müller2017-11-27
| | | | | | | | | | Fixes e.g: | /bin/sh: line 0: cd: i18n: No such file or directory | Makefile:955: recipe for target 'install_dotrans' failed | make[3]: *** [install_dotrans] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* manpages: fix out of tree installAndreas Müller2017-11-27
| | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* Redo all the new man pages categories.Ken Moore2017-11-20
| | | | Make sure they are all man1 instead of man8
* Add in the new manpages from Aaron St.John (lumina-docs repo).Ken Moore2017-11-20
| | | | Also adjust the "community support" shortcut to point to gitter rather than IRC.
* Added Australian English translation filesZackaryWelch2017-07-31
|
* Disable the theme engine from the desktop-utilities.Ken Moore2016-11-10
| | | | Also start pruning unneeded libLumina classes from the desktop utils.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Oops, make sure the .desktop file actually gets installed.Ken Moore2016-10-20
|
* Finish cleaning up some of the calculator:Ken Moore2016-10-20
| | | | | | 1) Add an input validator to the line edit to ensure only valid characters get added 2) Add the ability to click a history item to copy that equation into the line edit. 3) Turn off some debugging messages.
* Add the app registration for lumina-calculator.Ken Moore2016-10-20
|
* Add a new Lumina project: desktop-utils/lumina-calculatorKen Moore2016-10-05
This is just a very basic calculator at the moment. It still need more buttons/icons/features/etc added to it, but the algorithm and mathematics are already functional for evaluation expressions containing: Addition/Subtraction (+/-) Multiplication/Division( * or x, and /) Order of operations when mixing operations, including expressions within parentheses
bgstack15