Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Translated using Weblate (lumina_DESKTOP@hu (generated)) | rezso | 2016-12-27 |
| | | | | Currently translated at 92.7% (231 of 249 strings) | ||
* | Oops - forgot to add the new RotateToolButton file (not used yet - still ↵ | Ken Moore | 2016-12-23 |
| | | | | tinkering with it) | ||
* | Clean up some vertical-panel issues with the clock plugin and the system tray. | Ken Moore | 2016-12-23 |
| | |||
* | Commit some cleanup of the monitor layout change detection/handling again. | Ken Moore | 2016-12-22 |
| | |||
* | Make sure the clock plugin for the panel adjusts to account for 1 or 2 lines ↵ | Ken Moore | 2016-12-22 |
| | | | | of text depending on size limitations. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-12-19 |
|\ | |||
| * | Translated using Weblate (lumina_DESKTOP@ca (generated)) | Davidmp | 2016-12-19 |
| | | | | | | | | Currently translated at 100.0% (249 of 249 strings) | ||
* | | Update the applauncher panel plugin to be able to auto-complete paths to ↵ | Ken Moore | 2016-12-19 |
|/ | | | | .desktop files. | ||
* | Translated using Weblate (lumina_DESKTOP@lt (generated)) | Moo | 2016-12-19 |
| | | | | Currently translated at 100.0% (249 of 249 strings) | ||
* | Translated using Weblate (lumina_DESKTOP@ca (generated)) | Davidmp | 2016-12-19 |
| | | | | Currently translated at 100.0% (249 of 249 strings) | ||
* | Merge branch 'master' of github.com:trueos/lumina | Weblate | 2016-12-14 |
|\ | |||
| * | Add new options for the Lumina tips: | Ken Moore | 2016-12-13 |
| | | | | | | | | | | | | If a lumina-motd file (executable or text) is found within one of the etc directories (/usr/local/etc/lumina-motd on FreeBSD) or as a valid binary on PATH, then that file will be "preferred" for generating the tips rather than the built-in system. This allows system administrators and/or OS-distributors to customize the login messages "at will" for their particular use-case. NOTE: By making the lumina-motd file a blank text file the tips will be disabled. | ||
| * | Add a ton more quotes to the login message generator. Now up to 46, which ↵ | Ken Moore | 2016-12-09 |
| | | | | | | | | should be good enough for a while. | ||
| * | Add a couple more options for the tip of the day. | Ken Moore | 2016-12-08 |
| | | |||
| * | Make the start menu open faster by only loading the favorites *when the ↵ | Ken Moore | 2016-12-02 |
| | | | | | | | | file/list changes*. | ||
| * | Get rid of the "fortune" usage, and replace it with a built-in system of ↵ | Ken Moore | 2016-12-01 |
| | | | | | | | | tips for Lumina itself (avoids strange stuff from fortune, and ensures information which is at least semi-useful for the user). | ||
| * | Add the Lumina version to the bottom of the boot splash as well. | Ken Moore | 2016-12-01 |
| | | |||
| * | Unify the icons used for battery indications within the start menu and ↵ | Ken Moore | 2016-11-30 |
| | | | | | | | | | | | | battery plugin. Also, add a green background to the battery plugin when the charge is 100% and still plugged in. | ||
| * | A few more tweaks for the boot splash. Font weights and such to better ↵ | Ken Moore | 2016-11-30 |
| | | | | | | | | accent the rest of the UI. | ||
| * | Cleanup the bootsplash a bit: | Ken Moore | 2016-11-30 |
| | | | | | | | | | | | | 1) Move the loading message/progress to the bottom of the window. 2) Move the loading icon to the top-left side 3) Implement the (optional) usage of the "fortune" utility for a random/short message during the loading process. | ||
| * | Add a shortcut for opening the wallpaper settings within the "preferences" menu. | Ken Moore | 2016-11-21 |
| | | |||
| * | Add the "lockdesktop" menu plugin to the TrueOS default settings. | Ken Moore | 2016-11-21 |
| | | |||
| * | Add a new menu plugin: "lockdesktop". | Ken Moore | 2016-11-21 |
| | | | | | | | | This just adds a shortcut to the context menu for locking the desktop session. | ||
| * | Update the default luminaDesktop.conf files to try and associate the archive ↵ | Ken Moore | 2016-11-15 |
| | | | | | | | | mimetypes with lumina-archiver by default. | ||
| * | 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 |
| | | |||
| * | 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. | ||
| * | 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 |
| | | |||
| * | 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) | ||
| * | 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 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. | ||
| * | 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. | ||
| * | Make sure all the translation files are synced to the sources. | Ken Moore | 2016-10-20 |
| | | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-20 |
| |\ | |||
| | * | Fix up the stylesheet for the battery monitor. Don't change any properties ↵ | Ken Moore | 2016-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 Moore | 2016-10-20 |
| |/ | | | | | | | them in that case. | ||
| * | Add a new audio file for a low-battery notification. | Ken Moore | 2016-10-18 |
| | | | | | | | | Update the pkg-plist and license files for the sounds as needed. | ||
| * | Adjust the icon for the battery notifications a bit. | Ken Moore | 2016-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. | ||
| * | Make sure the desktop are registered as virtual roots again. | Ken Moore | 2016-10-18 |
| | | |||
| * | Large update/refactor of desktop widgets. | Ken Moore | 2016-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 Moore | 2016-10-17 |
| | | |||
| * | Some more painting cleanup for the wallpaper/panels. | Ken Moore | 2016-10-17 |
| | | |||
| * | Turn off some debugging and fix the repaint of the entire wallpaper on change. | Ken Moore | 2016-10-17 |
| | | |||
| * | Fix the painting routines for the desktop/panel. Make sure we only paint the ↵ | Ken Moore | 2016-10-17 |
| | | | | | | | | *requested* rectangle, and not the whole thing on every request. | ||
* | | Translated using Weblate (lumina_DESKTOP@fr (generated)) | Anil Mir | 2016-12-01 |
| | | | | | | | | Currently translated at 100.0% (248 of 248 strings) | ||
* | | Translated using Weblate (lumina_DESKTOP@fr (generated)) | Anil Mir | 2016-12-01 |
| | | | | | | | | Currently translated at 100.0% (248 of 248 strings) |