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

Conversation

max-lvs
Copy link
Contributor

@max-lvs max-lvs commented Sep 5, 2023

No description provided.

Kakueeen and others added 30 commits August 17, 2023 16:54
Abandoned search missions are not quickly ended

Log: fix bug
Bug: https://pms.uniontech.com/bug-view-215063.html
add handle operation rescults to imitate monitor

Log: as des
Bug: https://pms.uniontech.com/bug-view-215019.html
In some scenarios, the search mune is problematic

Log: fxi issue
Bug: https://pms.uniontech.com/bug-view-214905.html
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: 壁纸
probe version and parse host by smbclient.

Log: support probe cifs version automatic.

Bug: https://pms.uniontech.com/bug-view-210139.html
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
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
… 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
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
update the baseline version to 6.0.28

Log: update the baseline version to 6.0.28
Bug: no
when delete file in vault, cursor show wait state

Log: fix issue
Bug: https://pms.uniontech.com/bug-view-213395.html
open symlink dir as admin with dir src path.

Log: fix open symlink dir issue
Bug: https://pms.uniontech.com/bug-view-215467.html
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
…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
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
build version 6.0.29

Log: build version 6.0.29
fileviewmodel、fileitemdata ut

Log: workspace ut
Task: https://pms.uniontech.com/task-view-278215.html
… 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
Manually update the icon when you receive the asynchronous file information update completion signal.

Log: dde-desktop new file or folder icon display incorrectly
…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
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
cd src dir when open symlink dir in trash

Log: fix open symlink dir issue
Bug: https://pms.uniontech.com/bug-view-215689.html
Operations Group Policy

Log: Operations Group Policy
Bug: https://pms.uniontech.com/bug-view-215793.html
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
Lighto-Ku and others added 29 commits October 9, 2023 05:54
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
…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
…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
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.
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
Log: fix libmount.h: No such file or directory, fix build on NixOS
It's no longer used.
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
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
add interfaces `AbstractEntryFileEntity`

Log: add interfaces `AbstractEntryFileEntity`
Merge old and new,new overwrites old if same location exists

Log: fix extension bug
load file info in traversal proccess to improve sort performance.

Log: improve sort performance
Bug: https://pms.uniontech.com/bug-view-222927.html
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
…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
as title

Log: move enum EntryOrder into Entity class
…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
…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
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
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
@max-lvs max-lvs closed this Oct 23, 2023
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.