Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Add two new keybard shortcuts to the default Fluxbox setting: | Ken Moore | 2015-04-27 | |
| | | | | | | | | Meta + [Left/Right] -> Arrange windows in a tiling fashion with the currently active window on the [left/right] half of the screen. | |||
* | | Oops, forgot to add an icon for the new search menu option. | Ken Moore | 2015-04-27 | |
| | | ||||
* | | Add support for launching lumina-search on the currently-viewed directory ↵ | Ken Moore | 2015-04-27 | |
| | | | | | | | | from within lumina-fm | |||
* | | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-27 | |
|\ \ | ||||
| * \ | Merge pull request #98 from william-os4y/removetabs | Ken Moore | 2015-04-27 | |
| |\ \ | | |/ | |/| | since mixing tabs and spaces can generate troubles in some editors, I've... | |||
| | * | since mixing tabs and spaces can generate troubles in some editors, I've ↵ | wi | 2015-04-26 | |
| |/ | | | | | | | removed the tabs | |||
* / | Add new variability for lumina-search: | Ken Moore | 2015-04-27 | |
|/ | | | | | | | 1) New CLI Usage Flags: lumina-search [-no-excludes] [-dir [<path>]] [-search <term>] These flags allow for a ton of variability with the utility: such as intantly setting the search dir/parameters, or starting a search for an app/dir/file right away. 2) Also put a new checkbox on the config UI to determine whether to save setttings as the new defaults or to use them temporarily. This allows for temporary setting of the search dir/excludes. 3) Make sure to list the current search dir and whether there are any excluded dirs ("Smart" mode) within the status bar when a file search is selected. | |||
* | Add support for system-defined default non-mime applications in the ↵ | Ken Moore | 2015-04-25 | |
| | | | | | | | luminaDesktop.conf file. New Values: session.default.[terminal, filemanager, webbrowser, email]=<binary name or path to *.desktop file> | |||
* | Finish getting the new Favorites system cleaned up in libLumina. Now it is ↵ | Ken Moore | 2015-04-25 | |
| | | | | ready for use in the session/plugins. | |||
* | Add (but disable by default) some additional debuggin information. Also turn ↵ | Ken Moore | 2015-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 Moore | 2015-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 new panel length/alignment options to lumina-config | Ken Moore | 2015-04-25 | |
| | ||||
* | Add the ability for panels to now occupy a percentage of the screen side, ↵ | Ken Moore | 2015-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 Moore | 2015-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 Moore | 2015-04-24 | |
| | | | | becuase it slows down the DE init significantly). | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-24 | |
|\ | ||||
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-24 | |
| |\ | ||||
| | * | Merge pull request #96 from Nanolx/master | Ken Moore | 2015-04-23 | |
| | |\ | | | | | | | | | Debian: reboot, shutdown and suspend | |||
| | | * | new snapshot | Christopher Roy Bratusek | 2015-04-23 | |
| | | | | ||||
| | | * | shutdown/reboot/suspend via systemd on Debian | Christopher Roy Bratusek | 2015-04-23 | |
| | |/ | ||||
| * / | Make sure to check for the existance of the "xbrightness" utility when doing ↵ | Ken Moore | 2015-04-24 | |
| |/ | | | | | | | the screen brightness checks on FreeBSD. This prevents issues with incomplete installations (it will just skip brightness controls). | |||
| * | Re-arrange the startup procedures a bit: | Ken Moore | 2015-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. | |||
| * | A couple updates for lumina-open: | Ken Moore | 2015-04-23 | |
| | | | | | | | | | | 1) Apply the "%20" <--> " " conversion on the input file/path depending on the URL/File input specified by the application about to be launched. 2) Ensure that "binaries" passed in with the "-select" flag properly get passed to the app selection dialog. | |||
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-23 | |
| |\ | ||||
| * | | Make the open/openwith functionality in lumina-fm multi-selection aware. ↵ | Ken Moore | 2015-04-23 | |
| | | | | | | | | | | | | Also so the same for the "properties" option (although it only operates on *.desktop files at the moment). | |||
* | | | Before activating the panel on mouse-over, save the ID of the currently ↵ | Ken Moore | 2015-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 Moore | 2015-04-22 | |
| | | | | | | | | "-no-toolbar" flags. | |||
* | | Setup the Lumina panel with mouse tracking, and activate the window when the ↵ | Ken Moore | 2015-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 Moore | 2015-04-22 | |
| | | | | | | | | taskmanager will not minimize the window. | |||
* | | Merge pull request #95 from Nanolx/master | Ken Moore | 2015-04-22 | |
|\ \ | |/ |/| | Debian: include lumina-fileinfo | |||
| * | typo | Christopher Roy Bratusek | 2015-04-22 | |
| | | ||||
| * | enable building lumina-fileinfo (Debian) | Christopher Roy Bratusek | 2015-04-22 | |
| | | ||||
* | | Don't disable the save button on the "defaults" page any more. The autostart ↵ | Ken Moore | 2015-04-22 | |
|/ | | | | tab (on that page) queues up changes and needs that button visible. | |||
* | Re-enable lumina-fileinfo within the general lumina build procedure and ↵ | Ken Moore | 2015-04-22 | |
| | | | | update the port files as necessary | |||
* | Add support for running "lumina-fileinfo" from the right-click menu in lumina-fm | Ken Moore | 2015-04-22 | |
| | ||||
* | Make sure that lumina-fileinfo displays an error message if an invalid file ↵ | Ken Moore | 2015-04-22 | |
| | | | | type is supplied to the utility. | |||
* | Make sure that lumina-fileinfo is only run on *.desktop files from the ↵ | Ken Moore | 2015-04-22 | |
| | | | | desktopview plugin (does not support other types of files yet). | |||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2015-04-22 | |
|\ | ||||
| * | Merge pull request #93 from Nanolx/master | Ken Moore | 2015-04-21 | |
| |\ | | | | | | | Updates for Debian | |||
| | * | no lumina-fileinfo dependency yet | Christopher Roy Bratusek | 2015-04-21 | |
| | | | ||||
| | * | prevent building lumina-fileinfo for now | Christopher Roy Bratusek | 2015-04-21 | |
| | | | ||||
| | * | add lumina-fileinfo.install (Debian) | Christopher Roy Bratusek | 2015-04-21 | |
| | | | ||||
| | * | new snapshot (Debian) | Christopher Roy Bratusek | 2015-04-21 | |
| | | | ||||
| | * | add lumina fileinfo package (Debian) | Christopher Roy Bratusek | 2015-04-21 | |
| | | | ||||
| | * | lsb_release path for Debian | Christopher Roy Bratusek | 2015-04-21 | |
| |/ | ||||
* / | Move the initial screen brightness and volume setting routines into the ↵ | Ken Moore | 2015-04-22 | |
|/ | | | | session initialization (out of the system dashboard plugin). | |||
* | Clean up the new lumina-fileinfo utility. | Ken Moore | 2015-04-21 | |
| | | | | | | | 1) Get it setup for translations 2) Update the project file to work with all the Lumina defines/locations 3) Remove the registration of the *.desktop shortcut (CLI requirements, not a stand-alone app) 4) Clean up the icon/theme usage so if the icon theme gets changed it will be updated in the utility right away. | |||
* | Remove lumina-fileinfo from the overall build (lumina.pro) until it gets ↵ | Ken Moore | 2015-04-21 | |
| | | | | tested a bit more. | |||
* | Merge pull request #92 from william-os4y/deskEditor | Ken Moore | 2015-04-21 | |
|\ | | | | | I propose you the lumina-fileinfo | |||
| * | test the return code of the command to mv file to refresh the icon. | wi | 2015-04-20 | |
| | |