| Commit message (Collapse) | Author | Age |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |\
| | |
| | | |
lthemeengine: fix qss order
|
| | | |
|
| |\ \
| | | |
| | | | |
lumina-desktop: add basic clipboard support
|
| | |/ |
|
| | | |
|
| |\ \
| | | |
| | | | |
lthemeengine: check if dirs ends with "/"
|
| | |/
| | |
| | |
| | | |
fixes enabled.contains
|
| |\ \
| | | |
| | | | |
lthemeengine-qtplugin: add missing include
|
| | |/ |
|
| |/ |
|
| |
| |
| |
| | |
Make sure that compositor processes are restarted as necessary, and put in place a couple fixes for compton in particular.
|
| | |
|
| |
| |
| |
| | |
This seems to be working fine right now - just need to "turn on" the plugins later once we have a couple for testing.
|
|/ |
|
| |
|
|
|
|
| |
are shown
|
|
|
|
| |
enabled. Code enabled for MuPDF. Does not support extrnal links yet.
|
|
|
|
| |
The MuPDF stuff is **not** ready for prime-time yet.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
1. Add option to list all profiles from CLI
2. Add option to apply a profile from the CLI
3. Add an option to setup all monitors in a "mirror" arrangement from the CLI
|
| |
| |
| | |
Update the note about the private dev package on debian/ubuntu for the trueos-core package.
|
|/ |
|
| |
|
|
|
|
| |
page mode. Added tooltips for zoom in/zoom out.
|
| |
|
|
|
|
| |
--mirror-monitors : This will be used to setup the session as a single output display across all monitors.
|
|
|
|
|
|
|
| |
Current problems:
1. Still need to detect when the sort column has changed in the DDTreeWidget subclass to emit the first signal.
2. Need to listed for the signal from the BrowserWidget in the MainUI and save that column into the settings.
3. As needed, the MainUI needs to run "setTreeWidgetSortColumn(int,bool)" on a new BrowserWidget based on the last-saved sorting column.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
When checked (default) it will prompt about filesystem deletions.
When unchecked, it will not prompt and just delete the items.
|
|
|
|
| |
Make sure we check for redirect URLs even if the reply has data in it (was not catching the redirect from http:// to https:// on the Lumina/TrueOS feeds)
|
|
|
|
|
|
|
| |
1. Cleanup the layout of the sound theme page
2. Cleanup the wording on the setting reset options
3. Add a "verify" prompt for setting resets.
4. Cleanup how additional WM's are detected/displayed.
|
|
|
|
| |
While the frame itself looks nice, a number of key functionality changes are still in-progress
|
|\ |
|
| |
| |
| |
| | |
for MuPDF
|
| | |
|
| |
| |
| |
| | |
in Poppler. Poppler consumes a lot of memory already and should no long be default once all memory issuse are sorted out in MuPDF.
|
| | |
|
| |
| |
| |
| | |
system. Moved the cache system to the backend. Reenabled the properties and find edit menu by default.
|