Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | A few changes: | Ken Moore | 2016-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 Moore | 2016-06-12 | |
| | ||||
* | Get the lumina desktop all setup with a registration system for ↵ | Ken Moore | 2016-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). | |||
* | Cleanup a bit more of the lumina-terminal. Color support is now in (with ↵ | Ken Moore | 2016-06-11 | |
| | | | | "xterm" set as the termcap interface), line wrapping is in as needed, the background is a bit more opaque now, and tabs close properly now. | |||
* | Add a couple more default mimetype associations for the text editor. | Ken Moore | 2016-06-11 | |
| | ||||
* | Change the name of the main desktop binary from "Lumina-DE" to ↵ | Ken Moore | 2016-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. | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-06-11 | |
|\ | ||||
| * | Merge pull request #228 from Nanolx/master | Ken Moore | 2016-06-10 | |
| |\ | | | | | | | Debian packaging scripts | |||
| | * | update merge-lumina-i18n.sh | Christopher Roy Bratusek | 2016-05-25 | |
| | | | ||||
| | * | typo fix | Christopher Roy Bratusek | 2016-05-25 | |
| | | | ||||
| | * | update packaging scripts | Christopher Roy Bratusek | 2016-05-25 | |
| | | | ||||
| | * | debian/changelog | Christopher Roy Bratusek | 2016-05-25 | |
| | | | ||||
* | | | 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). | |||
* | | Ensure a more uniform size for task manager buttons. | Ken Moore | 2016-06-10 | |
| | | ||||
* | | Change to using the "start-here-lumina" icon instead, "start-here" was ↵ | Ken Moore | 2016-06-10 | |
| | | | | | | | | already taken. | |||
* | | Change the app menu and start menu button icon to use "start-here" as the ↵ | Ken Moore | 2016-06-10 | |
| | | | | | | | | primary icon, and the lumina icon as the fallback. | |||
* | | Hide duplicate favorite entries. | Ken Moore | 2016-06-10 | |
| | | ||||
* | | Make sure the text on the terminal is visible. | Ken Moore | 2016-06-10 | |
| | | ||||
* | | Make sure that wildard mimetype matches are given lower priority than exact ↵ | Ken Moore | 2016-06-09 | |
| | | | | | | | | mimetype matches in the default associations routine. | |||
* | | Fix the RSS reader plugin setting within lumina-config. Now it can ↵ | Ken Moore | 2016-06-09 | |
| | | | | | | | | add/detect the plugin properly. | |||
* | | Add the ability to specify mimetype defaults within luminaDesktop.conf, and ↵ | Ken Moore | 2016-06-09 | |
| | | | | | | | | also allow regex wildard matching when looking for default applications ("text/*" will grab all text mimetypes for instance). | |||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-06-08 | |
|\ \ | ||||
| * | | Move the lumina-open.conf file over to the standard XDG location ↵ | Ken Moore | 2016-06-08 | |
| | | | | | | | | | | | | (~/.config/lumina-desktop/lumina-open.conf normally) | |||
| * | | Remove the initialization of a (now) unused settings file. | Ken Moore | 2016-06-08 | |
| | | | ||||
| * | | Adjust the last couple utilities to use the new application/[terminal/email] ↵ | Ken Moore | 2016-06-08 | |
| | | | | | | | | | | | | mimetypes. | |||
| * | | Move to using the "application/[email/terminal]" mimetypes for ↵ | Ken Moore | 2016-06-08 | |
| | | | | | | | | | | | | registering/finding the default email/terminal applications. | |||
| * | | Fix up the detection/usage of the "mailto:" option in lumina-open. This also ↵ | Ken Moore | 2016-06-08 | |
| | | | | | | | | | | | | changes the default mimetype used for email applications to "application/email" | |||
| * | | Fix a bug with detecting/using KDE applications as the defaults for ↵ | Ken Moore | 2016-06-08 | |
| | | | | | | | | | | | | particular mimetypes. | |||
* | | | Oops, forgot to add in a couple new files for lumina-xconfig. | Ken Moore | 2016-06-08 | |
|/ / | ||||
* | | Update lumina-xconfig (and lumina-session) so that it saves/reloads the ↵ | Ken Moore | 2016-06-06 | |
| | | | | | | | | previous display configuration on Lumina start. | |||
* | | Make sure that lumina-fm will also remove broken symlinks when deleting a ↵ | Ken Moore | 2016-06-06 | |
| | | | | | | | | directory. | |||
* | | Make sure the calendar plugin "rolls-over" when a new day begins (keep the ↵ | Ken Moore | 2016-06-06 | |
| | | | | | | | | current date in sync). | |||
* | | Fix a bunch of little things with the desktop: | Ken Moore | 2016-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 Moore | 2016-06-02 | |
| | | | | | | | | tree, update luminaDesktop.conf to include this plugin as well as other quick out-of-box shortcuts. | |||
* | | Add the new RSS reader to the known plugins in lumina-config. | Ken Moore | 2016-06-02 | |
| | | ||||
* | | 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) | |||
* | | Add a new OS function: RSSFeeds() | Ken Moore | 2016-06-02 | |
| | | | | | | | | This will return any OS-specific RSS feeds so that users can easily subscribe to get news about updates and such. | |||
* | | 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). | |||
* | Add a note to the OS-detect.pri file that the OS and LINUX_DISTRO variables ↵ | Ken Moore | 2016-05-23 | |
| | | | | should not be forcibly defined outside of the Lumina build system. | |||
* | Have the lock button in the start menu use the "LaunchItem()" functio so the ↵ | Ken Moore | 2016-05-20 | |
| | | | | menu is closed right away. | |||
* | Merge pull request #225 from HenryHu/master | Ken Moore | 2016-05-20 | |
|\ | | | | | use WM_CHANGE_STATE to minimize window | |||
| * | initialize struct before using it | Henry Hu | 2016-05-15 | |
| | | ||||
| * | use WM_CHANGE_STATE to minimize window | Henry Hu | 2016-05-15 | |
| | | ||||
* | | Merge pull request #227 from q5sys/master | Ken Moore | 2016-05-20 | |
|\ \ | |/ |/| | fix for icon name error | |||
| * | Update MainUI.cpp | q5sys | 2016-05-19 | |
| | | | | | | remove '.png' which causes icon not to be found | |||
| * | Update MainUI.cpp | q5sys | 2016-05-19 | |
|/ |