Skip to content

Conversation

@Kakueeen
Copy link
Contributor

@Kakueeen Kakueeen commented Feb 6, 2026

  • fix: [searchresultitemdelegate] Fix UI issues
  • fix: [codegeex] incorrect ui of codeggex
  • refactor: [recent] Refactor recent plugin structure
  • refactor: [settings] migrate config storage to unified settings system
  • fix: [project] When opening the project, the build kit is incorrect.
  • feat: [mainwindow] optimized ui of mainWindow
  • feat: [session] add session manager to save/restore workspace state
  • refactor: [recent] Refactor recent display widget and session management
  • fix: [session] improve session management and UI interaction
  • fix: [codegeex] inlinchat can`t work when file language is unknown
  • fix: [builder] Double-clicking the error item did not open the file where the error occurs.
  • refactor: [toolchain] migrate toolchain detection from shell to python
  • feat: [editor] Add encoding detection and conversion support
  • fix: [fontcolorwidget] Fix font selection and display issues
  • fix: The compilation failed
  • fix: build failed missing header
  • fix: [search] The background color position is incorrect
  • refactor: [project] Optimize project tree icon loading and parsing
  • fix: [debugger] crash when debugging
  • fix: [find] improve search result display and parsing
  • refactor: [project] Improve directory parsing and expand state management
  • chore: Update translations
  • chore: Update translatoins
  • fix: [python] Python interpreter
  • fix: Display the directory without selecting the file
  • feat: [AI] support adding multi LLM
  • fix: Display the directory without selecting the file
  • chore: remove unused comment
  • fix: issues of build
  • fix: include missing header
  • chore: revert ai option
  • tag: update to 1.4.0
  • fix: [cmake] Unable to save changes while in edit mode
  • feat: [python] Added pip source configuration
  • fix: [session] Add auto-close dialog after session switch
  • fix: [UI] Change the background color to active color
  • fix: [notify] Rewrite notification item delegate with paint method
  • fix: [session] Some scenes are not translated
  • fix: [python] Package not updated when switching interpreter
  • fix: [DirectoryAsynParse] Program crash
  • fix: [session] Optimized the display of session name
  • fix: [debugger] Error in displaying QList member variables
  • feat: [aiManager] add interface
  • fix: Incorrect language modification prompt
  • fix: [project] Project information could not be obtained correctly
  • fix: [Ai] add comment function will delete selecetd code
  • fix: [mainwidow] The software page is not fully displayed
  • fix: [AI] Code review functionality not working
  • fix: [search functionality] Resolve issue with empty editor content
  • fix: [Ai] issues of input-edit-widget
  • chore: Update translations
  • fix: [serach] The replacement information is displayed incorrectly
  • fix: [python] Package not updated
  • fix: build faild
  • fix: [session] Issues of session name
  • tag: update to 1.4.1
  • feat: [Ai] Adapt the existing AI capabilities to switch between multiple LLMs
  • fix: [cmake] When the executable program changes, the project properties cannot be updated.
  • fix: [Ai] fix issues of compatible llm
  • feat: [ut] New plugin for unit test (feat: [ut] New plugin for unit test #1030)
  • chore: Update translations
  • fix: build faild
  • fix: [cmake] incomplete path of cmake error
  • fix: [ut] Fixed some issues
  • fix: [ut] IDE crashed
  • feat: [chat] modified ui of chat
  • translations: update translations
  • fix: build faild
  • feat: [ut] Add the feature to update the project tree
  • fix: [notification] Fixed item height issue
  • feat: [diagnostic] Added diagnostic information repair functionality
  • fix: The diagnostic info cannot be displayed
  • fix: [project] Disable actions for non-active project
  • fix: [template] optimized ui of "create new project/file" dialog
  • fix: [editor] Comment exception
  • fix: [binarytool] Optimize the display
  • refactor: [chat] rename of out-dated plugin "CodeGeeX" to "Chat"
  • fix: [editor] The tooltip is empty
  • feat: add model change feature
  • chore: update translation
  • chore: disable smartut
  • tag: update to 1.4.5
  • fix: remove unused button
  • fix: template dialog cannot stays on top in wayland
  • chore: rewrite model api placeholder
  • chore: optimize chat page Interaction
  • fix: keep default model not configed
  • fix: hide stop button when model changed
  • translation: update
  • fix: models translation missed
  • tag: update to 1.4.6
  • fix: crash when add or switch ai model
  • tag: update to 1.4.7
  • chore: remove unused code
  • tag: update to 1.4.8
  • chore: remove unused file
  • fix: wrong initialize position
  • tag: update to 1.4.9
  • chore:Merge from qt6.8 branch (Merge from qt6.8 branch #1106)
  • tag: update to 1.4.10
  • fix: build faild on mips
  • chore: refactor core cmakelists dependency
  • chore: refactor core cmake file
  • fix: crash when use inlinechat
  • fix: stop running not work
  • fix: crashed when open plugin detail page
  • tag: update to 1.4.11
  • fix: python debugpy cannot connect
  • fix: block when debug python code
  • doc: add NOTICE file
  • fix: Adapting to QProcess Usage in Qt 6
  • fix: can`t handle terminated event from debugpy
  • fix: The logs are not displayed in the same window before and after debugging starts.
  • doc: update notice file
  • chore: update spdx info
  • fix: add pip existence check before installation - Implemented a method to check if pip is installed before attempting to install packages. If pip is not found, the installer will now install python3-pip first and then proceed with the package installation.
  • fix: enhance LSP client validation and menu actions
  • chore: remove rr debugger install option
  • chore: remove inner address
  • chore: rename ide in readme
  • chore: add additional instructions to the readme
  • fix: update build dependencies and enhance security flags in debian files
  • chore: remove commented out install runtime path configuration in CMakeLists.txt
  • fix: update lxqt-build-tools package handling for compatibility with different versions
  • fix: compile faild when use lupdate
  • fix: remove lupdate in cmake
  • fix: runtime not correct
  • fix: recovery rpath
  • fix: update desktop file icon path

Changed the Icon path from absolute path to simple icon name
The absolute path /usr/share/deepin-unioncode/configures/icons/ide.svg
was replaced with just 'ide'
This follows desktop entry specifications for better icon theme
compatibility
Using icon names instead of absolute paths allows the system to find the
appropriate icon
based on the current icon theme and available sizes

Log: Updated desktop file to use theme-compatible icon naming

Influence:
1. Verify the application icon appears correctly in application launcher
2. Test with different icon themes to ensure proper icon display
3. Check that the icon scales appropriately in various sizes
4. Confirm the application still launches correctly from desktop file

fix: 更新桌面文件图标路径

将图标路径从绝对路径改为简单的图标名称
绝对路径 /usr/share/deepin-unioncode/configures/icons/ide.svg 被替换
为 'ide'
这遵循桌面条目规范以获得更好的图标主题兼容性
使用图标名称而不是绝对路径允许系统根据当前图标主题
和可用尺寸找到合适的图标

Log: 更新桌面文件以使用主题兼容的图标命名

Influence:
1. 验证应用程序图标在启动器中正确显示
2. 使用不同的图标主题测试以确保图标正确显示
3. 检查图标在各种尺寸下是否适当缩放
4. 确认应用程序仍能从桌面文件正确启动

BUG: https://pms.uniontech.com/bug-view-350381.html
BUG: https://pms.uniontech.com/bug-view-350385.html
@Kakueeen Kakueeen closed this Feb 6, 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.

1 participant