aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-calculator/main.cpp
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])
* Ensure that all Lumina tools/utilities are setup with high-DPI icons.Ken Moore2017-05-01
|
* 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)
* Hook up the Lumina theme engine into lumina-calculator for icon changes, as ↵Ken Moore2016-10-20
| | | | well as the translation loading mechanisms.
* 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