Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Finish up the last couple buttons/actions related to the new Tray UI. | Ken Moore | 2016-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 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. | ||
* | Fix up the "loading" message on directories with no contents. | Ken Moore | 2016-10-18 |
| | |||
* | Fix the snapshot loading mechanism within lumina-fm. | Ken Moore | 2016-10-18 |
| | |||
* | 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 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-17 |
|\ | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-17 |
| |\ | |||
| * | | Comment out the "valid symbols" line in lumina-calculator. | Ken Moore | 2016-10-17 |
| | | | |||
* | | | Make sure the wallpaper page also uses the new monitor ID for saving/loading ↵ | Ken Moore | 2016-10-17 |
| |/ |/| | | | | | settings. | ||
* | | 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 title/icon for the lumina-calculator window. | Ken Moore | 2016-10-13 |
| | |||
* | Merge pull request #286 from q5sys/master | Ken Moore | 2016-10-13 |
|\ | | | | | Add functional buttons | ||
| * | add buttons | JT Pennington | 2016-10-13 |
| | | |||
| * | add buttons | JT Pennington | 2016-10-13 |
| | | |||
| * | add buttons | JT Pennington | 2016-10-13 |
|/ | |||
* | Another large update to lumina-fm: | Ken Moore | 2016-10-13 |
| | | | | Have all file operations performed in the background, and show up within a new system tray icon *if* the operation lasts longer than 1 second (automatic cleanup for short ops). | ||
* | 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 | ||
* | Make lumina-screenshot single-instanced, and adjust the .desktop entry to ↵ | Ken Moore | 2016-10-11 |
| | | | | *always* open a new window. | ||
* | 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 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-11 |
|\ | |||
| * | Translated using Weblate (lumina_FM@de (generated)) | Sven Putze | 2016-10-11 |
| | | | | | | | | | | | | Currently translated at 100.0% (212 of 212 strings) Easier to underdtand with the english source | ||
| * | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-11 |
| |\ | |||
| * | | Translated using Weblate (l_SCREENSHOT@de (generated)) | Ettore Atalan | 2016-10-11 |
| | | | | | | | | | | | | Currently translated at 100.0% (24 of 24 strings) | ||
| * | | Translated using Weblate (lumina_FM@de (generated)) | Sven Putze | 2016-10-11 |
| | | | | | | | | | | | | Currently translated at 97.6% (207 of 212 strings) | ||
* | | | Fix up the logout bug in Lumina after some changes to the startup routine. | Ken Moore | 2016-10-11 |
| |/ |/| | |||
* | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-05 |
|\ \ | |||
| * | | 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 branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-10-04 |
| |\ \ | |||
| | * | | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-03 |
| | |\| | |||
| | | * | Translated using Weblate (l_TE@hu (generated)) | J Darabos | 2016-10-03 |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (54 of 54 strings) | ||
| | | * | Merge remote-tracking branch 'origin/master' | Weblate | 2016-10-03 |
| | | |\ | |||
| | | * | | Translated using Weblate (l_TERMINAL@ja (generated)) | YAMASHIRO Jun | 2016-10-03 |
| | | | | | | | | | | | | | | | | | | | | Currently translated at 57.1% (4 of 7 strings) | ||
| | | * | | Translated using Weblate (lumina_FM@ja (generated)) | YAMASHIRO Jun | 2016-10-03 |
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (212 of 212 strings) | ||
| | | * | | Translated using Weblate (l_TERMINAL@hu (generated)) | J Darabos | 2016-10-03 |
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (7 of 7 strings) | ||
| | * | | | Translated using Weblate (lumina_OPEN@ja (generated)) | YAMASHIRO Jun | 2016-10-03 |
| | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (39 of 39 strings) |