Skip to content

Fix logs style and add Unicode support to Windows tray#278

Merged
kdroidFilter merged 4 commits into
masterfrom
dev
Aug 28, 2025
Merged

Fix logs style and add Unicode support to Windows tray#278
kdroidFilter merged 4 commits into
masterfrom
dev

Conversation

@kdroidFilter

@kdroidFilter kdroidFilter commented Aug 28, 2025

Copy link
Copy Markdown
Owner

Description

This pull request includes the following updates:

  • Fixed log tags to one consistent style to improve clarity and maintain uniformity across logging functionality.
  • Added Unicode support to the Windows tray implementation, enabling better internationalization by handling UTF-8/UTF-16 conversions, replacing ANSI-specific APIs with wide-character counterparts, and improving icon/tooltip handling. Included refactorings for safer and more readable code.

Checklist

  • Code adheres to the project's coding standards.
  • Tests added/updated where necessary.
  • Changes/documentation reviewed for clarity.
  • Ready for review and merge.

kdroidFilter and others added 4 commits August 26, 2025 23:15
Enhanced Windows tray implementation to fully support Unicode, including UTF-8 and UTF-16 conversions. Replaced ANSI-specific APIs with their wide-character counterparts for better internationalization. Improved icon and tooltip handling with Unicode support. Refactored code for clearer and safer conversions.
Enhanced Windows tray implementation to fully support Unicode, including UTF-8 and UTF-16 conversions. Replaced ANSI-specific APIs with their wide-character counterparts for better internationalization. Improved icon and tooltip handling with Unicode support. Refactored code for clearer and safer conversions.
Fixed log tags to one style
@kdroidFilter kdroidFilter merged commit d8e96ce into master Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants