Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add a note that the compton settings will require a restart to take effect. | Ken Moore | 2016-07-05 | |
| | ||||
* | Add a new page to lumina-config. This page allows the user to view/change ↵ | Ken Moore | 2016-07-05 | |
| | | | | settings for "compton" as needed. | |||
* | Setup the compton init system to use a special config file just for Lumina. ↵ | Ken Moore | 2016-07-05 | |
| | | | | This allows use to integrate an editor for that config file into lumina-config later. | |||
* | Fix the TrueOS default settings. | Ken Moore | 2016-07-05 | |
| | ||||
* | Update Lumina plugin names/descriptions | Mrt134 | 2016-07-05 | |
| | | | | - Altered names and descriptions for some of the Lumina desktop/menu/panel plugins. | |||
* | Also add the "Advanced/Simple" editors to the fluxbox keys page. | Ken Moore | 2016-07-05 | |
| | ||||
* | Add a full fluxbox init file editor to lumina-config as an "advanced" editor ↵ | Ken Moore | 2016-07-05 | |
| | | | | mode. | |||
* | Fix up the FreeBSD port files for Lumina | Ken Moore | 2016-07-01 | |
| | ||||
* | Setup Lumina to use "compton" for the compositing manager instead of ↵ | Ken Moore | 2016-07-01 | |
| | | | | xcompmgr (if it is installed) | |||
* | Ensure that lumina-config defaults to looking in the system-installed ↵ | Ken Moore | 2016-07-01 | |
| | | | | scripts directory for menu scripts. | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-07-01 | |
|\ | ||||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-06-30 | |
| |\ | ||||
| * | | Setup lumina-fileinfo that that it can be used to create brand-new ↵ | Ken Moore | 2016-06-30 | |
| | | | | | | | | | | | | application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time. | |||
* | | | Add the new JSON menu generation scripts to the "core" files installed ↵ | Ken Moore | 2016-07-01 | |
| |/ |/| | | | | | (since they are basically another type of plugin). | |||
* | | Ensure that the quick command run routine will never hang the system for ↵ | Ken Moore | 2016-06-30 | |
| | | | | | | | | more than 1 second of inactivity from the subprocess. | |||
* | | Fix the check routine in the new script finder dialog. | Ken Moore | 2016-06-30 | |
| | | ||||
* | | Add the new jsonmenu menu plugin to lumina-config, with a new dialog for ↵ | Ken Moore | 2016-06-30 | |
| | | | | | | | | setting it up. | |||
* | | Fix some whitespace issues with the ls.json.sh script. | Ken Moore | 2016-06-30 | |
| | | ||||
* | | Finish up the new JSON recursive menu system as well as the test script for ↵ | Ken Moore | 2016-06-30 | |
| | | | | | | | | listing the contents of a directory recursively. | |||
* | | Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup. | Ken Moore | 2016-06-30 | |
| | | ||||
* | | Update the new ls.json.sh script so ti works properly now. | Ken Moore | 2016-06-30 | |
| | | ||||
* | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-06-30 | |
|\ \ | ||||
| * | | Create a directory for placing sample JSON menu generation scripts, and add ↵ | Ken Moore | 2016-06-29 | |
| | | | | | | | | | | | | one (incomplete yet) for listing the contents of the current directory (home dir ususally) | |||
| * | | Add a new type of menu plugin: jsonmenu | Ken Moore | 2016-06-29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a recursive, auto-generating menu which runs an external utility (a script of some kind usually), which generates a JSON document/object which is used to populate the menu. Syntax: (Per object) { "type" : "item", "icon" : "icon name (optional)", "action" : "something lumina-open can run (optional)" } Or for a recursive menu generation { "type" : "jsonmenu", "exec" : "some command to run to populate menu", "icon" : "icon name (optional)" } Example for a full return: { "Item1" : { "type" : "item", "icon" : "folder", "action" : "~/item1.jpg" }, "Menu1" : { "type" : "jsonmenu", "exec" : "some script", "icon" : "system-run" } } Item1 will open ~/item1.jpg with lumina-open when clicked, while Menu1 will call "some script" to generate a new menu with additional options. } | |||
| * | | A minor tweak to the "Glass" theme. | Ken Moore | 2016-06-29 | |
| | | | ||||
| * | | Add options for grouped windows in the task manager: | Ken Moore | 2016-06-29 | |
| | | | | | | | | | | | | | | | | | | Show All Windows Minimize All Windows Close All Windows | |||
| * | | Fix up the resizeMenu's mouse event handling to ensure it keeps control of ↵ | Ken Moore | 2016-06-29 | |
| | | | | | | | | | | | | the mouse during resize events. | |||
| * | | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-06-29 | |
| |\ \ | ||||
| * | | | Add Control+[shift]+Tab shortcuts for cycling between open windows in ↵ | Ken Moore | 2016-06-29 | |
| | | | | | | | | | | | | | | | | grouped-order rather than open order (alt+[shift]+tab will do open order). | |||
* | | | | Tag version 1.0.0-Devel on the source tree (master branch) | Ken Moore | 2016-06-28 | |
| |/ / |/| | | ||||
* | | | Another couple quick fixes for the FreeBSD port files. | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Fix the symlink creation routine in lumina-textedit to work with package ↵ | Ken Moore | 2016-06-28 | |
| | | | | | | | | | | | | systems. | |||
* | | | Tag version 0.9.1-Release. | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Another couple updates to the FreeBSD port files. | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Update the FreeBSD port makefile and pkg-description | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Also add info about the new "DEFAULT_SETTINGS" build flag to the readme. | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Update the README to account for the new build system flags. | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Update the coming-soon 0.9.1 port makefile for FreeBSD, and also setup the ↵ | Ken Moore | 2016-06-28 | |
| | | | | | | | | | | | | "DEFAULT_SETTINGS=<OS>" build flag for installing config files or desktop wallpapers for other OS's. | |||
* | | | Cleanup the build system for how the special OS-specific config ↵ | Ken Moore | 2016-06-28 | |
| | | | | | | | | | | | | file/wallpaper are added into the build. This now means that we can commit any generic *-${OS}.[jpg/conf] here to the defaults directory and it will automatically get pulled in at build time. | |||
* | | | Commit some WIP (but disabled) to get the panels using the compositing WM ↵ | Ken Moore | 2016-06-28 | |
| | | | | | | | | | | | | for transparency effects (issues with xcompmgr at the moment?). | |||
* | | | Merge pull request #235 from q5sys/master | Ken Moore | 2016-06-28 | |
|\ \ \ | | | | | | | | | added default trueos wallpaper | |||
| * | | | Add files via upload | q5sys | 2016-06-28 | |
| | | | | ||||
* | | | | Finish up the switch over to the new UI for lumina-config | Ken Moore | 2016-06-28 | |
| |_|/ |/| | | ||||
* | | | Add in the last 2 converted pages (session_[locale/options]). Leave the new ↵ | Ken Moore | 2016-06-28 | |
| | | | | | | | | | | | | UI enabled now. | |||
* | | | Oops - forgot to add the page_interface_panels files to git. | Ken Moore | 2016-06-28 | |
| | | | ||||
* | | | Re-enable the old UI - only 2 more pages left to convert before switching to ↵ | Ken Moore | 2016-06-27 | |
| | | | | | | | | | | | | the new interface completely. | |||
* | | | Get the new menu interface page converted over. | Ken Moore | 2016-06-27 | |
| | | | ||||
* | | | Get the panel interface page all converted over to the new UI. | Ken Moore | 2016-06-27 | |
| | | | ||||
* | | | Get the desktop interface page all converted over to the new UI. | Ken Moore | 2016-06-27 | |
| | | | ||||
* | | | Get the Fluxbox settings page all converted over. | Ken Moore | 2016-06-27 | |
| | | |