| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Don't try to free(3) a pointer to stack.
|
| |
| |
| |
| |
| |
| |
| |
| | |
GCC warning helped to spot a real bug: near line 1185 of
libLumina/LuminaX11.cpp there is a call: `free(&hints);`, - but the
"hints" is allocated on the stack a few lines above. This looks
like a copy-paste error, since other free(&hints) instances look
like sane (unless I've missed something, of course).
|
|\ \
| |/
|/| |
translated lumina-info on ru (русский)
|
|/ |
|
|
|
|
| |
desktop plugin widgets by the name of the plugin. Leaving this disabled by default until some more testing is performed to see how well it works.
|
|
|
|
| |
functionality in lumina-fm.
|
|\
| |
| | |
LXDG::loadDesktopFile improvement proposition
|
| |
| |
| |
| | |
are well present.
|
|\ \
| | |
| | | |
patches of lumina-fileinfo when the proposed file is not existing or empty
|
| |/
| |
| |
| |
| |
| |
| | |
- lumina-fileinfo file (where file is a not existing file) now return expected values
- lumina-fileinfo file.desktop (where file.destp is an empty file) now present the correct screen allowing users to enter values of the desktop file
Thanks to last fix, users willing to create a desktop file (via lumina-fm -> new file) in their ~/Desktop folder are able to edit it.
|
|\ \
| | |
| | | |
this change propose to have the "Open Terminal here" menu in lumina-fm
|
| |\| |
|
| | | |
|
| | | |
|
| |/
|/|
| |
| | |
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).
|