aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs
AgeCommit message (Expand)Author
2023-05-28fix(memory leak): don't give shared pointers out to foldermodels (causes cycl...Rachel Powers
2023-05-22Enable size gripTheKodeToad
2023-05-15Better variable name :pKode
2023-05-15De-hardcode .indexTheKodeToad
2023-05-14Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-05-14Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-05-13Merge branch 'develop' into mrpack-exportKode
2023-05-13Make some changesTheKodeToad
2023-05-07Merge remote-tracking branch 'upstream/develop' into better-tasksRachel Powers
2023-05-07Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-05-05Apply suggestions from code reviewRachel Powers
2023-05-05Fixed code errorTrial97
2023-05-04Updated required_by as dependencyTrial97
2023-05-04fix: super lax compareRachel Powers
2023-05-04Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into developTrial97
2023-05-04Fixed commentsTrial97
2023-05-04Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-05-03fix add an addtion lax file name match with ` ` replaced with `+`Rachel Powers
2023-05-03Initialized variableTrial97
2023-05-03Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into...Trial97
2023-05-03Moved the selected resources to one listTrial97
2023-05-02Merge pull request #833 from Ryex/advanced_copy_instanceSefa Eyeoglu
2023-05-01refactor: Qt can handle const& in signals and slotsRachel Powers
2023-05-01refactor: propogate only only one StepProgress at a timeRachel Powers
2023-05-01feat: add `details` signal to `Task`Rachel Powers
2023-05-01fix: properly map progress rangeRachel Powers
2023-05-01feat: Propogated subtask progressRachel Powers
2023-05-01feat: better task trackingRachel Powers
2023-04-29refactor: pass instance ptr to resource models. use it to find instance root.Rachel Powers
2023-04-28chore: remove FTB modpack supportSefa Eyeoglu
2023-04-27Removed extra codeTrial97
2023-04-22Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into developTrial97
2023-04-22Better version handlingTrial97
2023-04-21Fixed assertTrial97
2023-04-21Updated linksTrial97
2023-04-21More cleanupTrial97
2023-04-21Small cleanupTrial97
2023-04-21Refator task to work with multiple providersTrial97
2023-04-21Hope to fix windows build errorsTrial97
2023-04-21Small headers removalTrial97
2023-04-21Fixed headersTrial97
2023-04-21Merge branch 'PrismLauncher:develop' into developAlexandru Ionut Tripon
2023-04-21First working version with curseforge modsTrial97
2023-04-17Boring changesTheKodeToad
2023-04-12refactor: rename watch_subdirectories -> watch_recurisve (prevent confusion o...Rachel Powers
2023-04-07fix: canonical*File*Path()Rachel Powers
2023-04-03fix: harden watchPath. NO DUPLICATES! >:(Rachel Powers
2023-04-02fix: no loops in watch paths! >:(Rachel Powers
2023-03-28Skip lookup if no files and fail if zipping failsTheKodeToad
2023-03-27fix: use QDir::Filter::NoDotAndDotDotRachel Powers