aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add an "apply" button to the lumina-config theme editor. Now the "save" ↵Ken Moore2015-02-03
| | | | button is for saving the theme to file (without closing the editor), and "apply" will both save and close the editor. Also make sure the save and apply buttons are actively enabled/disabled as necessary.
* Make sure that the panel has the "sticky" flag set. This ensures that it is ↵Ken Moore2015-02-02
| | | | consistant across all workspaces.
* Make sure that the font-family declaration is set off within quotes when ↵Ken Moore2015-02-02
| | | | assembling the stylesheet. This fixes fonts that use strange characters such as brackets in the name.
* Merge pull request #45 from Nanolx/lumina-x11Ken Moore2015-01-30
|\ | | | | proper initialization of lumina-panel
| * proper initialization of lumina-panelChristopher Roy Bratusek2015-01-30
| | | | | | | | | | - ensure it gains _NET_WM_WINDOW_TYPE_DOCK - set _NET_WM_WINDOW_NAME to LuminaPanel (for window-managers that support window rules)
* | Oops, make sure that if brightness controls are not available, that the ↵Ken Moore2015-01-30
| | | | | | | | system dashboard hides that control option.
* | Add the ability for the distribution defaults to use just the name of the ↵Ken Moore2015-01-28
|/ | | | system theme/color to use instead of requiring the full path. This allows for much simpler cross-OS usage and settings (for when Lumina starts including multiple themes/colors out-of-box)
* Clean up how Lumina loads the startapps files. Now it will combine any files ↵Ken Moore2015-01-28
| | | | that are found, allowing for system-wide defaults in addition to user-set defaults.NOTE: all the system files are named "luminaStartapps" whereas the file in the user's config is "~/.lumina/startapps"
* Merge pull request #43 from Nanolx/luminaos-debianKen Moore2015-01-28
|\ | | | | LuminaOS-Debian #3
| * debian: add lumina-info package, install translations into specific ↵Christopher Roy Bratusek2015-01-28
| | | | | | | | packages, move lxpolkit from recommends to depends, add /etc/luminaStartapps
| * debian/rules: minor fixChristopher Roy Bratusek2015-01-27
| |
| * two commands not allowed to fail (debian/rules)Christopher Roy Bratusek2015-01-27
| |
| * improve debian packaging, install missing file, provide fallback configurationChristopher Roy Bratusek2015-01-26
| |
* | Merge pull request #44 from Nanolx/lumina-miscKen Moore2015-01-28
|\ \ | | | | | | LuminaOS-Debian #4
| * | string change in LuminaOS-Debian / qt5ct instead of qtconfigChristopher Roy Bratusek2015-01-28
| | |
| * | read /etc/luminaStartapps aswellChristopher Roy Bratusek2015-01-28
|/ /
* | Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, ↵Ken Moore2015-01-28
| | | | | | | | | | | | config menu). Also make sure that there is a *.desktop shortcut for the application (and update the pkg-plist) Also allow for "-<something>" to be put in the version number without messing up the version checking routine, and tag the current version on the master branch as 0.8.2-devel (once the stable/official release is branched, the "-devel" tag will get either dropped or changed to "-release" in that branch, with the master branch moving on to the next <version>-devel)
* | Also add the lumina-info utility to the i18n-projects file (so it gets added ↵Ken Moore2015-01-28
| | | | | | | | to the translation systems)
* | Add a new utility: lumina-infoKen Moore2015-01-28
| | | | | | | | This utility provides basic information/links for the Lumina desktop project.
* | Add a new function to all LuminaOS files: OSName()Ken Moore2015-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 Moore2015-01-26
| | | | | | | | output of "mount" in LuminaOS-FreeBSD.cpp (just in case).
* | Clean up the lumina-fm device usage from LuminaOS.Ken Moore2015-01-26
| |
* | Merge pull request #42 from Nanolx/luminaos-debianKen Moore2015-01-26
|\| | | | | LuminaOS-Debian #2
| * better device labeling in lumina-fmChristopher Roy Bratusek2015-01-23
| |
| * fix device detection in generic LuminaOS-LinuxChristopher Roy Bratusek2015-01-23
| |
| * fixup device detection in LuminaOS-DebianChristopher Roy Bratusek2015-01-23
| |
* | Merge pull request #41 from Nanolx/luminaos-debianKen Moore2015-01-23
|\| | | | | LuminaOS-Debian
| * add recommends for lxpolkit and qt5-configuration-toolChristopher Roy Bratusek2015-01-23
| |
| * add LuminaOS-DebianChristopher Roy Bratusek2015-01-23
|/
* Merge pull request #39 from ajacoutot/openbsdKen Moore2015-01-23
|\ | | | | several OpenBSD improvements
| * several OpenBSD improvementsAntoine Jacoutot2015-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-confKen Moore2015-01-23
|\ \ | |/ |/| Also read /etc/luminaDesktop.conf.
| * Also read /etc/luminaDesktop.conf.Antoine Jacoutot2015-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/luminaKen Moore2015-01-21
|\
| * Update README.mdKen Moore2015-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 Moore2015-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 Moore2015-01-21
| | | | centered on the screen.
* Tag version 0.8.1 of Lumina.Ken Moore2015-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 Moore2015-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 Moore2015-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 Moore2015-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 Moore2015-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 Moore2015-01-21
| | | | also change the icon in PCDM if the home directory is not encrypted with PEFS).
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-01-21
|\
| * Update README.mdKen Moore2015-01-20
| | | | | | Add info about the QT5LIBDIR compile variable
* | Add the new appmenu (Start Menu) plugin to lumina-config.Ken Moore2015-01-21
| |
* | Add a new panel-plugin: appmenuKen Moore2015-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 Moore2015-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 Moore2015-01-20
| | | | multiple "."s in the name.
* Add a couple new features to how image files are handles in lumina-fm:Ken Moore2015-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.
bgstack15