| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
|
|
| |
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.
|
| | |
| | |
| | |
| | | |
Currently translated at 57.1% (4 of 7 strings)
|
| | |
| | |
| | |
| | | |
Currently translated at 100.0% (212 of 212 strings)
|
|/ /
| |
| |
| | |
Currently translated at 100.0% (7 of 7 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (212 of 212 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (43 of 43 strings)
|
| |
| |
| |
| | |
Currently translated at 100.0% (54 of 54 strings)
|
|\| |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The entire backend has been rewritten around multi-threading, and is much faster and more responsive now.
The entire browsing widget has been redesigned for a better workflow and cleaner UI.
The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active).
The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead.
KNOWN REGRESSION:
Keyboard shortcuts have not been tested and re-added as necessary yet.
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | | |
This is still disabled for the moment, but the initial tests seem to indicate that the new backend is faster and more stable than the current system.
|