| Commit message (Collapse) | Author | Age |
|
|
|
| |
This reverts commit 151062b99e29e18dbc614bf66582f908c864a96a.
|
|
|
|
|
| |
This reverts commit b9840ef585385fece513e24e4cea193d35328dc0, reversing
changes made to cb5524f6fd5186414c11339375bebd3b808b4857.
|
|
|
|
| |
ISO/IMG files to a USB stick.
|
|
|
|
| |
appropriately within the UI
|
|
|
|
|
|
|
| |
1) Add the ability to extract only the selected item from an archive
2) Add better status reporting on archive interactions
Changelog=yes
|
|
|
|
| |
temporarily.
|
|
|
|
|
|
| |
This is a pure Qt5 front-end to the "tar" utility for creating, viewing, and editing archives of various formats.
ChangeLog=YES
|
|
|
|
| |
blank/new file.
|
|
|
|
| |
Also start pruning unneeded libLumina classes from the desktop utils.
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
1) Add buttons to clear/save the history (saves as plaintext to a file)
2) Tag each result with a number (#1), and allow the usage of #<number> to recall a history item
3) When recalling history, see if the result looks like it was rounded using the double->text routine for display. If so, substitute the equation, otherwise just use the result (tries to ensure no rounding error-continuity by using previous results).
|
|
|
|
| |
view.
|
|
|
|
| |
Now (3*(1/3)) properly equals 1 instead of 0.9999999
|
| |
|
|
|
|
|
|
| |
1) Re-arrange the buttons a tiny bit to match what a numpad looks like (based on user feedback)
2) To fill the empty spot in the corner, add a "percent" button and add handling for that within the solver.
3) Adjust all the button properties so that the window can be resized down to a much smaller footprint as desired.
|
|
|
|
|
| |
1) The window title now shows 1 directory deep in stead of just the filename
2) Each tab has a tooltip which will show the full path for that file.
|
|
|
|
| |
is an operator.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
1E1 = 10)
Similarly, skip any +/- at the beginning of a number/section with no context for operation purposes (is a modifier for the number, not an actual operation)
|
|
|
|
| |
well as the translation loading mechanisms.
|
| |
|
|
|
|
|
|
| |
1) If closing the main window while an operation is running, hide it instead until the file operation is finished - then close.
2) Fix the icon on the show errors button
3) Hook up the show errors button to show a scroll dialog with the errors.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Have all file operations performed in the background, and show up within a new system tray icon *if* the operation lasts longer than 1 second (automatic cleanup for short ops).
|
|
|
|
| |
*always* open a new window.
|
|
|
|
| |
image (if an image file is being viewed)
|
|
|
|
|
|
| |
Currently translated at 100.0% (212 of 212 strings)
Easier to underdtand with the english source
|
|\ |
|
| |\ |
|
| | |\ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
Currently translated at 100.0% (24 of 24 strings)
|
| |_|/
|/| |
| | |
| | | |
Currently translated at 97.6% (207 of 212 strings)
|
| | |
| | |
| | |
| | | |
Currently translated at 100.0% (54 of 54 strings)
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
the shortcuts are also listed within the context menus as appropriate.
|