Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Add a new utility: lumina-info | Ken Moore | 2015-01-28 | |
| | | | | | | | | This utility provides basic information/links for the Lumina desktop project. | |||
* | | Add a new function to all LuminaOS files: OSName() | Ken Moore | 2015-01-28 | |
| | | | | | | | | | | This just returns the name of the OS template used within the library. (No action required for OS-specific maintainers, already handled for all templates). | |||
* | | Make sure to convert any tab characters into spaces before parsing the ↵ | Ken Moore | 2015-01-26 | |
| | | | | | | | | output of "mount" in LuminaOS-FreeBSD.cpp (just in case). | |||
* | | Clean up the lumina-fm device usage from LuminaOS. | Ken Moore | 2015-01-26 | |
| | | ||||
* | | Merge pull request #42 from Nanolx/luminaos-debian | Ken Moore | 2015-01-26 | |
|\| | | | | | LuminaOS-Debian #2 | |||
| * | better device labeling in lumina-fm | Christopher Roy Bratusek | 2015-01-23 | |
| | | ||||
| * | fix device detection in generic LuminaOS-Linux | Christopher Roy Bratusek | 2015-01-23 | |
| | | ||||
| * | fixup device detection in LuminaOS-Debian | Christopher Roy Bratusek | 2015-01-23 | |
| | | ||||
* | | Merge pull request #41 from Nanolx/luminaos-debian | Ken Moore | 2015-01-23 | |
|\| | | | | | LuminaOS-Debian | |||
| * | add recommends for lxpolkit and qt5-configuration-tool | Christopher Roy Bratusek | 2015-01-23 | |
| | | ||||
| * | add LuminaOS-Debian | Christopher Roy Bratusek | 2015-01-23 | |
|/ | ||||
* | Merge pull request #39 from ajacoutot/openbsd | Ken Moore | 2015-01-23 | |
|\ | | | | | several OpenBSD improvements | |||
| * | several OpenBSD improvements | Antoine Jacoutot | 2015-01-23 | |
| | | | | | | | | | | | | | | Screen Brightness: make sure we are not running in a VM Check for user system permissionver: verbatim copy/paste from FreeBSD System Shutdown: shutdown -p is enough nowadays (no need for -hp) Battery Availability: fix battery detection | |||
* | | Merge pull request #40 from ajacoutot/etc-conf | Ken Moore | 2015-01-23 | |
|\ \ | |/ |/| | Also read /etc/luminaDesktop.conf. | |||
| * | Also read /etc/luminaDesktop.conf. | Antoine Jacoutot | 2015-01-23 | |
|/ | | | | | | | On (at least) OpenBSD, external packages are installed under /usr/local but SYSCONFDIR is always /etc. That is external applications will install their configuration file under /etc even if the binaries are under /usr/local. | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-01-21 | |
|\ | ||||
| * | Update README.md | Ken Moore | 2015-01-21 | |
| | | | | | | Update the notes to reflect that 0.8.1 is the latest stable version. | |||
* | | Quick fix for the desktop plugins system: too many different lock flags ↵ | Ken Moore | 2015-01-21 | |
|/ | | | | causing random issues. Cut it down to 2 boolians only now, and the desktop responds correctly/reliably again. | |||
* | Also fix a bug in lumina-config where the app selection dialog needed to be ↵ | Ken Moore | 2015-01-21 | |
| | | | | centered on the screen. | |||
* | Tag version 0.8.1 of Lumina. | Ken Moore | 2015-01-21 | |
| | | | | Changes include: a new distribution customization methodology, new desktop/panel plugins, new slideshow options in lumina-fm, and a number of stability/bug fixes. | |||
* | Finish committing the last of the new distribution defaults framework. Also ↵ | Ken Moore | 2015-01-21 | |
| | | | | adjust the port plist, and add options to reset the system settings to default to lumina-config. | |||
* | Add a completely new background method for a distributor to set per-system ↵ | Ken Moore | 2015-01-21 | |
| | | | | defaults for the Lumina desktop. Also fix a bug this exposed in how the Lumina panel removes plugins. | |||
* | Clean up a couple other session options: | Ken Moore | 2015-01-21 | |
| | | | | | | 1) Fix the "Open Home Dir" option in the application menu. 2) Have the logout window open on the current screen (instead of always the left screen) 3) Hide the logout window when starting the logout procedure. | |||
* | Clean up all the dialog usage in the notepad and audioplay desktop plugins. ↵ | Ken Moore | 2015-01-21 | |
| | | | | Now the dialogs should not prevent the desktop from updating appropriately (not modal). | |||
* | Add the ability to change the user's icon via session->general options (will ↵ | Ken Moore | 2015-01-21 | |
| | | | | also change the icon in PCDM if the home directory is not encrypted with PEFS). | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-01-21 | |
|\ | ||||
| * | Update README.md | Ken Moore | 2015-01-20 | |
| | | | | | | Add info about the QT5LIBDIR compile variable | |||
* | | Add the new appmenu (Start Menu) plugin to lumina-config. | Ken Moore | 2015-01-21 | |
| | | ||||
* | | Add a new panel-plugin: appmenu | Ken Moore | 2015-01-21 | |
|/ | | | | | This plugin re-creates the classic "start" menu from other OS's. Also update how panel-plugins open menus, so now the menu will no longer cover the button that opened it. | |||
* | Completely revamp the notepad desktop plugin so that it is now file-based ↵ | Ken Moore | 2015-01-20 | |
| | | | | instead of saving everything into the plugin settings directly. This allows it to manage generic text files as well as just the *.note files in ~/Notes. | |||
* | Fix the detection of file extensions within lumina-open for files that have ↵ | Ken Moore | 2015-01-20 | |
| | | | | multiple "."s in the name. | |||
* | Add a couple new features to how image files are handles in lumina-fm: | Ken Moore | 2015-01-20 | |
| | | | | | 1) Add the ability to remove the current file loaded into the slideshow 2) Add the ability to rotate the current slideshow image by 90 degrees (clockwise or counterclockwise) and will re-save the file itself. | |||
* | Fix the global->local coordinates transformation for calculating whether the ↵ | Ken Moore | 2015-01-19 | |
| | | | | mouse has left a panel or not. Now it works properly on all screen edges. | |||
* | Clean up the active window detection/usage for the task manager. | Ken Moore | 2015-01-19 | |
| | ||||
* | Add the new home button plugin to lumina-config. | Ken Moore | 2015-01-19 | |
| | ||||
* | Add a new panel plugin: HomeButton | Ken Moore | 2015-01-19 | |
| | | | | This button will hide all open windows so the desktop is visible (useful for touch screens or small devices) | |||
* | Add knowledge of the new Panel theme setting to lumina-config. | Ken Moore | 2015-01-19 | |
| | ||||
* | Update the theming of the Lumina desktop: | Ken Moore | 2015-01-19 | |
| | | | | | 1) Now the panel appearance will be set by the theme as well (unless custom appearance set) 2) Now the desktop plugins are themed appropriately as well (background canvas can be set to something, non-transparent plugins can be changed) | |||
* | Update the themes that are included within Lumina. | Ken Moore | 2015-01-19 | |
| | ||||
* | Update the user button to recognize the existance of a customized user icon ↵ | Ken Moore | 2015-01-19 | |
| | | | | for PCDM and use that for the icon instead (~/.loginIcon.png) | |||
* | Oops, missed resetting one of the lock flags in the desktop. | Ken Moore | 2015-01-19 | |
| | ||||
* | Fix a lockfile violation in the desktop plugin removal process. Now there is ↵ | Ken Moore | 2015-01-19 | |
| | | | | no chance of it crashing when plugins are removed. | |||
* | Quick update to the new audioplayer plugin. Now there is a label which ↵ | Ken Moore | 2015-01-17 | |
| | | | | displays the current song number in the rotation (<num>/<total>), and a progressbar shows a rough estimate of how much longer the running song has. | |||
* | Commit a couple loose changes to libLuminaXDG | Ken Moore | 2015-01-16 | |
| | ||||
* | Add the new audioplayer desktop plugin to lumina-config as well. | Ken Moore | 2015-01-16 | |
| | ||||
* | Add a new desktop plugin: audioplayer | Ken Moore | 2015-01-16 | |
| | ||||
* | Have the user button automatically perform the long application listings in ↵ | Ken Moore | 2015-01-16 | |
| | | | | the background, as soon as apps are changedon the system (not when the user clicked the button any more) | |||
* | Quick fix for auto-hidden panels. Ensure that the mouse is actually outside ↵ | Ken Moore | 2015-01-16 | |
| | | | | the panel area, don't just rely on the event notification (Qt treats the system tray as a "foreign" window and send leave event anyway). | |||
* | Fix a bug with removing desktop plugins. | Ken Moore | 2015-01-15 | |
| | ||||
* | Set the "Does not accept focus" Qt flag on the base Lumina Panel window. | Ken Moore | 2015-01-08 | |
| |