| Commit message (Collapse) | Author | Age |
|
|
|
| |
their text/icons when the system locale is changed.
|
|
|
|
|
|
| |
and put a combobox in the system dashboard plugin which allows the user to (temporarily) change their session locale.
Still need to finish up the active re-translation of the desktop session though.
|
|
|
|
| |
possible to save the translator for use later (instead of always installing a new QTranslator).
|
| |
|
|\ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fedora (and CentOS and RHEL) use different package names, library prefixes
and program names. Updated the DEPENDENCIES and README files to include the
information needed to build and run Lumina on Fedora/RHEL/CentOS.
|
| | |
| | |
| | |
| | | |
lumina-wm.
|
| |/
|/|
| |
| | |
Clipboard.
|
| |
| |
| |
| | |
strange windows (like gimp) which move the main window off-screen before showing it (causing errors/crashes in the program when moving it back).
|
| |
| |
| |
| |
| |
| | |
1) Switch some X11->XCB functions around (SetAsDesktop(), SetDisableWMActions()).
2) Fix up some QtQuick plugin detection routines (now it will properly see the user's quickplugins if any).
3) Connect the status change signal/slots for QtQuick plugins to try and detect script failures and remove the script (still not working reliably).
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Add a watch file
|
| | | | |
|
| |\ \ \
| | |/ /
| |/| | |
Remove ROADMAP from debian/docs
|
| |/ /
| | |
| | | |
We don't need the ROADMAP in a binary package
|
| |\ \
| | | |
| | | | |
Some fixes
|
| |/ /
| | |
| | |
| | | |
lumina-desktop since lumina-desktop depends on lumina-data
|
| |\ \
| | | |
| | | | |
Add qtdeclarative5-dev as a build-dep
|
| | | | |
|
| |/ / |
|
|/ /
| |
| |
| | |
from operating on non-normal layered windows (so the user cannot use FLuxbox shortcuts to close/move/<other> the desktop/panel windows any more).
|
| |
| |
| |
| | |
the installation of the translation files (the translations in this repo are highly incomplete, you should use the translation files from the lumina-i18n repo instead since that is where almost all the translation work is being committed).
|
| | |
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Update LOS::MemoryUsagePercent()
|
| | | | |
|
| | | | |
|
| |/ /
| | |
| | |
| | | |
of 'top' in Debian
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
Aslo update the default key bindings a bit:
1) Add a shortcut to lock the screen (Pause key)
2) Adjust the tiling shortcuts to Alt+[left/right] instead of Ctrl-[left/right]. The Ctrl shortcuts were already in use by Fluxbox.
|
|\ \ |
|
| |\ \
| | |/
| |/| |
Moved window manager specific dependencies into their own file
|
| | |
| | |
| | |
| | | |
in the lumina-wm-INCOMPLETE directory.
|
|/ /
| |
| |
| | |
better, still have a couple apps which might go past the bottom of the screen a couple pixels, but that might be the app doing some auto-resizing of itself later.
|
| |
| |
| |
| |
| |
| | |
1) Centering the app selection window on the parent
2) When a special keypress is detected (no modifiers), prepend "None" to the Fluxbox key string (seems to be more reliable).
3) After saving the list of desktop plugins, have it re-load the setting from the file 1 second later to catch the unique identifiers that each plugin was assigned by the desktop.
|
| |
| |
| |
| | |
to implement my own tiling algorithm for initial plugin placements (and adjust a lot of the plugins to have better auto-set default sizes depending on font settings)
|
| |
| |
| |
| | |
make changes when the user clicks "save". Also adjust the viewport for the panel widgets a bit (ensure sizing, scroll to end on new panel, etc..)
|
|\ \ |
|
| |\|
| | |
| | | |
Updated DEPENDECIES file and proposed fix for compiling the window manager with GCC 4.
|
| | |
| | |
| | |
| | | |
window manager with GCC 4.
|
| | |
| | |
| | |
| | | |
system. Also add a default size for the calendar plugin.
|
|/ /
| |
| |
| | |
default/first screen. This is no longer used/needed because of the luminaDesktop.conf settings file.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
finding/probing QML scripts/plugins.
|
| |
| |
| |
| | |
need to be considered with regards to favorite status.
|
|/
|
|
|
|
|
| |
1) Fix alphabetizing the list of favorites
2) Make all the menu updates happen in a non-blocking fashion (the user will see the items appear as they are loaded)
3) In the home dir browser, also load any files within the directory (and launch them when clicked)
4) Remember which dir was loaded in the browser last, and only refresh/change it as necessary on next menu open.
|