| Commit message (Collapse) | Author | Age |
|
|
|
| |
Qt now handles a lot of the flags (such as copies, collation) internally now so we don't need to manually handle those anymore.
|
|\ |
|
| | |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently translated at 6.0% (2 of 33 strings)
Translation: lumina/lumina-calculator
Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/it/
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently translated at 100.0% (33 of 33 strings)
Translation: lumina/lumina-calculator
Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/fi/
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Currently translated at 60.6% (20 of 33 strings)
Translation: lumina/lumina-calculator
Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/ja/
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Based on a qmake flag, have it use QtWidgets or QML for the front-end renderer.
This will allow us to import/use all the Lumina 1.x interface elements (in Widget form) for now, but switch over to QML interface later without losing all the improvements to the underling events/communication systems.
|
| | |
|
| |
| |
| |
| | |
Also add in the new pandora shortcut for lumina-mediaplayer (*.desktop)
|
| | |
|
| |
| |
| |
| | |
Make sure the features still in development are disabled if the internal "TESTING" flag is not set.
|
| | |
|
| |
| |
| |
| | |
This shortcut is specifically for launching the Pandora radio streaming side.
|
| |
| |
| |
| | |
reload of the Qt cursor cache (for now), but this seems to fix it in Fluxbox right away.
|
| |
| |
| |
| | |
PDFs with the new version of mupdf-1.12.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
1. Get dynamic loading of panel plugins functional.
2. Get some layout work for the panels functional (clock plugin still not aligned right - size issue?)
3. Looks like something related to the gridLayout flow pattern is still not getting respected.
|
| |
| |
| |
| |
| | |
1. Abstract out the backend renderer into a new class
2. The Renderer can be selected at build time by setting the "USE_MUPDF" build flag to use mupdf instead of poppler (default).
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Make sure that Qt does not blindly find a related icon before going through the default/pixmap routines.
Qt does not seem to respect icon theme inheritance with a "hicolor" default theme.
|
| | |
|
| |
| |
| |
| | |
This includes some larger changes to lumina-pdf, and some fixes for the 1.x session (battery chimes and such)
|
| |
| |
| |
| | |
Also fix the rendering of a new document after it is done loading.
|
| | |
|
| |
| |
| |
| | |
This reverts commit 4455528cd9cd0b0594c3bcabf619a50e64e37832.
|
|\ \ |
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
Trying to get things organized properly on the panels
|
| |
| |
| |
| | |
Also ensure the panel plugins are fit to the width/height depending on the type of panel (vertical/horizontal)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Also test/fix some stuff in the build side of things. OSInterface no longer uses the LUtils and LXDG classes from libLumina.
|
| |
| |
| |
| | |
Ensure that the "DISPLAY" number does not get modified between environments, only use the primary number rather than the whole number (0.0 and 0.1 both use display 0).
|
| |
| |
| |
| | |
Also ensure the desktop clock is a bit smarter about when it changes it's functionality (just in case the setting did not change).
|
| |
| |
| |
| | |
This can be used for any number of display clocks as needed without extra overhead
|
| |
| |
| |
| |
| |
| | |
1. Bypass a Qt bug in multi-session "DISPLAY" number detection
2. Start getting the system tray all setup. Not quite there yet (still some QML issues)
3. Convert all the Menu's to QtControls2 (actually works on multiple screens)
|
| |
| |
| |
| | |
Add a new "UpdateButton" to the StatusTray plugin.
|
| | |
|
|\ \ |
|