| Commit message (Collapse) | Author | Age |
|
|
|
| |
"audioplayer": This is panel-based implementation of the desktop plugin with the same name. Allows the user to load/play audio files directly from the desktop session without loading any external applications.
|
|
|
|
| |
This should allow the user to click almost anywhere on the plugin to actually see the menu for managing the plugin itself.
|
|
|
|
| |
Clean up the libLumina classes needed by the core-utils.
|
| |
|
|
|
|
| |
Also start pruning unneeded libLumina classes from the desktop utils.
|
|
|
|
| |
bottom of the window stack within virtualBox environments: on focus in events for the desktop, lower the window to the bottom of the stack manually.
|
| |
|
|\ |
|
| |
| |
| |
| | |
Only bash supports "==", the standard is "=".
|
|/
|
|
|
|
|
| |
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 a new .pri for loading just that class (works stand-alone)
2) Setup the lumina-desktop to use the new build framework for including that class.
|
| |
|
|
|
|
|
|
| |
Qt5_theme_engine=<some theme engine>
This will allow the user to set some global Qt5 theme engine (such as qt5ct), and activate it for the entire session.
|
| |
|
|
|
|
|
|
| |
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).
|
|\ |
|
| | |
|
|/
|
|
| |
Now the categories are auto-expanded, two columns of pages are used, page names are shortened, and keyboard usage has been cleaned up.
|
| |
|
|
|
|
| |
view.
|
|
|
|
| |
Now (3*(1/3)) properly equals 1 instead of 0.9999999
|
| |
|
|
|
|
| |
Let the launcher find any problems with it and alert the user at that time.
|
|
|
|
| |
the file is invalid.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| |
| |
| |
| | |
other than the background color based on battery level.
|
|/
|
|
| |
them in that case.
|
|
|
|
| |
Update the pkg-plist and license files for the sounds as needed.
|
|
|
|
|
|
| |
1) for the "low" battery icon, move it down to the 5-20% range instead of 20-50%.
2) When battery is between 0-5%, change the background color of the icon to red in addition to the "warning" battery icon.
3) Play an audio file when the battery drops to the 0-5% range( <Lumina Share directory>/low-battery.ogg), if the file exists.
|
| |
|
| |
|
| |
|
|
|
|
| |
This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
|