summaryrefslogtreecommitdiffhomepage
path: root/proto-wine
AgeCommit message (Collapse)Author
2024-10-02fixed qt tab orderPriton-CE
2024-10-02implemented requested change: use combo data instead of textPriton-CE
2024-09-21added a (hacky) fix to compensate for QTs broken autoexclusivePriton-CE
2024-09-21fixed duplicating proton versions againPriton-CE
2024-09-21improved wine settings dialog startup timePriton-CE
2024-09-21removed unneded includePriton-CE
2024-09-21moved app id check into the correct if statementPriton-CE
2024-09-21added missing debug statementPriton-CE
2024-09-21added handling for custom proton prefixes and cleaned up the wine protocol ↵Priton-CE
init procedure
2024-09-21fixed ui issues and tied a browse window the the proton prefix buttonPriton-CE
2024-09-20fixed an issue where proton versions would get added when already presentPriton-CE
2024-09-20improved name filters to be per directoryPriton-CE
2024-09-20added tooltips and german translationPriton-CE
2024-09-20added comments and missing disablePriton-CE
2024-09-20implemented logic to disable irrelevant ui componentsPriton-CE
2024-09-20restructured proto-wine ui (incl. German translation)Priton-CE
2024-08-04i18n: add German translationsKai Krakow
2024-07-07proto-wine: Add search paths for debian-installationJakub Czapiga
Steam installer on Ubuntu places its files in $HOME/.steam/debian-installation/ This patch fixes error: "Couldn't find steam runtime"
2024-06-08Fixed copy-pasta leftoversKiril Zvezdarov
2024-06-08Refactored proton_path to be the dist dir locationKiril Zvezdarov
From Proton 9.0 and up, the directory containing library files and wine executables - previously called `dist`, appears to have been renamed to `files`. This breaks OpenTrack with newer Proton versions, because the path to the `wine` executable and proton library files is constructed as `:PROTON_PATH/dist/bin/wine`, i.e. the dist dir name is hardcoded. To fix this while preserving backward compatibility, this commit changes `proton_path` to point to the `dist` dir directly, be it `files` for 9.0+ or `dist` for older versions. Templated variables are adjusted accordingly to omit the dist dir. Obtaining the dist. dir path for a specific Proton version is done by recursively iterating the version's directory, looking for the `wine` executable. The first match is used to discover the grandparent dir path, which is the desired `:PROTON_PATH/:DIST_DIR` path.
2023-11-13Fix build for wine without wrapperFrancesco Zanini
`connected_game` is only declared in a specific configuration.
2023-02-28ci: maybe this time?Stanislaw Halik
2023-02-28ci: almost thereStanislaw Halik
2023-02-28Revert "proto/wine: try to detect CI wineg++"Stanislaw Halik
This reverts commit da34d6ba965f7db40c1f3ee8aa2231cede573f6c. Reported by: ljgdasfhk (Artem Sobolev) Issue: #726
2023-02-26Merge pull request #1621 from Priton-CE/patch-1Stanislaw Halik
2023-02-26remove Star Citizen refrence from recent PR.Eric
2023-02-26proto/wine: try to detect CI wineg++Stanislaw Halik
2023-02-26proto/wine: kill verbose warningStanislaw Halik
The .csv lookup may fail and thus result in this message getting printed 250 times per second.
2023-02-26moved changes from master to upstream-mergePriton-CE
2022-04-19fix i18n generationStanislaw Halik
2020-06-24Only set the wineprefix if not using protonRussell Sim
Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine
2020-06-17Remove qDebug statementRussell Sim
2020-06-17Replace exception handling with error return valueRussell Sim
2020-06-14Implement error handlingRussell Sim
2020-06-14Remove unnecessary variable assignmentRussell Sim
2020-06-14Simplify proton dirfilterRussell Sim
2020-06-14Remove prefx and sort includesRussell Sim
2020-06-13Proton directory discoveryRussell Sim
Use search paths to find proton wine and the app directory, so that we can support steam installations in multiple locations and 3rd party proton installations.
2020-05-31proto/wine: fix osx sdk build hackStanislaw Halik
2020-05-10proto-wine: remove dead declarationsStanislaw Halik
2020-05-10proto/wine: fix build on newer WineStanislaw Halik
Patch by: @jp7677
2020-03-07fix qprocess race on unixStanislaw Halik
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2020-02-10proto/wine: add Proton 5.0 version numberJens Peters
2020-02-03proto/wine: allow disabling freetrack/npclientStanislaw Halik
Fixes #1042
2020-02-03proto/wine: fix includesStanislaw Halik
2019-10-29proto/wine: add support for setting WINEPREFIXStanislaw Halik
2019-10-29proto/wine: refresh i18nStanislaw Halik
2019-10-29proto/wine: use more common term for steam appidStanislaw Halik
Suggested by: @jp7677
2019-10-28proto/wine: refresh i18nStanislaw Halik