aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
...
* | Fix the symlink creation routine so it works properly if INSTALL_ROOT is setup.Ken Moore2016-06-30
| |
* | 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
| |/ / |/| |
* | | Fix the symlink creation routine in lumina-textedit to work with package ↵Ken Moore2016-06-28
| | | | | | | | | | | | systems.
* | | 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?).
* | | Merge pull request #235 from q5sys/masterKen Moore2016-06-28
|\ \ \ | | | | | | | | added default trueos wallpaper
| * | | Add files via uploadq5sys2016-06-28
| | | |
* | | | Finish up the switch over to the new UI for lumina-configKen Moore2016-06-28
| |_|/ |/| |
* | | Add in the last 2 converted pages (session_[locale/options]). Leave the new ↵Ken Moore2016-06-28
| | | | | | | | | | | | UI enabled now.
* | | Oops - forgot to add the page_interface_panels files to git.Ken Moore2016-06-28
| | |
* | | Re-enable the old UI - only 2 more pages left to convert before switching to ↵Ken Moore2016-06-27
| | | | | | | | | | | | the new interface completely.
* | | Get the new menu interface page converted over.Ken Moore2016-06-27
| | |
* | | Get the panel interface page all converted over to the new UI.Ken Moore2016-06-27
| | |
* | | Get the desktop interface page all converted over to the new UI.Ken Moore2016-06-27
| | |
* | | Get the Fluxbox settings page all converted over.Ken Moore2016-06-27
| | |
* | | Get the new fluxbox-keys page all converted over to the new UI.Ken Moore2016-06-27
| | |
* | | Switch back to the old UI for now.Ken Moore2016-06-27
| | |
* | | Get the default apps page all converted over to the new UI.Ken Moore2016-06-27
| | |
* | | Allow the "save file as" option to always be available (not dependant on ↵Ken Moore2016-06-27
| | | | | | | | | | | | changes to the file).
* | | Add in sample page files for copy/modify later.Ken Moore2016-06-27
| | |
* | | Add in the new autostart services UI page. Also cleanup a bit more of the ↵Ken Moore2016-06-27
| | | | | | | | | | | | shortcuts and page interactions.
* | | Finish up the interactions on the main selection page in the new UI.Ken Moore2016-06-27
| | |
* | | Add in the search capabilities within the new lumina-config UI.Ken Moore2016-06-27
| | |
* | | Switch back to the old UI for now (new one still not finished yet).Ken Moore2016-06-24
| | | | | | | | | | | | Also have the monitor selection on the new UI hidden if there is only one monitor available.
* | | Get the new theme page all setup and functional.Ken Moore2016-06-24
| | |
* | | Get the new "wallpaper" page all setup and functional, as well as finish ↵Ken Moore2016-06-24
|/ / | | | | | | testing the new page loading and monitor-changing systems.
* | 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
| |
* | Add keyboard shortcut for showing/hiding hidden filesq5sys2016-06-23
| |
* | Get a lot more of the new lumina-config layout all setup. Now the main page ↵Ken Moore2016-06-22
|/ | | | has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
* Get the general page loading system all setup for the new mainWindow class.Ken Moore2016-06-22
|
* 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)
* Continue splitting up all the various pages/tabs into distinct pages for ↵Ken Moore2016-06-22
| | | | | | lumina-config. All the UI files are now split up - starting to add in the cpp/h files now. (Still not tied into build yet)
* 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.
bgstack15