aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core
Commit message (Collapse)AuthorAge
...
* Fix the xterm title gibberish issue.Ken Moore2016-07-07
|
* Fix a crash when right-clicking a non-applauncher desktop plugin and ↵Ken Moore2016-07-07
| | | | removing it.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-07
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
| |\
| * | Enable starting fluxbox within the start-lumina-desktop utility ↵Ken Moore2016-07-06
| | | | | | | | | | | | (lumina-session).
* | | Fix up the loading of non-integer values for the panel height.Ken Moore2016-07-07
| |/ |/|
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2016-07-06
|\|
| * Fix up the reloading of compton when the config file changes.Ken Moore2016-07-06
| |
* | Disable fluxbox initialization within the lumina-desktop binary. (moved to ↵Ken Moore2016-07-06
|/ | | | start-lumina-desktop).
* Setup the session process launcher to provide the capability of prompting ↵Ken Moore2016-07-06
| | | | fluxbox and/or compton to reload it's configs when they change.
* Fix a crash within the userbutton plugin which would happen after clearing ↵Ken Moore2016-07-06
| | | | out one of the scroll areas.
* Update the FreeBSD OS class a tiny bit:Ken Moore2016-07-06
| | | | | 1) Update the control panel link to point to SysAdm-client (old control panel is obsolete). 2) Ensure the system validity checks during the screen brightness routine are only run once per session rather than every time (since the type of system will not change over time)
* Setup the compton init system to use a special config file just for Lumina. ↵Ken Moore2016-07-05
| | | | This allows use to integrate an editor for that config file into lumina-config later.
* Fix the TrueOS default settings.Ken Moore2016-07-05
|
* Setup Lumina to use "compton" for the compositing manager instead of ↵Ken Moore2016-07-01
| | | | xcompmgr (if it is installed)
* Add the new JSON menu generation scripts to the "core" files installed ↵Ken Moore2016-07-01
| | | | (since they are basically another type of plugin).
* Ensure that the quick command run routine will never hang the system for ↵Ken Moore2016-06-30
| | | | more than 1 second of inactivity from the subprocess.
* Finish up the new JSON recursive menu system as well as the test script for ↵Ken Moore2016-06-30
| | | | listing the contents of a directory recursively.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-30
|\
| * Add a new type of menu plugin: jsonmenuKen Moore2016-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 Moore2016-06-29
| |
| * Add options for grouped windows in the task manager:Ken Moore2016-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 Moore2016-06-29
| | | | | | | | the mouse during resize events.
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-29
| |\
| * | Add Control+[shift]+Tab shortcuts for cycling between open windows in ↵Ken Moore2016-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 Moore2016-06-28
| |/ |/|
* | Tag version 0.9.1-Release.Ken Moore2016-06-28
| |
* | Update the coming-soon 0.9.1 port makefile for FreeBSD, and also setup the ↵Ken Moore2016-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 Moore2016-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 Moore2016-06-28
| | | | | | | | for transparency effects (issues with xcompmgr at the moment?).
* | Add files via uploadq5sys2016-06-28
| |
* | adding logo fileq5sys2016-06-23
| |
* | updating qrcq5sys2016-06-23
| |
* | Changing PC-BSD logo to TrueOS logoq5sys2016-06-23
| |
* | Change references to PC-BSD to TrueOSq5sys2016-06-23
|/
* Get the new lumina-config UI all setup and tied into the build for ↵Ken Moore2016-06-22
| | | | compilation checks (old UI still actually used at the moment though)
* Turn off the "autoraise" feature of Fluxbox by default.Ken Moore2016-06-21
|
* Remove some HTML formatting from being translated.Ken Moore2016-06-21
|
* Add the ability for custom, system-wide environment variable settings within ↵Ken Moore2016-06-21
| | | | L_ETCDIR/lumina-environment.conf[.dist] This allows a system admin the ability to setup customized build env settings on a global basis - and the user settings are treated as overrides for the system settings.
* Cleanup the PC-BSD options in the Lumina desktop defaults.Ken Moore2016-06-21
|
* Add support for running generic user setup scripts/tools after parsing ↵Ken Moore2016-06-21
| | | | luminaDesktop.conf.
* Setup a recursive xinit call within the start-lumina-desktop binary as ↵Ken Moore2016-06-20
| | | | needed. This should detect if an X session is already active, and startup X if not.
* Syncronize the pcbsd/lumina default settings.Ken Moore2016-06-20
|
* Quick adjust of the locale loading methods.Ken Moore2016-06-20
|
* Fix where localization files get installed via the main source tree ↵Ken Moore2016-06-20
| | | | | | (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE). Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
* Change the fallback icon used for a .desktop file in the applauncher plugin.Ken Moore2016-06-16
|
* Have the lumina-open dialog show applications on the main list which also ↵Ken Moore2016-06-16
| | | | have the hidden flag set (since this is for using the app to launch something else - these apps are now valid to show).
* Another round of small bug fixes/tweaks:Ken Moore2016-06-16
| | | | | | | | | | 1) Fix up the desktopbar plugin to work with the new file locations for configs. 2) Fix up the replacement of the "~/" prefix on a file path with the users home dir. 3) Add default favorites for the ~/[Documents, Downloads, Pictures, Videos] directories. 4) Add the ability to specify quicklaunch apps within luminaDesktop.conf (almost the same as the favorites options). 5) Another couple tweaks for the Glass theme. 6) Have the non-applauncher desktop plugins fill in from the bottom-right of the screen. This provides automatic separation between the auto-generated launchers and other plugins. 7) Add a second, auto-hidden panel at the top of the primary screen by default with the desktopbar plugin there (for instance access to favorites & ~/Desktop files/dirs)
* Adjust the default keyboard shortcuts a bit to try and avoid conflicts ↵Ken Moore2016-06-16
| | | | between the windows key (standalone) and other winkey+<key> combinations.
* Another update to the Glass theme. I think this theme is just about done now.Ken Moore2016-06-16
|
bgstack15