aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop
Commit message (Collapse)AuthorAge
* 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.
* 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. }
* Add options for grouped windows in the task manager:Ken Moore2016-06-29
| | | | | | Show All Windows Minimize All Windows Close All Windows
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-06-29
|\
| * 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
| |
| * Change references to PC-BSD to TrueOSq5sys2016-06-23
| |
* | 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).
* Turn off the "autoraise" feature of Fluxbox by default.Ken Moore2016-06-21
|
* Remove some HTML formatting from being translated.Ken Moore2016-06-21
|
* 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.
* Syncronize the pcbsd/lumina default settings.Ken Moore2016-06-20
|
* Change the fallback icon used for a .desktop file in the applauncher plugin.Ken Moore2016-06-16
|
* 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.
* make the new start menu search a bit more responsive (in case of lots of ↵Ken Moore2016-06-15
| | | | results).
* Add the ability to search for apps/utilities directly within the start menu.Ken Moore2016-06-15
|
* Another significant update:Ken Moore2016-06-14
| | | | | 1) Change the install directory where Lumina puts all it's files at install time (L_SHAREDIR/lumina-desktop/ instead of L_SHAREDIR/Lumina-DE/) This required some adjustments to the LuminaOS templates just to mirror the change.
* Another large batch of updates:Ken Moore2016-06-14
| | | | | 1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
* Large update to the project files:Ken Moore2016-06-14
| | | | | 1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities.
* A few changes:Ken Moore2016-06-13
| | | | | | 1) Cleanup a compile warning in LDesktopBackground.cpp 2) Ensure the desktop re-themes when the theme changes (another leftover from changing the binary name) 3) Setup the appmenu and userbutton panel plugin to try and register themselves as "Start buttons" for the purpose of keyboard shortcuts opening them on demand.
* Setup the keyboard shortcut so the windows/meta key will open the start menu.Ken Moore2016-06-12
|
* Get the lumina desktop all setup with a registration system for ↵Ken Moore2016-06-11
| | | | start-menu-like plugins to determine whether they should respond to a show command, and setup all the systemstart plugins to use this system (will expand later to the appmenu and userbutton plugins as well).
* Add a couple more default mimetype associations for the text editor.Ken Moore2016-06-11
|
* Change the name of the main desktop binary from "Lumina-DE" to ↵Ken Moore2016-06-11
| | | | "lumina-desktop" for consistency. This also should catch/fix all those old xsessions/.desktop files floating around which did not make the transition to using the new start-lumina-desktop binary for launching the desktop.
* Fix up the RSS reader plugin a bit so that it handles all the feeds by the ↵Ken Moore2016-06-11
| | | | original URL (in case of multiple redirects or invalid forwards - such as a capture portal on the network).
* Ensure a more uniform size for task manager buttons.Ken Moore2016-06-10
|
* Change to using the "start-here-lumina" icon instead, "start-here" was ↵Ken Moore2016-06-10
| | | | already taken.
* Change the app menu and start menu button icon to use "start-here" as the ↵Ken Moore2016-06-10
| | | | primary icon, and the lumina icon as the fallback.
* Add the ability to specify mimetype defaults within luminaDesktop.conf, and ↵Ken Moore2016-06-09
| | | | also allow regex wildard matching when looking for default applications ("text/*" will grab all text mimetypes for instance).
* Move to using the "application/[email/terminal]" mimetypes for ↵Ken Moore2016-06-08
| | | | registering/finding the default email/terminal applications.
* Make sure the calendar plugin "rolls-over" when a new day begins (keep the ↵Ken Moore2016-06-06
| | | | current date in sync).
* Fix a bunch of little things with the desktop:Ken Moore2016-06-02
| | | | | | | | | 1) Reset which dirs are watched for apps to be installed into every time the watcher updates (fixes the detection of KDE apps getting installed/removed) 2) Add a new LuminaUtils function for converting a .desktop or binary name into a full path (searching all the various system dirs until it finds the file) 3) Convert the luminaDesktop.conf parser to allow relative paths/filenames for favorite/default apps 4) Update the default luminaDesktop.conf file quite a bit so there are app actually setup out of box. 5) Update the luminaDesktop.conf parser to properly set mimetypes as needed. 6) Fix the install location of the lumina-fm icon.
* Rename/move the new RSS reader plugin to "rssreader" in the backend/source ↵Ken Moore2016-06-02
| | | | tree, update luminaDesktop.conf to include this plugin as well as other quick out-of-box shortcuts.
* A couple minor tweaks to the new RSS stuff. Fix the URL for the PC-BSD blog ↵Ken Moore2016-06-02
| | | | and such.
* Make the RSS reader support both rss version 0.91 in addition to version 2.0 ↵Ken Moore2016-06-02
| | | | (0.91 is just a more limited subset of 2.0 - all the same required fields)
* Ok, *now* the RSS reader is completely done aside from the pre-loaded feeds. ↵Ken Moore2016-06-02
| | | | Had to work out an issue with one of the "atom:link" XML fields getting detected as a duplicate "link" field and invalidating the entire read. Also made the icon url matching case-insensitive.
* Get the new RSS reader plugin all setup and fully-functional.Ken Moore2016-06-02
|
* Get the new RSS reader plugin mostly-functional. Add/remove feeds seems to ↵Ken Moore2016-06-01
| | | | work, as well as the main feed display. Still need the feed/channel info page populated though.
* Add the beginnings of a new desktop plugin: rssreaderKen Moore2016-05-31
| | | | This is a simple RSS reader for the desktop. (Not finished yet - but getting close).
* Have the lock button in the start menu use the "LaunchItem()" functio so the ↵Ken Moore2016-05-20
| | | | menu is closed right away.
* Merge pull request #223 from HenryHu/masterKen Moore2016-05-13
|\ | | | | add 2 options for background image: fit and full
| * Move background processing into LDesktopBackground classHenry Hu2016-05-12
| | | | | | | | Generate a QPixmap and use it during paintEvent
| * add 2 options for background image: fit and fullHenry Hu2016-05-12
| |
* | Skip windows with SKIP_TASKBAR state in task managerHenry Hu2016-05-13
|/
* Fix a desktop crash which only seems to happen if you have an existing, but ↵Ken Moore2016-05-11
| | | | invalid application listed in the users favorites when the start button is clicked.
* Fix a geometry calculation for panel placements on X monitors which are not ↵Ken Moore2016-04-29
| | | | aligned with the y=0 axis for the top of the monitor.
bgstack15