| Commit message (Collapse) | Author | Age |
|
|
|
| |
Currently translated at 81.9% (254 of 310 strings)
|
|
|
|
| |
device detection routines.
|
| |
|
|\ |
|
| |\ |
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Currently translated at 100.0% (39 of 39 strings)
|
| | | |
| | | |
| | | |
| | | | |
Currently translated at 71.4% (5 of 7 strings)
|
| | | |
| | | |
| | | |
| | | | |
Currently translated at 95.8% (23 of 24 strings)
|
| | |/
| |/|
| | |
| | | |
Currently translated at 100.0% (54 of 54 strings)
|
| |/
| |
| |
| | |
Currently translated at 100.0% (54 of 54 strings)
|
| |\ |
|
| | |\ |
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Currently translated at 99.4% (392 of 394 strings)
|
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | |/
| | |/|
| | | |
| | | | |
Currently translated at 94.1% (209 of 222 strings)
|
| | | |
| | | |
| | | |
| | | | |
Currently translated at 100.0% (39 of 39 strings)
|
| | |/
| |/|
| | |
| | | |
Currently translated at 89.0% (276 of 310 strings)
|
| |/
| |
| |
| | |
Currently translated at 100.0% (39 of 39 strings)
|
| |\ |
|
| | |
| | |
| | |
| | | |
Currently translated at 95.4% (376 of 394 strings)
|
| |/
|/|
| |
| | |
Input device settings should be managed by the OS rather than through X11.
|
|\| |
|
| | |
|
|/
|
|
|
|
| |
getting there.
Also commit a simple "test" app which can be modified/used to test out individual library classes as needed.
|
|
|
|
| |
lumina-open file dialog. Now it will always be listed in the preferred applications list, and with the "[default]" tag at the beginning of the name.
|
|\ |
|
| |\
| | |
| | | |
Select current application when changing defaults
|
| | | |
|
| | |
| | |
| | |
| | | |
* Select current app when AppDialog is shown, this works both for basic and advanced but only for a single type.
|
| | | |
|
| |\ \
| | | |
| | | | |
Better messageboxes for closing the screenshot app.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Instead of a Yes/No question that requires you to read the text of the
message box and decide what to do, let's give the buttons good names so
we know what the command will do.
Inspired by hitting "no" multiple times when I accidently hit the
shortcut key to take a screenshot. (assuming it was asking "do you want
to save").
|
| |\ \ \
| | | |/
| | |/| |
App selection UI improvement
|
| | | |
| | | |
| | | |
| | | | |
Allow double clicking the app to select it.
|
| |\ \ \
| | |_|/
| |/| | |
Fix for #363
|
| | | |
| | | |
| | | |
| | | | |
* Instead of removing all PanelWidgets in LoadSettings, remove any extra panels and add more if needed.
|
|/ / /
| | |
| | |
| | | |
This was just another button/front-end to the "Open With" functionality which did not get removed earlier.
|
| | |
| | |
| | |
| | | |
This will be a replacement for the current LuminaX11 class usage in the desktop, with a generic Qt5 API that talks to the X11/Wayland subsystems in the background.
|
| | | |
|
| | |
| | |
| | |
| | | |
copy the current image to the clipboard (tied in to the ctrl-C shortcut as well)
|
|\ \ \ |
|
| |\| |
| | | |
| | | | |
Bugfix taskmanager
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Add calls to setToolButtonStyle() when LTaskButton is created.
LTaskManagerPlugin::OrientationChange() already has calls to set the button style when orientation is changed, but this is overwritten in LTaskButton::UpdateButton().
|
|/ /
| |
| |
| |
| |
| | |
Add better status reporting for opening/viewing archives, fix up the list update/clear when opening a different archive after finishing with one.
Move the extract selection action to the toolbar as well, and change the icon/statustip.
Make the extract actions enable/disable as needed.
|
|/
|
|
| |
client message asking it to take focus properly as well.
|
|
|
|
|
| |
The NativeWindow intermediary seems to be working really well, now just to start adding the the various event detection parsing in to modify that object on-demand.
There is still a window focus issue too - the setActive routine is not properly setting that window to have focus yet - need to examine further.
|
|
|
|
|
|
| |
class for setting/announcing changes to native windows on the system. This allows the WM class (XCB/Wayland-specific) to simply adjust each window object as needed, and the interface (pure Qt) will automatically adjust as needed.
NOTE: Still need to adjust the LXCBEventFilter to use this new class, but the root window and rootsubwindow classes are all setup to use it.
|