Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ↵ | Ken Moore | 2015-04-20 |
| | | | | creation to XCB, and place it within the embedding routine in LuminaX11 instead. | ||
* | Merge pull request #91 from Nanolx/lumina-panel-date | Ken Moore | 2015-04-20 |
|\ | | | | | Lumina panel date/time formats | ||
| * | UI for DateTimeOrder | Christopher Roy Bratusek | 2015-04-19 |
| | | |||
| * | 4 time display modes for panel clock: | Christopher Roy Bratusek | 2015-04-19 |
| | | | | | | | | | | | | | | | | timeonly (default): display time, date as tooltip dateonly : display date, time as tooltip datetime : display date first then time timedate : display time first then date LSession option: DateTimeOrder (no UI yet) | ||
* | | Merge pull request #90 from Nanolx/lumina-fm-info | Ken Moore | 2015-04-20 |
|\ \ | | | | | | | lumina-fm show separated number of folders and files in status bar | ||
| * | | use ++ in createStatusBarMgs over += 1 | Christopher Roy Bratusek | 2015-04-18 |
| | | | |||
| * | | lumina-fm show separated number of folders and files in status bar | Christopher Roy Bratusek | 2015-04-18 |
| |/ | |||
* | | Merge pull request #88 from Nanolx/master | Ken Moore | 2015-04-20 |
|\ \ | | | | | | | Debian: runtime dependencies | ||
| * | | auto-detect Debian vs. non-Debian Linux distribution | Christopher Roy Bratusek | 2015-04-19 |
| | | | |||
| * | | add lumina-xconfig dependency | Christopher Roy Bratusek | 2015-04-19 |
| | | | |||
| * | | bump version in debian/changelog | Christopher Roy Bratusek | 2015-04-19 |
| | | | |||
| * | | a few runtime dependencies | Christopher Roy Bratusek | 2015-04-18 |
| | | | |||
| * | | new snapshot | Christopher Roy Bratusek | 2015-04-18 |
| |/ | |||
* | | Clean up the new suspend support in Lumina, and add it to the system "log ↵ | Ken Moore | 2015-04-19 |
| | | | | | | | | out" menu as an option (if supported on that system). | ||
* | | Add support to LuminaOS for checking/starting the system suspend functionality. | Ken Moore | 2015-04-19 |
| | | |||
* | | Adjust te brightness control labelling a bit in the sytem dashboard. Now the ↵ | Ken Moore | 2015-04-19 |
|/ | | | | label will always stay in sync with the slider (no delay), it is only the backend setting routine which is on a slight (50ms) delay. | ||
* | Merge pull request #87 from william-os4y/search | Ken Moore | 2015-04-17 |
|\ | | | | | Fix a problem when removing items from the exclude list of lumina-search | ||
| * | Fix a problem when removing items from the exclude list of lumina-search | wi | 2015-04-17 |
| | | |||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-17 |
|\ \ | |||
| * | | Fix the implementation of the hardware brightness control on PC-BSD. Now it ↵ | Ken Moore | 2015-04-17 |
| |/ | | | | | | | works consistently. | ||
* / | A couple changes to lumina-config: | Ken Moore | 2015-04-17 |
|/ | | | | | 1) Fix loading the current "applauncher" panel plugins for the second panel. 2) If the save button is active when the "defaults" page is selected, keep the save button visible until clicked. | ||
* | Update the system dashboard behavior a bit: | Ken Moore | 2015-04-17 |
| | | | | | 1) Add a signal collector/combiner for screen brightness changes (1/10 second delay) - since hardware brightness changes cannot usually be spammed too quickly. 2) Update the battery icon notifications on the panel button. If less than 5% left, leave the low battery icon there all the time, if less than 15% cause the low battery icon to flash intermittently, if greater than that don't show any battery icon. | ||
* | Fix the session chimes (and possible stability issue) by removing the ↵ | Ken Moore | 2015-04-16 |
| | | | | | | special audio thread and using the QMediaPlayer within the main thread (no stuttering/delays in my initial tests so far). Add a PC-BSD specific routine for setting brightness so that hardware brightness controls are attempted (through pc-sysconfig) before the software brightness is modified (using xbrightness) | ||
* | Clean up a *lot* of the general XCB warnings that sometimes occur, and also ↵ | Ken Moore | 2015-04-15 |
| | | | | tinker with the session cleanup routine quite a bit to streamline the order in which things are closed down (particularly with system tray apps). | ||
* | Don't add the "LUMINA" tag to the name of Lumina-specific applications. | Ken Moore | 2015-04-15 |
| | |||
* | Add the ability for lumina-open to be able to offer recommendations on web ↵ | Ken Moore | 2015-04-14 |
| | | | | browsers and email applications if no default is set. It does this by scanning all the applications within the "network" and "utility" categories, and adds it to the recommendations if the app takes URL's as inputs. | ||
* | Update the lumina-fm.desktop file to use the "%F" field code instead of "%U" ↵ | Ken Moore | 2015-04-14 |
| | | | | because it operates on Files/dirs, not URLS. | ||
* | Fix location of ogg / vorbis gstreamer plugins | Kris Moore | 2015-03-30 |
| | |||
* | Don't package the Artwork directory | Kris Moore | 2015-03-30 |
| | |||
* | Merge pull request #82 from darealshinji/patch-1 | Ken Moore | 2015-03-30 |
|\ | | | | | return the DE's version with 'Lumina-DE --version' | ||
| * | return the DE's version with 'Lumina-DE --version' | darealshinji | 2015-03-30 |
| | | |||
* | | Update README.md | Ken Moore | 2015-03-30 |
| | | | | | | Bump the latest stable version number to 0.8.3 | ||
* | | Now tag version 0.8.4-devel on the master branch. | Ken Moore | 2015-03-30 |
|/ | |||
* | Tag version 0.8.3-release in prparation for branching the master tree. | Ken Moore | 2015-03-30 |
| | |||
* | Make the initial system application query happen during the initialization ↵ | Ken Moore | 2015-03-30 |
| | | | | phase of the session. This ensures that buttons (like the userbutton/appmenu) are responsive as soon as the desktop session is visible (only adds a second or two to the init time on my system). | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-03-30 |
|\ | |||
| * | Merge pull request #80 from darealshinji/patch-1 | Ken Moore | 2015-03-30 |
| |\ | | | | | | | Debian packaging | ||
| | * | install lumina-qt5ct in /etc/default | darealshinji | 2015-03-28 |
| | | | |||
| | * | Debian: pass buildflags to qmake, fix debug package creation, recude code | Marshall Banana | 2015-03-28 |
| | | | |||
| | * | Debian: package descriptions and substituion variables | Marshall Banana | 2015-03-28 |
| | | | |||
| | * | Debian: missing dependency libxcb-composite0-dev | darealshinji | 2015-03-28 |
| | | | |||
| | * | don't return error after running dh_auto_clean | darealshinji | 2015-03-28 |
| | | | | | | | | | Fix for `W: lumina-desktop source: debian-rules-ignores-make-clean-error line 32` | ||
| | * | Debian: package dependency fixes | darealshinji | 2015-03-28 |
| | | | | | | | | | | | | | | | | | | | | | Will fix the following source package issues: E: lumina-desktop source: depends-on-build-essential-package-without-using-version make [build-depends: make] E: lumina-desktop source: depends-on-build-essential-package-without-using-version g++ [build-depends: g++] E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> libluminautils1 E: lumina-desktop source: not-binnmuable-all-depends-any lumina-data -> lumina-desktop | ||
| * | | Merge pull request #79 from Nanolx/master | Ken Moore | 2015-03-30 |
| |\ \ | | | | | | | | | Lumina Debian #7 | ||
| | * | | debian: new build dependency on libxcb-composite0-dev | Christopher Roy Bratusek | 2015-03-28 |
| | | | | | | | | | | | | | | | | debian: new dependency on usbmount | ||
| | * | | debian/changelog | Christopher Roy Bratusek | 2015-03-28 |
| | |/ | |||
* | | | Update the internal version number handling for backwards compatibility ↵ | Ken Moore | 2015-03-30 |
| | | | | | | | | | | | | checks. This is just to future-proof the routine - now each version number piece can be anywhere from 0->999 (instead of the old limitation of 0->9). | ||
* | | | Bump the roadmap versions for 0.8.3/0.8.4 to 0.8.4/0.8.5. | Ken Moore | 2015-03-30 |
|/ / | | | | | | | | | It looks like we will need to release 0.8.3 as a bugfix version for FreeBSD11 and some new PC-BSD compatibility changes (XDG autostart spec requirement) Other than that minor version numbering change, everything else is still on-track, with the xscreensaver replacement still scheduled to be the next big change for the next version. | ||
* | | Disable the process crash handler in lumina-open if the input *.desktop file ↵ | Ken Moore | 2015-03-30 |
| | | | | | | | | does not have the startupNotify flag set. | ||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-03-30 |
|\| |