| Commit message (Collapse) | Author | Age |
|
|
|
| |
Second commit
|
| |
|
| |
|
|
|
|
|
| |
Need to use full screen geometry, not availableGeometry.
Available geometry is full geom with reserved space around the edges removed.
|
| |
|
| |
|
|
|
|
| |
Also fix a couple icons (add new options to look for)
|
|
|
|
|
| |
Update readme.
Remove the hardcoded keycode for the start menu (not consistent across OS's)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Turn off the in-search stop detection for the start menu. Might be causing a race condition between the mutex locks and the processEvents calls.
This might make the search populate a bit slower, but should never hang up in the middle of a search.
|
|
|
|
| |
has keyboard focus.
|
|
|
|
|
|
|
| |
1. Fix invalid *.desktop registrations where the Icon field is a relative filename WITH an extension.
Icons from the theme are supposed to be name only (no extension), while absolute file paths are supposed to include the extension.
2. Fix up the detection/usage of non-theme icons within LFileInfo.
Also add a simple icon() function for LFileInfo to handle the 3 different types of icon file returns.
|
|
|
|
| |
other tools.
|
|
|
|
| |
Seems to fix it here, although I get a little bit of graphical artifacting while replacing the app menu items.
|
|
|
| |
Add ${PREFIX}/bin/ to the search paths for the lumina-motd file.
|
|
|
|
| |
Closes #632
|
|
|
|
| |
No real change - just checking things.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
1. Clear out the lockfiles for a session before launching it
2. Provide some mechanisms for returning lockfile paths without creating a new single-instance session.
3. A couple other random commits I still had staged on my laptop (settings menu tweak)
|
| |
|
|
|
|
|
|
|
|
|
| |
1. Adjust the pkg-plist for FreeBSD to include the trident-dark color file.
2. Add a new function for fetching XDG standard directory paths (and create dir as needed)
3. Setup the desktop and lib classes to use the XDG standard path function now.
4. Add a bunch of fallback icons if the "start-here-lumina" icon could not be found in the current theme. These are all based on the OS name.
5. Ensure we run "xdg-user-dirs-update" before launching the session (if it is installed). This is used for the main standard dir detection.
6. Ensure that start-lumina-desktop *always* starts a new desktop session (bypassing any existing lock files for the desktop session).
|
|
|
|
| |
Have it move the plugin on the desktop instead, but it can also be "dropped" into applications and get used as a drag-n-drop operation.
|
|
|
|
| |
the screen session was resized.
|
| |
|
|
|
|
| |
Make it use "system-cancel" before it looks for "dialog-cancel"
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
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.
|
|\
| |
| | |
lumina-desktop: add basic clipboard support
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
This will let the user drag a desktop icon to any application/tool and have it react appropriately.
NOTE: Directories on the desktop are not enabled as drop targets yet.
|
|
|
|
| |
Also add in the new pandora shortcut for lumina-mediaplayer (*.desktop)
|
|
|
|
| |
This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such)
|
| |
|
|
|
|
| |
This reverts commit 4455528cd9cd0b0594c3bcabf619a50e64e37832.
|
| |
|
|\ |
|