Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fontMetrics().width -> fontMetrics().horizontalAdvance | lbartoletti | 2019-10-22 |
| | |||
* | Rip out the initialization of drag and drop on applauncher desktop plugins. | Ken Moore | 2018-06-07 |
| | | | | 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. | ||
* | desktop: support /run/media (user removable devices) | Ole-André Rodlie | 2018-05-11 |
| | |||
* | Fix up the RSS reader. | Ken Moore | 2018-03-21 |
| | | | | 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) | ||
* | Add drop support for directories on the desktop. | Ken Moore | 2018-03-08 |
| | |||
* | Add drag-n-drop to the desktop icons. | Ken Moore | 2018-03-08 |
| | | | | | 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. | ||
* | Muted debug statements | ZackaryWelch | 2017-12-04 |
| | |||
* | Updated the RSS desktop plugin to work for ATOM feeds | ZackaryWelch | 2017-12-04 |
| | |||
* | Preliminary ATOM parsing for the RSS reader | ZackaryWelch | 2017-12-04 |
| | |||
* | Add the ability to use a "directory" as the target for desktop wallpapers. ↵ | Ken Moore | 2017-10-27 |
| | | | | Will automatically open that directory and randomly pick an image from from within it for the wallpaper. | ||
* | Fix a few places where /net/ files are still checked for existance ↵ | Ken Moore | 2017-10-26 |
| | | | | (pauses/delays the session init) | ||
* | Fix up the icon sync on theme change, and change the icon for ↵ | Ken Moore | 2017-09-18 |
| | | | | lumina-mediaplayer to one that exists in more themes | ||
* | Made the monitor widget label names translateable | ZackaryWelch | 2017-09-11 |
| | |||
* | Fix a | Ken Moore | 2017-08-14 |
| | |||
* | Fix the fallback icon routine for desktop entries. | Ken Moore | 2017-06-19 |
| | |||
* | Add the capability to be a bit smarter when determining a "fallback" icon ↵ | Ken Moore | 2017-06-08 |
| | | | | 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. | ||
* | Get the new Icon Cache system implemented and turned on for the desktop ↵ | Ken Moore | 2017-05-26 |
| | | | | "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. | ||
* | Add in New Dir, New File, and Paste functionality to the desktop itself (if ↵ | Ken Moore | 2017-05-24 |
| | | | | it represents the desktop folder), and also verify that the monitor ID migrator works properly when the single-monitor id changes between sessions. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-04-29 |
|\ | |||
| * | Make sure the cut/delete options for desktop icons are still possible if the ↵ | Ken Moore | 2017-04-28 |
| | | | | | | | | "file" is actually a symlink somewhere else on the system (will just remove the symlink) | ||
| * | Add cut/copy/rename functionality to the desktop icons in Lumina. | Ken Moore | 2017-04-28 |
| | | | | | | | | Changelog: yes | ||
* | | Finally fix the desktop plugin location management system. | Ken Moore | 2017-04-29 |
|/ | | | | 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. | ||
* | Make the RSS reader a bit more relaxed about the RSS return format (make ↵ | Ken Moore | 2017-04-21 |
| | | | | feed description optional). Also ensure that the sync all option forcibly re-sends all feed requests. | ||
* | Fix up the context menu policies for the notepad desktop plugin. | Ken Moore | 2017-03-10 |
| | |||
* | Clean up some of the applauncher context menu functionality: | Ken Moore | 2017-03-02 |
| | | | | | 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. | ||
* | Oops - Fix a typo in the desktop applauncher plugin: | Ken Moore | 2017-02-27 |
| | | | | 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. | ||
* | Oops - fix a typo in the tooltip update. | Ken Moore | 2017-02-24 |
| | |||
* | Make sure the tooltip on the desktop icons is properly set for .desktop ↵ | Ken Moore | 2017-02-24 |
| | | | | entries (comment field). | ||
* | Add the ability to show "/media/*" shortcuts on the Lumina desktop. This ↵ | Ken Moore | 2017-01-12 |
| | | | | 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*). | ||
* | Speed up the initial loading of the desktop at start, and delay the ↵ | Ken Moore | 2016-11-12 |
| | | | | auto-started apps by 1/2 second. | ||
* | Add pass-through for context menu requests on many desktop plugins. | Ken Moore | 2016-11-10 |
| | | | | This should allow the user to click almost anywhere on the plugin to actually see the menu for managing the plugin itself. | ||
* | LARGE UPDATE: | Ken Moore | 2016-11-07 |
| | | | | | | | 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) | ||
* | For desktop icons, only check if there is a name to decide when to show it. | Ken Moore | 2016-10-21 |
| | | | | Let the launcher find any problems with it and alert the user at that time. | ||
* | Add a "launch" option within the context menu for applauncher desktop plugins. | Ken Moore | 2016-10-11 |
| | | | | Fixes #272 | ||
* | Add a fallback icon if an image file fails to load the thumbnail for desktop ↵ | Ken Moore | 2016-09-23 |
| | | | | icons. | ||
* | Finish up the depretiation of the old systemapps fetching function. | Ken Moore | 2016-09-23 |
| | |||
* | Large update to how XDGDesktop files are created/used. | Ken Moore | 2016-09-22 |
| | | | | | | 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). | ||
* | Disable the translation of the blank HTML text for the QTextBrowser. | Ken Moore | 2016-07-27 |
| | |||
* | Remove some HTML formatting from being translated. | Ken Moore | 2016-06-21 |
| | |||
* | Change the fallback icon used for a .desktop file in the applauncher plugin. | Ken Moore | 2016-06-16 |
| | |||
* | Fix up the RSS reader plugin a bit so that it handles all the feeds by the ↵ | Ken Moore | 2016-06-11 |
| | | | | original URL (in case of multiple redirects or invalid forwards - such as a capture portal on the network). | ||
* | Make sure the calendar plugin "rolls-over" when a new day begins (keep the ↵ | Ken Moore | 2016-06-06 |
| | | | | current date in sync). | ||
* | Rename/move the new RSS reader plugin to "rssreader" in the backend/source ↵ | Ken Moore | 2016-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 Moore | 2016-06-02 |
| | | | | and such. | ||
* | Make the RSS reader support both rss version 0.91 in addition to version 2.0 ↵ | Ken Moore | 2016-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 Moore | 2016-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 Moore | 2016-06-02 |
| | |||
* | Get the new RSS reader plugin mostly-functional. Add/remove feeds seems to ↵ | Ken Moore | 2016-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: rssreader | Ken Moore | 2016-05-31 |
| | | | | This is a simple RSS reader for the desktop. (Not finished yet - but getting close). | ||
* | Expand lumina icon / text containers to always be a uniforum size. Thanks Ken! | JoshDW19 | 2016-04-26 |
| |