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

rebase the master codes #1412

Closed
wants to merge 113 commits into from
Closed

rebase the master codes #1412

wants to merge 113 commits into from

Commits on Aug 17, 2023

  1. 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 max-lvs committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d160aae View commit details
    Browse the repository at this point in the history
  2. 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 deepin-bot[bot] committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3a0f90d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. 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 deepin-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f0845fb View commit details
    Browse the repository at this point in the history
  2. 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 deepin-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e1bb242 View commit details
    Browse the repository at this point in the history
  3. 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 deepin-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9ad6d05 View commit details
    Browse the repository at this point in the history
  4. 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 deepin-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    127805c View commit details
    Browse the repository at this point in the history
  5. 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 deepin-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f4b765b View commit details
    Browse the repository at this point in the history
  6. 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 max-lvs committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ef80784 View commit details
    Browse the repository at this point in the history
  7. 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 max-lvs committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    46bd03e View commit details
    Browse the repository at this point in the history
  8. 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 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    0b6ad9e View commit details
    Browse the repository at this point in the history
  9. 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 deepin-bot[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e45c342 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. 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 deepin-bot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4a3aed6 View commit details
    Browse the repository at this point in the history
  2. 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 deepin-bot[bot] committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    36e7bca View commit details
    Browse the repository at this point in the history
  3. 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 21, 2023
    Configuration menu
    Copy the full SHA
    e42672e View commit details
    Browse the repository at this point in the history
  4. fix: [property] adjust UI

    GongHeng2017 authored and BLumia committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3ab43f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix: [vault] the cursor show error

    1. the code is useless logic and remove it.
    2. it causes the problem that the cursor cannot change.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-213395.html
    GongHeng2017 authored and deepin-bot[bot] committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1f6323f View commit details
    Browse the repository at this point in the history
  2. fix: [translate] add translate of property dialog.

    add translate of property dialog.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-215419.html
    GongHeng2017 authored and deepin-bot[bot] committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    dee0175 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fix: [crash] If keep refreshing files in the directory, the file mang…

    …er crashes
    
    While refreshing the thumbnail, the file information object obtained through item has already been destructed
    
    Log: fix bug
    Bug: https://pms.uniontech.com/bug-view-215989.html
    Kakueeen authored and Johnson-zs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d6f2634 View commit details
    Browse the repository at this point in the history
  2. fix: [property] The close all dialog show error

    Under the dual screen, the position displayed of close all dialog is not rihght.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-216031.html
    GongHeng2017 authored and Johnson-zs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0a517d3 View commit details
    Browse the repository at this point in the history
  3. chore: build version 6.0.29

    build version 6.0.29
    
    Log: build version 6.0.29
    Johnson-zs committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    936ef7f View commit details
    Browse the repository at this point in the history
  4. test: [workspace]workspace ut

    fileviewmodel、fileitemdata ut
    
    Log: workspace ut
    Task: https://pms.uniontech.com/task-view-278215.html
    Lighto-Ku authored and deepin-bot[bot] committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9727a3e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fix: [io]Baseline degradation for 1000 file off-disk copy performance…

    … comparison
    
    Add a configuration policy to enable peripheral block device synchronization for each write, and perform synchronization once for each off-disk USB flash drive write. Otherwise, all files are synchronized only at the end of this task.
    
    Log: Baseline degradation for 1000 file off-disk copy performance comparison
    Bug: https://pms.uniontech.com/bug-view-215793.html
    liyigang1 authored and deepin-bot[bot] committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e5fc34e View commit details
    Browse the repository at this point in the history
  2. fix: [desktop]dde-desktop new file or folder icon display incorrectly

    Manually update the icon when you receive the asynchronous file information update completion signal.
    
    Log: dde-desktop new file or folder icon display incorrectly
    liyigang1 authored and deepin-bot[bot] committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dcc9e08 View commit details
    Browse the repository at this point in the history
  3. fix: [workspace]When the peripheral creates a new file or copies a fi…

    …le, the file is not sorted correctly.
    
    When copying a new file to a peripheral directory, fileinfo does not have the file information. Modify fileinfo to do the sorting after getting the file information.
    
    Log: When the peripheral creates a new file or copies a file, the file is not sorted correctly.
    Bug: https://pms.uniontech.com/bug-view-215115.html
    liyigang1 authored and deepin-bot[bot] committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6d12e60 View commit details
    Browse the repository at this point in the history
  4. fix: [cifs] daemon crash due to lib name error.

    the smbclient library is not loaded and then the function is not
    resolved. the ASSERT do not work in RELEASE mode.
    
    fix the soname and if load failed, use default handler.
    
    Log: fix issue about daemon cifs mount.
    
    Bug: https://pms.uniontech.com/bug-view-216189.html
    itsXuSt authored and deepin-bot[bot] committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e7909fc View commit details
    Browse the repository at this point in the history
  5. fix: [vault] the old vault not mv the new path

    move the old path to new vault path
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-215789.html
    GongHeng2017 authored and deepin-bot[bot] committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a8bf037 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. fix: [fileoperation]open symlink dir issue in trash

    cd src dir when open symlink dir in trash
    
    Log: fix open symlink dir issue
    Bug: https://pms.uniontech.com/bug-view-215689.html
    Lighto-Ku authored and deepin-bot[bot] committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    00c05f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. fix: [ui] spacing between widgets.

    adjust UI
    
    Log: adjust UI.
    
    Bug: https://pms.uniontech.com/bug-view-216563.html
    itsXuSt authored and deepin-bot[bot] committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    672e9d6 View commit details
    Browse the repository at this point in the history
  2. fix: Operations Group Policy

    Operations Group Policy
    
    Log: Operations Group Policy
    Bug: https://pms.uniontech.com/bug-view-215793.html
    liyigang1 authored and deepin-bot[bot] committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5474ec5 View commit details
    Browse the repository at this point in the history
  3. fix: [vault] File sorting error in vault

    Root cause:
    When sorting, not get the Correct async file attributes.
    solved:
    when iterator the file info, get and cache the attributes.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-214339.html
    GongHeng2017 authored and deepin-bot[bot] committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    28d93bf View commit details
    Browse the repository at this point in the history
  4. fix: [fileinfo]dde-file-manager crashes

    The scheme of the incoming url is file, but the url can still be invalid as well. Modify to determine if the url is valid or not during the factory construction of info.
    
    Log: dde-file-manager crashes
    liyigang1 authored and deepin-bot[bot] committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ef21c93 View commit details
    Browse the repository at this point in the history
  5. chore: update the baseline version to 6.0.30

    update the baseline version to 6.0.30
    
    Log: update the baseline version to 6.0.30
    Bug: no
    max-lvs committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b12462e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    99cd94b View commit details
    Browse the repository at this point in the history
  2. fix: [workspace]show hidden files issue

    save the show hidden settings in the model when it changed.
    
    Log: fix hidden files display issue
    Bug: https://pms.uniontech.com/bug-view-216609.html
    Lighto-Ku authored and deepin-bot[bot] committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    74a28d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix: [io]Modify the default mode for file operations in group policy …

    …to be high performance mode.
    
    Modify the default mode for file operations in group policy to be high performance mode.
    
    Log: Modify the default mode for file operations in group policy to be high performance mode.
    Bug: https://pms.uniontech.com/bug-view-215793.html
    liyigang1 authored and deepin-bot[bot] committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    85493c1 View commit details
    Browse the repository at this point in the history
  2. test: [UT]add ut and at

    add desktop-background ut ,desktop-wallpapersetting ut ,desktop-organizer ut , desktop-core ut and desktop-canvas ut
    add titlebar at and workspace at
    
    Log: as des
    Task: https://pms.uniontech.com/task-view-278229.html
    scx005548 authored and deepin-bot[bot] committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    35702ab View commit details
    Browse the repository at this point in the history
  3. fix: [workspace]F5 shortcut held down, dde-file-manager crashes

    F5 forced refresh, filesortworker thread destructed filedataitem, causing main thread to crash
    
    Log: F5 shortcut held down, dde-file-manager crashes
    Bug: https://pms.uniontech.com/bug-view-217305.html
    liyigang1 authored and deepin-bot[bot] committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    594d8c9 View commit details
    Browse the repository at this point in the history
  4. fix: [io]Peripheral paste the same name directory selection coexisten…

    …ce, file sorting is not correct
    
    Asynchronous file information is created when a file is received from the monitor to create a file, multiple queries are executed, and caching of file attributes is performed in multiple threads, but the corresponding dfmfileinfo is different. So accessing file attributes at this point is incorrect.
    
    Log: Peripheral paste the same name directory selection coexistence, file sorting is not correct need to refresh manually
    Bug: https://pms.uniontech.com/bug-view-217143.html
    liyigang1 authored and deepin-bot[bot] committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b2e9c4b View commit details
    Browse the repository at this point in the history
  5. fix: [views] when the computer name is very long,the name field on th…

    …e property page is only partially displayed
    
    as title
    
    Log: When the computer name is exceeded, it is followed by an ellipsis.
    Bug: https://pms.uniontech.com/bug-view-217341.html
    scx005548 authored and deepin-bot[bot] committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d1a2550 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. fix: [io]Memory leak due to failed asynchronous query for file inform…

    …ation
    
    Memory leak due to failed asynchronous query for file information
    
    Log: Memory leak due to failed asynchronous query for file information
    liyigang1 authored and deepin-bot[bot] committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f9c37f0 View commit details
    Browse the repository at this point in the history
  2. chore: update the baseline version to 6.0.31

    update the baseline version to 6.0.31
    
    Log: update the baseline version to 6.0.31
    Bug: no
    max-lvs committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c5bcee6 View commit details
    Browse the repository at this point in the history
  3. chore: [log] handle error log for filemanager

    check events topic
    
    Log: handle error log
    Johnson-zs authored and deepin-bot[bot] committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ce1b45a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. fix: [clipboard]dde-file-manager stuck at ctrl+x

    When determining if the system path is included, use url to get the file path if the scheme starts with file, and use fileinfo to get the others.
    
    Log: dde-file-manager stuck at ctrl+x
    Bug: https://pms.uniontech.com/bug-view-217799.html
    liyigang1 authored and deepin-bot[bot] committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7312231 View commit details
    Browse the repository at this point in the history
  2. fix: [trash]Files in subdirectories in trash are deleted using the de…

    …lete key.
    
    Files in subdirectories in trash are blocked using delete and the shift+delete shortcut.
    
    Log: Files in subdirectories in trash are deleted using the delete key.、
    Bug: https://pms.uniontech.com/bug-view-217597.html
    liyigang1 authored and deepin-bot[bot] committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    abb0f15 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix: [device] device is ignored due to partition table.

    as title.
    
    Log: fix issue about disk hidden.
    itsXuSt authored and deepin-bot[bot] committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    765fdaf View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix: [device] some device should be displayed and some not.

    as title.
    
    Log: fix issue about disk display.
    itsXuSt authored and Johnson-zs committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    9b6b6e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. fix: [text-preivew] the vertical Scrollbar show

    let the vertical scrollbar not show.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-218083.html
    GongHeng2017 authored and BLumia committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a099bd7 View commit details
    Browse the repository at this point in the history
  2. fix: [fileinfo]Incorrect icon for dde-desktop's file

    When the desktop is a remote environment, when the file manager creates a new word document, it performs two actions, a touchfile, in writing the template information. In the absence of writing template information, the desktop's asynchronous file information query back icon is a text document, received a signal to change the file information in the go to refresh fileinfo, because at this time is caching the file attributes, so the return is not executed. Modification in the cache information is possible to perform asynchronous file query.
    
    Log: Incorrect icon for dde-desktop's file
    Bug: https://pms.uniontech.com/bug-view-217907.html
    liyigang1 authored and max-lvs committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6e9b678 View commit details
    Browse the repository at this point in the history
  3. chore: [dev] update cache when some properties changed.

    as title.
    when property such as IdLabel/CleartextDevice changed, the cache should
    be updated to make sure devices can be accessed via dfm.
    
    Log: update cache.
    itsXuSt authored and deepin-bot[bot] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    83dbb1f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix: [workspace]view shortcut issue

    in icon view mode, press down key should select the last item when the cursor move from the row front of the last row to the last row item.
    
    Log: fix view shortcut issue
    Bug: https://pms.uniontech.com/bug-view-218033.html
    Lighto-Ku authored and deepin-bot[bot] committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c4dc513 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. fix: [computer] enter dirs with key_enter.

    as title
    
    Log: fix issue that cannot enter a dir with key enter.
    
    Bug: https://pms.uniontech.com/bug-view-218951.html
    itsXuSt authored and deepin-bot[bot] committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9946fc5 View commit details
    Browse the repository at this point in the history
  2. fix: [siderbar] the splitter width change some times.

    1. Improve the protection conditions
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-218061.html
    GongHeng2017 authored and deepin-bot[bot] committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    244ed25 View commit details
    Browse the repository at this point in the history
  3. fix: [shortcut]Add a prompt to use the Delete key to delete files wit…

    …h no permission to operate.
    
    Add a prompt when delete and shift+delete are used to delete a directory without write permission.
    
    Log: Add a prompt to use the Delete key to delete files with no permission to operate.
    Bug: https://pms.uniontech.com/bug-view-217789.html
    liyigang1 authored and deepin-bot[bot] committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5a4eae9 View commit details
    Browse the repository at this point in the history
  4. fix: never treat mobile device as Data Disk.

    增加判断条件,当挂载点不以"/media/"开头时,分区卷标以"_dde_data"开头的分区才会被显示为数据分区。
    hotime authored and deepin-bot[bot] committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8e46d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. chore: [computer] no device usage when launched

    as title.
    
    Log: fix issue that no device usage display when dfm launched.
    itsXuSt authored and deepin-bot[bot] committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    93f1347 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix: In higher versions of the QT(5.15), qApp->setActiveWindow cannot…

    … activate the window.
    
    Use QWidget::activateWindow instead of qApp->setActiveWindow to activate the window.
    
    Log: fix bug
    Bug: https://pms.uniontech.com/bug-view-207689.html
    Kakueeen authored and deepin-bot[bot] committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5727621 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix: [server] server crash under pressure test.

    the test tests the stability when (un)mount huge amount of samba shares
    in short time.
    and that makes server crash in thread, items has been remove from a map,
    and the map is accessed in another thread without any locker protect.
    
    Solution: use the copy of the map in thread to iterate.
    
    Log: fix issue that server crash under pressure tests.
    
    Bug: https://pms.uniontech.com/bug-view-219219.html
    itsXuSt authored and deepin-bot[bot] committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bde0398 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix: remove -fPIE from generic CXXFLAGS

    They are not applicable for shared libraries and breaks building. Please
    use `--enable-default-pie` for gcc instead of inserting PIE flags to
    every package.
    
    ```
    [16/1008] Linking CXX shared library
    src/dfm-extension/libdfm-extension.so.1.0.0
    FAILED: src/dfm-extension/libdfm-extension.so.1.0.0
    : && /usr/bin/c++ -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt
    -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat
    -Werror=format-security         -fstack-clash-protection -fcf-protection
    -Wp,-D_GLIBCXX_ASSERTIONS -g
    -ffile-prefix-map=/build/deepin-file-manager/src=/usr/src/debug/deepin-file-manager
    -flto=auto -g -Wall -Wl,--as-need -fPIE -fstack-protector-all
    -Werror=return-type -Ofast -O3 -DNDEBUG
    -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -shared
    -Wl,-soname,libdfm-extension.so.1 -o
    src/dfm-extension/libdfm-extension.so.1.0.0
    src/dfm-extension/CMakeFiles/dfm-extension.dir/dfm-extension_autogen/mocs_compilation.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/emblemicon/dfmextemblem.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/emblemicon/dfmextemblemiconlayout.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/emblemicon/dfmextemblemiconplugin.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/emblemicon/private/dfmextemblemprivate.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/dfmextaction.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/dfmextmenu.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/dfmextmenuplugin.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/dfmextmenuproxy.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/private/dfmextactionprivate.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/private/dfmextmenuprivate.cpp.o
    src/dfm-extension/CMakeFiles/dfm-extension.dir/menu/private/dfmextmenuproxyprivate.cpp.o
    && :
    /usr/bin/ld: /tmp/ccK2hZm6.ltrans0.ltrans.o: warning: relocation against
    `_ZTVN6dfmext19DFMExtEmblemPrivateE' in read-only section `.text'
    /usr/bin/ld: /tmp/ccK2hZm6.ltrans0.ltrans.o: relocation R_X86_64_PC32
    against symbol `_ZTVN6dfmext19DFMExtEmblemPrivateE' can not be used when
    making a shared object; recompile with -fPIC
    /usr/bin/ld: final link failed: bad value
    collect2: error: ld returned 1 exit status
    ```
    felixonmars authored and deepin-bot[bot] committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2ff335e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. chore: [ut] ut build on v23

    build success on v23
    
    log: ut
    Johnson-zs authored and deepin-bot[bot] committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    76ca674 View commit details
    Browse the repository at this point in the history
  2. fix: [headless] disbale headless if SIGTERM

    It cause system blocked when shutdown/logout
    
    Log: fix bug
    Johnson-zs authored and deepin-bot[bot] committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    91523fe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fix: start before kwin

    调整 dde-file-manager 启动顺序和依赖关系
    删除 desktop 文件,从 autostart 移除
    
    Log: start before kwin
    chenchongbiao authored and Johnson-zs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e30702e View commit details
    Browse the repository at this point in the history
  2. fix: [server] start sequence configuration

    Start sequence configuration is compatible with non-v23 env.
    
    Log: fix bug
    
    Bug: https://pms.uniontech.com/bug-view-219739.html
    Johnson-zs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4f5d399 View commit details
    Browse the repository at this point in the history
  3. fix: [disk] internal disks no access permisson in some cases.

    as title.
    
    Log: fix disk accessbility issue.
    itsXuSt authored and Johnson-zs committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f4892a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix: [io]Deep files in trash, copy and paste to local directory fails

    Read the name of the next level file in the trash without having to read the name of the original file.
    
    Log: Deep files in trash, copy and paste to local directory fails
    Bug: https://pms.uniontech.com/bug-view-220061.html
    liyigang1 authored and Johnson-zs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    5071c53 View commit details
    Browse the repository at this point in the history
  2. fix: [disc] some hint issue.

    Log: fix issue that error info is not correct.
    
    Bug: https://pms.uniontech.com/bug-view-220713.html
    itsXuSt authored and Johnson-zs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9e015a5 View commit details
    Browse the repository at this point in the history
  3. fix: [workspace]view mode issue

    change view mode after the default view mode changed
    
    Log: fix view mode issue
    Bug: https://pms.uniontech.com/bug-view-219109.html
    Lighto-Ku authored and max-lvs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    be655a6 View commit details
    Browse the repository at this point in the history
  4. fix: [workspace]show editor issue

    click one of multi selected items should not show rename editor
    
    Log: fix rename editor issue
    Bug: https://pms.uniontech.com/bug-view-219275.html
    Lighto-Ku authored and max-lvs committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    340c903 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix: [audit] log isn't zh_cn

    Use zh_cn for burn files log
    
    Log: audit log
    Johnson-zs committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    010fc5c View commit details
    Browse the repository at this point in the history
  2. fix: [io]After sending a folder to the desktop with smb service mount…

    …ed, the link target file cannot be found when previewing it with space.
    
    After reboot, it is not mounted, and when it is mounted again, the desktop does not listen to the protocol device, so it doesn't update the fileinfo. so there is something wrong with the attribute.
    
    Log: After sending a folder to the desktop with smb service mounted, the link target file cannot be found when previewing it with space.
    Bug: https://pms.uniontech.com/bug-view-219383.html
    liyigang1 authored and max-lvs committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a179844 View commit details
    Browse the repository at this point in the history
  3. Vfeat: [menu] default value of autoAlign on desktop

    as title.
    
    Log: You can set the default value of autoAlign
    
    Task: https://pms.uniontech.com/task-view-294609.html
    itsXuSt authored and Johnson-zs committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    78659b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix: [workspace]New files added to the CD-ROM are deleted with a shor…

    …tcut key and an error is reported.
    
    Optical drives are special directories whose parent directories do not have write permissions. Modify only the scheme as file to do judgment.
    
    Log: New files added to the CD-ROM are deleted with a shortcut key and an error is reported.
    Bug: https://pms.uniontech.com/bug-view-220917.html
    liyigang1 authored and deepin-bot[bot] committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d3b38a9 View commit details
    Browse the repository at this point in the history
  2. fix: [workspace]Creating a wps file in red disk space doesn't show up…

    …, it needs to be refreshed before it shows up
    
    In the current interface, safely uninstalled the USB flash drive, did not remove the monitor, used the previous one, and has been using the monitor in the cache since then. This resulted in the files not being monitored.
    
    Log: Creating a wps file in red disk space doesn't show up, it needs to be refreshed before it shows up
    Bug: https://pms.uniontech.com/bug-view-221223.html
    liyigang1 authored and deepin-bot[bot] committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0c4501f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. feat: [dconf] add org.deepin.dde.file-manager.plugins.json

    Managing plugins via dconf
    
    Log: Plugins management
    
    Conflicts:
    	src/apps/dde-file-manager-daemon/main.cpp
    	src/apps/dde-file-manager-server/main.cpp
    	src/apps/dde-file-manager/main.cpp
    	src/dfm-framework/lifecycle/private/pluginmanager_p.cpp
    Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    f259e7a View commit details
    Browse the repository at this point in the history
  2. 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 authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    c786947 View commit details
    Browse the repository at this point in the history
  3. feat: [computer] support hide user dirs.

    as title.
    and 3rd party entries.
    
    Log: support hide userdirs and 3rd party entries in computer.
    
    Task: https://pms.uniontech.com/task-view-286567.html
    itsXuSt authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b72fb10 View commit details
    Browse the repository at this point in the history
  4. feat: [setting] reorder the setting items.

    as title.
    
    Log: reorder setting items.
    
    Task: https://pms.uniontech.com/task-view-286567.html
    itsXuSt authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fbe54f0 View commit details
    Browse the repository at this point in the history
  5. chore: [sidebar] remove the 3rd setting entry.

    as title
    
    Log: remove 3rd setting entry.
    itsXuSt authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3d23138 View commit details
    Browse the repository at this point in the history
  6. fix: [setting] adjust the order of setting items

    as title.
    
    Log: adjust orders of setting items
    
    Bug: https://pms.uniontech.com/bug-view-219529.html
    itsXuSt authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3503997 View commit details
    Browse the repository at this point in the history
  7. chore: [translate] update texts

    as title.
    
    Log: update texts.
    itsXuSt authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    5229beb View commit details
    Browse the repository at this point in the history
  8. chore: [translates] update translations

    Log: update translations for new features.
    itsXuSt authored and Johnson-zs committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7f1e532 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. fix: [titlebar] Error displayed in view mode

    The url used to query the default view mode is incorrect
    
    Log: fix bug
    Bug: https://pms.uniontech.com/bug-view-217717.html
    Kakueeen authored and max-lvs committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    c95c3e7 View commit details
    Browse the repository at this point in the history
  2. fix: [titlebar] The copy path is incorrect

    The url contains the query field
    
    Log: fix bug
    Bug: https://pms.uniontech.com/bug-view-217717.html
    Kakueeen authored and max-lvs committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    944eb0f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. fix: [ddailog] fix ddailog modal bug in wayland

    Under wayland, it is necessary to set a parent class to indicate the hierarchical relationship of the window
    
    Log: fix ddailog modal bug in wayland
    Bug: https://pms.uniontech.com/bug-view-201353.html
    pppanghu77 authored and deepin-bot[bot] committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    862cabe View commit details
    Browse the repository at this point in the history
  2. fix: [device] Inaccurate optical disc capacity

    This question was introduced in "93f1347bff6fd0c25d2f4".
    The capacity of the optical disc should be available instantly from 'dde-file-manager.dp'.
    
    Log: fix device bug
    
    Bug: https://pms.uniontech.com/bug-view-221921.html
    Johnson-zs committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    195fcab View commit details
    Browse the repository at this point in the history
  3. fix: file item name label display issue

    fix elidetextlayout line postion issue, replace linespace with line height in delegate.
    
    Log: fix file name display issue
    Bug: https://pms.uniontech.com/bug-view-217693.html
    Lighto-Ku authored and deepin-bot[bot] committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    124ae20 View commit details
    Browse the repository at this point in the history
  4. fix: [trash]Read-only empty directory, deletion prompts insufficient …

    …permissions
    
    When executing the delete shortcut, the execution is moving to the recycle bin, here read-only directories can not achieve gio's trash function, only pop-up prompt box for him to completely delete the
    
    Log: Read-only empty directory, deletion prompts insufficient permissions
    Bug: https://pms.uniontech.com/bug-view-220283.html
    liyigang1 authored and deepin-bot[bot] committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b4fc964 View commit details
    Browse the repository at this point in the history
  5. fix: [io]Non-empty folders in virtual paths, incorrect file informati…

    …on statistics
    
    Virtual directory called fts, incorrect path. Need to use iterator to iteratively query the number of files
    
    Log: Non-empty folders in virtual paths, incorrect file information statistics
    Bug: https://pms.uniontech.com/bug-view-221969.html
    liyigang1 authored and deepin-bot[bot] committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    31dcc00 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: [io]The red disk monitor is not working.

    When the file manager went to the red disk, unmounted and mounted the red disk again, the monitoring did not stop, causing the underlying gio to monitor the same directory as the last time. The monitor is actively stopped when exiting the current directory, and also when removing the monitor.
    
    Log: The red disk monitor is not working.
    liyigang1 authored and deepin-bot[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    baa3abe View commit details
    Browse the repository at this point in the history
  2. fix: [io/cut]Modifying the cut file process

    If you are cutting files across disks, then perform copy synchronization first, and finally perform file deletion. Source file deletion as long as there is an error no matter how to deal with, exit the deletion process.
    
    Log: Modifying the cut file process
    liyigang1 authored and deepin-bot[bot] committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4b8780d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix: remove unused jemalloc from debian/control

    It's no longer used.
    felixonmars authored and Johnson-zs committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ffd77fc View commit details
    Browse the repository at this point in the history
  2. chore: use pkgconfig to check mount

    Log: fix libmount.h: No such file or directory, fix build on NixOS
    wineee authored and Johnson-zs committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    307c329 View commit details
    Browse the repository at this point in the history
  3. chore: fix a typo in error message

    Log:
    felixonmars authored and Johnson-zs committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    600e26f View commit details
    Browse the repository at this point in the history
  4. fix: remove unused gio-qt

    It's no longer used.
    felixonmars authored and Johnson-zs committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    843d301 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. fix: [preview] rar files cannot be previewed.

    remove rar archives from previewable archive list.
    
    Log: fix issue that rar files cannot be previewed.
    
    Bug: https://pms.uniontech.com/bug-view-213749.html
    itsXuSt authored and deepin-bot[bot] committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8ef13ec View commit details
    Browse the repository at this point in the history
  2. feat: [desktop] custom watermask

    N0rthHXD authored and Johnson-zs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cd385ef View commit details
    Browse the repository at this point in the history
  3. feat: custom watermask

    N0rthHXD authored and Johnson-zs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    890d779 View commit details
    Browse the repository at this point in the history
  4. feat: [desktop] custom watermask

    N0rthHXD authored and Johnson-zs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3a1b81d View commit details
    Browse the repository at this point in the history
  5. feat: [desktop] custom watermask

    N0rthHXD authored and Johnson-zs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f90fce9 View commit details
    Browse the repository at this point in the history
  6. feat: [desktop] The dconfig flags of watermask change

    Log: The dconfig flags of watermask change
    
    Task: https://pms.uniontech.com/story-view-30151.html
    N0rthHXD authored and Johnson-zs committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    53fa21b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. fix: [preview] In some cases, the close button is not clearly visible.

    Use the DFloatingButton to replace the close button.
    
    Log: fix issue
    Bug: https://pms.uniontech.com/bug-view-222171.html
    GongHeng2017 authored and deepin-bot[bot] committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a1f7b7a View commit details
    Browse the repository at this point in the history
  2. fix: [smb] cannot connect when port 445 disabled.

    as title.
    
    Log: fix issue about smb mount
    
    Bug: https://pms.uniontech.com/bug-view-215149.html
    itsXuSt authored and deepin-bot[bot] committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c1c08df View commit details
    Browse the repository at this point in the history
  3. fix: [loop chmod] disable chmod for loop devices

    as title.
    
    Log: do not ask for chmod for loop devices.
    
    Bug: https://pms.uniontech.com/bug-view-223317.html
    itsXuSt authored and deepin-bot[bot] committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0f4ef16 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. fix: [workspace]save file in qtcreator issue

    there is no necessary to filter watcher event when receive a file move event.
    
    Log: fix file disappear issue
    Bug: https://pms.uniontech.com/bug-view-213595.html
    Lighto-Ku authored and deepin-bot[bot] committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    65b5ee6 View commit details
    Browse the repository at this point in the history
  2. feat: add interfaces AbstractEntryFileEntity

    add interfaces `AbstractEntryFileEntity`
    
    Log: add interfaces `AbstractEntryFileEntity`
    Johnson-zs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    001c963 View commit details
    Browse the repository at this point in the history
  3. fix: [extension] ext emblem icon cannot changed

    Merge old and new,new overwrites old if same location exists
    
    Log: fix extension bug
    Johnson-zs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0461055 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix: [workspace]file sort issue

    load file info in traversal proccess to improve sort performance.
    
    Log: improve sort performance
    Bug: https://pms.uniontech.com/bug-view-222927.html
    Lighto-Ku authored and deepin-bot[bot] committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f6a9db7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix: [detail]unexpected log in detail widget

    set layout twice to the frame will print the warning log in qt src.
    
    Log: fix unexpected log issue
    Bug: https://pms.uniontech.com/bug-view-224023.html
    Lighto-Ku authored and deepin-bot[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    2b8c065 View commit details
    Browse the repository at this point in the history
  2. fix: [io]Copying a file to a USB flash drive, the file occasionally f…

    …lickers
    
    Calling customAttribute function during asynchronous file info query and refreshing under multithreading causes gfileinfo to destruct. Adjust the thumbnail generation restriction, no thumbnail generation when copying. Adjust asynchronous refresh scheduling in fileinfohelper. Update the same object before the next update.
    
    Log: Copying a file to a USB flash drive, the file occasionally flickers
    Bug: https://pms.uniontech.com/bug-view-222077.html https://pms.uniontech.com/bug-view-215169.html
    liyigang1 authored and deepin-bot[bot] committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    91ab5aa View commit details
    Browse the repository at this point in the history
  3. chore: [computer] move the EntryOrder into entity class

    as title
    
    Log: move enum EntryOrder into Entity class
    itsXuSt authored and max-lvs committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b1f553f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. fix: [io]dde-desktop blinks when unplugging or plugging in a USB flas…

    …h drive
    
    Open local file cache, call updateatrributes to update attributes, adjust thumbnail interface, this interface does not support sub-threaded calls.
    
    Log: dde-desktop blinks when unplugging or plugging in a USB flash drive
    Bug: https://pms.uniontech.com/bug-view-222081.html
    liyigang1 authored and deepin-bot[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3e65de5 View commit details
    Browse the repository at this point in the history
  2. fix: [io]Select different disks successively to right-click on them t…

    …o view the properties, and open the second properties window to stop the file statistics.
    
    When fts counts files, multiple threads count at the same time and fts quits. Delete fts statistics.
    
    Log: Select different disks successively to right-click on them to view the properties, and open the second properties window to stop the file statistics.
    Bug: https://pms.uniontech.com/bug-view-224111.html
    liyigang1 authored and deepin-bot[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d9bfe2e View commit details
    Browse the repository at this point in the history
  3. feat: Network Neighborhood feature blocking

    Block shortcuts delete and shift+delete in Network Neighborhood, mount and properties in menu, and block space previews
    
    Log: Network Neighborhood feature blocking
    Task: https://pms.uniontech.com/task-view-297613.html
    liyigang1 authored and deepin-bot[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7a6fa6c View commit details
    Browse the repository at this point in the history
  4. feat: [menu] conf menu can be inserted into existed menu

    as title.
    a new filed is added to support this feature: [X-DFM-ParentMenuPath]
    and the value be like [Top-Action-ID/Sub-Action-ID], the existed menu
    must be actionID-ed
    
    Log: now conf menu can be inserted into existed named menus.
    
    Task: https://pms.uniontech.com/task-view-292837.html
    itsXuSt authored and max-lvs committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fd602bc View commit details
    Browse the repository at this point in the history