aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
...
| * | | Convert the ResizeMenu class into it's own files:Ken Moore2016-11-03
| | | | | | | | | | | | | | | | | | | | 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.
| * | | Add the new Qt5 theme engine setting to lumina-config.Ken Moore2016-11-02
| | | |
| * | | Add a new sessionsettings flag:Ken Moore2016-11-02
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Add in a ton of scientific mathematical functions to the calculator.Ken Moore2016-11-01
| | | |
| * | | Another update to the calculator:Ken Moore2016-11-01
| | | | | | | | | | | | | | | | | | | | | | | | 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).
| * | | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-31
| |\ \ \
| | * | | Add the beginnings of the new RandR xcb backend to LuminaKen Moore2016-10-27
| | | | |
| * | | | Re-work the main page of the lumina-config toolKen Moore2016-10-31
| |/ / / | | | | | | | | | | | | Now the categories are auto-expanded, two columns of pages are used, page names are shortened, and keyboard usage has been cleaned up.
| * | | Add PulseAudio support into the FreeBSD backend if a PICO session is detected.Ken Moore2016-10-25
| | | |
| * | | Fix the creation of new files/directories within the right-column of a split ↵Ken Moore2016-10-25
| | | | | | | | | | | | | | | | view.
| * | | Fix up the double-precision calculation of equations within parentheses.Ken Moore2016-10-25
| | | | | | | | | | | | | | | | Now (3*(1/3)) properly equals 1 instead of 0.9999999
| * | | Fix the "sticky" status on the wallpaper widgets.Ken Moore2016-10-24
| | | |
| * | | For desktop icons, only check if there is a name to decide when to show it.Ken Moore2016-10-21
| | | | | | | | | | | | | | | | Let the launcher find any problems with it and alert the user at that time.
| * | | If a .desktop file is given to launch, be more specific with the error when ↵Ken Moore2016-10-21
| | | | | | | | | | | | | | | | the file is invalid.
| * | | Tag version 1.1.1 within the master branch.Ken Moore2016-10-21
| | | |
| * | | Tag version 1.1.0 in the source treeKen Moore2016-10-21
| | | |
| * | | Turn off keyboard focus for the new % button.Ken Moore2016-10-21
| | | |
| * | | Update lumina-calculator a bit:Ken Moore2016-10-21
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Add directory context to the lumina-textedit in a couple ways:Ken Moore2016-10-21
| | | | | | | | | | | | | | | | | | | | 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.
| * | | Setup the calculator to automatically load the last result if the first char ↵Ken Moore2016-10-20
| | | | | | | | | | | | | | | | is an operator.
| * | | Oops, make sure the .desktop file actually gets installed.Ken Moore2016-10-20
| | | |
| * | | Fix the resizability of the lumina-calculator window.Ken Moore2016-10-20
| | | |
| * | | Add lumina-calculator to the overall desktop-utils build.Ken Moore2016-10-20
| | | |
| * | | Add all the translation files for lumina-calculator.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 ability to acknowledge the "power" symbol (^) within an equationKen Moore2016-10-20
| | | |
| * | | Fix up the parsing/usage of scientific notation within the equation (1e1 or ↵Ken Moore2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | Hook up the Lumina theme engine into lumina-calculator for icon changes, as ↵Ken Moore2016-10-20
| | | | | | | | | | | | | | | | well as the translation loading mechanisms.
| * | | Add the app registration for lumina-calculator.Ken Moore2016-10-20
| | | |
| * | | Finish up the last couple buttons/actions related to the new Tray UI.Ken Moore2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Make sure all the translation files are synced to the sources.Ken Moore2016-10-20
| | | |
| * | | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-20
| |\ \ \
| | * | | Fix up the stylesheet for the battery monitor. Don't change any properties ↵Ken Moore2016-10-19
| | | | | | | | | | | | | | | | | | | | other than the background color based on battery level.
| * | | | Quick update to ensure that 2 monitors are not cloned - only show one of ↵Ken Moore2016-10-20
| |/ / / | | | | | | | | | | | | them in that case.
| * | | Add a new audio file for a low-battery notification.Ken Moore2016-10-18
| | | | | | | | | | | | | | | | Update the pkg-plist and license files for the sounds as needed.
| * | | Adjust the icon for the battery notifications a bit.Ken Moore2016-10-18
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Fix up the "loading" message on directories with no contents.Ken Moore2016-10-18
| | | |
| * | | Fix the snapshot loading mechanism within lumina-fm.Ken Moore2016-10-18
| | | |
| * | | Make sure the desktop are registered as virtual roots again.Ken Moore2016-10-18
| | | |
| * | | Large update/refactor of desktop widgets.Ken Moore2016-10-18
| | | | | | | | | | | | | | | | This reduces the number of widgets in the stack by 1, and seems to help performance a bit.
| * | | Disable a bunch more options within the default Fluxbox config for Lumina.Ken Moore2016-10-17
| | | |
| * | | Some more painting cleanup for the wallpaper/panels.Ken Moore2016-10-17
| | | |
| * | | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-17
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:trueos/luminaKen Moore2016-10-17
| | |\ \ \
| | * | | | Comment out the "valid symbols" line in lumina-calculator.Ken Moore2016-10-17
| | | |_|/ | | |/| |
| * | | | Make sure the wallpaper page also uses the new monitor ID for saving/loading ↵Ken Moore2016-10-17
| | |/ / | |/| | | | | | | | | | settings.
| * | | Turn off some debugging and fix the repaint of the entire wallpaper on change.Ken Moore2016-10-17
| | | |
| * | | Fix the painting routines for the desktop/panel. Make sure we only paint the ↵Ken Moore2016-10-17
| |/ / | | | | | | | | | *requested* rectangle, and not the whole thing on every request.
| * | Oops - forgot to save the fallback CPU temperature reading into the variable.Ken Moore2016-10-14
| | |
| * | Add a title/icon for the lumina-calculator window.Ken Moore2016-10-13
| | |
bgstack15