Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|\ | |||
| * | Merge branch 'master' of http://github.com/trueos/lumina | q5sys | 2017-09-08 |
| |\ | |||
| | * | Put a failsafe in for overwriting default apps: | Ken Moore | 2017-09-08 |
| | | | | | | | | | | | | If the ${XDG_CONFIG_HOME}/lumina-mimeapps.list files exists, never re-write the default applications from the system configuration file rules. | ||
| * | | remove whitespacing | q5sys | 2017-09-06 |
| |/ | |||
* / | Added video file detection and correct desktop file translation | ZackaryWelch | 2017-09-11 |
|/ | |||
* | Some more cleanup on Lumina2: | Ken Moore | 2017-08-31 |
| | | | | | | | 1) Get the JsonMenu plugin up and running again for the context menu 2) Get the LIconCache integrated into the context menu (replacing the old LXDG::findIcon calls). 3) Get the window property events working!!! (finally) 4) Start getting some automatic window-verification put in place (for snapping windows to various places and such). | ||
* | A bit more cleanup. Nothing too special. | Ken Moore | 2017-08-31 |
| | |||
* | A large amount of cleanup: | Ken Moore | 2017-08-31 |
| | | | | | | | | | 1) Fix the screen-alignment in a number of screensavers 2) Fix the restart-interval for screensavers (60 seconds by default) 3) Fix the cleanup of old screensaver objects between rotations 4) Add a default settings file for screensavers 5) Fix the prioritization of the settings files within DesktopSettings. 6) Turn off some event filter debugging | ||
* | Get all the single-window interactions finished up. | Ken Moore | 2017-08-31 |
| | | | | | Now the multiple types of animations will not conflict/overwrite each other, and the window itself will be properly "paused" for animations. Also fix up some window resize calculation errors, so the offset to the mouse position is properly handled now |