Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设置面板支持自定义添加项;侧边栏第三方插件控制接口实现 #1373

Closed
wants to merge 28 commits into from

Commits on Aug 23, 2023

  1. feat: Thumbnail creation optimization

    Change the creation mode to batch creation
    
    Log: optimization
    Task: https://pms.uniontech.com/task-view-278223.html
    Kakueeen authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0a1b87e View commit details
    Browse the repository at this point in the history
  2. fix: [disk] encrypted disk cannot be removed

    as title.
    
    Log: fix issue about safely remove on encrypted disk.
    
    Bug: https://pms.uniontech.com/bug-view-214531.html
    itsXuSt authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3a4f98a View commit details
    Browse the repository at this point in the history
  3. fix: dtk upgraded, ci compilation not working.

    dtk upgraded, ci compilation not working.
    
    Log: dtk upgraded, ci compilation not working.
    liyigang1 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    915933e View commit details
    Browse the repository at this point in the history
  4. fix: [workspace]dde-file-manager list mode enters a directory and the…

    … directory icon displays an error
    
    Problem with fileinfo creation order when drawing in list mode. Call fileviewmodel's fileinfo once before drawing. this interface is optimized (progress bar scrolling does not create fileinfo)
    
    Log: dde-file-manager list mode enters a directory and the directory icon displays an error
    liyigang1 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f3a6df1 View commit details
    Browse the repository at this point in the history
  5. fix: [fileinfo]After renaming the shortcut application icon name, the…

    … name changes to "Desktop".
    
    File does not exist. Modify to use url path.
    
    Log: After renaming the shortcut application icon name, the name changes to "Desktop"
    Bug: https://pms.uniontech.com/bug-view-214163.html
    liyigang1 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ee1b6b4 View commit details
    Browse the repository at this point in the history
  6. fix: update the deamon logs to adhere the log safe rules check

    modify the dev control logs to adhere the log safe rules check
    
    Log: modify the dev control logs
    Bug: https://pms.uniontech.com/bug-view-214337.html
    max-lvs authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d56e7b7 View commit details
    Browse the repository at this point in the history
  7. fix: [thumbnail] File thumbnails are not displayed in mounted directo…

    …ries
    
    If Show Remote file thumbnails is checked, the mount directory is also displayed
    
    Log: fix bug
    Bug: https://pms.uniontech.com/bug-view-214671.html
    Kakueeen authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3ac9edc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc91c2e View commit details
    Browse the repository at this point in the history
  9. fix: [io]Open wps file error inside smb when wps is not installed.

    When opening a file, you should judge whether the current file is a mounted smb file, if not, then mount it (using dde-file-manager) to open it, otherwise it will open the default program selection dialog.
    
    Log: Open wps file error inside smb when wps is not installed.
    Bug: https://pms.uniontech.com/bug-view-214661.html
    liyigang1 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    757592c View commit details
    Browse the repository at this point in the history
  10. fix: [io]Cell phone MTP internal file copy failed

    g_file_copy failed to copy a file within mtp, but the file is not available in mtp. Modify g_file_copy to use gio stream mode if the source and target files are on the same mtp device.
    
    Log: �Cell phone MTP internal file copy failed
    Bug: https://pms.uniontech.com/bug-view-214385.html
    liyigang1 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    00c0f69 View commit details
    Browse the repository at this point in the history
  11. chore: [smb] enable smb mount in root mode.

    as title.
    
    Log: enable smb mount in root mode.
    
    Associated: https://pms.uniontech.com/bug-view-192907.html
    itsXuSt authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a565faf View commit details
    Browse the repository at this point in the history
  12. fix: [property-dialog] adjust property dialog UI

    1. adjust the basic info widget height.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-214473.html
    GongHeng2017 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4027e5c View commit details
    Browse the repository at this point in the history
  13. fix: [search] No results after multiple quick search

    Abandoned search missions are not quickly ended
    
    Log: fix bug
    Bug: https://pms.uniontech.com/bug-view-215063.html
    Kakueeen authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    736702b View commit details
    Browse the repository at this point in the history
  14. fix: [Recent] recentfile without monitor

    add handle operation rescults to imitate monitor
    
    Log: as des
    Bug: https://pms.uniontech.com/bug-view-215019.html
    pppanghu77 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fb9d809 View commit details
    Browse the repository at this point in the history
  15. fix: [menu] fix issue of search menu

    In some scenarios, the search mune is problematic
    
    Log: fxi issue
    Bug: https://pms.uniontech.com/bug-view-214905.html
    Kakueeen authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    24d8606 View commit details
    Browse the repository at this point in the history
  16. fix: The wallpaper size does not match the window

    When initializing the wallpaper window, the screen size is used to scale the wallpaper, but the resolution of the screen changes when generating the wallpaper. Due to the non interruptible process of obtaining wallpaper during the initialization process, the resolution change failed to retrieve the wallpaper again.
    
    Log: 
    
    Bug:https://pms.uniontech.com/bug-view-214485.html
    
    Influence: 壁纸
    Clauszy authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    03c87cd View commit details
    Browse the repository at this point in the history
  17. feat: [cifs] version probe and host parse.

    probe version and parse host by smbclient.
    
    Log: support probe cifs version automatic.
    
    Bug: https://pms.uniontech.com/bug-view-210139.html
    itsXuSt authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2d15303 View commit details
    Browse the repository at this point in the history
  18. fix: [dock] encrypted disks missing.

    the mounted encrypted disk is not shown in dock plugin.
    it's ignored because the mount point of encrypted-shell device is empty.
    
    Log: fix issue about dock.
    
    Bug: https://pms.uniontech.com/bug-view-215103.html
    itsXuSt authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b850951 View commit details
    Browse the repository at this point in the history
  19. fix: [property] value not fallback when chmod failed.

    the permission combobox's value is not fallbacked when change the
    permission failed.
    
    Log: fix issue about property dialog.
    
    Bug: https://pms.uniontech.com/bug-view-215423.html
    itsXuSt authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5406982 View commit details
    Browse the repository at this point in the history
  20. fix: [io]Slow display of folder information when multitasking copying…

    … or cutting and pasting files from smb server to USB flash drive.
    
    Before copying task, using QProccess to execute lsblk to get the information of USB flash disk is blocked, so the display is blank, the worse the performance of USB flash disk copy speed also shows 0, multi-tasking are blocked at the beginning of the blocking point. Add tips in statistics by product evaluation.
    
    Log: Slow display of folder information when multitasking copying or cutting and pasting files from smb server to USB flash drive.
    Bug: https://pms.uniontech.com/bug-view-212257.html
    liyigang1 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    58ccb11 View commit details
    Browse the repository at this point in the history
  21. fix: [property-dialog] the device name show error.

    1. the devece name show error in device property dialog, and fix it.
    2. adjust the UI
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-214867.html
    GongHeng2017 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1f8c86e View commit details
    Browse the repository at this point in the history
  22. chore: update the baseline version to 6.0.28

    update the baseline version to 6.0.28
    
    Log: update the baseline version to 6.0.28
    Bug: no
    max-lvs authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    017ed78 View commit details
    Browse the repository at this point in the history
  23. fix: [property] add translate of property

    add translate of property
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-215419.html
    GongHeng2017 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5916a1e View commit details
    Browse the repository at this point in the history
  24. fix: [vault] cursor not show wait state.

    when delete file in vault, cursor show wait state
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-213395.html
    GongHeng2017 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    201608f View commit details
    Browse the repository at this point in the history
  25. fix: [fileoperation]open symlink dir issue

    open symlink dir as admin with dir src path.
    
    Log: fix open symlink dir issue
    Bug: https://pms.uniontech.com/bug-view-215467.html
    Lighto-Ku authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    688f753 View commit details
    Browse the repository at this point in the history
  26. feat: [audit] add erase log

    add erase audit log
    
    Log: audit log
    
    Task: https://pms.uniontech.com/task-view-285835.html
    Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    55fa5c4 View commit details
    Browse the repository at this point in the history
  27. fix: [property] adjust UI

    GongHeng2017 authored and Johnson-zs committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a6f57f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. feat: [sidebar/settings] custom settings can be added.

    as title.
    now you can add your custom setting item into setting pane, and you can
    customize it's order.
    
    Log: custom setting pane.
    
    Task: https://pms.uniontech.com/task-view-286565.html?onlybody=yes
    itsXuSt committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d9f4fa7 View commit details
    Browse the repository at this point in the history