aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop
Commit message (Collapse)AuthorAge
* 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.
* 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
|
* 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.
* Add a "launch" option within the context menu for applauncher desktop plugins.Ken Moore2016-10-11
| | | | Fixes #272
* Move a couple "delete" calls to "deleteLater()" within the desktop.Ken Moore2016-10-11
|
* Convert over the desktop/panel settings to be based on screen ID instead of ↵Ken Moore2016-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...)
* Try to fix a scaling issue with desktop backgrounds on 4K systems.Ken Moore2016-10-04
|
* Translated using Weblate (lumina_DESKTOP@hu (generated))J Darabos2016-10-03
| | | | Currently translated at 93.1% (231 of 248 strings)
* Merge remote-tracking branch 'origin/master'Weblate2016-10-03
|\
| * A few changes to the desktop:Ken Moore2016-09-29
| | | | | | | | | | | | 1) Randomize the background image *every time* it changes. 2) Add support for per-workspace wallpaper image settings (background/filelist-workspace-<number>, where <number> is 0+ ) 3) Add detection of workspace changes to the session, and update the background wallpaper on change as needed.
* | Translated using Weblate (lumina_DESKTOP@es (generated))Alejandro Pastor Vargas2016-10-03
| | | | | | | | Currently translated at 100.0% (248 of 248 strings)
* | Translated using Weblate (lumina_DESKTOP@ja (generated))YAMASHIRO Jun2016-10-03
|/ | | | Currently translated at 100.0% (248 of 248 strings)
* Translated using Weblate (lumina_DESKTOP@es (generated))Alejandro Pastor Vargas2016-09-25
| | | | Currently translated at 100.0% (248 of 248 strings)
* Add a fallback icon if an image file fails to load the thumbnail for desktop ↵Ken Moore2016-09-23
| | | | icons.
* Fix the painting issue with the favorites area on the start menu with all ↵Ken Moore2016-09-23
| | | | the new changes.
* Clean up a bit of the start menu/button.Ken Moore2016-09-23
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-09-23
|\
| * Merge remote-tracking branch 'origin/master'Weblate2016-09-23
| |\
| * | Translated using Weblate (lumina_DESKTOP@sv (generated))Luna Jernberg2016-09-23
| | | | | | | | | | | | Currently translated at 98.3% (244 of 248 strings)
* | | Finish up the depretiation of the old systemapps fetching function.Ken Moore2016-09-23
| |/ |/|
* | Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
|/ | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* Translated using Weblate (lumina_DESKTOP@pt_br (generated))Diego2016-09-21
| | | | | | Currently translated at 100.0% (248 of 248 strings) Software name, doesn't need to be translate
* Translated using Weblate (lumina_DESKTOP@pt_br (generated))Diego2016-09-20
| | | | Currently translated at 100.0% (248 of 248 strings)
* Merge branch 'master' of https://github.com/trueos/luminaWeblate2016-09-20
|\
| * Re-sync all the translation files for Lumina with the source code, and add a ↵Ken Moore2016-09-19
| | | | | | | | small script for doing this on a regular basis to the src-qt5 directory (dev only - no need to run this prior to building Lumina).
* | Translated using Weblate (lumina_DESKTOP@fa (generated))Hamid Sarmadi2016-09-16
| | | | | | | | Currently translated at 1.6% (4 of 248 strings)
* | Translated using Weblate (lumina_DESKTOP@ru (generated))Koljasha2016-09-16
| | | | | | | | Currently translated at 100.0% (248 of 248 strings)
* | Translated using Weblate (lumina_DESKTOP@fi (generated))Tommi Nieminen2016-09-14
|/ | | | Currently translated at 100.0% (248 of 248 strings)
* Merge in all the translation files from the lumina-i18n repository into the ↵Ken Moore2016-09-12
| | | | | | main lumina repo. Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
* Adjust the default fluxbox keyboard shrotcuts:Ken Moore2016-09-08
| | | | Setup Alt+F1 to run "lumina-open -terminal" rather than "xterm"
* Fix up the auto-creation/removal of application symlinks when apps are ↵Ken Moore2016-08-23
| | | | installed/removed during a session.
* Add in the pending updates detection for the shutdown/reboot options in the ↵Ken Moore2016-08-23
| | | | start menu.
* Fix up the right-click terminal launcher - don't check for a valid binary if ↵Ken Moore2016-08-23
| | | | the entry is a .desktop entry (non-binary)
* Add in pending update detection/skipping ability to the main logout window ↵Ken Moore2016-08-18
| | | | (not the start menu options yet).
* Add the ability for Lumina to automatically add/remove symlinks from the ↵Ken Moore2016-08-18
| | | | ~/Desktop for applications that are installed/removed while the user session is active.
* Setup the desktop to use the new XDGDesktopList directly (disables a lot of ↵Ken Moore2016-08-18
| | | | the extra managment overhead from the desktop itself).
* A couple quick fixes:Ken Moore2016-08-17
| | | | | 1) Ensure that lumina-open is used to open the default terminal app (additional binary verification/checking) 2) Add some additional verification of the binary to run within lumina-open, and warn the user about a missing binary as needed.
* Fix a small typo in a disabled line in luminaDesktop.conf (so if people ↵Ken Moore2016-08-08
| | | | uncomment it to use the settings it will be valid).
* Add a simple check to the panel update routine to verify that the ↵Ken Moore2016-08-08
| | | | "_NET_WM_STICKY" flag is set on the panel at update time, and re-request that flag if not.
* Add a quick existance check to the userbutton plugin when adding favorites ↵Ken Moore2016-08-02
| | | | to the menu.
* Add application/pdf mimetype defaults to the TrueOS settings.Ken Moore2016-08-02
|
bgstack15