Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get the new lockscreen all setup and (somewhat) functional in the ↵ | Ken Moore | 2015-11-04 |
| | | | | | | screensaver. Also setup the screensaver so that the "--test-ss" option makes it fully-functional even if the WM event handler is not installed for valid testing). The *only* thing which is still broken is that PAM is allowing all passwords for the user to unlock the system (probably some kind of password cache for the current credentials?). Still need to find some way to register a "lock" with PAM so that it forces the validation of the user's login credentials again. | ||
* | Tweak the text in the desktop plugin menu a bit. | Ken Moore | 2015-11-04 |
| | |||
* | Clean up the Screensaver framework a bit more, add a test flag (--test-ss), ↵ | Ken Moore | 2015-11-03 |
| | | | | | | and fix up the starting of screensavers on all screens simultaneously. This solidifies the Screensaver plugin framework as completely functional - just need to finish up the lock/unlock screen now. | ||
* | Add all the animations framework for the screensaver side of lumina-wm (with ↵ | Ken Moore | 2015-11-02 |
| | | | | a quick "sample" plugin). | ||
* | Cleanup how auto-start apps are launched a bit (start them via a single ↵ | Ken Moore | 2015-10-30 |
| | | | | | | lumina-open call now, instead of a bunch of individual ones). Also fix up the tray app detection/failover methods a bit to catch/discard tray icons which were registered/destroyed almost simultaneously (or no destroy event was ever caught for the icon). This prevents the situation where a "blank" tray icon may be trying to repaint itself repeatedly (eating up CPU cycles). NOTE: It seems like these "blank" tray apps are all GTK based, so it might be something in that toolkit which needs fixing to prevent registering a tray window which will never be used (or is instantly destroyed). | ||
* | Make sure that lumina-open always watches files that are *not* in the XDG ↵ | Ken Moore | 2015-10-29 |
| | | | | autostart folder(s) when opening a *.desktop file. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-10-29 |
|\ | |||
| * | Merge branch 'master' of https://github.com/pcbsd/lumina | Jesse | 2015-10-28 |
| |\ | |||
| * | | Fix build issue with Debian packages, this file is no longer included. | Jesse | 2015-10-28 |
| | | | |||
* | | | Adjust the screen resize/modification detection a tiny bit so that all ↵ | Ken Moore | 2015-10-29 |
| | | | | | | | | | | | | changes bump a 0.2 second timer, after which it re-runs the desktop window geometry update routines. | ||
* | | | Add some more ICCCM functions to LuminaX11. | Ken Moore | 2015-10-28 |
| | | | |||
* | | | Add new X11 functions for about 1/2 of the ICCCM standards | Ken Moore | 2015-10-28 |
| |/ |/| | |||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-10-28 |
|\| | |||
| * | Merge branch 'master' of https://github.com/pcbsd/lumina | Jesse Smith | 2015-10-28 |
| |\ | |||
| * | | Updated Linux dependencies | Jesse Smith | 2015-10-28 |
| | | | |||
* | | | Make the symlink icon overlays a bit smaller (1/3 icon size, not 1/2 ↵ | Ken Moore | 2015-10-28 |
| |/ |/| | | | | | anymore), and ensure the 0.8.7-Release upgrade rules are not triggered for update to 0.8.8+ | ||
* | | Forcible remove the "tabBarAutoHide" property from the MainUI.ui file (5.4+ ↵ | Ken Moore | 2015-10-28 |
| | | | | | | | | versions of QtDesigner add it automatically). | ||
* | | Replace the "tabBarAutoHide" setting with a manual check/hide of the tab bar ↵ | Ken Moore | 2015-10-28 |
| | | | | | | | | in lumina-fileinfo. This reduces the minimum Qt version from 5.4 back down to about 5.2 | ||
* | | Ok, now the external process commands *truly* run in a separate thread ↵ | Ken Moore | 2015-10-28 |
| | | | | | | | | through the QtConcurrent module. | ||
* | | Remove the "waitForStarted()" function call in the external process launcher ↵ | Ken Moore | 2015-10-28 |
|/ | | | | functions, and adjust the manual check for process started/running/finished to also account for the "Starting" State (only breaks out for the "NotRunning" process state now). | ||
* | Disable the option to close the "Browser" tab when using column-view. | Ken Moore | 2015-10-26 |
| | |||
* | When locking the screen via the new start menu, don't use the "LaunchApp" ↵ | Ken Moore | 2015-10-26 |
| | | | | function, just start the process externally (prevent changing the mouse cursor to the "loading" icon. | ||
* | Update the iXsystems logo in lumina-info. Now it uses the new "blue" logo. | Ken Moore | 2015-10-26 |
| | |||
* | Update README.md | Ken Moore | 2015-10-23 |
| | | | Bump latest stable Qt5 version number to 0.8.7 | ||
* | Turn off one last DEBUG flag before the release is cut. | Ken Moore | 2015-10-23 |
| | |||
* | Ok, adjust the window check/movement routine one more time - Now it runs the ↵ | Ken Moore | 2015-10-23 |
| | | | | special frame/geom mix first (for Fluxbox issues), checks that the window+frame is where it is supposed to be, then moves to just the geom location if still out of place. | ||
* | Reverse the order of the window movement routines. The one which still might ↵ | Ken Moore | 2015-10-23 |
| | | | | move the window above the top of the screen should be used first, with the fallback one which moves the window below the top of the screen second (had them flipped on accident). | ||
* | Also add the symbolic link emblem overlay to the items in the desktopview ↵ | Ken Moore | 2015-10-23 |
| | | | | plugin. | ||
* | Add the little emblem/overlay on desktop icons which are actually symbolic ↵ | Ken Moore | 2015-10-23 |
| | | | | links. | ||
* | Enable the vertical scrollbar for the favorites list in the start menu as ↵ | Ken Moore | 2015-10-22 |
| | | | | needed. | ||
* | Ensure that a plugins location is always saved into the backend - prevents ↵ | Ken Moore | 2015-10-22 |
| | | | | sometimes a plugin moving around the next time you log in. | ||
* | Add some large-scale images of the wispy in the various colors. Thanks to ↵ | Ken Moore | 2015-10-22 |
| | | | | Jennifer Rosenburg for putting these together! | ||
* | In the startmenu, make sure to scale up any item sizes as necessary to ↵ | Ken Moore | 2015-10-21 |
| | | | | ensure a uniform appearance. | ||
* | A couple quick fixes for desktop icons: | Ken Moore | 2015-10-21 |
| | | | | | 1) In the Applauncher plugin, have it send the removal signal if the file it is supposed to load does not exist. 2) Fix the loading of plugins - always go forwards when searching for a new spot - not backwards (will switch to backwards automatically as necessary). | ||
* | Tag version 0.8.7-Release in sources | Ken Moore | 2015-10-21 |
| | |||
* | Fix up a bug with the relative snapshot path calculation when switching ↵ | Ken Moore | 2015-10-21 |
| | | | | between snapshots. | ||
* | Clean up the detection of ZFS snapshot availability a bit: This should fix ↵ | Ken Moore | 2015-10-21 |
| | | | | issues with non-ZFS filesystems and directories which are symlinks to elsewhere. | ||
* | Update the ItemWidgets in the start menu plugin to resize the icons/text as ↵ | Ken Moore | 2015-10-21 |
| | | | | necessary to account for differences in font size. | ||
* | Pause directory refresh operations while the file operation dialog is still ↵ | Ken Moore | 2015-10-21 |
| | | | | active in a lumina-fm instance. | ||
* | When loading a wallpaper file - allow any of the currently-supported image ↵ | Ken Moore | 2015-10-21 |
| | | | | formats that are recognized by Qt. | ||
* | Fix up the reverse location lookup procedures for desktop plugins - now when ↵ | Ken Moore | 2015-10-20 |
| | | | | the grid size is increased the items should try to stay in the same general spot if possible. | ||
* | Oops, reversed the height/width for the default size of the system monitor ↵ | Ken Moore | 2015-10-20 |
| | | | | plugin. | ||
* | Ok, Now the desktop plugin canvas has truly been converted to a grid-space ↵ | Ken Moore | 2015-10-20 |
| | | | | coordinate system. Also setup the desktop plugins to assign a default size for themselves in grid-space rather than pixels (better accounts for screen scaling and such on high-resolution monitors). | ||
* | Ok, *Now* the desktop plugin resizing routine works properly. Also try to ↵ | Ken Moore | 2015-10-20 |
| | | | | fix an issue with the calendar plugin not scaling down appropriately on the bottom/right edges. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-10-20 |
|\ | |||
| * | Merge pull request #160 from yamajun/master | Ken Moore | 2015-10-20 |
| |\ | | | | | | | Fix typo in lumina-fm/widgets/DirWidget.ui | ||
| | * | Fix typo. | YAMASHIRO, Jun | 2015-10-20 |
| |/ | |||
* / | Fix up the desktop plugin resize calculations. Now the "dead area" of no ↵ | Ken Moore | 2015-10-20 |
|/ | | | | change is 1/4 GRID SIZE, and it properly calculates the change from center in each direction. | ||
* | Adjust the text adjustment routine for the applauncher a tiny bit as well so ↵ | Ken Moore | 2015-10-19 |
| | | | | the second line does not appear slightly squished. | ||
* | Convert the desktop-plugin "applauncher" (desktop icons) to use a ↵ | Ken Moore | 2015-10-19 |
| | | | | double-click for launching items instead of a single click. |