| Commit message (Collapse) | Author | Age |
... | |
| | | |
|
| |/
|/|
| |
| | |
comments for the default luminaDesktop.conf
|
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
| |
| |
| | |
Fix a typo and add additional information about the "Releases" page on GitHub.
|
| |
| |
| |
| | |
not ready yet. Also update the readme with the information about the new release.
|
| |
| |
| |
| | |
the app specifically asks for a URL.
|
|\ \ |
|
| | | |
|
|/ /
| |
| |
| | |
(since 0.8.4-release was just branched/released).
|
| |
| |
| |
| | |
(instead of main.cpp). This should prevent the random occasions when that timer never seems to go off.
|
| | |
|
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
the window if it is still visible on the screen
|
| |
| |
| |
| | |
the selected directory. Also enable the use of lumina-fileinfo for *any* file within the desktopview plugin.
|
| |
| |
| |
| | |
completely ready.
|
| |
| |
| |
| | |
that is new as of Qt 5.4, and some platforms (OpenBSD) do not have that version yet.
|
| |
| |
| |
| | |
editor (but leave it visible) if the file is not writable by the user.
|
| |
| |
| |
| | |
for creating/removing favorites.
|
| |
| |
| |
| | |
favorite.
|
| | |
|
|\ \ |
|
| |\ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
*.desktop shortcuts).
|
| |/
|/| |
|
| |
| |
| |
| | |
Meta + [Left/Right] -> Arrange windows in a tiling fashion with the currently active window on the [left/right] half of the screen.
|
| | |
|
| |
| |
| |
| | |
from within lumina-fm
|
|\ \ |
|
| |\ \
| | |/
| |/| |
since mixing tabs and spaces can generate troubles in some editors, I've...
|
| |/
| |
| |
| | |
removed the tabs
|
|/
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
luminaDesktop.conf file.
New Values:
session.default.[terminal, filemanager, webbrowser, email]=<binary name or path to *.desktop file>
|
|
|
|
| |
ready for use in the session/plugins.
|
|
|
|
| |
off the debugging for the session/desktop/panel classes by default.
|
|
|
|
| |
re-activate the original window if a new window was activated in the meantime (such as when activating a window with the task manager).
|
| |
|
|
|
|
| |
with an additional setting to either center the panel on the edge or pin it to one of the corners.
|
|
|
|
| |
(with a minimum of 2 pixels). This lets it scale much better on large resolution screens).
|
|
|
|
| |
becuase it slows down the DE init significantly).
|
|\ |
|
| |\ |
|
| | |\
| | | |
| | | | |
Debian: reboot, shutdown and suspend
|
| | | | |
|
| | |/ |
|
| |/
| |
| |
| | |
the screen brightness checks on FreeBSD. This prevents issues with incomplete installations (it will just skip brightness controls).
|
| |
| |
| |
| |
| | |
*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.
|
| |
| |
| |
| |
| | |
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.
|
| |\ |
|
| | |
| | |
| | |
| | | |
Also so the same for the "properties" option (although it only operates on *.desktop files at the moment).
|