Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update lumina-config to list all desktop plugins on the screen, and only ↵ | Ken Moore | 2015-07-09 |
| | | | | make changes when the user clicks "save". Also adjust the viewport for the panel widgets a bit (ensure sizing, scroll to end on new panel, etc..) | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-07-09 |
|\ | |||
| * | Merge pull request #133 from pcbsd/linux | Ken Moore | 2015-07-09 |
| |\ | | | | | | | Updated DEPENDECIES file and proposed fix for compiling the window manager with GCC 4. | ||
| | * | Updated DEPENDECIES file and proposed fix for compiling the | Jesse Smith | 2015-07-09 |
| | | | | | | | | | | | | window manager with GCC 4. | ||
* | | | Finish cleaning up the arrangement/placement of desktop plugins with the new ↵ | Ken Moore | 2015-07-09 |
| | | | | | | | | | | | | system. Also add a default size for the calendar plugin. | ||
* | | | Remove the old "forcing" of a panel with particular settings on the ↵ | Ken Moore | 2015-07-09 |
|/ / | | | | | | | default/first screen. This is no longer used/needed because of the luminaDesktop.conf settings file. | ||
* | | Add knownledge of QtQuick plugins to lumina-config | Ken Moore | 2015-07-09 |
| | | |||
* | | Oops, forgot to make the new functions static | Ken Moore | 2015-07-09 |
| | | |||
* | | Update the pkg-plist to account for the new QtQuick sample plugin. | Ken Moore | 2015-07-09 |
| | | |||
* | | Clean up some extra debugging in the lumina-desktop | Ken Moore | 2015-07-09 |
| | | |||
* | | Expand the QtQuick plugin format and put a couple more functions for ↵ | Ken Moore | 2015-07-09 |
| | | | | | | | | finding/probing QML scripts/plugins. | ||
* | | Oops, forgot that when browsing the ~/Desktop directory some special rules ↵ | Ken Moore | 2015-07-09 |
| | | | | | | | | need to be considered with regards to favorite status. | ||
* | | Large update to the usermanager: | Ken Moore | 2015-07-09 |
|/ | | | | | | | 1) Fix alphabetizing the list of favorites 2) Make all the menu updates happen in a non-blocking fashion (the user will see the items appear as they are loaded) 3) In the home dir browser, also load any files within the directory (and launch them when clicked) 4) Remember which dir was loaded in the browser last, and only refresh/change it as necessary on next menu open. | ||
* | Update the lumina themes and the PC-BSD color scheme a bit, and a couple ↵ | Ken Moore | 2015-07-09 |
| | | | | more minor adjustments to case sensitivity in the luminaDesktop.conf parsing. | ||
* | Remove the context menu on the toolbar in lumina-config | Ken Moore | 2015-07-09 |
| | |||
* | Remove the context menu on the toolbar in lumina-fm | Ken Moore | 2015-07-09 |
| | |||
* | Remove the context menu on the toolbar in lumina-screenshot | Ken Moore | 2015-07-09 |
| | |||
* | Fix up the clipping/sizing issues with the applauncher desktop icons. | Ken Moore | 2015-07-08 |
| | |||
* | Update the gitignore to avoid some other binaries/libraries | Ken Moore | 2015-07-08 |
| | |||
* | Clean up a few other case-sensitive issues with the luminaDesktop.conf file ↵ | Ken Moore | 2015-07-08 |
| | | | | loading routine. | ||
* | Fix up the loading of luminaDesfaults.conf quite a bit (now it works ↵ | Ken Moore | 2015-07-08 |
| | | | | properly/consistently for the new favorites/theme config options). | ||
* | Update how the desktop icons (applaunchers or desktopview) are ↵ | Ken Moore | 2015-07-08 |
| | | | | created/arranged initially. Now the desktopview should be oriented the proper way, and the applauncher icons should be the proper size (although they are still not being placed in non-overlapping locations yet). | ||
* | Fix the initial brightness detection for FreeBSD on new users/systems. | Ken Moore | 2015-07-07 |
| | |||
* | Merge pull request #132 from rezso/patch-1 | Ken Moore | 2015-07-07 |
|\ | | | | | fix build with qt 5.5 | ||
| * | fix build with qt 5.5 | rezso | 2015-07-05 |
|/ | | | https://gist.github.com/rezso/c050801e6fa5b4b10715 | ||
* | Add a new PanelWidget to lumina-config. This allows the user to add more ↵ | Ken Moore | 2015-06-26 |
| | | | | than 2 panels to each screen, and panels can be removed individually (not just the last one). | ||
* | Some quick cleanup in the LSession.cpp file and update the port files | Ken Moore | 2015-06-26 |
| | |||
* | Add a new option in luminaDesktop.conf for auto-generating desktop ↵ | Ken Moore | 2015-06-23 |
| | | | | icons/launchers. | ||
* | Adjust/verify all the XDG routines which touch a file based on the desktop ↵ | Ken Moore | 2015-06-22 |
| | | | | name to ensure that the proper case is used ("Lumina", or case-insensitive checks). The default apps file (lumina-mimeapps.list) is correct because the specs excplicitly state that it should be the lowercase version of the desktop name. | ||
* | Add lumina-fileinfo and lumina-xconfig to the translation mechanisms. | Ken Moore | 2015-06-22 |
| | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-06-22 |
|\ | |||
| * | Fix up the adjustment of new windows to account for the frame (in the ↵ | Ken Moore | 2015-06-20 |
| | | | | | | | | vertical dimension only at the moment). | ||
* | | Ensure that "Lumina" is used for the XDG registrations instead of "LUMINA" ↵ | Ken Moore | 2015-06-22 |
|/ | | | | (proper capitalization based on standards). | ||
* | Adjust the new window adjustment routine a bit - make it use the center of ↵ | Ken Moore | 2015-06-20 |
| | | | | the window to calculate which screen it is on instead of the upper-left corner. | ||
* | Add a new function to luminaX11: WindowFrameGeometry() - returns the sizes ↵ | Ken Moore | 2015-06-20 |
| | | | | of the frame on each side of the given window. | ||
* | Clean up the desktop plugin/container interactions quite a bit to ensure ↵ | Ken Moore | 2015-06-20 |
| | | | | consistency and proper size calculations (especially for new plugins). | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-06-20 |
|\ | |||
| * | Merge pull request #130 from pcbsd/linux | Ken Moore | 2015-06-19 |
| |\ | | | | | | | Minor change to audio to make volume adjustment more tolerant. | ||
| | * | Minor change to audio to make volume adjustment more tolerant. | Jesse Smith | 2015-06-18 |
| | | | | | | | | | | | | | | | Made a small adjustment to the way sound is set on Linux to make it more reliable. | ||
* | | | Fix a bug in the writeFile() function when passed an empty list of text. ↵ | Ken Moore | 2015-06-20 |
|/ / | | | | | | | This fixes the issue with removing the last "favorite" from the system causing a crash.Also make sure to remove any empty lines from the favorites when loading them. | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-06-18 |
|\ \ | |||
| * | | Merge pull request #129 from pcbsd/linux | Ken Moore | 2015-06-18 |
| |\| | | | | | | | Fixed selecting Linux template. | ||
| | * | Fixed selecting Linux template. | Jesse Smith | 2015-06-17 |
| |/ | | | | | | | | | | | | | The original method for selecting a Linux template appears to only work under Debian. Fixed typo in make-linux-distro.sh script and modified README.md file to insure selecting a template happens in the correct order. | ||
* | | Add a checkbox for allowing the auto-creation of desktop icons on each ↵ | Ken Moore | 2015-06-18 |
| | | | | | | | | individual screen. | ||
* | | Add a quick verification to the favorites system to ensure that the ↵ | Ken Moore | 2015-06-18 |
|/ | | | | directory where favorites are stored is actually in existance. | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-06-15 |
|\ | |||
| * | Merge pull request #128 from Nanolx/master | Ken Moore | 2015-06-12 |
| |\ | | | | | | | Debian updates | ||
| | * | Debian updates: | Christopher Roy Bratusek | 2015-06-12 |
| |/ | | | | | | | | | | | - display 'Not available' if cpu temp can not be read - add support for disk i/o in system monitor - update luminaDesktop.conf to new format | ||
* | | Disable some debugging and fix up the context menu on the applauncher plugins. | Ken Moore | 2015-06-14 |
| | | |||
* | | Re-work quite a bit of the background procedures for desktop plugins and ↵ | Ken Moore | 2015-06-14 |
|/ | | | | | | | | | | | watchers: 1) Move the ~/Desktop directory watcher into the Session (no extra overhead, already have a watcher there), and have te session send out signals when the contents of the ~/Desktop dir change. 2) Setup the plugins that poll the desktop to use the new session implementation (reducing overhead overall) 3) Add the ability to use files/dirs in the "applauncher" plugin as well (not exposed to user yet) 4) Add a new desktop flag for auto-creating applauncher plugins for any files/dirs on the desktop (not added to lumina-config yet) 5) Get rid of all the config files for the desktop plugins and merge them all together into a single conf file that the session maintains the pointer to (so plugins can grab that pointer as necessary) 6) Make sure that desktop plugins go through a special [read/save]Setting() functions in the plugin implementation itself so that they don't accidentally trample other plugin settings (keeps it restricted to the particular group for that plugin) |