- May 22, 2025
-
-
Vasily Galkin authored
git checkout frozen-fluid-squash-merges; git reset --hard 51.21; git merge --no-ff frozen-fluid-develop-51.21
-
- Mar 23, 2025
-
-
Vasily Galkin authored
-
Vasily Galkin authored
# Conflicts: # bottles/frontend/windows/window.py
-
Vasily Galkin authored
# Conflicts: # bottles/backend/utils/connection.py
-
Vasily Galkin authored
-
Vasily Galkin authored
However resources are still need to be loaded from always-same path # Conflicts: # bottles/frontend/main.py
-
- Mar 17, 2025
-
-
Hari Rana authored
-
Hari Rana authored
-
Hari Rana authored
-
Hari Rana authored
-
Hari Rana authored
The GtkListBox::row-activated signal only emits when a row is activated, not the child widget. This means, the check button wouldn't trigger the emission of the signal, thereby not updating the NewBottleDialog:selected-environment property. Fixes https://github.com/bottlesdevs/Bottles/issues/3740
-
github-actions[bot] authored
libportal: Update libportal to 0.9.1 vte: Update vte to 0.79.90 vulkan-headers: Update Vulkan-Headers.git to 1.4.309.0 vulkan-tools: Update Vulkan-Tools.git to 1.4.309.0 ImageMagick: Update ImageMagick to 7.1.1-45 fast_float: Add fast_float
-
Hari Rana authored
-
Hari Rana authored
-
Hari Rana authored
-
Hari Rana authored
-
Hari Rana authored
-
Giannis Lagodimos authored
- Mar 06, 2025
-
-
Hari Rana authored
This also makes the preferences dialog open again.
-
Hari Rana authored
-
Hari Rana authored
This also removes the `<developer_name>` tag, as it's deprecated.
-
Hari Rana authored
-
Hari Rana authored
This also updates the screenshots from `data/appstream` to `data/screenshots`.
-
Sabri Ünal authored
appdata: translate=no properties It appears that the appstream project no longer supports `translatable=no` properties, and gettext extract the `translatable=no` marked strings as translatable. I opened an issue to inform about the situation, but `translatable=no` properties are not accepted by developers. You can find the issue here: https://github.com/ximion/appstream/issues/623
-
David Yantis authored
revert: Duplicated NVIDIA GPUs Fixed by flathub/org.freedesktop.Platform.GL.nvidia#331
-
Hari Rana authored
This is important to have because complex toggles require slightly different parameters. Fixes https://github.com/bottlesdevs/Bottles/issues/3720
- Jan 15, 2025
- Jan 13, 2025
-
-
Jonatas Esteves authored
* Move non-obvious code blocks into methods to better describe why it is needed * Update all comments
-
Jonatas Esteves authored
-
Jonatas Esteves authored
* Only show the apply button when the value is valid * Don't add error style to the text field when the value is empty or when it doesn't contain an equal sign
-
Jonatas Esteves authored
-
Jonatas Esteves authored
Traverse AdwEntryRow's widget tree to remove visibility of the title labels and change alignment of the text entry to center. This implementation is tightly coupled with the internal representation of AdwEntryRow. Checks were added to prevent crashing if that representation changes, but in such case the layout may get askew.
-