aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add the ability to use percentages of the screen for panel sizes (%W for ↵Ken Moore2015-04-20
| | | | | | | | | | percent of screen width, %H for percent of screen height), as well as a percentage of the screen height for the font size (<number>%, gets converted to a pixel metric) Some standard percentages for examples: panel height (top/bottom): between 3%H to 4.5%H font height: between 1.5% to 2.5% Also update the default config file to reflect these changes.
* Add a special flag to prevent the lumina-open crash handler from starting up ↵Ken Moore2015-04-20
| | | | during the session cleanup procedures.
* Update th elibLumina.pro:Ken Moore2015-04-20
| | | | | 1)Require the xcb-damage library 2) Verify the existance of "lsb_release" before trying to use it (Linux/Debian distinction utility).
* Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ↵Ken Moore2015-04-20
| | | | creation to XCB, and place it within the embedding routine in LuminaX11 instead.
* Merge pull request #91 from Nanolx/lumina-panel-dateKen Moore2015-04-20
|\ | | | | Lumina panel date/time formats
| * UI for DateTimeOrderChristopher Roy Bratusek2015-04-19
| |
| * 4 time display modes for panel clock:Christopher Roy Bratusek2015-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-infoKen Moore2015-04-20
|\ \ | | | | | | lumina-fm show separated number of folders and files in status bar
| * | use ++ in createStatusBarMgs over += 1Christopher Roy Bratusek2015-04-18
| | |
| * | lumina-fm show separated number of folders and files in status barChristopher Roy Bratusek2015-04-18
| |/
* | Merge pull request #88 from Nanolx/masterKen Moore2015-04-20
|\ \ | | | | | | Debian: runtime dependencies
| * | auto-detect Debian vs. non-Debian Linux distributionChristopher Roy Bratusek2015-04-19
| | |
| * | add lumina-xconfig dependencyChristopher Roy Bratusek2015-04-19
| | |
| * | bump version in debian/changelogChristopher Roy Bratusek2015-04-19
| | |
| * | a few runtime dependenciesChristopher Roy Bratusek2015-04-18
| | |
| * | new snapshotChristopher Roy Bratusek2015-04-18
| |/
* | Clean up the new suspend support in Lumina, and add it to the system "log ↵Ken Moore2015-04-19
| | | | | | | | out" menu as an option (if supported on that system).
* | Add support to LuminaOS for checking/starting the system suspend functionality.Ken Moore2015-04-19
| |
* | Adjust te brightness control labelling a bit in the sytem dashboard. Now the ↵Ken Moore2015-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/searchKen Moore2015-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-searchwi2015-04-17
| |
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-17
|\ \
| * | Fix the implementation of the hardware brightness control on PC-BSD. Now it ↵Ken Moore2015-04-17
| |/ | | | | | | works consistently.
* / A couple changes to lumina-config:Ken Moore2015-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 Moore2015-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 Moore2015-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 Moore2015-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 Moore2015-04-15
|
* Add the ability for lumina-open to be able to offer recommendations on web ↵Ken Moore2015-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 Moore2015-04-14
| | | | because it operates on Files/dirs, not URLS.
* Fix location of ogg / vorbis gstreamer pluginsKris Moore2015-03-30
|
* Don't package the Artwork directoryKris Moore2015-03-30
|
* Merge pull request #82 from darealshinji/patch-1Ken Moore2015-03-30
|\ | | | | return the DE's version with 'Lumina-DE --version'
| * return the DE's version with 'Lumina-DE --version'darealshinji2015-03-30
| |
* | Update README.mdKen Moore2015-03-30
| | | | | | Bump the latest stable version number to 0.8.3
* | Now tag version 0.8.4-devel on the master branch.Ken Moore2015-03-30
|/
* Tag version 0.8.3-release in prparation for branching the master tree.Ken Moore2015-03-30
|
* Make the initial system application query happen during the initialization ↵Ken Moore2015-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/luminaKen Moore2015-03-30
|\
| * Merge pull request #80 from darealshinji/patch-1Ken Moore2015-03-30
| |\ | | | | | | Debian packaging
| | * install lumina-qt5ct in /etc/defaultdarealshinji2015-03-28
| | |
| | * Debian: pass buildflags to qmake, fix debug package creation, recude codeMarshall Banana2015-03-28
| | |
| | * Debian: package descriptions and substituion variablesMarshall Banana2015-03-28
| | |
| | * Debian: missing dependency libxcb-composite0-devdarealshinji2015-03-28
| | |
| | * don't return error after running dh_auto_cleandarealshinji2015-03-28
| | | | | | | | | Fix for `W: lumina-desktop source: debian-rules-ignores-make-clean-error line 32`
| | * Debian: package dependency fixesdarealshinji2015-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/masterKen Moore2015-03-30
| |\ \ | | | | | | | | Lumina Debian #7
| | * | debian: new build dependency on libxcb-composite0-devChristopher Roy Bratusek2015-03-28
| | | | | | | | | | | | | | | | debian: new dependency on usbmount
| | * | debian/changelogChristopher Roy Bratusek2015-03-28
| | |/
* | | Update the internal version number handling for backwards compatibility ↵Ken Moore2015-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).
bgstack15