Commit Graph

  • 3ec92acfe7 fix: use noexcept overload of std::filesystem::hard_link_count Rachel Powers 2023-02-16 20:01:59 -08:00
  • 656bfd36f6 fix: ensure filelink.exe is included in setup.exe Rachel Powers 2023-02-15 17:58:14 -08:00
  • 562ae676a5 fix: mingw still missing typedefs Rachel Powers 2023-02-13 17:39:56 -07:00
  • 72292f4e03 fix: windows compile broke move winapi defs into #ifndef blocks don't check explicitly for __mingw__ define function name win_ioctl_clone didn't get updated in teh last commit Rachel Powers 2023-02-13 17:20:44 -07:00
  • 536da704fc refactor: cleanupFilesystem.cpp * remove now redundant reflink/clone code for windows * remove unnessacery debug code that could slow things down Rachel Powers 2023-02-13 16:48:58 -07:00
  • a0e03c41c0 fix: typos Rachel Powers 2023-02-12 02:59:52 -07:00
  • a1053a4c5a feat: warnings when instance resources are linked Rachel Powers 2023-02-12 02:44:39 -07:00
  • 9f441a9678 feat: Add UAC icon when symlinking on windows. Rachel Powers 2023-02-11 22:51:53 -08:00
  • 7870cf28e5 fix: add missing mingw defs Rachel Powers 2023-02-10 19:06:49 -08:00
  • 9939367db7 feat(reflink): ioctl_clone for winbtrfs & ReFS Rachel Powers 2023-02-10 16:41:48 -08:00
  • 1210c3256d fix: macos compat after refactor of clonefile Rachel Powers 2023-02-10 06:49:52 -07:00
  • 2e8d04aad0 feat: support reflink on windows via winbtrfs! https://github.com/maharmstone/btrfs Rachel Powers 2023-02-10 05:34:48 -08:00
  • 3a0e4546c2 fix: windows test compat fix: compiler warning on int qint32 compare Rachel Powers 2023-02-09 22:07:07 -08:00
  • cd2419137d fix: better test compareison (also qt5 compat) Rachel Powers 2023-02-09 20:12:36 -07:00
  • 34ac8b3ec3 fix: Qt < 5.14.0 compat Rachel Powers 2023-02-09 20:02:20 -07:00
  • 2837236d81 fix: intelegent recursive links & symlink follow on export Rachel Powers 2023-02-09 19:48:40 -07:00
  • bc8336a4b1 fix: cleanup UI, detect FAT and turn off links Rachel Powers 2023-02-09 16:19:38 -07:00
  • 397e7f0363 feat(reflink): hook up relink / clone on the copy dialog Rachel Powers 2023-02-09 02:02:40 -07:00
  • c5bbe42b57 feat: reflink / Clone support! Rachel Powers 2023-02-08 23:42:13 -07:00
  • c9105e525e fix: follow symlinks when exporting Rachel Powers 2023-02-08 18:52:50 -07:00
  • 1bed7754e0 feat(symlinks): make recursive links explicit Rachel Powers 2023-02-08 18:39:17 -07:00
  • 5978882378 feat(symlinks&hardlinks): linkup copy dialog Rachel Powers 2023-02-08 14:30:45 -08:00
  • 8ba51c7900 refactor: make complete list of links to make and send that. Rachel Powers 2023-02-08 12:36:15 -08:00
  • 6d160a7b7e feat: successful process elevation and comunication! Rachel Powers 2023-02-08 00:35:03 -08:00
  • 32409a361b fix CMakeLits.txt for non MSVC windows builds Rachel Powers 2023-02-07 03:31:46 -07:00
  • 2ceefea5f3 qt5 compatability Rachel Powers 2023-02-07 03:27:49 -07:00
  • 485f156e57 working outside windows Rachel Powers 2023-02-07 02:56:16 -07:00
  • f794e49bb6 we want to make links! Rachel Powers 2023-02-06 23:05:06 -08:00
  • 46f448dfba Improve invokeMethod syntax TheKodeToad 2023-03-19 21:26:25 +00:00
  • 710156b9f1 Replace native file separator - this was accidentally brought to my attention on Modrinth's guild TheKodeToad 2023-03-19 21:25:12 +00:00
  • 6dcf34acdc
    Merge pull request #937 from DioEgizio/update-qt6 txtsd 2023-03-19 22:17:26 +05:30
  • d2f674e08f chore: update qt6 to 6.4.3 on windows and macos DioEgizio 2023-03-19 12:34:48 +01:00
  • ec8cb056bf QRegExp -> QRegularExpression :P TheKodeToad 2023-03-19 11:49:09 +00:00
  • 1893871a99
    Merge branch 'PrismLauncher:develop' into mrpack-export TheKodeToad 2023-03-18 14:02:05 +00:00
  • 8837f06e4e Only add summary if not empty TheKodeToad 2023-03-18 14:01:41 +00:00
  • 5346dfc782 Use first line of notes for summary TheKodeToad 2023-03-18 12:57:44 +00:00
  • ddca838e46 Info and error dialogs TODO: is there a better approach? TheKodeToad 2023-03-18 12:21:13 +00:00
  • 45b0367d14
    Merge pull request #931 from Janrupf/feature/custom-downloads-dir Sefa Eyeoglu 2023-03-14 13:53:51 +01:00
  • dce86edff0
    Merge pull request #934 from heftymouse/develop Sefa Eyeoglu 2023-03-14 13:52:44 +01:00
  • 84e91ec3b5
    Merge pull request #888 from Scrumplex/nix-stuff Sefa Eyeoglu 2023-03-14 13:52:31 +01:00
  • 05b6969ee5
    fix: add mnemonic to downloads directory setting Sefa Eyeoglu 2023-03-14 13:35:16 +01:00
  • af949f5cdd Add visual studio files to gitignore Nikhil B 2023-03-14 16:52:06 +05:30
  • 7707af08e3
    chore(nix): update sources Sefa Eyeoglu 2023-03-14 11:19:23 +01:00
  • 5db4fabcad
    chore(nix): add deadnix Sefa Eyeoglu 2023-03-14 10:59:43 +01:00
  • cfca82ceb3
    chore(nix)!: use overlays.default Sefa Eyeoglu 2023-03-14 10:58:41 +01:00
  • a1130dace0
    chore: format markdown files Sefa Eyeoglu 2023-03-14 10:54:50 +01:00
  • 95a0bd61a9
    feat(nix): add pre-commit-hooks.nix Sefa Eyeoglu 2023-03-14 10:53:51 +01:00
  • b324778be7
    feat(nix): add devShell Sefa Eyeoglu 2023-03-14 10:51:47 +01:00
  • 950f921c09
    refactor(nix): use flake-utils Sefa Eyeoglu 2023-03-14 10:50:07 +01:00
  • 9dff1bac83
    chore(nix): format code using alejandra Sefa Eyeoglu 2023-03-14 10:48:19 +01:00
  • c17f6e37e5 feat: Add setting for downloads directory Janrupf 2023-03-13 16:37:45 +01:00
  • e0e26a37b5
    Merge pull request #927 from kthchew/fix/mingw-build Sefa Eyeoglu 2023-03-13 21:24:48 +01:00
  • 15a0c03664
    Merge pull request #928 from PrismLauncher/renovate/actions-cache-3.x Sefa Eyeoglu 2023-03-13 18:14:35 +01:00
  • 7642e75b28
    Merge pull request #929 from Scrumplex/drop-snap txtsd 2023-03-13 22:37:16 +05:30
  • 4b36d1e3ea
    chore: drop Snap packaging Sefa Eyeoglu 2023-03-13 15:33:23 +01:00
  • 20525bec29
    chore(deps): update actions/cache action to v3.3.1 renovate[bot] 2023-03-13 10:50:27 +00:00
  • 430369feb8
    fix: explicit conversion to C string to fix MinGW g++ 10 build Kenneth Chew 2023-03-12 18:32:42 -04:00
  • 5ac3e5c958
    Update tomlplusplus library Kenneth Chew 2023-03-12 18:31:38 -04:00
  • abc2a529fb
    Merge pull request #919 from PrismLauncher/renovate/actions-cache-3.x txtsd 2023-03-09 20:54:31 +05:30
  • c638fd9056
    chore(deps): update actions/cache action to v3.3.0 renovate[bot] 2023-03-09 14:41:24 +00:00
  • 1dd96898e1
    Merge pull request #896 from TheKodeToad/modrinth-token Sefa Eyeoglu 2023-03-09 15:10:40 +01:00
  • 2cc9b0df06 Only select some paths by default - again! TheKodeToad 2023-03-08 18:10:52 +00:00
  • 3bd4ad7c93
    Merge pull request #918 from Scrumplex/qt6-default txtsd 2023-03-08 21:18:53 +05:30
  • a8ffdeca2b
    chore!: switch to Qt 6 by default Sefa Eyeoglu 2023-03-08 11:03:50 +01:00
  • 59b15c5f08
    Fix another duplicate name 🤦 TheKodeToad 2023-03-07 21:03:09 +00:00
  • 59cf8f678f
    (hopefully) Fix duplicates names TheKodeToad 2023-03-07 20:50:19 +00:00
  • 088be050b2
    Apply flowln's suggestion :) TheKodeToad 2023-03-07 20:46:27 +00:00
  • 5d5fcae501 Further reduce buggy behaviour TheKodeToad 2023-03-06 17:22:20 +00:00
  • 970ec8187c More refactoring TheKodeToad 2023-03-04 19:55:38 +00:00
  • 76f66148db Apply flowln's suggestion TheKodeToad 2023-03-05 18:21:24 +00:00
  • 6bdd6ce571
    Merge pull request #912 from Scrumplex/bump-ghc-filesystem Sefa Eyeoglu 2023-03-05 17:25:38 +01:00
  • dd96e1819d
    fix: remove unneeded alias for ghc_filesystem Sefa Eyeoglu 2023-03-05 14:24:40 +01:00
  • 07702d3be7
    fix: drop unneeded GHC_FILESYSTEM_WITH_INSTALL Sefa Eyeoglu 2023-03-05 14:23:40 +01:00
  • b9dfcf6d2f
    chore: bump ghc-filesystem Sefa Eyeoglu 2023-03-05 14:21:07 +01:00
  • f3f0652d2b
    Merge pull request #853 from kumquat-ir/nil Sefa Eyeoglu 2023-03-05 13:39:00 +01:00
  • aae60334d1
    Merge pull request #911 from flowln/fix_zip_extract_windows Sefa Eyeoglu 2023-03-05 13:09:25 +01:00
  • b38af948b9
    Merge pull request #857 from Ryex/fix_windows_default_apps Sefa Eyeoglu 2023-03-05 13:09:11 +01:00
  • 06de728aa7 fix: use toLocalFile() instead of path() flow 2023-03-05 08:24:56 -03:00
  • 87384182a1 Fix abort? TheKodeToad 2023-03-04 11:07:07 +00:00
  • f583e617ec Implement abort (possible broken?) and therefore make it work without crashing! The shared pointer was going out of scope 🤦. TheKodeToad 2023-03-04 10:37:52 +00:00
  • a2716f5cf6 Improve code Even more broken now (it is stuck loading forever)! TheKodeToad 2023-03-04 10:24:25 +00:00
  • 55f928f845 More consistent naming TheKodeToad 2023-03-03 15:06:29 +00:00
  • 2343aad088 Make it work! (TODO make it not crash) TheKodeToad 2023-03-03 15:00:07 +00:00
  • dcaa907fed Mod loader support TheKodeToad 2023-03-03 11:24:10 +00:00
  • adcdf28d64 Move task to another thread I don't know whether this is the prefered method. TheKodeToad 2023-03-03 11:14:57 +00:00
  • f28a7b9d08 Add PackIgnoreProxy.h to cmake TheKodeToad 2023-03-02 19:50:42 +00:00
  • 6505b0c065 Move logic to task TheKodeToad 2023-03-02 19:48:41 +00:00
  • 88ef02474f Minify index JSON TheKodeToad 2023-03-02 17:36:39 +00:00
  • 9ec32b2561 Fix QuaZipFile usage TheKodeToad 2023-03-02 17:36:28 +00:00
  • a5dd6b6cd7 Export without file urls TheKodeToad 2023-03-02 16:40:49 +00:00
  • 46cc325f7c Add file tree TheKodeToad 2023-03-02 11:25:36 +00:00
  • 0fadb5a2be Add *basic* interaction TheKodeToad 2023-03-01 21:11:04 +00:00
  • 8b897ac714 Fix menu being set as central widget TheKodeToad 2023-03-01 20:45:07 +00:00
  • a80b820e94 UI for mrpack export (broken) TheKodeToad 2023-03-01 19:38:27 +00:00
  • 4efbf22089 Prism-ify more license headers TheKodeToad 2023-03-02 10:19:26 +00:00
  • 5c913149c8
    Merge branch 'PrismLauncher:develop' into modrinth-token TheKodeToad 2023-03-02 10:10:46 +00:00
  • 9265c319a9
    Merge pull request #788 from flowln/other_resource_downloaders_two Sefa Eyeoglu 2023-03-02 10:08:45 +00:00
  • cbe6eff2fa Move Modrinth before CurseForge for consistency TheKodeToad 2023-03-02 09:28:14 +00:00
  • 1f3d18ec12 Replace with exact match and add TODO to improve TheKodeToad 2023-03-02 09:26:00 +00:00
  • 89255e34bd
    fix: change wording of TP/RP download buttons Sefa Eyeoglu 2023-03-02 09:42:28 +01:00