Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | A bit more for Lumina2: | Ken Moore | 2017-08-30 | |
| | | | | | | | | | | | | | | | | 1) Get a simple "DISABLE_COMPOSITING" flag working in the NativeEmbedWidget class, and disable the compositing right now (still too many issues with using GPU-accellerated drivers) 2) Get a WM settings file created and add options for "focusFollowsMouse" (true by default) and "raiseOnFocus" (false by default). 3) Add a way for the root window to announce mouse cursor movements to the screensaver, bypassing the XCB event system (can't seem to get it to report those events anyway right now). Probably a better method anyway since moving the mouse won't cause billions of events in a short time then. With this, it seems like all the mouse cursor management systems are up and running. I have not tested using shortcuts combined with mouse buttons yet though.... | |||
* | | Quick update to lumina-textedit: | Ken Moore | 2017-08-30 | |
|/ | | | | Make the tabs start dragging after pulling the tab out of the entire TabWidget, not just the tab bar itself. | |||
* | A bit more work on compositing and such (mostly commented out) - still not ↵ | Ken Moore | 2017-08-30 | |
| | | | | working with GPU-backed xorg drivers | |||
* | Finish up all the mouse focus handling for embedded windows. Works ↵ | Ken Moore | 2017-08-30 | |
| | | | | beautifully now. | |||
* | Clean up the use of the settings files within the entire screensaver system. | Ken Moore | 2017-08-30 | |
| | | | | Also fix some minor whitespace/alignment in code, and add fallback routines to a couple screensavers which need external files (so they don't crash if nothing was setup or a directory is empty) | |||
* | Make sure the context menu label is center-aligned | Ken Moore | 2017-08-29 | |
| | ||||
* | Get a lot of the root context menu up and running. Now the application list ↵ | Ken Moore | 2017-08-29 | |
| | | | | is available and functional, plus the beginnings of the task manager plugin for the menu. | |||
* | Start getting the Root context menu all moved over from Lumina 1 to 2. | Ken Moore | 2017-08-29 | |
| | | | | Not quite finished yet. | |||
* | Cleanup the DesktopSettings class and add some more settings files to it. | Ken Moore | 2017-08-29 | |
| | ||||
* | Syncronize the icon theme option in lumina-config with lthemeengine. | Ken Moore | 2017-08-29 | |
| | ||||
* | Fix up the location/detection of icon/cursor themes. They just changes it ↵ | Ken Moore | 2017-08-29 | |
| | | | | upstream to dump all of them in the same directory, so need to be careful about detecting them now. | |||
* | Come more work on compositing. Seems like there is a significant difference ↵ | Ken Moore | 2017-08-28 | |
| | | | | between my nvidia-based desktop and the Intel laptop. | |||
* | Remove the src-DE directory from lumina-desktop-unified. No need for this ↵ | Ken Moore | 2017-08-28 | |
| | | | | old copy of the files. | |||
* | A bunch more work on Lumina 2 mouse focus settings and such. | Ken Moore | 2017-08-27 | |
| | ||||
* | Add 3 simple window arrangements to Lumina 2. | Ken Moore | 2017-08-27 | |
| | | | | Also clean up a bit of the invisible layering for embedded windows. | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-08-25 | |
|\ | ||||
| * | Merge branch 'master' of https://github.com/trueos/lumina | ZackaryWelch | 2017-08-25 | |
| |\ | ||||
| * | | Finished the video slideshow | ZackaryWelch | 2017-08-25 | |
| | | | ||||
* | | | Another round of work on getting the window embed stuff cleaned up. | Ken Moore | 2017-08-25 | |
| |/ |/| | | | | | Now the windows are restacking properly again - just need to forward events from the frame to the window on-demand still | |||
* | | Re-enable compositing and ensure that the window embed routines work for all ↵ | Ken Moore | 2017-08-25 | |
|/ | | | | types of windows. | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-08-23 | |
|\ | ||||
| * | Fix a list which was not getting populated properly. | Ken Moore | 2017-08-22 | |
| | | ||||
* | | Couple minor changes to the OS-detect.pri | Ken Moore | 2017-08-23 | |
|/ | | | | Make sure that the c++11 standard is set for all projects (some need it, some don't) | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-08-22 | |
|\ | ||||
| * | Translated using Weblate (Lithuanian) | Moo | 2017-08-21 | |
| | | | | | | | | Currently translated at 100.0% (231 of 231 strings) | |||
| * | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-21 | |
| |\ | ||||
| | * | Remove (Coming Soon) from SysAdm issues tracker | Tim Moore | 2017-08-21 | |
| | | | ||||
| | * | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-19 | |
| | |\ | ||||
| | * | | Translated using Weblate (Danish) | scootergrisen | 2017-08-19 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (330 of 330 strings) | |||
| * | | | Translated using Weblate (Lithuanian) | Moo | 2017-08-21 | |
| | |/ | |/| | | | | | | | Currently translated at 100.0% (41 of 41 strings) | |||
| * | | Translated using Weblate (Danish) | scootergrisen | 2017-08-19 | |
| | | | | | | | | | | | | Currently translated at 100.0% (231 of 231 strings) | |||
| * | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-19 | |
| |\ \ | ||||
| * | | | Translated using Weblate (Danish) | scootergrisen | 2017-08-19 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (41 of 41 strings) | |||
* | | | | Get 90% of the work for adding profiles to lumina-xconfig finished. | Ken Moore | 2017-08-22 | |
| |/ / |/| | | | | | | | | Still need to work out a few small issues when loading a profile into the preview pane. | |||
* | | | Add the ability to generate symlinks in the Desktop folder the first time ↵ | Ken Moore | 2017-08-18 | |
| | | | | | | | | | | | | Lumina starts up for a user, based on entries in the system's luminaDesktop.conf file. | |||
* | | | Update the x11/lumina meta-port to include a dependency on ↵ | Ken Moore | 2017-08-18 | |
| | | | | | | | | | | | | x11-themes/lumina-themes | |||
* | | | Change around the default settings for Lumina quite a bit: | Ken Moore | 2017-08-18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 1) Turn on some themes by default (DarkGlass/Black) 2) Sync icon theme between desktop/lthemeengine 3) If DarkGlass/Black is for the desktop, automatically turn on the "darker" color scheme for applications within lthemeengine. 4) Ensure lumina-pdf is added as a default PDF viewer. 5) Change the wallpapers/interface for the TrueOS defaults. | |||
* | | | add lumina-fm-dev to tree while I work on it | q5sys | 2017-08-17 | |
|/ / | ||||
* | | Translated using Weblate (Catalan) | Davidmp | 2017-08-17 | |
| | | | | | | | | Currently translated at 100.0% (41 of 41 strings) | |||
* | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-17 | |
|\| | ||||
| * | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-17 | |
| |\ | ||||
| | * | Small changes to lumina-open: | Ken Moore | 2017-08-17 | |
| | | | | | | | | | | | | | | | 1) Don't change the lumina-mimeapps.list file unless the user chooses to change the default (never clear the default) 2) Clean up a bunch of whitespace issues | |||
| | * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-08-17 | |
| | |\ | ||||
| | * | | Change up the single-file extraction system in lumina-archiver: | Ken Moore | 2017-08-17 | |
| | | | | | | | | | | | | | | | | Now have it extract to a datetime-stamped filename in the temp directory, allowing for multiple files with the same name to be previewed at teh same time. | |||
| * | | | Translated using Weblate (Catalan) | Davidmp | 2017-08-17 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (330 of 330 strings) | |||
* | | | | Translated using Weblate (Catalan) | Davidmp | 2017-08-17 | |
| | | | | | | | | | | | | | | | | Currently translated at 95.1% (39 of 41 strings) | |||
* | | | | Translated using Weblate (Catalan) | Davidmp | 2017-08-17 | |
| |_|/ |/| | | | | | | | | Currently translated at 100.0% (231 of 231 strings) | |||
* | | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-17 | |
|\| | | ||||
| * | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-08-17 | |
| |\ \ | ||||
| * | | | Translated using Weblate (Czech) | Pavel Borecki | 2017-08-17 | |
| | | | | | | | | | | | | | | | | Currently translated at 100.0% (330 of 330 strings) |