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

chore: Merge branch 'master' into develop/snipe #2019

Merged
merged 19 commits into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. feat: Custom Task Turn to Main Line: dde-file-manager Clears Search H…

    …istory
    
    Add option to clear file manager search records in settings
    
    Log: Custom Task Turn to Main Line: dde-file-manager Clears Search History
    Task: https://pms.uniontech.com/bug-view-252515.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    392e6ea View commit details
    Browse the repository at this point in the history
  2. fix: After checking the box, the document management selection window…

    … will not be able to enter any directory when a new window is opened
    
    Set filedailog to only open in the current window
    
    Log: After checking the box, the document management selection window will not be able to enter any directory when a new window is opened
    Bug: https://pms.uniontech.com/bug-view-255979.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    843a23d View commit details
    Browse the repository at this point in the history
  3. feat: Support Ctrl+Y recovery undo (Ctrl+Z) operation to prevent file…

    …s from being deleted
    
    Support Ctrl+Y recovery undo (Ctrl+Z) operation to prevent files from being deleted
    
    Log: Support Ctrl+Y recovery undo (Ctrl+Z) operation to prevent files from being deleted
    Task: https://pms.uniontech.com/task-view-341623.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e26c917 View commit details
    Browse the repository at this point in the history
  4. fix: The alt+down shortcut should not be to open a property box, but …

    …to open a file
    
    The alt+down shortcut should not be to open a property box, but to open a file
    
    Log: The alt+down shortcut should not be to open a property box, but to open a file
    Bug: https://pms.uniontech.com/bug-view-256051.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cd9f3d3 View commit details
    Browse the repository at this point in the history
  5. fix: The transfer of big data files is paused for about 5 minutes bef…

    …ore resuming the transfer. The system's displayed transfer speed does not match the actual speed
    
    Modify the calculation method so that only the running status is counted as the write time
    
    Log: The transfer of big data files is paused for about 5 minutes before resuming the transfer. The system's displayed transfer speed does not match the actual speed
    Bug: https://pms.uniontech.com/bug-view-256437.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2a60833 View commit details
    Browse the repository at this point in the history
  6. fix: The full-text search function is not effective

    Create an index when modifying the search for the current directory
    
    Log: The full-text search function is not effective
    Bug: https://pms.uniontech.com/bug-view-256997.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a76d401 View commit details
    Browse the repository at this point in the history
  7. fix: [daemon/anything] segmentation fault

    Before the fix, QProcess was created in the main thread and used in the
    child thread, which triggered Qt warning logs and caused
    dde-file-manager-daemon to crash. The solution is to complete the
    creation and use of QProcess in the child thread.
    
    Log: fix segmentation fault
    wangrong1069 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3ecfe9d View commit details
    Browse the repository at this point in the history
  8. fix: Unable to delete files in vault

    Wrong parameter passed in
    
    Log: Unable to delete files in vault
    Bug: https://pms.uniontech.com/bug-view-257793.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6f43894 View commit details
    Browse the repository at this point in the history
  9. fix: After selecting "Cancel" when revoking, attempting to do so agai…

    …n will skip the previous operation's revocation
    
    No processing was done after cancellation
    
    Log:  After selecting "Cancel" when revoking, attempting to do so again will skip the previous operation's revocation
    Bug: https://pms.uniontech.com/bug-view-257853.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e0ed95a View commit details
    Browse the repository at this point in the history
  10. fix: Create a new non-text document, after Ctrl+Z, Ctrl+Y cannot be u…

    …ndone
    
    Template URL not saved
    
    Log: Create a new non-text document, after Ctrl+Z, Ctrl+Y cannot be undone
    Bug: https://pms.uniontech.com/bug-view-257805.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e07d48d View commit details
    Browse the repository at this point in the history
  11. fix: After selecting "Cancel" when revoking, attempting to do so agai…

    …n will skip the previous operation's revocation
    
    The stack order of the save file operation is incorrect
    
    Log: After selecting "Cancel" when revoking, attempting to do so again will skip the previous operation's revocation
    Bug: https://pms.uniontech.com/bug-view-257853.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5697c5f View commit details
    Browse the repository at this point in the history
  12. fix: The full-text search function is not effective

    Incorrect search status setting
    
    Log: The full-text search function is not effective
    Bug: https://pms.uniontech.com/bug-view-256997.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d20673b View commit details
    Browse the repository at this point in the history
  13. fix: [computer]Getting the UUID is stuck, causing the interface to fr…

    …eeze
    
    Put the obtained UUID into the thread for execution
    
    Log: Fixed some known issues
    Bug: https://pms.uniontech.com/bug-view-254659.html
    pengfeixx authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    cf1bf4a View commit details
    Browse the repository at this point in the history
  14. fix: The testing machine failed to copy files on the FTP server due t…

    …o operation timeout
    
    Try again and start copying the current file from scratch
    
    Log: The testing machine failed to copy files on the FTP server due to operation timeout
    Bug: https://pms.uniontech.com/bug-view-254803.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c504b47 View commit details
    Browse the repository at this point in the history
  15. fix: The testing machine failed to copy files on the FTP server due t…

    …o operation timeout
    
    add translations
    
    Log: The testing machine failed to copy files on the FTP server due to operation timeout
    Bug: https://pms.uniontech.com/bug-view-254803.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2352ea8 View commit details
    Browse the repository at this point in the history
  16. fix: After installing VM Tools on V23 VMware virtual machine, files a…

    …nd content cannot be copied between virtual machine and physical machine
    
    Error in writing clipboard string judgment
    
    Log: After installing VM Tools on V23 VMware virtual machine, files and content cannot be copied between virtual machine and physical machine
    Bug: https://pms.uniontech.com/bug-view-256725.html
    liyigang1 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    390c06e View commit details
    Browse the repository at this point in the history
  17. chore: Sync by linuxdeepin/.github@b7b12fd

    sync by github workflow
    
    Log: none
    Influence: none
    deepin-admin-bot authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    085a820 View commit details
    Browse the repository at this point in the history
  18. chore: add Open interface and script tweak

    - add Open dbus interface
    kegechen authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8f75768 View commit details
    Browse the repository at this point in the history
  19. fix: [Vault] Vault can not unlock.

    Add the AM path to vault white process.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-259595.html
    GongHeng2017 authored and rb-union committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    af447ac View commit details
    Browse the repository at this point in the history