isf63

Results 20 issues of isf63

**Description** Some versions ago, Pinta used a colorful custom iconset for its icons. This can be seen in the screenshot here: https://en.wikipedia.org/wiki/Pinta_(software) Since, the developers have switched to system-supplied icons,...

enhancement
good first issue

Some fixes to lxqt-panel plugins config dialogs Affected files: plugin-mainmenu/lxqtmainmenuconfiguration.ui plugin-networkmonitor/lxqtnetworkmonitorconfiguration.ui plugin-sensors/lxqtsensorsconfiguration.ui plugin-spacer/spacerconfiguration.ui

Based on code from plugin-directorymenu. Prefer the current theme's icon folder for selecting an icon.

Reordered XML .ui files to correct tab orders throughout libfm-qt. There may be one or two .ui files that require \, and/or C++ changes to prevent StandardButtons causing incorrect ordering....

Typo fixes to comments/text and identifiers. Half of the changes are to CHANGELOG. Affected files: - CHANGELOG - CMakeLists.txt - lxqtapplication.h - lxqtnotification.cpp - lxqtnotification.h - lxqtnotification_p.h - lxqtsettings.cpp -...

Replaces the confirmation message box upon closing with an Apply button. My prior attempt (#957) used `extern`; this instead uses signals/slots.

I believe currently `lxqt-config-brightness` only supports setting monitors' backlights via ACPI (`/sys/class/backlight/`). Many external monitors do not use ACPI but instead DDC/CI (https://wiki.archlinux.org/title/Backlight#External_monitors). It'd be wonderful if software backlight setting...

##### Current Behavior When launching `lxqt-config-notificationd` a Qt warning is printed: `QCoreApplication::postEvent: Unexpected null receiver` This is my `notifications.conf`, for sake of completeness: ``` [General] __userfile__=true doNotDisturb=false placement=bottom-right screenWithMouse=false server_decides=10...

- Adds top bar styling to Color Picker, and Status Notifier items The top bar on Color Picker is not positioned correctly but https://github.com/lxqt/lxqt-panel/pull/2049 corrects that.

I noticed there is no visible QFrame divider from the Color Picker widget, but of the 12 themes, only in Clearlooks. Setting `LXQtPanel #BackgroundWidget { background-color: green; }` results in:...