| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
(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.
|
|\ |
|
| |\
| | |
| | | |
Update override_dh_install, fix #184
|
| |/
| |
| | |
This PR fix #184
|
|/
|
|
| |
deleteLater() function instead. This seems to fix the start menu category change crash with Qt 5.5.1
|
|
|
|
| |
support class. This was based on a fix posted in Github issue #180 (by texstar).
|
|
|
|
| |
function. This might fix the random issues with desktop crashes on non-FreeBSD systems.
|
|\
| |
| | |
Fix #179
|
| | |
|
|/ |
|
|
|
|
| |
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.
|
|
|
|
| |
plugin uses when loaded on the panel.
|
|
|
|
| |
of all the snapshots by name (same time-ordered list: oldest->newest). This allows the user to go into a specific snapshot instead of using the time slider.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
1) Add an "all files" option to the background file selector dialog (just in case the file has an alternate extension/syntax).
2) Add options to select a directory (single/recursive) when looking for background files.
3) Clean up a lot of commented-out code from the mainUI file.
|
|
|
|
| |
(QWidget embedded in a QWidgetAction does not receive mouse-over events properly). Also ensure that when resizing the menu, the grabbed side cannot go beyond the opposite side.
|
|
|
|
| |
multi-threaded nature of the loader function, we need to use signals/slots to return the newly-loaded QIcon to the main widget/thread.
|
|
|
|
| |
monitor - just internal location change).
|
|
|
|
| |
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
|
|\
| |
| | |
Fix one typo. Using delete with new [] is undefined.
|
|/ |
|
|
|
|
| |
not robust enough for normal use - and no other contributors seem interested in writing QML plugins anyway.
|
| |
|
|
|
|
| |
issues when setting the lib/include paths.
|
|\ |
|
| |\
| | |
| | | |
Work on the lumina-fm application menu
|
| | |
| | |
| | |
| | |
| | | |
just not from the main application menu. When adding the shortcuts I
used the defacto standards that are used in many *nix applications.
|
| |/
| |
| |
| |
| | |
of the menu item. Added the a few missing '...' to the popup context
menu in lumina-fm.
|
| |
| |
| |
| | |
begin theming elements.
|
|/
|
|
| |
more work on the lumina-terminal app.
|
|\ |
|
| | |
|
|/
|
|
| |
for the PREFIX by default, (except Fedora: /usr/local there)
|
|\ |
|
| |\
| | |
| | | |
debian: add missing build-dependency on libqt5svg5.
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
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).
|