aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add some more individual UI pages.Ken Moore2016-06-17
|
* Start splitting up the mainUI form into individual pages (not tied into ↵Ken Moore2016-06-17
| | | | build yet)
* Change the fallback icon used for a .desktop file in the applauncher plugin.Ken Moore2016-06-16
|
* Have the lumina-open dialog show applications on the main list which also ↵Ken Moore2016-06-16
| | | | have the hidden flag set (since this is for using the app to launch something else - these apps are now valid to show).
* 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.
* Another update to the Glass theme. I think this theme is just about done now.Ken Moore2016-06-16
|
* Another few fixes for the new Glass theme.Ken Moore2016-06-15
|
* make the new start menu search a bit more responsive (in case of lots of ↵Ken Moore2016-06-15
| | | | results).
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-06-15
|\
| * Update README.mdKen Moore2016-06-15
| |
* | 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).
* Cleanup a bit more of the lumina-terminal. Color support is now in (with ↵Ken Moore2016-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 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.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-06-11
|\
| * Merge pull request #228 from Nanolx/masterKen Moore2016-06-10
| |\ | | | | | | Debian packaging scripts
| | * update merge-lumina-i18n.shChristopher Roy Bratusek2016-05-25
| | |
| | * typo fixChristopher Roy Bratusek2016-05-25
| | |
| | * update packaging scriptsChristopher Roy Bratusek2016-05-25
| | |
| | * debian/changelogChristopher Roy Bratusek2016-05-25
| | |
* | | 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.
* | Hide duplicate favorite entries.Ken Moore2016-06-10
| |
* | Make sure the text on the terminal is visible.Ken Moore2016-06-10
| |
* | Make sure that wildard mimetype matches are given lower priority than exact ↵Ken Moore2016-06-09
| | | | | | | | mimetype matches in the default associations routine.
* | Fix the RSS reader plugin setting within lumina-config. Now it can ↵Ken Moore2016-06-09
| | | | | | | | add/detect the plugin properly.
* | 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).
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2016-06-08
|\ \
| * | Move the lumina-open.conf file over to the standard XDG location ↵Ken Moore2016-06-08
| | | | | | | | | | | | (~/.config/lumina-desktop/lumina-open.conf normally)
| * | Remove the initialization of a (now) unused settings file.Ken Moore2016-06-08
| | |
| * | Adjust the last couple utilities to use the new application/[terminal/email] ↵Ken Moore2016-06-08
| | | | | | | | | | | | mimetypes.
| * | Move to using the "application/[email/terminal]" mimetypes for ↵Ken Moore2016-06-08
| | | | | | | | | | | | registering/finding the default email/terminal applications.
| * | Fix up the detection/usage of the "mailto:" option in lumina-open. This also ↵Ken Moore2016-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 Moore2016-06-08
| | | | | | | | | | | | particular mimetypes.
* | | Oops, forgot to add in a couple new files for lumina-xconfig.Ken Moore2016-06-08
|/ /
* | Update lumina-xconfig (and lumina-session) so that it saves/reloads the ↵Ken Moore2016-06-06
| | | | | | | | previous display configuration on Lumina start.
* | Make sure that lumina-fm will also remove broken symlinks when deleting a ↵Ken Moore2016-06-06
| | | | | | | | directory.
* | 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.
* | Add the new RSS reader to the known plugins in lumina-config.Ken Moore2016-06-02
| |
bgstack15