| Commit message (Collapse) | Author | Age |
|
|
|
| |
screen/resize changes.
|
|
|
|
| |
close so that the next start of a session has the appropriate audio volume.
|
|
|
|
| |
things can change on the fly again without any trouble.
|
|
|
|
| |
function declaration: This causes build issues on Qt 5.6, but removing it does not appear to make a difference on Qt 5.5.1
|
|
|
|
| |
image instead of ~11MB per image), and add the files to the project so they get installed.
|
| |
|
| |
|
|
|
|
| |
these!
|
| |
|
|
|
|
| |
fixing an initial window placement. This allows flux to do the frame matching/adjustments as needed (and seems to be reliable).
|
|
|
|
| |
easily used for automated package builders (for a temporary working directory).
|
| |
|
|
|
|
| |
hidden/removed right away.
|
|
|
|
|
| |
1) Ensure the clock plugin does not resize smaller than the time display.
2) Enforce a 40 character limit for task manager button text.
|
|
|
|
| |
(non-grouped). This allows the buttons to be as large as needed to fit the text, then shrink down automatically when more windows/buttons are opened up.
|
|
|
|
| |
see property/focus changes on them. This allows the task manager to see when a window title changes and update appropriately.
|
|
|
|
| |
chosen. This should prevent the clock from changing sizes regularly if the font is not mono-spaced or non-padded seconds/minutes is desired.
|
|
|
|
| |
deleteLater() function instead. This seems to fix the start menu category change crash with Qt 5.5.1
|
|
|
|
| |
function. This might fix the random issues with desktop crashes on non-FreeBSD systems.
|
|
|
|
| |
the project file (so the session startup files was not getting installed)
|
|
|
|
| |
the screen number. Let updateDesktops() handle that debug output
|
|
|
|
|
| |
Can't find a way to reliably duplicate the crash we are seeing here,
if it pops up down the road we will check further.
|
| |
|
| |
|
|
|
|
| |
change some logic which seems to fix up any remaining segfaults
|
|
|
|
|
|
|
| |
into a weird race condition where xorg is still deleting / adding
screens, in the middle of Lumina trying to re-apply desktops to them.
Also, put sanity check on DESKTOPS.length()
|
|
|
|
|
|
| |
cards / monitors. Caused problems on my 4K displayport here, and
possibly other video-card / monitor combos where the screen is marked
as removed when the monitor goes to sleep.
|
|
|
|
|
| |
1) When loading the "pt" locale code - pass it to QLocale as "pt_PT" so the native language translation some out properly (European portuguese, not brazilian)
2) Add a new button for the audio controls in the start menu for muting/unmuting the audio.
|
|
|
|
| |
these special files and only runs the QFile::remove() function on it (just like deleteing the file from teh CLI), and the plugin itself is removed by the update routine later on after the filesystem watcher sees the change.
|
|
|
|
| |
monitors is 0 (displayport/4K issue?).
|
|
|
|
| |
system
|
|
|
|
| |
not robust enough for normal use - and no other contributors seem interested in writing QML plugins anyway.
|
|
|
|
| |
begin theming elements.
|
|
|
|
|
|
|
| |
1) Setup all the subprojects to use the new OS-detect.pri subfile
2) Automatically detect/set the build datetime string for the project when qmake is run.
3) Automatically read/embed the current GIT revision into the Lumina version string
4) Remove the old QtConfig shortcut function from the LuminaOS class (and all templates).
|
|
|
|
| |
individual projects. Currently used for the library mainly - still working on fleshing it out before switching all the project files to use it.
|
|
|
|
| |
here - use other links instead).
|
|
|
|
| |
default luminaDesktop.conf file.
|
|
|
|
| |
with a new "Black" color scheme for the Lumina interface. This is just a nice neutral panel/interface which should work with any background image (including the Lumina wallpapers).
|
|
|
|
| |
from teh watcher during a session.
|
| |
|
|
|
|
| |
desktop's context menu (if visible).
|
|
|
|
| |
through the validation routine.
|
|
|
|
|
| |
1) Move all the "actions" into a configuration button/menu to make things less cluttered.
2) Add an option to rename the current note.
|
|
|
|
|
| |
1) Now the desktop canvas itself will catch/maintain keyboard focus when clicked. This prevents issues with using a keyboard shortcut to simulate a right-click event causing strange behavior (what item (if any) has focus?).
2) Make sure that when the context menu is opened, it is always at the mouse cursor position (even if a key press opened the menu).
|
|
|
|
| |
properly make the locale changes *if* it could properly load the locale (ensuring consistency between system/session).
|
|
|
|
| |
"Applications".
|
| |
|
|
|
|
| |
"Leave" option at the bottom. We can add/change it more later as needed.
|
|
|
|
|
|
| |
1) Make it a single-instance process
2) Add a "--check-geoms" input flag which will have the desktop re-scan all monitor geometries and adjust as needed.
3) Adjust the monitor re-detection/adjustment routines a bit to ensure consisten functionality.
|
|
|
|
| |
compiling with GCC.
|