| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Closes #638
This seems to prevent race conditions when switching between two palettes in the application
|
|
|
|
|
| |
They added a new color to the QPalette class, which was throwing off the settings-load system.
Make the settings-load system more robust by supporting files which had fewer colors specified (backwards compatible), while also updating the palette editor to add support for the new color.
|
|
|
|
|
|
|
| |
1. Fix MUPDF compilation
2. Fix single-page, dual-column, and grid-view modes.
3. Fix presentation view mode
4. Fix page transitions with keyboard shortcuts.
|
| |
|
|\
| |
| | |
Some changes and fixes to LuminaPDF
|
| |
| |
| |
| | |
race conditions on key insertion from multiple threads.
|
| |
| |
| |
| | |
at a time. This has significant memory benefits for large PDF files. This also implements a least-recently used cache of tunable size, which improves responsiveness if you're hopping between two specific pages.
|
|/ |
|
|
|
|
| |
directory is setup.
|
| |
|
|
|
| |
Add ${PREFIX}/bin/ to the search paths for the lumina-motd file.
|
|\
| |
| | |
New desktop utils: lumina-photo
|
| |
| |
| |
| |
| |
| |
| | |
- Menu > View > reword last entry to "Fit to Window"
- Double Click : Toggle between Normal size and Fit Graphics View
- Scroll Wheel : zoom in = down / zoom out = up
- Ctrl + Scroll Wheel : next image = down / previous image = up
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes #632
|
| |
| |
| |
| | |
No real change - just checking things.
|
| |
| |
| |
| | |
Replace it with trueos-update integrations
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
if that is detected, only use hybrid otherwise.
|
|\
| |
| | |
update class declaration
|
| | |
|
| |
| |
| |
| | |
watching/updating if the config changes
|
|/ |
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Lumina starts it up
|
| |
|
| |
|
| |
|
|
|
|
| |
This allows the desktop icons to be transparent-background by default, or add the other style as well for the boxy/glass look.
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
| |
They do not work (crash as soon as calling the hunspell library).
The hunspell functions are just commented out at the moment so that the library is not needed for the build until such time as the hunspell integration works.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This also fixes loading snapshots of directories and other atomic dir updates.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
regarding whether it returns 0 or 1 - even if it succeeds both times. Go ahead and assume success for any xscreensaver call.
|
|
|
|
| |
Cleanup some whitespace and turn off some debugging
|
|
|
|
| |
Turns out Qt will crash if you send multiple resize requests really quickly. Add a 10ms cache/delay to the resize and that fixes it.
|
|
|
|
| |
Not done yet - got the timer warnings fixed, and did more thread-safe conversions.
|
|
|
|
|
|
| |
working as well.
Resizing a window will crash things at the moment - still looking into that...
|
|
|
|
| |
Now they are the right sizes.
|