| Commit message (Collapse) | Author | Age |
|
|
|
| |
Have it move the plugin on the desktop instead, but it can also be "dropped" into applications and get used as a drag-n-drop operation.
|
| |
|
|
|
|
| |
Make sure we check for redirect URLs even if the reply has data in it (was not catching the redirect from http:// to https:// on the Lumina/TrueOS feeds)
|
| |
|
|
|
|
|
| |
This will let the user drag a desktop icon to any application/tool and have it react appropriately.
NOTE: Directories on the desktop are not enabled as drop targets yet.
|
| |
|
| |
|
| |
|
|
|
|
| |
Will automatically open that directory and randomly pick an image from from within it for the wallpaper.
|
|
|
|
| |
(pauses/delays the session init)
|
|
|
|
| |
lumina-mediaplayer to one that exists in more themes
|
| |
|
| |
|
| |
|
|
|
|
| |
for .desktop entries to be shown on the desktop. This fixes the icons for removeable USB drives on TrueOS, and might fix the icons for other .desktop files as well.
|
|
|
|
| |
"applauncher" plugins. This seems to be working quite well, and now we just need to start using this for all the other pieces of the desktop.
|
|
|
|
| |
it represents the desktop folder), and also verify that the monitor ID migrator works properly when the single-monitor id changes between sessions.
|
|\ |
|
| |
| |
| |
| | |
"file" is actually a symlink somewhere else on the system (will just remove the symlink)
|
| |
| |
| |
| | |
Changelog: yes
|
|/
|
|
| |
Now it is properly doing calcuations in the right coordinate frame again, and saving/loading the better metrics for re-placing the items in the same place between different desktop sessions.
|
|
|
|
| |
feed description optional). Also ensure that the sync all option forcibly re-sends all feed requests.
|
| |
|
|
|
|
|
| |
1) Add the ability for plugins to set their own high-priority context menu, and put the plugin modification menu into that as needed.
2) For the applauncher plugin, generate a custom context menu specifically for the file in question. This may include the various "actions" in .desktop files as appropriate, and also adds shortcuts for launch, open, open-with, file properties, and delete file.
|
|
|
|
| |
The comment field should have been put into the tooltip - not replace the "whatsThis" value. This will fix the desktop autmounter entries getting launched appropriately again.
|
| |
|
|
|
|
| |
entries (comment field).
|
|
|
|
| |
will be very useful for systems that auto-create dirs in /media when devices are attached to the system, and mount-on-demand when browsing into that directory (*SPOILERS*).
|
|
|
|
| |
auto-started apps by 1/2 second.
|
|
|
|
| |
This should allow the user to click almost anywhere on the plugin to actually see the menu for managing the plugin itself.
|
|
|
|
|
|
|
| |
1) Dismantle the Lumina library completely.
2) Setup lots of small subproject files (.pri) for the individual classes within the old library.
3) Move all the Lumina binaries to use the new subproject files
4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
|
|
|
|
| |
Let the launcher find any problems with it and alert the user at that time.
|
|
|
|
| |
Fixes #272
|
|
|
|
| |
icons.
|
| |
|
|
|
|
|
|
| |
This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far).
This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
|
| |
|
| |
|
| |
|
|
|
|
| |
original URL (in case of multiple redirects or invalid forwards - such as a capture portal on the network).
|
|
|
|
| |
current date in sync).
|
|
|
|
| |
tree, update luminaDesktop.conf to include this plugin as well as other quick out-of-box shortcuts.
|
|
|
|
| |
and such.
|
|
|
|
| |
(0.91 is just a more limited subset of 2.0 - all the same required fields)
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
work, as well as the main feed display. Still need the feed/channel info page populated though.
|
|
|
|
| |
This is a simple RSS reader for the desktop. (Not finished yet - but getting close).
|
| |
|
|
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
|