aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina
Commit message (Collapse)AuthorAge
* Split the Lumina 2 backend:Ken Moore2018-03-07
| | | | | Based on a qmake flag, have it use QtWidgets or QML for the front-end renderer. This will allow us to import/use all the Lumina 1.x interface elements (in Widget form) for now, but switch over to QML interface later without losing all the improvements to the underling events/communication systems.
* Quick update for the icon finder routine.Ken Moore2018-02-13
| | | | | Make sure that Qt does not blindly find a related icon before going through the default/pixmap routines. Qt does not seem to respect icon theme inheritance with a "hicolor" default theme.
* Bump the minor version of Lumina to 1.4.2Ken Moore2018-02-09
| | | | This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such)
* Fix up the single application numbering.Ken Moore2018-02-01
| | | | Ensure that the "DISPLAY" number does not get modified between environments, only use the primary number rather than the whole number (0.0 and 0.1 both use display 0).
* Another large batch of work on Lumina 2.Ken Moore2018-01-31
| | | | | | 1. Bypass a Qt bug in multi-session "DISPLAY" number detection 2. Start getting the system tray all setup. Not quite there yet (still some QML issues) 3. Convert all the Menu's to QtControls2 (actually works on multiple screens)
* Another large checkpoint commit for Lumina 2:Ken Moore2018-01-13
| | | | | | * Integrate the new window geometry manager class * Get the new OSInterface framework tied in * Start getting the various system monitoring solutions tied into the OSInterface
* Get the DesktopSettings class automatically providing notifications about ↵Ken Moore2018-01-03
| | | | file changes.
* Fix up a couple more things:Ken Moore2017-12-07
| | | | | | 1. Add option to load global styles from luminaDesktop.conf 2. Fix up the default icon/menu size of the start menu and item icons. 3. Fix up a signal/slot mis-connect in the start menu.
* Make sure the new traynotification-simple stylesheet is used.Ken Moore2017-12-07
| | | | | * Fix the pkg plist to account for it * Add it to the default style list
* Tag version 1.4.1Ken Moore2017-12-07
| | | | | Also fix up the loading of favorites/mime_defaults from the luminaDesktop.conf, Update the TrueOS default configuration file a bit.
* Fix the LUtils.pri file: Forgot to remove a couple unused files from the ↵Ken Moore2017-12-06
| | | | includes.
* Move the new OSInterface class over to the base-level src-cpp directory.Ken Moore2017-12-05
| | | | Also get it all prepped/staged to be used by QML objects (not finished yet)
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-12-05
|\
| * Added the correct TrueOS RSS FeedZackaryWelch2017-12-04
| |
* | Fix up the number->string conversion of UID in single application instanceKen Moore2017-12-05
|/
* Oops - fix a typo in the ExternalProcess change.Ken Moore2017-12-04
|
* Add the option to use stdout as an option for ExternalProcess.Ken Moore2017-12-04
|
* Fix the TrueOS update detection flag location.Ken Moore2017-11-22
|
* Quick adjustment for the finding of icons.Ken Moore2017-11-21
| | | | Only use the fallback icon *after* the more expansive routine also fails.
* Bump the version of Lumina to 1.4.0Ken Moore2017-11-20
| | | | Also ensure the lumina-theme-engine uses the same versioning system.
* 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.
bgstack15