Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump the copyright year on the LuminaX11 files. | Ken Moore | 2016-11-17 |
| | |||
* | 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 |
| | |||
* | 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. | ||
* | Tag version 1.1.2 internally (Lumina Library no longer in existence) | Ken Moore | 2016-11-10 |
| | |||
* | 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 |
|\ | |||
| * | 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) | ||
* | 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. | ||
* | Add the beginnings of the new RandR xcb backend to Lumina | Ken Moore | 2016-10-27 |
| | |||
* | Add PulseAudio support into the FreeBSD backend if a PICO session is detected. | Ken Moore | 2016-10-25 |
| | |||
* | 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 |
| | |||
* | 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. | ||
* | Oops - forgot to save the fallback CPU temperature reading into the variable. | Ken Moore | 2016-10-14 |
| | |||
* | Add a "launch" option within the context menu for applauncher desktop plugins. | Ken Moore | 2016-10-11 |
| | | | | Fixes #272 | ||
* | Adjust the FreeBSD CPU temperature routine to use the dev.cpu.* values if ↵ | Ken Moore | 2016-10-11 |
| | | | | available, and fall back on the hw.acpi values otherwise (direct readings seem to be more accurate in some instances). | ||
* | Update the links for the Gitter chat and bug tracker in lumina-info. | Ken Moore | 2016-10-11 |
| | | | | Fixes #277 | ||
* | Fix a bug in LFileInfo, and update lumina-fileinfo to show the size of the ↵ | Ken Moore | 2016-10-11 |
| | | | | image (if an image file is being viewed) | ||
* | Move a couple "delete" calls to "deleteLater()" within the desktop. | Ken Moore | 2016-10-11 |
| | |||
* | Fix up the logout bug in Lumina after some changes to the startup routine. | Ken Moore | 2016-10-11 |
| | |||
* | Convert over the desktop/panel settings to be based on screen ID instead of ↵ | Ken Moore | 2016-10-05 |
| | | | | screen number. It seems like X randomly assigns numbers to screens in some instances - resulting in multi-monitor arrays occasionally getting rotated/scrambled. After the automatic conversion of the settings to the new system (the first time the user logs into the updated version of Lumina), screen settings are tied to that particular monitor now (HDMI-0, DP-1, etc...) | ||
* | Add a couple more fixes/bypasses to the start-lumina-desktop routine. | Ken Moore | 2016-10-05 |
| | | | | | 1) Make sure when re-calling with xinit, that the full path of the binary is used 2) When starting the desktop, try to detect/launch a temporary dbus session so that Qt can function properly without crashing. | ||
* | Try to fix a scaling issue with desktop backgrounds on 4K systems. | Ken Moore | 2016-10-04 |
| | |||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-03 |
|\ | |||
| * | Fix the bytes to display function in the case where the number of bytes ↵ | Ken Moore | 2016-10-03 |
| | | | | | | | | *exactly* matches the unit found (1G, 1M, 1K, etc). | ||
* | | Translated using Weblate (lumina_OPEN@ja (generated)) | YAMASHIRO Jun | 2016-10-03 |
| | | | | | | | | Currently translated at 100.0% (39 of 39 strings) | ||
* | | Translated using Weblate (lumina_DESKTOP@hu (generated)) | J Darabos | 2016-10-03 |
| | | | | | | | | Currently translated at 93.1% (231 of 248 strings) | ||
* | | Translated using Weblate (lumina_OPEN@hu (generated)) | J Darabos | 2016-10-03 |
|/ | | | | Currently translated at 100.0% (39 of 39 strings) |