aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* test the return code of the command to mv file to refresh the icon.wi2015-04-20
|
* Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-20
|\
| * 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.
* | This is a complete adaptation of lumina-fileinfo.wi2015-04-17
| | | | | | | | | | The most important element is that during the loadDEsktopFile we check the content of the file. In case the file does not contains the mandatory elements (cfr http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) we reject it and ask the user to manually (via an anoter tool) correct it, or to restart from scratch.
* | Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-17
|\|
| * 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)
* | Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-15
|\|
| * 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
| |
* | Corrections proposed by Kenwi2015-04-14
| |
* | Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-14
|\|
| * 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.
* | Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-12
|\|
| * 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
| | | |
bgstack15