Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cleanup some of the suspend-checking for FreeBSD. | Ken Moore | 2017-11-20 |
| | | | | Remove pc-sysconfig as an option for brightness control on FreeBSD | ||
* | Get rid of the updates available dialog/prompt in Lumina. | Ken Moore | 2017-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 Moore | 2017-11-17 |
| | | | | Also fix the OpenWith launching of applications. | ||
* | Add a bunch of ZFS information routines to LFileInfo. | Ken Moore | 2017-11-15 |
| | | | | Also utilize this ZFS info in lumina-fileinfo (if appropriate) | ||
* | Finish cleaning up the new LFileInfo class/file. | Ken Moore | 2017-11-15 |
| | |||
* | Expose the "directory" saving option within lumina-config for wallpapers now. | Ken Moore | 2017-11-15 |
| | |||
* | Split the LFileInfo class into it's own files. | Ken Moore | 2017-11-15 |
| | |||
* | A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably. | Ken Moore | 2017-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 Moore | 2017-11-14 |
| | |||
* | A bit more cleanup on the external device reporting/usage. | Ken Moore | 2017-11-02 |
| | |||
* | Finish up the /media parsing for LuminaOS-FreeBSD | Ken Moore | 2017-11-02 |
| | |||
* | Add parsing of the "/media" directory on FreeBSD to the External Device ↵ | Ken Moore | 2017-11-02 |
| | | | | Paths LOS function. | ||
* | Fix up some whitespace in luminaxdg.cpp | Ken Moore | 2017-11-01 |
| | |||
* | update LSingleApplication to use getuid instead of getlogin | q5sys | 2017-10-31 |
| | |||
* | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2017-10-31 |
|\ | |||
| * | Ensure the mouse cursor "busy" icon is used for 3 seconds when launching an ↵ | Ken Moore | 2017-10-31 |
| | | | | | | | | external process. | ||
* | | fix for XDG processing | q5sys | 2017-10-31 |
|/ | |||
* | Finish up the theme engine migration path (works fine now - after some testing). | Ken Moore | 2017-10-31 |
| | | | | Also some random whitespace cleanup | ||
* | Add an upgrade path for moving theme settings from the old format to the new ↵ | Ken Moore | 2017-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 Moore | 2017-10-27 |
| | |||
* | Fix a few places where /net/ files are still checked for existance ↵ | Ken Moore | 2017-10-26 |
| | | | | (pauses/delays the session init) | ||
* | Removed debug outputs | ZackaryWelch | 2017-10-25 |
| | |||
* | Fixed issues with previews and LVideoWidget sizing | ZackaryWelch | 2017-10-25 |
| | |||
* | Fixed image previews with video thumbnails | ZackaryWelch | 2017-10-25 |
| | |||
* | Added some testing code for issues with directories having >10 videos | ZackaryWelch | 2017-10-21 |
| | |||
* | Finished video thumbnails and roll over playback for lumina-fm and | ZackaryWelch | 2017-10-21 |
| | | | | lumina-fileinfo | ||
* | Make LVideoLabel thread-safe. | Ken Moore | 2017-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 Moore | 2017-10-18 |
| | | | | still in the experimental stage for the QML usage. | ||
* | Updated how video thumbnails are loaded. Now cached to stop crash when | ZackaryWelch | 2017-10-16 |
| | | | | resizing. | ||
* | Clean up the session file-init routine. | Ken Moore | 2017-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 Moore | 2017-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 2 | Ken Moore | 2017-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. Breaks | ZackaryWelch | 2017-10-11 |
| | | | | picture and video preview for lumina-fileinfo currently | ||
* | Finished video thumnails for lumina-fm and lumina-fileinfo | ZackaryWelch | 2017-10-05 |
| | |||
* | Reworked the VideoSurface subclass | ZackaryWelch | 2017-10-03 |
| | |||
* | Added experimental video thumbnails in lumina-fm and fileinfo | ZackaryWelch | 2017-10-03 |
| | |||
* | Final fix - re-enable some backwards-compatible code and put a big warning ↵ | Ken Moore | 2017-09-21 |
| | | | | at the top of the function | ||
* | Urg - more fixes... | Ken Moore | 2017-09-21 |
| | |||
* | Quick fix to ensure the status checkUserFiles function truly is static | Ken Moore | 2017-09-21 |
| | |||
* | Oops - need to make sure that status function does not access any global ↵ | Ken Moore | 2017-09-21 |
| | | | | QApplication instance. | ||
* | Fix up the application of theme settings from the system config file. | Ken Moore | 2017-09-21 |
| | |||
* | Get window type detection/usage all implemented. | Ken Moore | 2017-09-20 |
| | | | | Now the window frame will get disabled/ignored for particular types of windows. | ||
* | Cleanup a bit more of the embed stuff. | Ken Moore | 2017-09-20 |
| | |||
* | Streamline a bit more of the new Lumina2 window embed functionality. | Ken Moore | 2017-09-20 |
| | |||
* | Get the window embed routine cleaned up and demo-ready. | Ken Moore | 2017-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 Moore | 2017-09-19 |
| | |||
* | Deactivate the "themes" page within lumina-config. | Ken Moore | 2017-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 Moore | 2017-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 input | ZackaryWelch | 2017-09-11 |
| | |||
* | Merge branch 'master' of https://github.com/trueos/lumina | ZackaryWelch | 2017-09-11 |
|\ |