aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Try to streamline the item loading routine in lumina-fm a bit more. No ↵Ken Moore2017-06-08
| | | | discernable difference on my system but it might impact other/slower systems.
* Add a new method to find/use the LIconCache within an application (static ↵Ken Moore2017-06-08
| | | | instance as opposed to a global object).
* Add the capability to be a bit smarter when determining a "fallback" icon ↵Ken Moore2017-06-08
| | | | for .desktop entries to be shown on the desktop. This fixes the icons for removeable USB drives on TrueOS, and might fix the icons for other .desktop files as well.
* Revert "Translated using Weblate (lumina_DESKTOP@en_gb (generated))"Ken Moore2017-06-07
| | | | This reverts commit 2c0a0f32bd240817f02109fef1eb1f35f5243ef9.
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Commit some more work-in-progress for the new LuminaRandR class (replacement ↵Ken Moore2017-06-07
| | | | for xrandr using the XCB libraries)
* Switch the core-utilities (lumina-search) over to using the ↵Ken Moore2017-06-07
| | | | LUtils::openSettings() function.
* Make all the desktop utilities use the new LUtils::openSettings() function ↵Ken Moore2017-06-07
| | | | so they can be launched as the root user without clobbering the user-permissioned settings file.
* Add a new backend function to LUtils for opening a QSettings file.Ken Moore2017-06-07
| | | | This function is user-permissions-aware and prevents a process launched with sudo from overwriting the file/permissions on a settings file. Instead, the root user will get its own [settings file]_root.conf which is a copy of the user file (as needed).
* Deactivate the auto-resize functionality (for now) with a comment about the ↵Ken Moore2017-06-07
| | | | | | | Fluxbox issue. This can get reactivated when Fluxbox is deactivated with Lumina 2.0. Instead, just increase the default size of the main window a bit.
* Get the auto-extract functionality cleaned up with the signal/slots a bit.Ken Moore2017-06-07
|
* Fix up the x11/lumina-core plist to account for the new archive icons.Ken Moore2017-06-07
|
* Add some archive*.svg icons to the material-design icon themes.Ken Moore2017-06-07
|
* Make the auto-extract start as soon as the file finishes loading.Ken Moore2017-06-05
|
* Commit some adjustments to the auto-extract functionality.Ken Moore2017-06-05
|
* add quit and clear shortcuts to calculatorq5sys2017-06-05
|
* add quit and open shortcuts to screenshotq5sys2017-06-05
|
* more work on autoextract functionalityq5sys2017-06-04
|
* Make sure that the no-pianobar setup section stops when it is finished - ↵Ken Moore2017-06-01
| | | | don't need to run the rest if pianobar is not installed.
* Fix up the desktop plugin "move" operation so it saves the proper grid ↵Ken Moore2017-05-31
| | | | coordinates for next session.
* Another quick adjustment to the clock plugin sizing routine - seems to be ↵Ken Moore2017-05-31
| | | | working fine now.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-31
|\
| * Merge remote-tracking branch 'origin/master'Weblate2017-05-30
| |\
| * | Translated using Weblate (l_SCREENSHOT@de (generated))Ettore Atalan2017-05-30
| | | | | | | | | | | | Currently translated at 97.4% (38 of 39 strings)
| * | Translated using Weblate (l_TE@de (generated))Ettore Atalan2017-05-30
| | | | | | | | | | | | Currently translated at 96.7% (59 of 61 strings)
* | | Fix up the size limitations on the clock plugin for the panelKen Moore2017-05-31
| |/ |/|
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-30
|\|
| * Merge remote-tracking branch 'origin/master'Weblate2017-05-30
| |\
| | * Translated using Weblate (lumina_CONFIG@de (generated))Michael Arlt2017-05-30
| | | | | | | | | | | | Currently translated at 100.0% (389 of 389 strings)
| * | Translated using Weblate (lumina_DESKTOP@de (generated))Ettore Atalan2017-05-30
| |/ | | | | | | Currently translated at 92.8% (297 of 320 strings)
* / Clean up the initial argument parsing for lumina-mediaplayer - now it will ↵Ken Moore2017-05-30
|/ | | | actually load multimedia *files* which are specified on the CLI and/or default to the Pandora player as needed.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-30
|\
| * prototype autoextract function (currently disabled)q5sys2017-05-29
| |
| * Cleanup how the QtConcurrent thread is run in the Browser class a bit - no ↵Ken Moore2017-05-26
| | | | | | | | real difference, just more formally-correct.
| * Adjust a couple size measurements so they work better across both normal and ↵Ken Moore2017-05-26
| | | | | | | | high-DPI screens.
* | Quick fix for the single-instance stuff in lumina-fm - automatically raise ↵Ken Moore2017-05-30
|/ | | | the window again when it opens a new tab.
* Turn off some debugging output in the LIconCache class.Ken Moore2017-05-26
|
* Get the icon cache system all setup for the bulk of the desktop icons ↵Ken Moore2017-05-26
| | | | (application menus, etc). Now we are starting to see the better performance from this system... :-)
* Get the new Icon Cache system implemented and turned on for the desktop ↵Ken Moore2017-05-26
| | | | "applauncher" plugins. This seems to be working quite well, and now we just need to start using this for all the other pieces of the desktop.
* Oops - forgot to include the changes to the LIconCache files in that last ↵Ken Moore2017-05-26
| | | | commit.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-26
|\
| * Disable the VirtualBox fullscreen detection/fix logicKen Moore2017-05-25
| | | | | | | | After testing this more robustly and with more variations, the issue appears to be so ingrained into the Fluxbox state/property event handling that anything we do from the Lumina side is quickly overwritten/ignored by Fluxbox.
| * enable some debugging on the virtualbox window detection/adjustment routine.Ken Moore2017-05-25
| |
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-05-25
| |\
| * | Try to detect/fix the fullscreen/background window issue on Fluxbox.Ken Moore2017-05-25
| | |
* | | Get the new LIconCache class all setup and compiling. Now to actually start ↵Ken Moore2017-05-26
| |/ |/| | | | | testing it.
* | Add in New Dir, New File, and Paste functionality to the desktop itself (if ↵Ken Moore2017-05-24
|/ | | | it represents the desktop folder), and also verify that the monitor ID migrator works properly when the single-monitor id changes between sessions.
* Switch the usage of compton: default to it being disabled rather than ↵Ken Moore2017-05-23
| | | | enabled (too many false-positives from the GPU acceleration verification routine).
* Adjust the run_depends of the x11/lumina-core port a bit to try and ensure ↵Ken Moore2017-05-23
| | | | it is looking for the package rather than the binary
bgstack15