Skip to content

Merge develop to master - Client improvements and platform upgrades#1042

Merged
gunlee01 merged 6 commits intomasterfrom
develop
Feb 15, 2026
Merged

Merge develop to master - Client improvements and platform upgrades#1042
gunlee01 merged 6 commits intomasterfrom
develop

Conversation

@gunlee01
Copy link
Member

@gunlee01 gunlee01 commented Feb 15, 2026

Summary

  • Client: Eclipse platform upgrade from 2024-03 to 2025-12 (thx to @zbum)
  • Client: Java 17 to 21 upgrade, Tycho 4.0.8 to 5.0.1 (thx to @zbum)
  • Client: Group management dialog search/filter functionality (thx to @zbum)
  • Client: HiDPI display support improvements
  • Client: UI customizations and menu cleanup (Search/Run menus removed)

Commits Included

Files Changed

7 files modified, focusing on client build configuration and UI components.

ESPINS and others added 6 commits July 2, 2024 13:24
Issue:
When using XLog in a HiDPI environment with the -Dswt.autoScale=quarter option added to the scouter.ini file, the graphs appear blurry.
This is because when drawing a point using the drawPoint method in a HiDPI environment, the pixel is enlarged to become opaque.

Solution:
The issue has been resolved by modifying the code to draw graphs using rectangles instead of points using the fillRectangle method.

Additional Details:
The -Dswt.autoScale=quarter option is automatically selects the appropriate HiDPI ratio.
The drawPoint method draws individual pixels, which can appear blurry when scaled up.
The fillRectangle function draws filled rectangles, which provide a smoother and more consistent appearance in HiDPI environments.
Eclipse 타겟 플랫폼을 2024-03에서 2025-12로, Tycho를 4.0.8에서 5.0.1로 Java를 17에서 21로 업그레이드.
불필요한 Search, Run 기본 메뉴 제거
  - 미선택 객체 목록에서 키워드로 필터링할 수 있는 검색 텍스트 필드 추가
  - Apply 시 필터링으로 숨겨진 객체도 정확히 반영되도록 수정
  - 테이블 크기를 확대하여 가시성 개선 (250x300 → 375x450)
[client] 그룹 관리 다이얼로그에 검색 필터 기능 추가
@gunlee01 gunlee01 merged commit 545e0b5 into master Feb 15, 2026
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.

3 participants