aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Add a contextMenu allowing the user to open a terminal in the selected folderwi2015-04-26
| | |
* | | Update the documentation on the ROADMAP and the plugins available in the ↵Ken Moore2015-05-01
| |/ |/| | | | | comments for the default luminaDesktop.conf
* | Fix/Fix a couple important bugs before announcing 0.8.4-release:Ken Moore2015-04-30
| | | | | | | | | | | | | | | | 1) Desktop plugins are not getting removed. - This appears to be a bug in Qt 5.4.1 from what I can tell (any window buttons in the QMdiSubWindow are non-responsive), but for the moment the user can right-click on the plugin titlebar and select "close" from the menu for the same effect. I have fixed a couple edge cases/situations where forcibly closing/removing a desktop plugin will crash the session (it behaves properly in all situations now from my testing). 2) Disable the panel location limitations in lumina-config since with the new lenght settings it is possible to place panels in any location now (such as two panels on the top - one pinned left and the other pinned right). 3) Fix up the desktop plugin area calculations so they properly handle panels in any configuration. 4) If the desktop area was re-configured, go through and adjust the location/sizing of any desktop plugins (to ensure that they are all within the available space - use the grid alignment procedure).
* | Update README.mdKen Moore2015-04-29
| | | | | | Fix a typo and add additional information about the "Releases" page on GitHub.
* | Rename the lumina-wm directory to lumina-wm-INCOMPLETE so people know it is ↵Ken Moore2015-04-29
| | | | | | | | not ready yet. Also update the readme with the information about the new release.
* | Add the "file:" flag to the beginning of any local file in lumina-open if ↵Ken Moore2015-04-28
| | | | | | | | the app specifically asks for a URL.
* | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-04-28
|\ \
| * | Improve the x11/lumima port to pull from GitHub releases nowKris Moore2015-04-28
| | |
* | | Tag the version in the master branch of the source tree 0.8.5-devel now ↵Ken Moore2015-04-28
|/ / | | | | | | (since 0.8.4-release was just branched/released).
* | Move the timer to launch the startup applications into the session itself ↵Ken Moore2015-04-28
| | | | | | | | (instead of main.cpp). This should prevent the random occasions when that timer never seems to go off.
* | Tag version 0.8.4-Release in preparation for branching.Ken Moore2015-04-28
| |
* | Update the system window a bit and how it is used in the session. Now there ↵Ken Moore2015-04-28
| | | | | | | | is only a single system window per session, and it is simply shown/hidden as necesary. This allow it to become visible *much* faster than creating the window from scratch every time.
* | Final fix for the new panel window-reactivation routine: only re-activate ↵Ken Moore2015-04-28
| | | | | | | | the window if it is still visible on the screen
* | Add a button to the userbutton "home dir" section for starting a search of ↵Ken Moore2015-04-28
| | | | | | | | the selected directory. Also enable the use of lumina-fileinfo for *any* file within the desktopview plugin.
* | 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).
bgstack15