| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
| |
directory.
This prevents them from getting seen/used by builds later (conflict with other files)
|
|
|
|
| |
Main change being that when opening the file select dialog it will automatically re-highlight the current file.
|
|
|
|
|
| |
1. Support the forward/back keyboard shortcuts to switch between tabs (Alt+[Left/Right] typically).
2. Make sure that the "drag" start of a tab is when the cursor leaves the entire window - not just the tab bar.
|
|\
| |
| | |
lumina-fm: fix #549 . Don't run currentDirectoryChanged on empty dir.
|
| | |
|
|\ \
| | |
| | | |
OS: Support suspend on Slackware
|
| |/ |
|
|\ \
| | |
| | | |
desktop: support /run/media (user removable devices)
|
| |/ |
|
|\ \
| | |
| | | |
lumina-archiver: use bsdtar on linux
|
| |/
| |
| |
| | |
gnutar)
|
| |
| |
| |
| | |
Add a new button for system update status.
|
| |
| |
| |
| | |
the theme.
|
| |
| |
| |
| | |
Now it generates a long list of icons and returns the first one found in the current theme.
|
| |
| |
| |
| | |
StatusTray : combined system status indicators and system tray application area
|
| |
| |
| |
| | |
Now the text should format properly, and we have a single-instanced calendar menu popup for all clock plugins now.
|
| | |
|
| |
| |
| |
| | |
Make sure all .build dirs are ignored, as well as a few other compiled binaries
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also add a spacer plugin.
|
| |
| |
| |
| | |
Make the battery existance check and a couple other 1-time checks faster for subsequent runs.
|
| | |
|
| |
| |
| |
| | |
Also finish up the Plugin base-classes for use when writing the various panel/desktop plugins.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Make it use "system-cancel" before it looks for "dialog-cancel"
|
| |
| |
| |
| | |
MuPDF 1.13.
|
|\| |
|
| |
| |
| |
| | |
current theme.
|
| | |
|
| |
| |
| |
| | |
This should make it generic enough to support all XDG icon themes.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
1. Ensure that reading the file to be used for the chime is done correctly.
2. Ensure that the session does not crash during cleanup if the exit chime could not be played.
3. Ensure that the default audio chime files are used if nothing else is specified/valid in the settings.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. ZFS permissions detection and UID check.
2. ZFS create
3. ZFS destroy
4. ZFS snapshot
5. ZFS rollback
6. ZFS clone (not finished yet)
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Modify the following shortcuts:
Ctrl+mouse wheel -> Ctrl+Alt+mouse wheel (change workspace)
Alt+[Left/Right arrow] -> Ctrl+Alt+[Left/Right arrow] (tile windows left/right)
Remove the following shortcuts:
Ctrl+Tab, Ctrl+Shift+Tab (next/previous group - already have Alt+Tab shortcuts)
Win+Tab, Win+Shift+Tab (next/previous Fluxbox tabs - not used almost at all)
Win+[Left/Right] (Send to prev/next workspace - does not work at the moment anyway)
Win+Ctrl+[Left/Right] (Take to prev/next workspace - does not work at the moment anyway)
Add the following shortcut:
Win+Space: (show start menu)
- This will not work if the 115 shortcut is functional (115 takes precendence), but if the Win key is bound to something else this shortcut will become available for launching the start menu.
|
| |
| |
| |
| | |
Instead of putting them in the older "pixmaps" directory, place them into the icons/hicolor/scalable/apps dir so that the Qt icon from theme stuff can find it (older dir no longer supported by Qt and most modern theme engines)
|
| |
| |
| |
| |
| | |
Add a large failover system where a list of possible icons are created, and the first one which exists in the theme is used.
Also update the iconprobe dev tool a but: make it take an optional list of icons as input
|
| |
| |
| |
| |
| | |
When moving the owner of the clipboard over to the desktop session, we need to copy *all* of the data on the clipboard, not just the text.
Very often, text on the clipboard is "paired" with control codes or alternate info in other mimetype fields.
|