Conversation
update debian/copyright
Update Nix package file and add hash update workflow
…d and new input contexts
…d isUinputMode helper
… the engine when no dictionary is loaded
…ng-free Building dev with GCC 16 emits one warning, and this is it: char_traits.h:432:56: warning: '__builtin_memcpy' accessing between 9223372036854775760 and 9223372036854775806 bytes ... [-Wrestrict] inlined from 'void mousePressResetThread()' at src/lotus-monitor.cpp:113 Not a real out-of-bounds read: n comes from recv() into a 16-byte buffer and the n <= 0 case has already returned, so n is in [1, sizeof(buf)] at that point. GCC cannot prove the upper bound, so it assumes the ssize_t could reach size_t range. Clamping the length makes the bound explicit and the build clean. Worth doing because it was the only warning left: one that always shows is one that trains you to skim past the next warning, which may be real. ctest 9/9. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TvNe693ge85eB4QPs6hpjV
Update debian/copyright
remove libx11-dev of depend
On KDE the settings portal reports the application colour scheme (kdeglobals), but the tray sits on the panel, which the Plasma Style paints. The default Fedora 44 look pairs BreezeLight with the breeze-dark Plasma Style (stored in ~/.config/kdedefaults), so Auto picked the black icon on a black panel. When XDG_CURRENT_DESKTOP names KDE, read plasmarc through the KConfig cascade, use the theme's own colors file when it ships one and the system scheme otherwise, and apply the portal's qGray < 192 threshold. Plain file reads, no subprocess; fall back to the old probes when no colour is found. Verified on Fedora 44 KDE Wayland: tray icon black before, white after. New unit test plasma_panel_theme: 15 cases, 12 red on an empty stub as declared beforehand, all green with the fix; ctest 10/10 on dev. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W39vFnx4ECponJC5MQ9Fiu
fix(monitor): chặn cận độ dài khi ghi nhật ký socket chuột, bản dựng hết cảnh báo
remove find_package(Fcitx5Utils REQUIRED)
Adding VUR (Void linux)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.9 to 4.38.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.9...v4.38.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fix: remove redundant code
…ns/dev/peter-evans/create-pull-request-8 chore(deps): bump peter-evans/create-pull-request from 6 to 8
…ns/dev/github/codeql-action-4.38.0 chore(deps): bump github/codeql-action from 4.37.9 to 4.38.0
fix(icon): chọn màu icon khay theo panel của KDE Plasma (#374)
add ctest for package manager
fix: defer commit out of key event on dbus frontend for GTK4 apps on …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.