Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Oops - make sure we initialize the EWMH class before using it. | Ken Moore | 2017-06-27 |
| | |||
* | Commit a bunch more root-level session changes - should be almost ready to ↵ | Ken Moore | 2017-06-27 |
| | | | | start testing and see if windows respond to the EWMH hints. | ||
* | Add a ton of the root-window registration routines to the NativeWindowSystem ↵ | Ken Moore | 2017-06-27 |
| | | | | class. | ||
* | Commit some more debugging and changes to the event systems for Lumina2. | Ken Moore | 2017-06-27 |
| | |||
* | Another couple minor changes - trying to track down some missing events. | Ken Moore | 2017-06-27 |
| | |||
* | Start working on the RootSubWindow interactions. | Ken Moore | 2017-06-27 |
| | |||
* | Add some more debugging. | Ken Moore | 2017-06-27 |
| | |||
* | Fix a bug in the initialization routine of NativeEventFilter | Ken Moore | 2017-06-27 |
| | |||
* | Oops - forgot to add the new NativeEventFilter files in the last commit. | Ken Moore | 2017-06-27 |
| | |||
* | Another large batch of re-organization for lumina-desktop-unified. | Ken Moore | 2017-06-27 |
| | | | | This gets the new "NativeWindowSystem" and associated Native* classes all integrated (untested) | ||
* | Tag version 1.3.1 in the source tree (no differences from 1.3.0 yet) | Ken Moore | 2017-06-26 |
| | |||
* | Tag Version 1.3.0 in source | Ken Moore | 2017-06-26 |
| | | | | Ensure the translation files are all in sync as well. | ||
* | Large amount of whitespace cleanup, and almost get the LuminaRandR class ↵ | Ken Moore | 2017-06-23 |
| | | | | finished (one last calculation to do) | ||
* | Clean up some more of the new LuminaRandR class. | Ken Moore | 2017-06-23 |
| | |||
* | A few more changes to LuminaRandR. | Ken Moore | 2017-06-23 |
| | |||
* | Flesh out the public functions which can be used for an OutputDevice in ↵ | Ken Moore | 2017-06-22 |
| | | | | | | | | | | | | LuminaRandR. There is now: enable(QRect) changeResolution(QSize) move(QPoint) setGeometry(QRect) All of these run the same inline/backend function for turning on and configuring the monitor | ||
* | Cleanup some debugging information. | Ken Moore | 2017-06-22 |
| | |||
* | Get the LuminaRandR framework able to enable/resize/move a monitor as requested. | Ken Moore | 2017-06-22 |
| | | | | NOTE: The automatic resolution routine picks the larges one available for the monitor, but some monitors lie and don't actually support all the listed resolutions (probably because I am using an HDMI->VGA converter on my Laptop output right now). | ||
* | Test the connected but not-enabled monitor probing functionality (minor ↵ | Ken Moore | 2017-06-22 |
| | | | | tweak to adjust the routine), and test/confirm that the "disable" monitor routine works beautifully. | ||
* | Add enable/disable functionality to LuminaRandR (untested) | Ken Moore | 2017-06-22 |
| | |||
* | Get the LuminaRandR class all finished up for *information purposes only*. | Ken Moore | 2017-06-22 |
| | | | | | 1. All the information retrieval systems are now in place and functional (much easier to use than parsing xrandr output manually). 2. Also get the "setPrimaryMonitor" functionality all setup and working. This *does* change the running X session in an atomic fashion. | ||
* | Start a large update to LuminaRandR info retrieval routine. | Ken Moore | 2017-06-21 |
| | | | | | **DOES NOT COMPILE** Nothing should be using this class yet, so there should be no pkg fallout from it. | ||
* | Oops - forgot to add the changes to the LuminaRandR files. | Ken Moore | 2017-06-21 |
| | |||
* | Get a lot more of the LuminaRandR class functional. The "set" routines are ↵ | Ken Moore | 2017-06-21 |
| | | | | not working for some reason (even when using the same XLib function as xrandr for disabling a monitor) | ||
* | Commit a bit more work on the LuminaRandR class - still not ready yet. | Ken Moore | 2017-06-20 |
| | |||
* | Commit some minor updates to whitespace and the python syntax file name. | Ken Moore | 2017-06-19 |
| | |||
* | Add a new method to find/use the LIconCache within an application (static ↵ | Ken Moore | 2017-06-08 |
| | | | | instance as opposed to a global object). | ||
* | Commit some more work-in-progress for the new LuminaRandR class (replacement ↵ | Ken Moore | 2017-06-07 |
| | | | | for xrandr using the XCB libraries) | ||
* | Add a new backend function to LUtils for opening a QSettings file. | Ken Moore | 2017-06-07 |
| | | | | This function is user-permissions-aware and prevents a process launched with sudo from overwriting the file/permissions on a settings file. Instead, the root user will get its own [settings file]_root.conf which is a copy of the user file (as needed). | ||
* | Turn off some debugging output in the LIconCache class. | Ken Moore | 2017-05-26 |
| | |||
* | Get the icon cache system all setup for the bulk of the desktop icons ↵ | Ken Moore | 2017-05-26 |
| | | | | (application menus, etc). Now we are starting to see the better performance from this system... :-) | ||
* | Get the new Icon Cache system implemented and turned on for the desktop ↵ | Ken Moore | 2017-05-26 |
| | | | | "applauncher" plugins. This seems to be working quite well, and now we just need to start using this for all the other pieces of the desktop. | ||
* | Oops - forgot to include the changes to the LIconCache files in that last ↵ | Ken Moore | 2017-05-26 |
| | | | | commit. | ||
* | Clean up the new LIconCache class quite a bit (seems finished - just untested). | Ken Moore | 2017-05-22 |
| | |||
* | Commit my WIP on the new icon cache/loading systems for Lumina. | Ken Moore | 2017-05-22 |
| | |||
* | Add the ability to scan/migrate desktop/panel settings from one monitor ID ↵ | Ken Moore | 2017-05-18 |
| | | | | to another on the first start of the desktop, and enable that migration for single-monitor arrangements. | ||
* | Bump the version of Lumina to 1.2.2, and put a CONFLICTS line with 1.2.1 in ↵ | Ken Moore | 2017-05-14 |
| | | | | the new port files. | ||
* | Ensure that all Lumina tools/utilities are setup with high-DPI icons. | Ken Moore | 2017-05-01 |
| | |||
* | Speed up the SVG icon loading routine. | Ken Moore | 2017-04-27 |
| | | | | | Get rid of the special SVG loading/parsing checks now that we have our own, guaranteed-working, SVG icon theme. The only special check which was kept in place was to skip any SVG icon with "libreoffice" in the name (known bad icons - results in distorted images). | ||
* | Another few changes to icons and such for Lumina. | Ken Moore | 2017-04-14 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-04-13 |
|\ | |||
| * | Turn on the new icon theme for Lumina, and use it by default as the fallback ↵ | Ken Moore | 2017-04-12 |
| | | | | | | | | icon set (no longer rely on the "oxygen" icon set). | ||
| * | Add an additional icon search fallback for mimetype icons (use the ↵ | Ken Moore | 2017-04-12 |
| | | | | | | | | *-x-generic icon) | ||
* | | Commit some small changes I still had on my main workstation: | Ken Moore | 2017-04-13 |
|/ | | | | | 1) Better support for the "inherited" property in icon themes 2) Some other random WM stuff | ||
* | Fix dbus-send calls for Gentoo. | Martijn Rijkeboer | 2017-03-31 |
| | |||
* | Clean up a couple defines. | Ken Moore | 2017-03-07 |
| | |||
* | Get the ping/pong system all setup within the NativeWindowSystem. | Ken Moore | 2017-03-07 |
| | |||
* | Make sure we respect the "override_redirect" flag on a window (do not try to ↵ | Ken Moore | 2017-03-07 |
| | | | | manage it) | ||
* | Finish up some more of the admin functions for the NativeWindowSystem (event ↵ | Ken Moore | 2017-03-06 |
| | | | | registration, window create/close handling, etc) | ||
* | Add support for reading the "Workspace" property (_NET_WM_DESKTOP). | Ken Moore | 2017-03-06 |
| |