aboutsummaryrefslogtreecommitdiff
path: root/launcher/FileSystem.cpp
AgeCommit message (Expand)Author
2023-06-20Fix compiling on FreeBSDJakub WroĊ„ski
2023-04-29refactor: Move ini to use QSettings && drop get/setList functionsRachel Powers
2023-04-03fix: remove fixed datastream versionRachel Powers
2023-04-03refactor: remove data duplication in statis FS NamesRachel Powers
2023-03-31fix: typos, CamelCase to camelCase the new namesRachel Powers
2023-03-20spelling and formattingRachel Powers
2023-03-20format: clang-format to fix windows falloutRachel Powers
2023-03-20refactor: use UUID toString modeRachel Powers
2023-03-20fix: clean up initial review comments (flowin)Rachel Powers
2023-03-20fix: use noexcept overload of std::filesystem::hard_link_countRachel Powers
2023-03-20fix: mingw still missing typedefsRachel Powers
2023-03-20fix: windows compile brokeRachel Powers
2023-03-20refactor: cleanupFilesystem.cppRachel Powers
2023-03-20feat: warnings when instance resources are linkedRachel Powers
2023-03-20fix: add missing mingw defsRachel Powers
2023-03-20feat(reflink): ioctl_clone for winbtrfs & ReFSRachel Powers
2023-03-20fix: macos compat after refactor of `clonefile`Rachel Powers
2023-03-20feat: support reflink on windows via winbtrfs!Rachel Powers
2023-03-20fix: windows test compatRachel Powers
2023-03-20fix: Qt < 5.14.0 compatRachel Powers
2023-03-20fix: intelegent recursive links & symlink follow on exportRachel Powers
2023-03-20fix: cleanup UI, detect FAT and turn off linksRachel Powers
2023-03-20feat(reflink): hook up relink / clone on the copy dialogRachel Powers
2023-03-20feat: reflink / Clone support!Rachel Powers
2023-03-20feat(symlinks&hardlinks): linkup copy dialogRachel Powers
2023-03-20refactor: make complete list of links to make and send that.Rachel Powers
2023-03-20feat: successful process elevation and comunication!Rachel Powers
2023-03-20we want to make links!Rachel Powers
2023-01-10fix(FileSystem): don't attempt to trash items on Windows Serverflow
2023-01-07Merge pull request #576 from Ryex/identify-zip-packsSefa Eyeoglu
2022-12-29refactor: use std::filesystem::rename insted of copy and then moving.Rachel Powers
2022-12-14Improve handling of destructive actionsTheKodeToad
2022-12-08fix: fix creating instance shortcuts in flatpakleo78913
2022-11-25Merge pull request #227 from Leo40Git/feature/instance-shortcutsSefa Eyeoglu
2022-11-21fix: actually emit fileCopiedSefa Eyeoglu
2022-11-13Linux: remove TryExec entry from .desktop filesADudeCalledLeo
2022-11-13Linux: fixesADudeCalledLeo
2022-11-13Mac: attempt 2ADudeCalledLeo
2022-11-12fix: implement code review suggestionsSefa Eyeoglu
2022-11-12feat: add dryRun to copy operationSefa Eyeoglu
2022-11-12refactor: allow copy operation with whitelistSefa Eyeoglu
2022-11-12refactor #if checksADudeCalledLeo
2022-11-12Mac: now supported! [UNTESTED]ADudeCalledLeo
2022-11-12Linux: fix path shortcut is written toADudeCalledLeo
2022-11-12Apply suggestions from code reviewADudeCalledLeo
2022-11-12Add missing fail check for CoInitializeADudeCalledLeo
2022-11-12Windows: implement FS::createShortcutADudeCalledLeo
2022-11-11Merge pull request #304 from Ryex/move-downloadsflow
2022-11-04refactor: move FS's toStdString to StringUtilsflow
2022-11-01chore(remove FS::copyFile):Rachel Powers