aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Collapse)AuthorAge
* Cleanup some of the suspend-checking for FreeBSD.Ken Moore2017-11-20
| | | | Remove pc-sysconfig as an option for brightness control on FreeBSD
* Get rid of the updates available dialog/prompt in Lumina.Ken Moore2017-11-17
| | | | Replace it with an extra "reboot w/ updates" button in both the start menu and the system logout window.
* Fix up the visibility of the archive options in lumina-fm.Ken Moore2017-11-17
| | | | Also fix the OpenWith launching of applications.
* Add a bunch of ZFS information routines to LFileInfo.Ken Moore2017-11-15
| | | | Also utilize this ZFS info in lumina-fileinfo (if appropriate)
* Finish cleaning up the new LFileInfo class/file.Ken Moore2017-11-15
|
* Expose the "directory" saving option within lumina-config for wallpapers now.Ken Moore2017-11-15
|
* Split the LFileInfo class into it's own files.Ken Moore2017-11-15
|
* A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably.Ken Moore2017-11-14
| | | | Also disable the LVideoLabel from being used at the moment in lumina-fm - needs a bit more work before we turn this on for everybody.
* Fix up some initial startmenu sizing.Ken Moore2017-11-14
|
* A bit more cleanup on the external device reporting/usage.Ken Moore2017-11-02
|
* Finish up the /media parsing for LuminaOS-FreeBSDKen Moore2017-11-02
|
* Add parsing of the "/media" directory on FreeBSD to the External Device ↵Ken Moore2017-11-02
| | | | Paths LOS function.
* Fix up some whitespace in luminaxdg.cppKen Moore2017-11-01
|
* update LSingleApplication to use getuid instead of getloginq5sys2017-10-31
|
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-10-31
|\
| * Ensure the mouse cursor "busy" icon is used for 3 seconds when launching an ↵Ken Moore2017-10-31
| | | | | | | | external process.
* | fix for XDG processingq5sys2017-10-31
|/
* Finish up the theme engine migration path (works fine now - after some testing).Ken Moore2017-10-31
| | | | Also some random whitespace cleanup
* Add an upgrade path for moving theme settings from the old format to the new ↵Ken Moore2017-10-31
| | | | | | theme engine. Also turn on the mouse cursor "loading" image again when launching an external process (for 3 seconds)
* Ensure that "Exec" and "TryExec" strings with quotes are handled properly.Ken Moore2017-10-27
|
* Fix a few places where /net/ files are still checked for existance ↵Ken Moore2017-10-26
| | | | (pauses/delays the session init)
* Removed debug outputsZackaryWelch2017-10-25
|
* Fixed issues with previews and LVideoWidget sizingZackaryWelch2017-10-25
|
* Fixed image previews with video thumbnailsZackaryWelch2017-10-25
|
* Added some testing code for issues with directories having >10 videosZackaryWelch2017-10-21
|
* Finished video thumbnails and roll over playback for lumina-fm andZackaryWelch2017-10-21
| | | | lumina-fileinfo
* Make LVideoLabel thread-safe.Ken Moore2017-10-18
| | | | Couple quick fixes for the Browser class in lumina-fm too (minor cleanup).
* Another quick checkpoint for Lumina 2 files. Nothing too spectacular yet - ↵Ken Moore2017-10-18
| | | | still in the experimental stage for the QML usage.
* Updated how video thumbnails are loaded. Now cached to stop crash whenZackaryWelch2017-10-16
| | | | resizing.
* Clean up the session file-init routine.Ken Moore2017-10-16
| | | | Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
* Update the backend process-running routine for Lumina (LUtils)Ken Moore2017-10-16
| | | | | This gives us an extra function with additional hooks (environment, working directory) It also gets rid of all that ugly QFuture stuff which never quite worked as expected anyway.
* Another checkpoint commit for Lumina 2Ken Moore2017-10-13
| | | | Almost have the QML-based desktop canvas working - still tracking down some QML syntax issues.
* Added framework to play video when the mouse is put over them. BreaksZackaryWelch2017-10-11
| | | | picture and video preview for lumina-fileinfo currently
* Finished video thumnails for lumina-fm and lumina-fileinfoZackaryWelch2017-10-05
|
* Reworked the VideoSurface subclassZackaryWelch2017-10-03
|
* Added experimental video thumbnails in lumina-fm and fileinfoZackaryWelch2017-10-03
|
* Final fix - re-enable some backwards-compatible code and put a big warning ↵Ken Moore2017-09-21
| | | | at the top of the function
* Urg - more fixes...Ken Moore2017-09-21
|
* Quick fix to ensure the status checkUserFiles function truly is staticKen Moore2017-09-21
|
* Oops - need to make sure that status function does not access any global ↵Ken Moore2017-09-21
| | | | QApplication instance.
* Fix up the application of theme settings from the system config file.Ken Moore2017-09-21
|
* Get window type detection/usage all implemented.Ken Moore2017-09-20
| | | | Now the window frame will get disabled/ignored for particular types of windows.
* Cleanup a bit more of the embed stuff.Ken Moore2017-09-20
|
* Streamline a bit more of the new Lumina2 window embed functionality.Ken Moore2017-09-20
|
* Get the window embed routine cleaned up and demo-ready.Ken Moore2017-09-20
| | | | I am still using the reparenting method, but mixing it with a partial/automatic compositing of windows to ensure that we can provide frame transparency - even if window-transparency is not supported with this method.
* Quick tag of version 1.3.3 in source (theme engine finished/integrated)Ken Moore2017-09-19
|
* Deactivate the "themes" page within lumina-config.Ken Moore2017-09-18
| | | | Replace that button with one that launches the theme engine config tool.
* Turn off the custom theme engine for the 1.x desktop itself, and use the ↵Ken Moore2017-09-14
| | | | | | lthemeengine styles for everything now. Also commit a few simple fixes for the lthemeengine styles page and a couple other random tweaks.
* Added video extension detection support with hardcoded inputZackaryWelch2017-09-11
|
* Merge branch 'master' of https://github.com/trueos/luminaZackaryWelch2017-09-11
|\
bgstack15