aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
Commit message (Collapse)AuthorAge
* Add two new keybard shortcuts to the default Fluxbox setting:Ken Moore2015-04-27
| | | | Meta + [Left/Right] -> Arrange windows in a tiling fashion with the currently active window on the [left/right] half of the screen.
* Add support for system-defined default non-mime applications in the ↵Ken Moore2015-04-25
| | | | | | | luminaDesktop.conf file. New Values: session.default.[terminal, filemanager, webbrowser, email]=<binary name or path to *.desktop file>
* Add (but disable by default) some additional debuggin information. Also turn ↵Ken Moore2015-04-25
| | | | off the debugging for the session/desktop/panel classes by default.
* Fix another bug with the new panel/window activation switcher: do *not* ↵Ken Moore2015-04-25
| | | | re-activate the original window if a new window was activated in the meantime (such as when activating a window with the task manager).
* Add the ability for panels to now occupy a percentage of the screen side, ↵Ken Moore2015-04-25
| | | | with an additional setting to either center the panel on the edge or pin it to one of the corners.
* For "hidden" panels, make the amount visible 1% of the total panel size ↵Ken Moore2015-04-25
| | | | (with a minimum of 2 pixels). This lets it scale much better on large resolution screens).
* Oops, accidentally committed a change to the desktop init process (reverted ↵Ken Moore2015-04-24
| | | | becuase it slows down the DE init significantly).
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-24
|\
| * Re-arrange the startup procedures a bit:Ken Moore2015-04-23
| | | | | | | | | | *Run the audio/brightness setting routines *after* doing the XDG autostart stuff. This catches situations where the audio system (such as pulseaudio) is getting started by the XDG autostart routines. *Run the login chimes at the end of the startup procedures, instead of right before the autostart functionality. This ensures that the audio volume was already reset to the previous value before playing the music.
* | Before activating the panel on mouse-over, save the ID of the currently ↵Ken Moore2015-04-24
|/ | | | active window and then re-activate that other window when the mouse leaves the panel.
* Update the Fluxbox startup command to use the new "-no-slit" and ↵Ken Moore2015-04-22
| | | | "-no-toolbar" flags.
* Setup the Lumina panel with mouse tracking, and activate the window when the ↵Ken Moore2015-04-22
| | | | mouse goes on top of it to prevent possible double-clicks from being necessary to interact with some buttons/tray apps.
* Fix a bug where the clicking on the currently-active window on the ↵Ken Moore2015-04-22
| | | | taskmanager will not minimize the window.
* Make sure that lumina-fileinfo is only run on *.desktop files from the ↵Ken Moore2015-04-22
| | | | desktopview plugin (does not support other types of files yet).
* Move the initial screen brightness and volume setting routines into the ↵Ken Moore2015-04-22
| | | | session initialization (out of the system dashboard plugin).
* Merge pull request #92 from william-os4y/deskEditorKen Moore2015-04-21
|\ | | | | I propose you the lumina-fileinfo
| * Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-20
| |\
| * \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-17
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-15
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-12
| |\ \ \ \
| * | | | | put the name lumina-fileinfowilliam2015-03-26
| | | | | |
* | | | | | Make sure to check the list of watched files and reset it if something was ↵Ken Moore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | removed temporarily (to ensure that the watcher functionality does not stop working while a session is in progress).
* | | | | | 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.
* | | | | 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
| * | | | | 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)
* | | | | 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).
* | | | | 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.
* | | | 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).
* | return the DE's version with 'Lumina-DE --version'darealshinji2015-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).
* | 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).
* | Add usage support for the XDG autostart specifications. This is currently on ↵Ken Moore2015-03-30
| | | | | | | | top of the older Lumina autostart specification, until I can get the writing support for the XDG spec in place as well - at which time I will convert any Lumina-spec entries to the XDG spec (for backwards compat).
* | Add thumbnail support for image files in the desktopview plugin.Ken Moore2015-03-27
| | | | | | | | Also update the port makefile for FreeBSD so that has the proper gstreamer plugins installed for audio support.
* | Update the system tray to use the QScreen->grabWindow() routine instead of ↵Ken Moore2015-03-27
| | | | | | | | the XCB->WindowImage() function which was just removed.
* | Update the system tray Embed/Unembed routines to use the XCB library instead ↵Ken Moore2015-03-27
|/ | | | of XLib. This bahaves exactly the same on my FreeBSD 10.x system - still need to test a FreeBSD 11.x system.
* Update some panel plugins so that they minimize empty space when only an ↵Ken Moore2015-03-19
| | | | icon is visible.
* Oops, forgot to add the new applauncher plugin files to GIT.Ken Moore2015-03-17
|
* Add a new panel plugin: applauncherKen Moore2015-03-16
| | | | This is a quick shortcut for launching a single application - effectively "pinning" an application to a panel.
* Add support for the older WM_NAME and WM_ICON_NAME standards in addition to ↵Ken Moore2015-03-15
| | | | the EWMH standards (_NET_WM_NAME, etc..)
* Add the ability to increase/decrease the icon size for the applauncher ↵Ken Moore2015-03-14
| | | | desktop plugin.
* Revert the previous update with regards to the removal of broken "favorite" ↵Ken Moore2015-03-14
| | | | sym-links. There are many cases where the user would want to keep those links around even when the location it points at is not available at the moment.
* Add the ability to set/use custom timezones on the system - defaulting to ↵Ken Moore2015-03-14
| | | | the system time (whatever that might be).
* Make sure to clean up any broken sym-links in the favorites directory when ↵Ken Moore2015-03-13
| | | | the user button is clicked. This needs to be automated/moved once the new favorites system is set in place later.
* Add a couple more checks to the notepad plugin so that it does not ↵Ken Moore2015-03-13
| | | | update/change the current UI for a programmatic save of the info to disk.
* Make sure that files visible in the userbutton have the appropriate icons ↵Ken Moore2015-03-13
| | | | based on the mimetype.
* Update a bunch of icons in the desktop session, and also add a few abilities ↵Ken Moore2015-03-12
| | | | | | | | | to the desktopview plugin: 1) Multi-item selection 2) cut/copy files to clipboard 3) delete files 4) increase/decrease icon sizes
bgstack15