Commit Graph

  • 718abaae0e doc fixes Rachel Powers 2023-05-06 19:18:39 -0700
  • 62a402d05a refactor: move functions to utils + code-review fixes Rachel Powers 2023-05-06 19:10:58 -0700
  • ce5bb29c44
    Merge pull request #1054 from Ryex/more-lax-block-mods-filename-check Sefa Eyeoglu 2023-05-06 09:54:59 +0200
  • d535f73a58
    Merge pull request #950 from DioEgizio/resize-settings Sefa Eyeoglu 2023-05-06 08:28:46 +0200
  • d38696f411
    Update launcher/ui/pages/global/MinecraftPage.ui DioEgizio 2023-05-06 07:15:14 +0200
  • d0b6f0124b change: don't search appdata locaiton for logging rules if using custom data dir Rachel Powers 2023-05-05 14:13:34 -0700
  • b266068644
    Apply suggestions from code review Rachel Powers 2023-05-05 14:07:10 -0700
  • e0635955df fix: super lax compare Rachel Powers 2023-05-04 13:30:39 -0700
  • 5ec4cbf1cb fix add an addtion lax file name match with replaced with + Rachel Powers 2023-05-03 20:31:15 -0700
  • e0380960fd Change to use future TheKodeToad 2023-05-02 14:23:27 +0100
  • 64ba5e4ed1
    Merge pull request #833 from Ryex/advanced_copy_instance Sefa Eyeoglu 2023-05-02 12:11:41 +0200
  • 733619ca74 feat: estimate remining time on downloads Rachel Powers 2023-04-09 15:10:49 -0700
  • 9f9c829bc5 fix: prevent logspam, fix MacOS theme artifacts Rachel Powers 2023-04-08 12:30:11 -0700
  • 236764adf6 refactor: Qt can handle const& in signals and slots Rachel Powers 2023-04-07 19:44:57 -0700
  • a80b425551 fix: no need for const bool Rachel Powers 2023-04-07 13:04:32 -0700
  • d7032d975c fix: no need to loop all sub tasks Rachel Powers 2023-04-07 13:01:45 -0700
  • 96decbac27 feat: default qtlogging.ini file Rachel Powers 2023-04-03 15:14:24 -0700
  • 0fb6a2836b refactor: propogate only only one StepProgress at a time Rachel Powers 2023-04-02 21:51:07 -0700
  • fe36471b8d refactor: logging.h -> Logging.h Rachel Powers 2023-04-02 19:43:43 -0700
  • 6b28af6cc5 fix: clean up license headers for Tasks Rachel Powers 2023-04-02 19:40:32 -0700
  • 6306fb564b feat: add UID to debug lines of upload tasks Rachel Powers 2023-04-01 10:57:55 -0700
  • cdccb25fe3 feat: add download size to download details alongside speed Rachel Powers 2023-04-01 10:41:07 -0700
  • b6452215c1 feat: add details signal to Task feat: add details to mod pack downloading feat: add logging rule sloading form ligging.ini at data path root feat: add launcher.task launcher.task.net and launcher.task.net.[down|up]load` logging categories fix: add new subtask progress to the end of the lay out not the beginning (cuts down on flickering) Rachel Powers 2023-03-31 19:25:01 -0700
  • f1028fa66d fix: properly map progress range - doument PCRE used for URL compacting Rachel Powers 2023-03-31 12:29:59 -0700
  • 9d2f0e4dc8 feat: Propogated subtask progress Rachel Powers 2023-03-30 23:50:29 -0700
  • f997529cd4 feat: better task tracking Rachel Powers 2023-03-30 11:22:55 -0700
  • 495103f72e fix: set x-xbl-contract-version header during xbox auth step Rachel Powers 2023-04-29 14:30:57 -0700
  • d80dee2a54 refactor: pass instance ptr to resource models. use it to find instance root. Rachel Powers 2023-04-29 19:38:51 -0700
  • 788fa40c2a refactor: Move ini to use QSettings && drop get/setList functions Rachel Powers 2023-04-29 18:05:48 -0700
  • ae75585b52
    Merge pull request #1040 from Scrumplex/remove-modpacksch Sefa Eyeoglu 2023-04-29 08:04:53 +0200
  • ff07714e8c
    chore: remove FTB modpack support Sefa Eyeoglu 2023-04-27 16:01:40 +0200
  • f54fc16718
    Merge pull request #1025 from japa4551/lastLaunchTimeDate Sefa Eyeoglu 2023-04-27 10:09:53 +0200
  • 7298f9c273
    Fixed typo Japa 2023-04-26 16:06:17 -0300
  • 672f5cf160
    Update launcher/minecraft/MinecraftInstance.cpp Japa 2023-04-21 19:46:33 -0300
  • 92cda68480
    Update launcher/minecraft/MinecraftInstance.cpp Japa 2023-04-21 11:18:17 -0300
  • f41426f394
    Instance Description displays the last launch date Japa 2023-04-21 00:30:38 -0300
  • 8dc3267925
    Merge pull request #994 from PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x DioEgizio 2023-04-18 18:54:11 +0200
  • 709736d3f9 Make response const TheKodeToad 2023-04-17 13:52:51 +0100
  • 12f0d51c0c Fix: signal/slot macro -> func pointer & network fixes - convert qt connect calls to use function pointers instead of the signal/slot macros wherever practical (UI classes were mostly left alone, target was tasks and processes) - give signals an explicit receivers to use the static method over the instance method wherever practical - ensure networks tasks are using the errorOccured signal added in Qt5.15 over the deprecated error signal - ensure all networks tasks have an sslErrors signal connected - add seemingly missing MinecraftAccount::authSucceeded connection for MSAInteractive login flow Rachel Powers 2023-04-17 17:51:34 -0700
  • 2e9403a324 This was moved TheKodeToad 2023-04-17 13:19:59 +0100
  • ba17efa381 Smol fixes TheKodeToad 2023-04-17 13:18:25 +0100
  • b8e0c8ebc6 Boring changes TheKodeToad 2023-04-17 10:16:03 +0100
  • 1b05303250
    Merge pull request #946 from Ryex/subfolder-watch Sefa Eyeoglu 2023-04-14 17:10:25 +0200
  • 51095c5a27
    chore(deps): update hendrikmuhs/ccache-action action to v1.2.9 renovate[bot] 2023-04-14 06:31:06 +0000
  • a02f67ed0e refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion of behavior) Rachel Powers 2023-04-12 11:30:02 -0700
  • 3a7961834a
    Remove seek Kode 2023-04-09 21:28:40 +0100
  • 95842ee25f
    Merge pull request #983 from DioEgizio/update-qt650-win DioEgizio 2023-04-08 22:14:26 +0200
  • 371c839573 chore: update Qt to 6.5.0 on Windows DioEgizio 2023-04-08 19:38:46 +0200
  • 1b8b044b52
    Merge pull request #982 from Scrumplex/fix-theming-style DioEgizio 2023-04-08 19:26:43 +0200
  • a988111507
    fix: do not apply system theme on launch Sefa Eyeoglu 2023-04-08 18:48:02 +0200
  • c56db0408b fix: load setting state with page. don't translate "..." Rachel Powers 2023-04-08 07:26:56 -0700
  • 2321d9c065 fix: canonical*File*Path() Rachel Powers 2023-04-07 18:36:35 -0700
  • ed085630db
    Merge pull request #968 from Scrumplex/nix/sync-2023-04-02 flow 2023-04-07 06:51:14 -0700
  • 74d5c7c1a4
    Merge pull request #972 from DioEgizio/update-qt650 flow 2023-04-07 06:50:02 -0700
  • 813ccc1381 How did i- TheKodeToad 2023-04-07 11:03:11 +0100
  • b65f4c9536 Better collectFileListRecursively error TheKodeToad 2023-04-06 19:59:15 +0100
  • 012d8bb468 Revert concurrent syntax TheKodeToad 2023-04-06 19:58:09 +0100
  • d7a137ad13 Remove more prototype not good code TheKodeToad 2023-04-06 19:24:19 +0100
  • 073aaf9b3b Remove "prototype" field TheKodeToad 2023-04-06 19:19:35 +0100
  • 871d647c93 Use local metadata TheKodeToad 2023-04-06 19:18:36 +0100
  • 0ce3049579 fix: sysinfo libs needed too Rachel Powers 2023-04-03 18:48:28 -0700
  • de20258aa7 fix: filelink needs network for local socket Rachel Powers 2023-04-03 18:30:28 -0700
  • 41c5e523b2 fix: add back QT::Widgets link Rachel Powers 2023-04-03 18:09:01 -0700
  • 197be9cfd0 fix: remove fixed datastream version Rachel Powers 2023-04-03 18:00:56 -0700
  • 5b50b806ec refactor: remove data duplication in statis FS Names Rachel Powers 2023-04-03 17:14:06 -0700
  • 62c59820cf fix: harden watchPath. NO DUPLICATES! >:( Rachel Powers 2023-04-03 15:26:26 -0700
  • 0cf1fc72a3 chore: update to qt 6.5.0 on macos DioEgizio 2023-04-03 16:01:07 +0200
  • 5ce7874280 fix: no loops in watch paths! >:( Rachel Powers 2023-04-02 18:55:21 -0700
  • ba2b5c3a65
    fix: Apply suggestions from code review Rachel Powers 2023-04-02 16:39:13 -0700
  • 0a9081cb87
    Merge pull request #965 from getchoo/update-manoghud-detection Sefa Eyeoglu 2023-04-02 17:55:19 +0200
  • eea1e3b800
    Merge pull request #967 from PrismLauncher/renovate/flatpak-flatpak-github-actions-6.x flow 2023-04-02 08:03:02 -0700
  • 70364884a9
    feat(nix): add support for GameMode Sefa Eyeoglu 2023-04-02 11:35:35 +0200
  • ea7f03770c
    refactor(nix): use qtWrapperArgs Sefa Eyeoglu 2023-04-02 11:33:04 +0200
  • bc1a7d2890
    Merge pull request #966 from getchoo/use-ninja txtsd 2023-04-02 14:06:35 +0530
  • 732bc53692
    chore(deps): update flatpak/flatpak-github-actions action to v6 renovate[bot] 2023-04-02 03:14:42 +0000
  • 4055e34320
    chore: use system architecture to detect vulkan layers seth 2023-04-01 12:56:09 -0400
  • 81b1406290
    feat(nix): use ninja for builds seth 2023-04-01 12:58:15 -0400
  • 538092b727 fix: typos, CamelCase to camelCase the new names Rachel Powers 2023-03-31 20:22:07 -0700
  • 4df4b43900
    fix: Apply suggestions from code review (string changes) Rachel Powers 2023-03-31 18:25:29 -0700
  • 3e3b92d4c1
    chore: improve detection of newer vulkan layers seth 2023-03-31 20:09:26 +0000
  • c7dc115365
    fix: search for newer mangohud vulkan layers seth 2023-03-31 11:13:18 -0400
  • e42050cc8a Skip lookup if no files and fail if zipping fails TheKodeToad 2023-03-28 14:22:28 +0100
  • df17f5e899 fix: use QDir::Filter::NoDotAndDotDot Rachel Powers 2023-03-27 19:11:26 -0700
  • a0045ece07 feat: add setting to watch recursively Rachel Powers 2023-03-27 19:01:53 -0700
  • 4c013e59f0 divide minecraftpage into tabs DioEgizio 2023-03-25 10:45:34 +0100
  • 09d607f39c
    Merge pull request #945 from Scrumplex/fix-logging-newlines Sefa Eyeoglu 2023-03-25 10:37:02 +0100
  • 9418c62d95
    refactor: reprocess log lines per instance Sefa Eyeoglu 2023-03-22 10:32:17 +0100
  • ef50e5595e fix: don't try to watch the entier filesystem by watching parent links Rachel Powers 2023-03-21 12:10:28 -0700
  • 02bf086c09 feat: watch sub directories for mods Rachel Powers 2023-03-21 11:07:20 -0700
  • 77932061bc
    chore: update ignores for Nix Sefa Eyeoglu 2023-03-21 18:33:41 +0100
  • 44bf32e729
    fix: handle partial lines in LoggedProcess Sefa Eyeoglu 2023-03-21 18:28:32 +0100
  • 0c986ba4d0 spelling and formatting Rachel Powers 2023-03-20 16:38:40 -0700
  • a28193430c fix: adjust geometry and add missing tooltip Rachel Powers 2023-03-14 16:17:43 -0700
  • 0bec0046bb format: clang-format to fix windows fallout Rachel Powers 2023-03-03 07:28:59 -0700
  • a96519cbdc workflow: add filelink.exe to SignTool call Rachel Powers 2023-03-03 06:39:13 -0700
  • 458c2f38bc cleanup: code review sugestions Rachel Powers 2023-03-03 06:33:37 -0700
  • dc5402349e refactor: use UUID toString mode Rachel Powers 2023-02-23 19:08:35 -0700
  • ae289c923c fix: clean up initial review comments (flowin) Rachel Powers 2023-02-22 17:40:07 -0700
  • e0ef86340f feat: connect new help button help-pages/instance-copy Rachel Powers 2023-02-16 03:31:04 -0700
  • 1ca2c59f2e feat: track instance copies that use links confirm deleations when other instances link to it Rachel Powers 2023-02-15 22:01:27 -0700