Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a new page for mouse-settings in lumina-config (disabled for the moment) | Ken Moore | 2016-11-17 |
| | |||
* | Add a general session option for whether to show the application crash ↵ | Ken Moore | 2016-11-15 |
| | | | | notifications. | ||
* | Add the new option for detection GPU accel to the compositor page. | Ken Moore | 2016-11-15 |
| | |||
* | Add knowledge of the new jsonmenu panel plugin to lumina-config. | Ken Moore | 2016-11-15 |
| | |||
* | Update the default luminaDesktop.conf files to try and associate the archive ↵ | Ken Moore | 2016-11-15 |
| | | | | mimetypes with lumina-archiver by default. | ||
* | Add support for extracting a single file from an archive for viewing ↵ | Ken Moore | 2016-11-12 |
| | | | | temporarily. | ||
* | New Desktop Utility: lumina-archiver | Ken Moore | 2016-11-12 |
| | | | | | | This is a pure Qt5 front-end to the "tar" utility for creating, viewing, and editing archives of various formats. ChangeLog=YES | ||
* | Speed up the initial loading of the desktop at start, and delay the ↵ | Ken Moore | 2016-11-12 |
| | | | | auto-started apps by 1/2 second. | ||
* | Fix up the panel autohide routine so it actually resizes the panels instead ↵ | Ken Moore | 2016-11-11 |
| | | | | of just moving them around. | ||
* | Oops - forgot to add some files to the previous commits. | Ken Moore | 2016-11-11 |
| | |||
* | If lumina-textedit is opened without any arguments, automatically open a ↵ | Ken Moore | 2016-11-10 |
| | | | | blank/new file. | ||
* | Make lumina-config aware of the new "audioplayer" panel plugin. | Ken Moore | 2016-11-10 |
| | |||
* | Clean up some more of the library project files. | Ken Moore | 2016-11-10 |
| | |||
* | Add a new panel plugin: | Ken Moore | 2016-11-10 |
| | | | | "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. | ||
* | Add pass-through for context menu requests on many desktop plugins. | Ken Moore | 2016-11-10 |
| | | | | This should allow the user to click almost anywhere on the plugin to actually see the menu for managing the plugin itself. | ||
* | Disable the theme engine from the core-utils. | Ken Moore | 2016-11-10 |
| | | | | Clean up the libLumina classes needed by the core-utils. | ||
* | Tag version 1.1.2 internally (Lumina Library no longer in existence) | Ken Moore | 2016-11-10 |
| | |||
* | Disable the theme engine from the desktop-utilities. | Ken Moore | 2016-11-10 |
| | | | | Also start pruning unneeded libLumina classes from the desktop utils. | ||
* | Due to some erratic reports of the wallpaper widget not staying on the ↵ | Ken Moore | 2016-11-10 |
| | | | | 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. | ||
* | Fix the wallpaper background when a screen resizes. | Ken Moore | 2016-11-09 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-11-07 |
|\ | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-11-07 |
| |\ | |||
| | * | Merge pull request #299 from 0-wiz-0/master | Ken Moore | 2016-11-07 |
| | |\ | | | | | | | | | Fix unportable test(1) operator. | ||
| | | * | Fix unportable test(1) operator. | Thomas Klausner | 2016-11-07 |
| | |/ | | | | | | | | | | Only bash supports "==", the standard is "=". | ||
| * / | LARGE UPDATE: | Ken Moore | 2016-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) | ||
* / | Fix up the pkg-plist for the new libLumina depreciation. | Ken Moore | 2016-11-07 |
|/ | |||
* | Convert the ResizeMenu class into it's own files: | Ken Moore | 2016-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 Moore | 2016-11-02 |
| | |||
* | Add a new sessionsettings flag: | Ken Moore | 2016-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 Moore | 2016-11-01 |
| | |||
* | Another update to the calculator: | Ken Moore | 2016-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/lumina | Ken Moore | 2016-10-31 |
|\ | |||
| * | Add the beginnings of the new RandR xcb backend to Lumina | Ken Moore | 2016-10-27 |
| | | |||
* | | Re-work the main page of the lumina-config tool | Ken Moore | 2016-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 Moore | 2016-10-25 |
| | |||
* | Fix the creation of new files/directories within the right-column of a split ↵ | Ken Moore | 2016-10-25 |
| | | | | view. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-25 |
|\ | |||
| * | Update README.md | Ken Moore | 2016-10-24 |
| | | | | | | Update the note about the WITH_I18N build flag. | ||
* | | Fix up the double-precision calculation of equations within parentheses. | Ken Moore | 2016-10-25 |
|/ | | | | Now (3*(1/3)) properly equals 1 instead of 0.9999999 | ||
* | Fix the "sticky" status on the wallpaper widgets. | Ken Moore | 2016-10-24 |
| | |||
* | For desktop icons, only check if there is a name to decide when to show it. | Ken Moore | 2016-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 Moore | 2016-10-21 |
| | | | | the file is invalid. | ||
* | Tag version 1.1.1 within the master branch. | Ken Moore | 2016-10-21 |
| | |||
* | Tag version 1.1.0 in the source tree | Ken Moore | 2016-10-21 |
| | |||
* | Turn off keyboard focus for the new % button. | Ken Moore | 2016-10-21 |
| | |||
* | Update lumina-calculator a bit: | Ken Moore | 2016-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 Moore | 2016-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 Moore | 2016-10-20 |
| | | | | is an operator. | ||
* | Oops, make sure the .desktop file actually gets installed. | Ken Moore | 2016-10-20 |
| | |||
* | Fix the resizability of the lumina-calculator window. | Ken Moore | 2016-10-20 |
| |