aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Finish up the conversion of lumina-fm to the new favorites system. Now it is ↵Ken Moore2015-04-28
| | | | completely ready.
* Remove the "TabBarAutoHide" usage in lumina-fileinfo for now. Apparently ↵Ken Moore2015-04-28
| | | | that is new as of Qt 5.4, and some platforms (OpenBSD) do not have that version yet.
* Add size info to the list in lumina-fileinfo, and disable the desktop file ↵Ken Moore2015-04-27
| | | | editor (but leave it visible) if the file is not writable by the user.
* Oops, forgot to change over the userbutton to use the new favorites system ↵Ken Moore2015-04-27
| | | | for creating/removing favorites.
* have lumina-fm use the new favorites system for checking if a file is a ↵Ken Moore2015-04-27
| | | | favorite.
* Enable the ability to open lumina-fileinfo for any file/directory.Ken Moore2015-04-27
|
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
|\
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
| |\
| * | Setup the lumina-desktop to use the new favorites system:Ken Moore2015-04-27
| | | | | | | | | | | | | | | | | | 1) Convert any old system to the new one on login (0.8.4-devel users will need to wait until 0.8.4-release or 0.8.5-devel - the next change to the session version). 2) Update the User Buton plugin to use the new system and streamline when it actually probes the filesystem for changes (makes it even faster) 3) Update the Desktop Bar plugin to use the new system as well.
* | | Add support for lumina-fm to be able to handle all input files (not just ↵Ken Moore2015-04-27
| | | | | | | | | | | | *.desktop shortcuts).
* | | Activate the file properties (lumina-fileinfo) for *any* files now.Ken Moore2015-04-27
| |/ |/|
* | 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.
* | Oops, forgot to add an icon for the new search menu option.Ken Moore2015-04-27
| |
* | Add support for launching lumina-search on the currently-viewed directory ↵Ken Moore2015-04-27
| | | | | | | | from within lumina-fm
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-27
|\ \
| * \ Merge pull request #98 from william-os4y/removetabsKen Moore2015-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 ↵wi2015-04-26
| |/ | | | | | | removed the tabs
* / Add new variability for lumina-search:Ken Moore2015-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 Moore2015-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 Moore2015-04-25
| | | | ready for use in the session/plugins.
* 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 new panel length/alignment options to lumina-configKen Moore2015-04-25
|
* 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
|\
| * Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-24
| |\
| | * Merge pull request #96 from Nanolx/masterKen Moore2015-04-23
| | |\ | | | | | | | | Debian: reboot, shutdown and suspend
| | | * new snapshotChristopher Roy Bratusek2015-04-23
| | | |
| | | * shutdown/reboot/suspend via systemd on DebianChristopher Roy Bratusek2015-04-23
| | |/
| * / Make sure to check for the existance of the "xbrightness" utility when doing ↵Ken Moore2015-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 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.
| * A couple updates for lumina-open:Ken Moore2015-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/luminaKen Moore2015-04-23
| |\
| * | Make the open/openwith functionality in lumina-fm multi-selection aware. ↵Ken Moore2015-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 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.
* | Merge pull request #95 from Nanolx/masterKen Moore2015-04-22
|\ \ | |/ |/| Debian: include lumina-fileinfo
| * typoChristopher Roy Bratusek2015-04-22
| |
| * enable building lumina-fileinfo (Debian)Christopher Roy Bratusek2015-04-22
| |
* | Don't disable the save button on the "defaults" page any more. The autostart ↵Ken Moore2015-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 Moore2015-04-22
| | | | update the port files as necessary
* Add support for running "lumina-fileinfo" from the right-click menu in lumina-fmKen Moore2015-04-22
|
* Make sure that lumina-fileinfo displays an error message if an invalid file ↵Ken Moore2015-04-22
| | | | type is supplied to the utility.
* 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).
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-22
|\
| * Merge pull request #93 from Nanolx/masterKen Moore2015-04-21
| |\ | | | | | | Updates for Debian
bgstack15