| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
Ensure that the smart-cache system is working fine now (either backend)
|
|
|
|
|
| |
Also have it dynamically keep up to 5 pages in the cache at once. Load on demand as page number changes instead.
Still have some debugging enabled for further testing.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Also add statusbar text for copying the image to the clipboard
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|