Compare commits
	
		
			21 Commits
		
	
	
		
			84d5e46a74
			...
			renovate/a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 92572bf5a1 | ||
| 438e9737ea | |||
| 2d39a4c740 | |||
| 567203b0b0 | |||
| 502cbc5030 | |||
| 9b61215152 | |||
| 10d3fe8ab4 | |||
| a568ad9ef8 | |||
| f074843fc8 | |||
| 4ab078b93e | |||
| 7df6ad3b80 | |||
| 464ad0fe9c | |||
| cde92885d4 | |||
| 120c7b319c | |||
| 596aed0077 | |||
| 6fc6cb1e02 | |||
| 186e28a19b | |||
| 28e4d1e77c | |||
| fff1f888c4 | |||
| fdd5a0a3d5 | |||
| 792e52d981 | 
| @@ -94,7 +94,7 @@ jobs: | ||||
|     name: Build Arch Package | ||||
|     runs-on: ubuntu-22.04 | ||||
|     container: | ||||
|       image: archlinux:base-devel@sha256:06ab929f935145dd65994a89dd06651669ea28d43c812f3e24de990978511821 | ||||
|       image: archlinux:base-devel@sha256:87a967f07ba6319fc35c8c4e6ce6acdb4343b57aa817398a5d2db57bd8edc731 | ||||
|       volumes: | ||||
|         - /usr:/usr-host | ||||
|         - /opt:/opt-host | ||||
|   | ||||
| @@ -8,7 +8,7 @@ on: | ||||
|  | ||||
| env: | ||||
|   # Common version, will be used for tagging the release | ||||
|   VERSION: 0.1.7 | ||||
|   VERSION: 0.1.8 | ||||
|   PKGDEST: "/tmp/portprotonqt" | ||||
|   PACKAGE: "portprotonqt" | ||||
|   GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} | ||||
| @@ -188,4 +188,4 @@ jobs: | ||||
|           tag_name: v${{ env.VERSION }} | ||||
|           prerelease: true | ||||
|           files: release/**/* | ||||
|           sha256sum: true | ||||
|           sha256sum: false | ||||
|   | ||||
| @@ -138,7 +138,7 @@ jobs: | ||||
|     needs: changes | ||||
|     if: needs.changes.outputs.arch == 'true' || github.event_name == 'workflow_dispatch' | ||||
|     container: | ||||
|       image: archlinux:base-devel@sha256:06ab929f935145dd65994a89dd06651669ea28d43c812f3e24de990978511821 | ||||
|       image: archlinux:base-devel@sha256:87a967f07ba6319fc35c8c4e6ce6acdb4343b57aa817398a5d2db57bd8edc731 | ||||
|       volumes: | ||||
|         - /usr:/usr-host | ||||
|         - /opt:/opt-host | ||||
|   | ||||
							
								
								
									
										10
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						| @@ -3,16 +3,24 @@ | ||||
| Все заметные изменения в этом проекте фиксируются в этом файле. | ||||
| Формат основан на [Keep a Changelog](https://keepachangelog.com/) и придерживается принципов [Semantic Versioning](https://semver.org/). | ||||
|  | ||||
| ## [Unreleased] | ||||
| ## [0.1.8] - 2025-10-18 | ||||
|  | ||||
| ### Added | ||||
| - В настройки добавлен пункт для выбора типа геймпада для подсказок по управлению | ||||
| - В настройки добавлен пункт для выбора сворачивать ли приложение в трей или нет | ||||
| - К диалогу добавления игры, Winetricks, диалогу выбора файлов и виртуальной клавиатуре добавлены подсказки по управлению с геймпада | ||||
| - Во вкладку автоустановок добавлен слайдер изменения размера карточек (они со слайдером в библиотеке независимы) | ||||
|  | ||||
| ### Changed | ||||
| - При завершении автоустановки приложение больше не перезапускается | ||||
| - Выбор exe в диалоге добавления игры больше не перезаписывает введенное в поле название | ||||
| - Обновлены и дополнены скриншоты темы | ||||
|  | ||||
| ### Fixed | ||||
| - Исправлено наложение карточек при смене фильтра игр | ||||
| - Исправлена невозможность запуска приложения без подключёного геймпада | ||||
| - Исправлена невозможность установки компонентов Winetricks через геймпад | ||||
| - Ресиверы и виртуальные устройства больше не считаются за геймпад | ||||
|  | ||||
|  | ||||
| ### Contributors | ||||
|   | ||||
| @@ -36,7 +36,7 @@ AppDir: | ||||
|     id: ru.linux_gaming.PortProtonQt | ||||
|     name: PortProtonQt | ||||
|     icon: ru.linux_gaming.PortProtonQt | ||||
|     version: 0.1.7 | ||||
|     version: 0.1.8 | ||||
|     exec: usr/bin/python3 | ||||
|     exec_args: "-m portprotonqt.app $@" | ||||
|   apt: | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| pkgname=portprotonqt | ||||
| pkgver=0.1.7 | ||||
| pkgver=0.1.8 | ||||
| pkgrel=1 | ||||
| pkgdesc="Modern GUI for managing and launching games from PortProton, Steam, and Epic Games Store" | ||||
| arch=('any') | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| %global pypi_name portprotonqt | ||||
| %global pypi_version 0.1.7 | ||||
| %global pypi_version 0.1.8 | ||||
| %global oname PortProtonQt | ||||
| %global _python_no_extras_requires 1 | ||||
|  | ||||
|   | ||||
| @@ -21,9 +21,9 @@ Current translation status: | ||||
|  | ||||
| | Locale | Progress | Translated | | ||||
| | :----- | -------: | ---------: | | ||||
| | [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 of 241 | | ||||
| | [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 of 241 | | ||||
| | [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 241 of 241 | | ||||
| | [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 of 249 | | ||||
| | [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 of 249 | | ||||
| | [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 249 of 249 | | ||||
|  | ||||
| --- | ||||
|  | ||||
|   | ||||
| @@ -21,9 +21,9 @@ | ||||
|  | ||||
| | Локаль | Прогресс | Переведено | | ||||
| | :----- | -------: | ---------: | | ||||
| | [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 из 241 | | ||||
| | [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 из 241 | | ||||
| | [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 241 из 241 | | ||||
| | [de_DE](./de_DE/LC_MESSAGES/messages.po) | 0% | 0 из 249 | | ||||
| | [es_ES](./es_ES/LC_MESSAGES/messages.po) | 0% | 0 из 249 | | ||||
| | [ru_RU](./ru_RU/LC_MESSAGES/messages.po) | 100% | 249 из 249 | | ||||
|  | ||||
| --- | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ from portprotonqt.cli import parse_args | ||||
|  | ||||
| __app_id__ = "ru.linux_gaming.PortProtonQt" | ||||
| __app_name__ = "PortProtonQt" | ||||
| __app_version__ = "0.1.7" | ||||
| __app_version__ = "0.1.8" | ||||
|  | ||||
| def get_version(): | ||||
|     try: | ||||
|   | ||||
| @@ -177,6 +177,26 @@ def save_card_size(card_width): | ||||
|     with open(CONFIG_FILE, "w", encoding="utf-8") as configfile: | ||||
|         cp.write(configfile) | ||||
|  | ||||
| def read_auto_card_size(): | ||||
|     """Reads the card size (width) for Auto Install from the [Cards] section. | ||||
|     Returns 250 if the parameter is not set. | ||||
|     """ | ||||
|     cp = read_config_safely(CONFIG_FILE) | ||||
|     if cp is None or not cp.has_section("Cards") or not cp.has_option("Cards", "auto_card_width"): | ||||
|         save_auto_card_size(250) | ||||
|         return 250 | ||||
|     return cp.getint("Cards", "auto_card_width", fallback=250) | ||||
|  | ||||
| def save_auto_card_size(card_width): | ||||
|     """Saves the card size (width) for Auto Install to the [Cards] section.""" | ||||
|     cp = read_config_safely(CONFIG_FILE) or configparser.ConfigParser() | ||||
|     if "Cards" not in cp: | ||||
|         cp["Cards"] = {} | ||||
|     cp["Cards"]["auto_card_width"] = str(card_width) | ||||
|     with open(CONFIG_FILE, "w", encoding="utf-8") as configfile: | ||||
|         cp.write(configfile) | ||||
|  | ||||
|  | ||||
| def read_sort_method(): | ||||
|     """Reads the sort method from the [Games] section. | ||||
|     Returns 'last_launch' if the parameter is not set. | ||||
| @@ -427,3 +447,22 @@ def save_favorite_folders(folders): | ||||
|     cp["FavoritesFolders"]["folders"] = f'"{fav_str}"' | ||||
|     with open(CONFIG_FILE, "w", encoding="utf-8") as configfile: | ||||
|         cp.write(configfile) | ||||
|  | ||||
| def read_minimize_to_tray(): | ||||
|     """Reads the minimize-to-tray setting from the [Display] section. | ||||
|     Returns True if the parameter is missing (default: minimize to tray). | ||||
|     """ | ||||
|     cp = read_config_safely(CONFIG_FILE) | ||||
|     if cp is None or not cp.has_section("Display") or not cp.has_option("Display", "minimize_to_tray"): | ||||
|         save_minimize_to_tray(True) | ||||
|         return True | ||||
|     return cp.getboolean("Display", "minimize_to_tray", fallback=True) | ||||
|  | ||||
| def save_minimize_to_tray(minimize_to_tray): | ||||
|     """Saves the minimize-to-tray setting to the [Display] section.""" | ||||
|     cp = read_config_safely(CONFIG_FILE) or configparser.ConfigParser() | ||||
|     if "Display" not in cp: | ||||
|         cp["Display"] = {} | ||||
|     cp["Display"]["minimize_to_tray"] = str(minimize_to_tray) | ||||
|     with open(CONFIG_FILE, "w", encoding="utf-8") as configfile: | ||||
|         cp.write(configfile) | ||||
|   | ||||
| @@ -91,6 +91,130 @@ def generate_thumbnail(inputfile, outfile, size=128, force_resize=True): | ||||
|         logger.error(f"Ошибка при сохранении миниатюры: {e}") | ||||
|         return False | ||||
|  | ||||
| def create_dialog_hints_widget(theme, main_window, input_manager, context='default'): | ||||
|     """ | ||||
|     Common function to create hints widget for all dialogs. | ||||
|     Uses main_window for get_button_icon/get_nav_icon, input_manager for gamepad detection. | ||||
|     """ | ||||
|     theme_manager = ThemeManager() | ||||
|     current_theme_name = read_theme_from_config() | ||||
|  | ||||
|     hintsWidget = QWidget() | ||||
|     hintsWidget.setStyleSheet(theme.STATUS_BAR_STYLE) | ||||
|     hintsLayout = QHBoxLayout(hintsWidget) | ||||
|     hintsLayout.setContentsMargins(10, 0, 10, 0) | ||||
|     hintsLayout.setSpacing(20) | ||||
|  | ||||
|     dialog_actions = [] | ||||
|  | ||||
|     # Context-specific actions (gamepad only, no keyboard) | ||||
|     if context == 'file_explorer': | ||||
|         dialog_actions = [ | ||||
|             ("confirm", _("Open")),        # A / Cross | ||||
|             ("add_game", _("Select Dir")), # X / Triangle | ||||
|             ("prev_dir", _("Prev Dir")),   # Y / Square | ||||
|             ("back", _("Cancel")),         # B / Circle | ||||
|             ("context_menu", _("Menu")),   # Start / Options | ||||
|         ] | ||||
|     elif context == 'winetricks': | ||||
|         dialog_actions = [ | ||||
|             ("confirm", _("Toggle")),         # A / Cross | ||||
|             ("add_game", _("Install")),       # X / Triangle | ||||
|             ("prev_dir", _("Force Install")), # Y / Square | ||||
|             ("back", _("Cancel")),            # B / Circle | ||||
|             ("prev_tab", _("Prev Tab")),      # LB / L1 | ||||
|             ("next_tab", _("Next Tab")),      # RB / R1 | ||||
|         ] | ||||
|  | ||||
|     hints_labels = []  # Store for updates (returned for class storage) | ||||
|  | ||||
|     def make_hint(icon_name, text, action=None): | ||||
|         container = QWidget() | ||||
|         hlayout = QHBoxLayout(container) | ||||
|         hlayout.setContentsMargins(0, 5, 0, 0) | ||||
|         hlayout.setSpacing(6) | ||||
|  | ||||
|         icon_label = QLabel() | ||||
|         icon_label.setFixedSize(26, 26) | ||||
|         icon_label.setAlignment(Qt.AlignmentFlag.AlignCenter) | ||||
|  | ||||
|         pixmap = QPixmap() | ||||
|         icon_path = theme_manager.get_theme_image(icon_name, current_theme_name) | ||||
|         if icon_path: | ||||
|             pixmap.load(str(icon_path)) | ||||
|         if not pixmap.isNull(): | ||||
|             icon_label.setPixmap(pixmap.scaled(26, 26, Qt.AspectRatioMode.KeepAspectRatio, Qt.TransformationMode.SmoothTransformation)) | ||||
|  | ||||
|         hlayout.addWidget(icon_label) | ||||
|  | ||||
|         text_label = QLabel(text) | ||||
|         text_label.setStyleSheet(theme.LAST_LAUNCH_VALUE_STYLE) | ||||
|         text_label.setAlignment(Qt.AlignmentFlag.AlignVCenter | Qt.AlignmentFlag.AlignLeft) | ||||
|         hlayout.addWidget(text_label) | ||||
|  | ||||
|         # Initially hidden; show only if gamepad connected | ||||
|         container.setVisible(False) | ||||
|         hints_labels.append((container, icon_label, action)) | ||||
|  | ||||
|         hintsLayout.addWidget(container) | ||||
|  | ||||
|     # Add gamepad hints only | ||||
|     for action, text in dialog_actions: | ||||
|         make_hint("placeholder", text, action) | ||||
|  | ||||
|     hintsLayout.addStretch() | ||||
|  | ||||
|     # Return widget and labels for class storage | ||||
|     return hintsWidget, hints_labels | ||||
|  | ||||
| def update_dialog_hints(hints_labels, main_window, input_manager, theme_manager, current_theme_name): | ||||
|     """ | ||||
|     Common function to update hints for any dialog. | ||||
|     """ | ||||
|     if not input_manager or not main_window: | ||||
|         # Hide all if no input_manager or main_window | ||||
|         for container, _, _ in hints_labels: | ||||
|             container.setVisible(False) | ||||
|         return | ||||
|  | ||||
|     is_gamepad = input_manager.gamepad is not None | ||||
|     if not is_gamepad: | ||||
|         # Hide all hints if no gamepad | ||||
|         for container, _, _ in hints_labels: | ||||
|             container.setVisible(False) | ||||
|         return | ||||
|  | ||||
|     gtype = input_manager.gamepad_type | ||||
|     gamepad_actions = ['confirm', 'back', 'context_menu', 'add_game', 'prev_dir', 'prev_tab', 'next_tab'] | ||||
|  | ||||
|     for container, icon_label, action in hints_labels: | ||||
|         if action and action in gamepad_actions: | ||||
|             container.setVisible(True) | ||||
|             # Update icon using main_window methods | ||||
|             if action in ['confirm', 'back', 'context_menu', 'add_game', 'prev_dir']: | ||||
|                 icon_name = main_window.get_button_icon(action, gtype) | ||||
|             else:  # only prev_tab/next_tab (treat as nav) | ||||
|                 direction = 'left' if action == 'prev_tab' else 'right' | ||||
|                 icon_name = main_window.get_nav_icon(direction, gtype) | ||||
|             icon_path = theme_manager.get_theme_image(icon_name, current_theme_name) | ||||
|             pixmap = QPixmap() | ||||
|             if icon_path: | ||||
|                 pixmap.load(str(icon_path)) | ||||
|             if not pixmap.isNull(): | ||||
|                 icon_label.setPixmap(pixmap.scaled( | ||||
|                     26, 26, | ||||
|                     Qt.AspectRatioMode.KeepAspectRatio, | ||||
|                     Qt.TransformationMode.SmoothTransformation | ||||
|                 )) | ||||
|             else: | ||||
|                 # Fallback to placeholder | ||||
|                 placeholder = theme_manager.get_theme_image("placeholder", current_theme_name) | ||||
|                 if placeholder: | ||||
|                     pixmap.load(str(placeholder)) | ||||
|                     icon_label.setPixmap(pixmap.scaled(26, 26, Qt.AspectRatioMode.KeepAspectRatio, Qt.TransformationMode.SmoothTransformation)) | ||||
|         else: | ||||
|             container.setVisible(False) | ||||
|  | ||||
| class FileSelectedSignal(QObject): | ||||
|     file_selected = Signal(str)  # Сигнал с путем к выбранному файлу | ||||
|  | ||||
| @@ -185,6 +309,7 @@ class FileExplorer(QDialog): | ||||
|         self.initial_path = initial_path  # Store initial path if provided | ||||
|         self.thumbnail_cache = {}  # Cache for loaded thumbnails | ||||
|         self.pending_thumbnails = set()  # Track files pending thumbnail loading | ||||
|         self.main_window = None  # Add reference to MainWindow | ||||
|         self.setup_ui() | ||||
|  | ||||
|         # Window settings | ||||
| @@ -198,6 +323,7 @@ class FileExplorer(QDialog): | ||||
|         while parent: | ||||
|             if hasattr(parent, 'input_manager'): | ||||
|                 self.input_manager = cast("MainWindow", parent).input_manager | ||||
|                 self.main_window = parent | ||||
|             if hasattr(parent, 'context_menu_manager'): | ||||
|                 self.context_menu_manager = cast("MainWindow", parent).context_menu_manager | ||||
|             parent = parent.parent() | ||||
| @@ -214,6 +340,17 @@ class FileExplorer(QDialog): | ||||
|             self.current_path = os.path.expanduser("~")  # Fallback to home if initial path is invalid | ||||
|         self.update_file_list() | ||||
|  | ||||
|         # Create hints widget using common function | ||||
|         self.current_theme_name = read_theme_from_config() | ||||
|         self.hints_widget, self.hints_labels = create_dialog_hints_widget(self.theme, self.main_window, self.input_manager, context='file_explorer') | ||||
|         self.main_layout.addWidget(self.hints_widget) | ||||
|  | ||||
|         # Connect signals | ||||
|         if self.input_manager: | ||||
|             self.input_manager.button_event.connect(lambda *args: update_dialog_hints(self.hints_labels, self.main_window, self.input_manager, theme_manager, self.current_theme_name)) | ||||
|             self.input_manager.dpad_moved.connect(lambda *args: update_dialog_hints(self.hints_labels, self.main_window, self.input_manager, theme_manager, self.current_theme_name)) | ||||
|             update_dialog_hints(self.hints_labels, self.main_window, self.input_manager, theme_manager, self.current_theme_name) | ||||
|  | ||||
|     class ThumbnailLoader(QRunnable): | ||||
|         """Class for asynchronous thumbnail loading in a separate thread.""" | ||||
|         class Signals(QObject): | ||||
| @@ -897,8 +1034,8 @@ class AddGameDialog(QDialog): | ||||
|         """Обработчик выбора файла в FileExplorer""" | ||||
|         self.exeEdit.setText(file_path) | ||||
|         self.last_exe_path = file_path  # Update last selected exe path | ||||
|         if not self.edit_mode: | ||||
|             # Автоматически заполняем имя игры, если не в режиме редактирования | ||||
|         if not self.edit_mode and not self.nameEdit.text().strip(): | ||||
|             # Автоматически заполняем имя игры, если не в режиме редактирования или если оно не введено вручную | ||||
|             game_name = os.path.splitext(os.path.basename(file_path))[0] | ||||
|             self.nameEdit.setText(game_name) | ||||
|  | ||||
| @@ -1037,8 +1174,6 @@ Icon={icon_path} | ||||
|         return desktop_entry, desktop_path | ||||
|  | ||||
| class WinetricksDialog(QDialog): | ||||
|     """Dialog for managing Winetricks components in a prefix.""" | ||||
|  | ||||
|     def __init__(self, parent=None, theme=None, prefix_path: str | None = None, wine_use: str | None = None): | ||||
|         super().__init__(parent) | ||||
|         self.theme = theme if theme else theme_manager.apply_theme(read_theme_from_config()) | ||||
| @@ -1071,6 +1206,36 @@ class WinetricksDialog(QDialog): | ||||
|         self.setup_ui() | ||||
|         self.load_lists() | ||||
|  | ||||
|         # Find input_manager and main_window | ||||
|         self.input_manager = None | ||||
|         self.main_window = None | ||||
|         parent = self.parent() | ||||
|         while parent: | ||||
|             if hasattr(parent, 'input_manager'): | ||||
|                 self.input_manager = cast("MainWindow", parent).input_manager | ||||
|                 self.main_window = parent | ||||
|             parent = parent.parent() | ||||
|  | ||||
|         self.current_theme_name = read_theme_from_config() | ||||
|  | ||||
|         # Enable Winetricks-specific mode | ||||
|         if self.input_manager: | ||||
|             self.input_manager.enable_winetricks_mode(self) | ||||
|  | ||||
|         # Create hints widget using common function | ||||
|         self.hints_widget, self.hints_labels = create_dialog_hints_widget(self.theme, self.main_window, self.input_manager, context='winetricks') | ||||
|         self.main_layout.addWidget(self.hints_widget) | ||||
|  | ||||
|         # Connect signals (use self.theme_manager) | ||||
|         if self.input_manager: | ||||
|             self.input_manager.button_event.connect( | ||||
|                 lambda *args: update_dialog_hints(self.hints_labels, self.main_window, self.input_manager, theme_manager, self.current_theme_name) | ||||
|             ) | ||||
|             self.input_manager.dpad_moved.connect( | ||||
|                 lambda *args: update_dialog_hints(self.hints_labels, self.main_window, self.input_manager, theme_manager, self.current_theme_name) | ||||
|             ) | ||||
|             update_dialog_hints(self.hints_labels, self.main_window, self.input_manager, theme_manager, self.current_theme_name) | ||||
|  | ||||
|     def update_winetricks(self): | ||||
|         """Update the winetricks script.""" | ||||
|         if not self.downloader.has_internet(): | ||||
| @@ -1143,15 +1308,15 @@ class WinetricksDialog(QDialog): | ||||
|  | ||||
|     def setup_ui(self): | ||||
|         """Set up the user interface with tabs and tables.""" | ||||
|         main_layout = QVBoxLayout(self) | ||||
|         main_layout.setContentsMargins(10, 10, 10, 10) | ||||
|         main_layout.setSpacing(10) | ||||
|         self.main_layout = QVBoxLayout(self) | ||||
|         self.main_layout.setContentsMargins(10, 10, 10, 10) | ||||
|         self.main_layout.setSpacing(10) | ||||
|  | ||||
|         # Log output | ||||
|         self.log_output = QTextEdit() | ||||
|         self.log_output.setReadOnly(True) | ||||
|         self.log_output.setStyleSheet(self.theme.WINETRICKS_LOG_STYLE) | ||||
|         main_layout.addWidget(self.log_output) | ||||
|         self.main_layout.addWidget(self.log_output) | ||||
|  | ||||
|         # Tab widget | ||||
|         self.tab_widget = QTabWidget() | ||||
| @@ -1258,7 +1423,7 @@ class WinetricksDialog(QDialog): | ||||
|             "settings": self.settings_container | ||||
|         } | ||||
|  | ||||
|         main_layout.addWidget(self.tab_widget) | ||||
|         self.main_layout.addWidget(self.tab_widget) | ||||
|  | ||||
|         # Buttons | ||||
|         button_layout = QHBoxLayout() | ||||
| @@ -1272,7 +1437,7 @@ class WinetricksDialog(QDialog): | ||||
|         button_layout.addWidget(self.cancel_button) | ||||
|         button_layout.addWidget(self.force_button) | ||||
|         button_layout.addWidget(self.install_button) | ||||
|         main_layout.addLayout(button_layout) | ||||
|         self.main_layout.addLayout(button_layout) | ||||
|  | ||||
|         self.cancel_button.clicked.connect(self.reject) | ||||
|         self.force_button.clicked.connect(lambda: self.install_selected(force=True)) | ||||
| @@ -1497,3 +1662,15 @@ class WinetricksDialog(QDialog): | ||||
|         """Добавляет в лог.""" | ||||
|         self.log_output.append(message) | ||||
|         self.log_output.moveCursor(QTextCursor.MoveOperation.End) | ||||
|  | ||||
|     def closeEvent(self, event): | ||||
|         """Disable mode on close.""" | ||||
|         if self.input_manager: | ||||
|             self.input_manager.disable_winetricks_mode() | ||||
|         super().closeEvent(event) | ||||
|  | ||||
|     def reject(self): | ||||
|         """Disable mode on reject.""" | ||||
|         if self.input_manager: | ||||
|             self.input_manager.disable_winetricks_mode() | ||||
|         super().reject() | ||||
|   | ||||
| @@ -33,6 +33,7 @@ class MainWindowProtocol(Protocol): | ||||
|     # Required attributes | ||||
|     searchEdit: CustomLineEdit | ||||
|     _last_card_width: int | ||||
|     card_width: int | ||||
|     current_hovered_card: GameCard | None | ||||
|     current_focused_card: GameCard | None | ||||
|     gamesListWidget: QWidget | None | ||||
| @@ -128,6 +129,8 @@ class GameLibraryManager: | ||||
|         self.card_width = self.sizeSlider.value() | ||||
|         self.sizeSlider.setToolTip(f"{self.card_width} px") | ||||
|         save_card_size(self.card_width) | ||||
|         self.main_window.card_width = self.card_width | ||||
|         self.main_window._last_card_width = self.card_width | ||||
|         for card in self.game_card_cache.values(): | ||||
|             card.update_card_size(self.card_width) | ||||
|         self.update_game_grid() | ||||
|   | ||||
| @@ -4,8 +4,8 @@ import os | ||||
| from typing import Protocol, cast | ||||
| from evdev import InputDevice, InputEvent, ecodes, list_devices, ff | ||||
| from enum import Enum | ||||
| from pyudev import Context, Monitor, MonitorObserver, Device | ||||
| from PySide6.QtWidgets import QWidget, QStackedWidget, QApplication, QScrollArea, QLineEdit, QDialog, QMenu, QComboBox, QListView, QMessageBox, QListWidget, QTableWidget, QAbstractItemView | ||||
| from pyudev import Context, Monitor, Device, Devices | ||||
| from PySide6.QtWidgets import QWidget, QStackedWidget, QApplication, QScrollArea, QLineEdit, QDialog, QMenu, QComboBox, QListView, QMessageBox, QListWidget, QTableWidget, QAbstractItemView, QTableWidgetItem | ||||
| from PySide6.QtCore import Qt, QObject, QEvent, QPoint, Signal, Slot, QTimer | ||||
| from PySide6.QtGui import QKeyEvent, QMouseEvent | ||||
| from portprotonqt.logger import get_logger | ||||
| @@ -13,7 +13,7 @@ from portprotonqt.image_utils import FullscreenDialog | ||||
| from portprotonqt.custom_widgets import NavLabel, AutoSizeButton | ||||
| from portprotonqt.game_card import GameCard | ||||
| from portprotonqt.config_utils import read_fullscreen_config, read_window_geometry, save_window_geometry, read_auto_fullscreen_gamepad, read_rumble_config, read_gamepad_type | ||||
| from portprotonqt.dialogs import AddGameDialog, WinetricksDialog | ||||
| from portprotonqt.dialogs import AddGameDialog | ||||
| from portprotonqt.virtual_keyboard import VirtualKeyboard | ||||
|  | ||||
| logger = get_logger(__name__) | ||||
| @@ -76,6 +76,7 @@ class InputManager(QObject): | ||||
|     button_event = Signal(int, int)  # Signal for button events: (code, value) where value=1 (press), 0 (release) | ||||
|     dpad_moved = Signal(int, int, float)  # Signal for D-pad movements | ||||
|     toggle_fullscreen = Signal(bool)  # Signal for toggling fullscreen mode (True for fullscreen, False for normal) | ||||
|     gamepad_hotplug = Signal(str)  # 'add' or 'remove' | ||||
|  | ||||
|     def __init__( | ||||
|         self, | ||||
| @@ -455,6 +456,171 @@ class InputManager(QObject): | ||||
|         except Exception as e: | ||||
|             logger.error("Error in FileExplorer dpad handler: %s", e) | ||||
|  | ||||
|     def enable_winetricks_mode(self, winetricks_dialog): | ||||
|         """Setup gamepad handling for WinetricksDialog""" | ||||
|         try: | ||||
|             self.winetricks_dialog = winetricks_dialog | ||||
|             self.original_button_handler = self.handle_button_slot | ||||
|             self.original_dpad_handler = self.handle_dpad_slot | ||||
|             self.original_gamepad_state = self._gamepad_handling_enabled | ||||
|             self.handle_button_slot = self.handle_winetricks_button | ||||
|             self.handle_dpad_slot = self.handle_winetricks_dpad | ||||
|             self._gamepad_handling_enabled = True | ||||
|             # Reset dpad timer for table nav | ||||
|             self.dpad_timer.stop() | ||||
|             self.current_dpad_code = None | ||||
|             self.current_dpad_value = 0 | ||||
|             logger.debug("Gamepad handling successfully connected for WinetricksDialog") | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error connecting gamepad handlers for Winetricks: {e}") | ||||
|  | ||||
|     def disable_winetricks_mode(self): | ||||
|         """Restore original main window handlers""" | ||||
|         try: | ||||
|             if self.winetricks_dialog: | ||||
|                 self.handle_button_slot = self.original_button_handler | ||||
|                 self.handle_dpad_slot = self.original_dpad_handler | ||||
|                 self._gamepad_handling_enabled = self.original_gamepad_state | ||||
|                 self.winetricks_dialog = None | ||||
|                 self.dpad_timer.stop() | ||||
|                 self.current_dpad_code = None | ||||
|                 self.current_dpad_value = 0 | ||||
|                 logger.debug("Gamepad handling successfully restored from Winetricks") | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error restoring gamepad handlers from Winetricks: {e}") | ||||
|  | ||||
|     def handle_winetricks_button(self, button_code, value): | ||||
|         if self.winetricks_dialog is None: | ||||
|             return | ||||
|         if value == 0:  # Ignore releases | ||||
|             return | ||||
|         try: | ||||
|             # Always check for popups first, including QMessageBox | ||||
|             popup = QApplication.activePopupWidget() | ||||
|             if popup: | ||||
|                 if isinstance(popup, QMessageBox): | ||||
|                     if button_code in BUTTONS['confirm'] or button_code in BUTTONS['back']: | ||||
|                         popup.accept()  # Close QMessageBox with A or B | ||||
|                         return | ||||
|                 elif isinstance(popup, QMenu): | ||||
|                     if button_code in BUTTONS['confirm']:  # A: Select menu item | ||||
|                         focused = popup.activeAction() | ||||
|                         if focused: | ||||
|                             focused.trigger() | ||||
|                         return | ||||
|                     elif button_code in BUTTONS['back']:  # B: Close menu | ||||
|                         popup.close() | ||||
|                         return | ||||
|  | ||||
|             # Additional check for top-level QMessageBox (in case not active popup yet) | ||||
|             for widget in QApplication.topLevelWidgets(): | ||||
|                 if isinstance(widget, QMessageBox) and widget.isVisible(): | ||||
|                     if button_code in BUTTONS['confirm'] or button_code in BUTTONS['back']: | ||||
|                         widget.accept() | ||||
|                         return | ||||
|  | ||||
|             focused = QApplication.focusWidget() | ||||
|             if button_code in BUTTONS['confirm']:  # A: Toggle checkbox | ||||
|                 if isinstance(focused, QTableWidget): | ||||
|                     current_row = focused.currentRow() | ||||
|                     if current_row >= 0: | ||||
|                         checkbox_item = focused.item(current_row, 0) | ||||
|                         if checkbox_item and isinstance(checkbox_item, QTableWidgetItem): | ||||
|                             new_state = Qt.CheckState.Checked if checkbox_item.checkState() == Qt.CheckState.Unchecked else Qt.CheckState.Unchecked | ||||
|                             checkbox_item.setCheckState(new_state) | ||||
|                 return | ||||
|             elif button_code in BUTTONS['add_game']:  # X: Install (no force) | ||||
|                 self.winetricks_dialog.install_selected(force=False) | ||||
|                 return | ||||
|             elif button_code in BUTTONS['prev_dir']:  # Y: Force Install | ||||
|                 self.winetricks_dialog.install_selected(force=True) | ||||
|                 return | ||||
|             elif button_code in BUTTONS['back']:  # B: Cancel | ||||
|                 self.winetricks_dialog.reject() | ||||
|                 return | ||||
|             elif button_code in BUTTONS['prev_tab']:  # LB: Prev Tab | ||||
|                 current_index = self.winetricks_dialog.tab_widget.currentIndex() | ||||
|                 new_index = max(0, current_index - 1) | ||||
|                 self.winetricks_dialog.tab_widget.setCurrentIndex(new_index) | ||||
|                 self._focus_first_row_in_current_table() | ||||
|                 return | ||||
|             elif button_code in BUTTONS['next_tab']:  # RB: Next Tab | ||||
|                 current_index = self.winetricks_dialog.tab_widget.currentIndex() | ||||
|                 new_index = min(self.winetricks_dialog.tab_widget.count() - 1, current_index + 1) | ||||
|                 self.winetricks_dialog.tab_widget.setCurrentIndex(new_index) | ||||
|                 self._focus_first_row_in_current_table() | ||||
|                 return | ||||
|             # Fallback: Activate focused widget (e.g., buttons) | ||||
|             self._parent.activateFocusedWidget() | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error in handle_winetricks_button: {e}") | ||||
|  | ||||
|     def handle_winetricks_dpad(self, code, value, now): | ||||
|         if self.winetricks_dialog is None: | ||||
|             return | ||||
|         try: | ||||
|             if value == 0:  # Release: Stop repeat | ||||
|                 self.dpad_timer.stop() | ||||
|                 self.current_dpad_code = None | ||||
|                 self.current_dpad_value = 0 | ||||
|                 return | ||||
|  | ||||
|             # Start/update repeat timer for hold navigation | ||||
|             if self.current_dpad_code != code or self.current_dpad_value != value: | ||||
|                 self.dpad_timer.stop() | ||||
|                 self.dpad_timer.setInterval(150 if self.dpad_timer.isActive() else 300)  # Initial slower, then faster repeat | ||||
|                 self.dpad_timer.start() | ||||
|                 self.current_dpad_code = code | ||||
|                 self.current_dpad_value = value | ||||
|  | ||||
|             table = self._get_current_table() | ||||
|             if not table or table.rowCount() == 0: | ||||
|                 return | ||||
|  | ||||
|             current_row = table.currentRow() | ||||
|             if code == ecodes.ABS_HAT0Y:  # Up/Down: Navigate rows | ||||
|                 if value < 0:  # Up | ||||
|                     new_row = max(0, current_row - 1) | ||||
|                 elif value > 0:  # Down | ||||
|                     new_row = min(table.rowCount() - 1, current_row + 1) | ||||
|                 else: | ||||
|                     return | ||||
|                 if new_row != current_row: | ||||
|                     table.setCurrentCell(new_row, 0)  # Focus checkbox column | ||||
|                     table.setFocus(Qt.FocusReason.OtherFocusReason) | ||||
|             elif code == ecodes.ABS_HAT0X:  # Left/Right: Switch tabs | ||||
|                 if value < 0:  # Left: Prev tab | ||||
|                     current_index = self.winetricks_dialog.tab_widget.currentIndex() | ||||
|                     new_index = max(0, current_index - 1) | ||||
|                     self.winetricks_dialog.tab_widget.setCurrentIndex(new_index) | ||||
|                 elif value > 0:  # Right: Next tab | ||||
|                     current_index = self.winetricks_dialog.tab_widget.currentIndex() | ||||
|                     new_index = min(self.winetricks_dialog.tab_widget.count() - 1, current_index + 1) | ||||
|                     self.winetricks_dialog.tab_widget.setCurrentIndex(new_index) | ||||
|                 self._focus_first_row_in_current_table() | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error in handle_winetricks_dpad: {e}") | ||||
|  | ||||
|     def _get_current_table(self): | ||||
|         """Get the current visible table from the tab widget's stacked container.""" | ||||
|         if self.winetricks_dialog is None: | ||||
|             return None | ||||
|         current_container = self.winetricks_dialog.tab_widget.currentWidget() | ||||
|         if current_container and isinstance(current_container, QStackedWidget): | ||||
|             current_table = current_container.widget(1)  # Table is at index 1 (after preloader) | ||||
|             if isinstance(current_table, QTableWidget): | ||||
|                 return current_table | ||||
|         return None | ||||
|  | ||||
|     def _focus_first_row_in_current_table(self): | ||||
|         """Focus the first row in the current table after tab switch.""" | ||||
|         if self.winetricks_dialog is None: | ||||
|             return | ||||
|         table = self._get_current_table() | ||||
|         if table and table.rowCount() > 0: | ||||
|             table.setCurrentCell(0, 0) | ||||
|             table.setFocus(Qt.FocusReason.OtherFocusReason) | ||||
|  | ||||
|     def handle_navigation_repeat(self): | ||||
|         """Плавное повторение движения с переменной скоростью для FileExplorer""" | ||||
|         try: | ||||
| @@ -705,39 +871,6 @@ class InputManager(QObject): | ||||
|                     self._parent.toggleGame(self._parent.current_exec_line, None) | ||||
|                     return | ||||
|  | ||||
|  | ||||
|             if isinstance(active, WinetricksDialog): | ||||
|                 if button_code in BUTTONS['confirm']:  # A button - toggle checkbox | ||||
|                     current_table = active.tab_widget.currentWidget() | ||||
|                     if isinstance(current_table, QTableWidget): | ||||
|                         current_row = current_table.currentRow() | ||||
|                         if current_row >= 0: | ||||
|                             checkbox = current_table.item(current_row, 0) | ||||
|                             if checkbox: | ||||
|                                 checkbox.setCheckState( | ||||
|                                     Qt.CheckState.Unchecked if checkbox.checkState() == Qt.CheckState.Checked else Qt.CheckState.Checked | ||||
|                                 ) | ||||
|                     return | ||||
|                 elif button_code in BUTTONS['add_game']:  # X button - install | ||||
|                     active.install_selected(force=False) | ||||
|                     return | ||||
|                 elif button_code in BUTTONS['prev_dir']:  # Y button - force install | ||||
|                     active.install_selected(force=True) | ||||
|                     return | ||||
|                 elif button_code in BUTTONS['back']:  # B button - close dialog | ||||
|                     active.reject() | ||||
|                     return | ||||
|                 elif button_code in BUTTONS['prev_tab']:  # LB - previous tab | ||||
|                     current_idx = active.tab_widget.currentIndex() | ||||
|                     new_idx = (current_idx - 1) % active.tab_widget.count() | ||||
|                     active.tab_widget.setCurrentIndex(new_idx) | ||||
|                     return | ||||
|                 elif button_code in BUTTONS['next_tab']:  # RB - next tab | ||||
|                     current_idx = active.tab_widget.currentIndex() | ||||
|                     new_idx = (current_idx + 1) % active.tab_widget.count() | ||||
|                     active.tab_widget.setCurrentIndex(new_idx) | ||||
|                     return | ||||
|  | ||||
|             # Standard navigation | ||||
|             if button_code in BUTTONS['confirm']: | ||||
|                 self._parent.activateFocusedWidget() | ||||
| @@ -1304,74 +1437,258 @@ class InputManager(QObject): | ||||
|         return super().eventFilter(obj, event) | ||||
|  | ||||
|     def init_gamepad(self) -> None: | ||||
|         self.udev_context = Context() | ||||
|         self.Devices = Devices | ||||
|         self.monitor_ready = False | ||||
|  | ||||
|         # Подключаем сигнал hotplug к обработчику в главном потоке | ||||
|         self.gamepad_hotplug.connect(self._on_gamepad_hotplug) | ||||
|  | ||||
|         # Debounce timer для отложенной проверки геймпада (в главном потоке Qt) | ||||
|         self.gamepad_check_timer = QTimer() | ||||
|         self.gamepad_check_timer.setSingleShot(True) | ||||
|         self.gamepad_check_timer.timeout.connect(self.check_gamepad) | ||||
|  | ||||
|         # Первоначальная проверка | ||||
|         self.check_gamepad() | ||||
|  | ||||
|         # Запускаем udev monitor в отдельном потоке | ||||
|         threading.Thread(target=self.run_udev_monitor, daemon=True).start() | ||||
|         logger.info("Gamepad support initialized with hotplug (evdev + pyudev)") | ||||
|  | ||||
|     def run_udev_monitor(self) -> None: | ||||
|         """ | ||||
|         Безопасный неблокирующий udev monitor для геймпадов. | ||||
|         Использует select.poll() вместо блокирующего monitor.poll(). | ||||
|         """ | ||||
|         try: | ||||
|             context = Context() | ||||
|             monitor = Monitor.from_netlink(context) | ||||
|             logger.info("Starting udev monitor...") | ||||
|             monitor = Monitor.from_netlink(self.udev_context) | ||||
|             monitor.filter_by(subsystem='input') | ||||
|             observer = MonitorObserver(monitor, self.handle_udev_event) | ||||
|             observer.start() | ||||
|  | ||||
|             try: | ||||
|                 monitor.start() | ||||
|             except Exception as e: | ||||
|                 logger.error(f"Failed to start udev monitor: {e}") | ||||
|                 return | ||||
|  | ||||
|             import select | ||||
|             fd = monitor.fileno() | ||||
|             poller = select.poll() | ||||
|             poller.register(fd, select.POLLIN) | ||||
|  | ||||
|             # Короткий дренаж событий при запуске (0.5 сек) | ||||
|             drain_start = time.time() | ||||
|             drained_count = 0 | ||||
|             while time.time() - drain_start < 0.5: | ||||
|                 events = poller.poll(100) | ||||
|                 if not events: | ||||
|                     continue | ||||
|                 try: | ||||
|                     _ = monitor.poll(timeout=0)  # просто читаем, не обрабатываем | ||||
|                     drained_count += 1 | ||||
|                 except Exception: | ||||
|                     break | ||||
|  | ||||
|             self.monitor_ready = True | ||||
|             logger.info(f"Drained {drained_count} initial events, now monitoring hotplug...") | ||||
|  | ||||
|             # Основной цикл | ||||
|             while self.running: | ||||
|                 time.sleep(1) | ||||
|                 events = poller.poll(1000)  # 1 сек таймаут | ||||
|                 if not events: | ||||
|                     continue  # просто ждём, не блокируем | ||||
|  | ||||
|                 try: | ||||
|                     device = monitor.poll(timeout=0) | ||||
|                 except Exception as e: | ||||
|                     logger.debug(f"Monitor poll failed: {e}") | ||||
|                     continue | ||||
|  | ||||
|                 if not device: | ||||
|                     continue | ||||
|  | ||||
|                 action = device.action | ||||
|                 if action and self._is_joystick_device(device): | ||||
|                     logger.info(f"Joystick hotplug event: {action} for {device.sys_name}") | ||||
|                     # отправляем сигнал в Qt-поток | ||||
|                     self.handle_udev_event(action, device) | ||||
|  | ||||
|             logger.info("udev monitor stopped gracefully") | ||||
|  | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error in udev monitor: {e}", exc_info=True) | ||||
|  | ||||
|     def _is_joystick_device(self, device: Device) -> bool: | ||||
|         """ | ||||
|         Быстрая проверка: является ли устройство джойстиком. | ||||
|         Проверяет ID_INPUT_JOYSTICK из udev базы данных. | ||||
|         """ | ||||
|         try: | ||||
|             # Проверяем свойство ID_INPUT_JOYSTICK | ||||
|             if device.get('ID_INPUT_JOYSTICK') == '1': | ||||
|                 return True | ||||
|  | ||||
|             # Дополнительно: проверяем родительские устройства | ||||
|             # (некоторые контроллеры имеют свойство только у родителя) | ||||
|             parent = device.parent | ||||
|             if parent and parent.get('ID_INPUT_JOYSTICK') == '1': | ||||
|                 return True | ||||
|  | ||||
|             return False | ||||
|         except Exception as e: | ||||
|             logger.debug(f"Error checking joystick device: {e}") | ||||
|             return False | ||||
|  | ||||
|  | ||||
|     def handle_udev_event(self, action: str, device: Device) -> None: | ||||
|         """ | ||||
|         Обработчик udev событий для джойстиков. | ||||
|         Отправляет сигнал в главный поток Qt вместо прямого вызова QTimer. | ||||
|         """ | ||||
|         try: | ||||
|             if action == 'add': | ||||
|                 time.sleep(0.1) | ||||
|                 self.check_gamepad() | ||||
|                 # Отправляем сигнал в главный поток Qt | ||||
|                 # QTimer будет запущен там безопасно | ||||
|                 logger.debug("Emitting gamepad add signal") | ||||
|                 self.gamepad_hotplug.emit('add') | ||||
|  | ||||
|             elif action == 'remove' and self.gamepad: | ||||
|                 if not any(self.gamepad.path == path for path in list_devices()): | ||||
|                     logger.info("Gamepad disconnected") | ||||
|                     self.stop_rumble() | ||||
|                     self.gamepad = None | ||||
|                     if self.gamepad_thread: | ||||
|                         self.gamepad_thread.join() | ||||
|                     if read_auto_fullscreen_gamepad() and not read_fullscreen_config(): | ||||
|                         self.toggle_fullscreen.emit(False) | ||||
|                 # Проверяем конкретно наш геймпад по пути устройства | ||||
|                 device_node = device.device_node  # например, /dev/input/event3 | ||||
|  | ||||
|                 if device_node and self.gamepad.path == device_node: | ||||
|                     logger.info(f"Connected gamepad disconnected: {device_node}") | ||||
|                     # Отправляем сигнал в главный поток | ||||
|                     self.gamepad_hotplug.emit('remove') | ||||
|  | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error handling udev event: {e}", exc_info=True) | ||||
|  | ||||
|  | ||||
|     def _on_gamepad_hotplug(self, action: str) -> None: | ||||
|         """ | ||||
|         Обработчик сигнала hotplug, выполняется в главном потоке Qt. | ||||
|         Безопасно работает с QTimer. | ||||
|         """ | ||||
|         try: | ||||
|             if action == 'add': | ||||
|                 # Debounce: откладываем проверку на 200ms | ||||
|                 # Множественные события за короткое время объединяются в один вызов | ||||
|                 logger.debug("Scheduling gamepad check (debounced)") | ||||
|                 self.gamepad_check_timer.start(200) | ||||
|  | ||||
|             elif action == 'remove': | ||||
|                 # Немедленная обработка отключения | ||||
|                 self.stop_rumble() | ||||
|                 self.gamepad = None | ||||
|  | ||||
|                 if self.gamepad_thread: | ||||
|                     self.gamepad_thread.join(timeout=2.0) | ||||
|  | ||||
|                 if read_auto_fullscreen_gamepad() and not read_fullscreen_config(): | ||||
|                     self.toggle_fullscreen.emit(False) | ||||
|  | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error in hotplug handler: {e}", exc_info=True) | ||||
|  | ||||
|  | ||||
|     def check_gamepad(self) -> None: | ||||
|         """ | ||||
|         Проверка и подключение геймпада. | ||||
|         Вызывается из главного потока Qt через QTimer (debounced). | ||||
|         """ | ||||
|         try: | ||||
|             new_gamepad = self.find_gamepad() | ||||
|             if new_gamepad and new_gamepad != self.gamepad: | ||||
|                 logger.info(f"Gamepad connected: {new_gamepad.name}") | ||||
|  | ||||
|             # Проверяем, действительно ли это новый геймпад | ||||
|             if new_gamepad: | ||||
|                 if not self.gamepad or new_gamepad.path != self.gamepad.path: | ||||
|                     logger.info(f"Gamepad connected: {new_gamepad.name} at {new_gamepad.path}") | ||||
|                     self.stop_rumble() | ||||
|                     self.gamepad = new_gamepad | ||||
|  | ||||
|                     if self.gamepad_thread: | ||||
|                         self.gamepad_thread.join(timeout=2.0) | ||||
|  | ||||
|                     self.gamepad_thread = threading.Thread( | ||||
|                         target=self.monitor_gamepad, | ||||
|                         daemon=True | ||||
|                     ) | ||||
|                     self.gamepad_thread.start() | ||||
|  | ||||
|                     # Автоматический фуллскрин при подключении геймпада | ||||
|                     if read_auto_fullscreen_gamepad() and not read_fullscreen_config(): | ||||
|                         self.toggle_fullscreen.emit(True) | ||||
|  | ||||
|             elif self.gamepad and not any(self.gamepad.path == path for path in list_devices()): | ||||
|                 # Геймпад был подключён, но теперь его нет в системе | ||||
|                 logger.info("Gamepad no longer detected") | ||||
|                 self.stop_rumble() | ||||
|                 self.gamepad = new_gamepad | ||||
|                 self.gamepad = None | ||||
|  | ||||
|                 if self.gamepad_thread: | ||||
|                     self.gamepad_thread.join() | ||||
|                 self.gamepad_thread = threading.Thread(target=self.monitor_gamepad, daemon=True) | ||||
|                 self.gamepad_thread.start() | ||||
|                 # Send signal for fullscreen mode only if: | ||||
|                 # 1. auto_fullscreen_gamepad is enabled | ||||
|                 # 2. fullscreen is not already enabled (to avoid conflict) | ||||
|                     self.gamepad_thread.join(timeout=2.0) | ||||
|  | ||||
|                 if read_auto_fullscreen_gamepad() and not read_fullscreen_config(): | ||||
|                     self.toggle_fullscreen.emit(True) | ||||
|                     self.toggle_fullscreen.emit(False) | ||||
|  | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error checking gamepad: {e}", exc_info=True) | ||||
|  | ||||
|  | ||||
|     def find_gamepad(self) -> InputDevice | None: | ||||
|         """ | ||||
|         Находит первый доступный геймпад. | ||||
|         Оптимизирован: предварительная фильтрация по capabilities перед udev-запросами. | ||||
|         """ | ||||
|         try: | ||||
|             devices = [InputDevice(path) for path in list_devices()] | ||||
|  | ||||
|             if not devices: | ||||
|                 return None | ||||
|  | ||||
|             logger.debug(f"Checking {len(devices)} devices for gamepad...") | ||||
|  | ||||
|             for device in devices: | ||||
|                 # Skip ASRock LED controller (vendor ID: 26ce, product ID: 01a2) | ||||
|                 # Skip ASRock LED controller (известная проблема) | ||||
|                 if device.info.vendor == 0x26ce and device.info.product == 0x01a2: | ||||
|                     logger.debug(f"Skipping ASRock LED controller: {device.name}") | ||||
|                     continue | ||||
|                 caps = device.capabilities() | ||||
|                 if ecodes.EV_KEY in caps or ecodes.EV_ABS in caps: | ||||
|                     return device | ||||
|  | ||||
|                 # Предварительная фильтрация: проверяем capabilities | ||||
|                 # Джойстик должен иметь хотя бы оси (ABS) или кнопки (KEY) | ||||
|                 # Это избегает udev-запросов для явно не-джойстиков | ||||
|                 caps = device.capabilities(verbose=False) | ||||
|                 has_abs_axes = ecodes.EV_ABS in caps | ||||
|                 has_buttons = ecodes.EV_KEY in caps | ||||
|  | ||||
|                 if not (has_abs_axes or has_buttons): | ||||
|                     continue | ||||
|  | ||||
|                 # Только для потенциальных джойстиков делаем udev-запрос | ||||
|                 try: | ||||
|                     udev_device = self.Devices.from_device_file( | ||||
|                         self.udev_context, | ||||
|                         device.path | ||||
|                     ) | ||||
|                     is_joystick = udev_device.get('ID_INPUT_JOYSTICK') | ||||
|  | ||||
|                     if is_joystick == '1': | ||||
|                         logger.info(f"Found gamepad: {device.name}") | ||||
|                         return device | ||||
|  | ||||
|                 except Exception as e: | ||||
|                     logger.debug(f"Could not check udev properties for {device.path}: {e}") | ||||
|                     continue | ||||
|  | ||||
|             logger.debug("No gamepad found") | ||||
|             return None | ||||
|  | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error finding gamepad: {e}", exc_info=True) | ||||
|             return None | ||||
|  | ||||
|  | ||||
|     def monitor_gamepad(self) -> None: | ||||
|         try: | ||||
|             if not self.gamepad: | ||||
| @@ -1435,16 +1752,32 @@ class InputManager(QObject): | ||||
|             self.gamepad = None | ||||
|  | ||||
|     def cleanup(self) -> None: | ||||
|         """ | ||||
|         Корректное завершение работы с геймпадом и udev монитором. | ||||
|         """ | ||||
|         try: | ||||
|             # Флаг для остановки udev monitor loop | ||||
|             self.running = False | ||||
|  | ||||
|             # Останавливаем все таймеры | ||||
|             if hasattr(self, 'gamepad_check_timer'): | ||||
|                 self.gamepad_check_timer.stop() | ||||
|             self.dpad_timer.stop() | ||||
|             self.nav_timer.stop() | ||||
|  | ||||
|             # Очистка геймпада | ||||
|             self.stop_rumble() | ||||
|  | ||||
|             if self.gamepad_thread: | ||||
|                 self.gamepad_thread.join() | ||||
|                 self.gamepad_thread.join(timeout=2.0) | ||||
|  | ||||
|             if self.gamepad: | ||||
|                 self.gamepad.close() | ||||
|  | ||||
|             self.gamepad = None | ||||
|             self.gamepad_type = GamepadType.UNKNOWN | ||||
|  | ||||
|             logger.info("Gamepad cleanup completed") | ||||
|  | ||||
|         except Exception as e: | ||||
|             logger.error(f"Error during cleanup: {e}", exc_info=True) | ||||
|   | ||||
| @@ -9,7 +9,7 @@ msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: PROJECT VERSION\n" | ||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
| "POT-Creation-Date: 2025-10-15 15:31+0500\n" | ||||
| "POT-Creation-Date: 2025-10-16 14:54+0500\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language: de_DE\n" | ||||
| @@ -252,13 +252,37 @@ msgstr "" | ||||
| msgid "Select All" | ||||
| msgstr "" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgid "Open" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Select Dir" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Prev Dir" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Cancel" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Toggle" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Prev Tab" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Next Tab" | ||||
| msgstr "" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "File Explorer" | ||||
| msgstr "" | ||||
|  | ||||
| @@ -326,12 +350,6 @@ msgstr "" | ||||
| msgid "Settings" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Winetricks not found. Please try again." | ||||
| msgstr "" | ||||
|  | ||||
| @@ -606,6 +624,12 @@ msgstr "" | ||||
| msgid "Application Fullscreen Mode:" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Minimize to tray on close" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Application Close Mode:" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Auto Fullscreen on Gamepad connected" | ||||
| msgstr "" | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: PROJECT VERSION\n" | ||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
| "POT-Creation-Date: 2025-10-15 15:31+0500\n" | ||||
| "POT-Creation-Date: 2025-10-16 14:54+0500\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language: es_ES\n" | ||||
| @@ -252,13 +252,37 @@ msgstr "" | ||||
| msgid "Select All" | ||||
| msgstr "" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgid "Open" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Select Dir" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Prev Dir" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Cancel" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Toggle" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Prev Tab" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Next Tab" | ||||
| msgstr "" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "File Explorer" | ||||
| msgstr "" | ||||
|  | ||||
| @@ -326,12 +350,6 @@ msgstr "" | ||||
| msgid "Settings" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Winetricks not found. Please try again." | ||||
| msgstr "" | ||||
|  | ||||
| @@ -606,6 +624,12 @@ msgstr "" | ||||
| msgid "Application Fullscreen Mode:" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Minimize to tray on close" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Application Close Mode:" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Auto Fullscreen on Gamepad connected" | ||||
| msgstr "" | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: PortProtonQt 0.1.1\n" | ||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
| "POT-Creation-Date: 2025-10-15 15:31+0500\n" | ||||
| "POT-Creation-Date: 2025-10-16 14:54+0500\n" | ||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | ||||
| @@ -250,13 +250,37 @@ msgstr "" | ||||
| msgid "Select All" | ||||
| msgstr "" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgid "Open" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Select Dir" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Prev Dir" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Cancel" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Toggle" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Prev Tab" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Next Tab" | ||||
| msgstr "" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "File Explorer" | ||||
| msgstr "" | ||||
|  | ||||
| @@ -324,12 +348,6 @@ msgstr "" | ||||
| msgid "Settings" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Winetricks not found. Please try again." | ||||
| msgstr "" | ||||
|  | ||||
| @@ -604,6 +622,12 @@ msgstr "" | ||||
| msgid "Application Fullscreen Mode:" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Minimize to tray on close" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Application Close Mode:" | ||||
| msgstr "" | ||||
|  | ||||
| msgid "Auto Fullscreen on Gamepad connected" | ||||
| msgstr "" | ||||
|  | ||||
|   | ||||
| @@ -9,8 +9,8 @@ msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: PROJECT VERSION\n" | ||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
| "POT-Creation-Date: 2025-10-15 15:31+0500\n" | ||||
| "PO-Revision-Date: 2025-10-15 15:31+0500\n" | ||||
| "POT-Creation-Date: 2025-10-16 14:54+0500\n" | ||||
| "PO-Revision-Date: 2025-10-16 14:54+0500\n" | ||||
| "Last-Translator: \n" | ||||
| "Language: ru_RU\n" | ||||
| "Language-Team: ru_RU <LL@li.org>\n" | ||||
| @@ -259,13 +259,37 @@ msgstr "Удалить" | ||||
| msgid "Select All" | ||||
| msgstr "Выбрать всё" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgstr "Идёт запуск {0}" | ||||
| msgid "Open" | ||||
| msgstr "Открыть" | ||||
|  | ||||
| msgid "Select Dir" | ||||
| msgstr "Выбрать папку" | ||||
|  | ||||
| msgid "Prev Dir" | ||||
| msgstr "Предыдущий каталог" | ||||
|  | ||||
| msgid "Cancel" | ||||
| msgstr "Отмена" | ||||
|  | ||||
| msgid "Toggle" | ||||
| msgstr "Переключить" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "Установить" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "Принудительно установить" | ||||
|  | ||||
| msgid "Prev Tab" | ||||
| msgstr "Предыдущая вкладка" | ||||
|  | ||||
| msgid "Next Tab" | ||||
| msgstr "Следующая вкладка" | ||||
|  | ||||
| #, python-brace-format | ||||
| msgid "Launching {0}" | ||||
| msgstr "Идёт запуск {0}" | ||||
|  | ||||
| msgid "File Explorer" | ||||
| msgstr "Проводник" | ||||
|  | ||||
| @@ -333,12 +357,6 @@ msgstr "Шрифты" | ||||
| msgid "Settings" | ||||
| msgstr "Настройки" | ||||
|  | ||||
| msgid "Force Install" | ||||
| msgstr "Принудительно установить" | ||||
|  | ||||
| msgid "Install" | ||||
| msgstr "Установить" | ||||
|  | ||||
| msgid "Winetricks not found. Please try again." | ||||
| msgstr "Winetricks не найден. Повторите попытку." | ||||
|  | ||||
| @@ -615,6 +633,12 @@ msgstr "Запуск приложения в полноэкранном режи | ||||
| msgid "Application Fullscreen Mode:" | ||||
| msgstr "Режим полноэкранного отображения приложения:" | ||||
|  | ||||
| msgid "Minimize to tray on close" | ||||
| msgstr "Сворачивать в трей при закрытии" | ||||
|  | ||||
| msgid "Application Close Mode:" | ||||
| msgstr "Режим закрытия приложения:" | ||||
|  | ||||
| msgid "Auto Fullscreen on Gamepad connected" | ||||
| msgstr "Режим полноэкранного отображения приложения при подключении геймпада" | ||||
|  | ||||
|   | ||||
| @@ -29,7 +29,8 @@ from portprotonqt.config_utils import ( | ||||
|     read_display_filter, read_favorites, save_favorites, save_time_config, save_sort_method, | ||||
|     save_display_filter, save_proxy_config, read_proxy_config, read_fullscreen_config, | ||||
|     save_fullscreen_config, read_window_geometry, save_window_geometry, reset_config, | ||||
|     clear_cache, read_auto_fullscreen_gamepad, save_auto_fullscreen_gamepad, read_rumble_config, save_rumble_config, read_gamepad_type, save_gamepad_type | ||||
|     clear_cache, read_auto_fullscreen_gamepad, save_auto_fullscreen_gamepad, read_rumble_config, save_rumble_config, read_gamepad_type, save_gamepad_type, read_minimize_to_tray, save_minimize_to_tray, | ||||
|     read_auto_card_size, save_auto_card_size | ||||
| ) | ||||
| from portprotonqt.localization import _, get_egs_language, read_metadata_translations | ||||
| from portprotonqt.howlongtobeat_api import HowLongToBeat | ||||
| @@ -39,7 +40,7 @@ from portprotonqt.game_library_manager import GameLibraryManager | ||||
| from portprotonqt.virtual_keyboard import VirtualKeyboard | ||||
|  | ||||
| from PySide6.QtWidgets import (QLineEdit, QMainWindow, QStatusBar, QWidget, QVBoxLayout, QLabel, QHBoxLayout, QStackedWidget, QComboBox, | ||||
|                                QDialog, QFormLayout, QFrame, QGraphicsDropShadowEffect, QMessageBox, QApplication, QPushButton, QProgressBar, QCheckBox, QSizePolicy, QGridLayout, QScrollArea, QScroller) | ||||
|                                QDialog, QFormLayout, QFrame, QGraphicsDropShadowEffect, QMessageBox, QApplication, QPushButton, QProgressBar, QCheckBox, QSizePolicy, QGridLayout, QScrollArea, QScroller, QSlider) | ||||
| from PySide6.QtCore import Qt, QAbstractAnimation, QUrl, Signal, QTimer, Slot, QProcess | ||||
| from PySide6.QtGui import QIcon, QPixmap, QColor, QDesktopServices | ||||
| from typing import cast | ||||
| @@ -63,6 +64,7 @@ class MainWindow(QMainWindow): | ||||
|         self.theme = self.theme_manager.apply_theme(selected_theme) | ||||
|         self.tray_manager = TrayManager(self, app_name, self.current_theme_name) | ||||
|         self.card_width = read_card_size() | ||||
|         self.auto_card_width = read_auto_card_size() | ||||
|         self._last_card_width = self.card_width | ||||
|         self.setWindowTitle(f"{app_name} {version}") | ||||
|         self.setMinimumSize(800, 600) | ||||
| @@ -260,6 +262,10 @@ class MainWindow(QMainWindow): | ||||
|                 GamepadType.XBOX: "xbox_y", | ||||
|                 GamepadType.PLAYSTATION: "ps_square", | ||||
|             }, | ||||
|             'prev_dir': { | ||||
|                 GamepadType.XBOX: "xbox_y", | ||||
|                 GamepadType.PLAYSTATION: "ps_square", | ||||
|             }, | ||||
|         } | ||||
|         return mappings.get(action, {}).get(gtype, "placeholder") | ||||
|  | ||||
| @@ -1096,8 +1102,7 @@ class MainWindow(QMainWindow): | ||||
|         autoInstallPage = QWidget() | ||||
|         autoInstallPage.setStyleSheet(self.theme.LIBRARY_WIDGET_STYLE) | ||||
|         autoInstallLayout = QVBoxLayout(autoInstallPage) | ||||
|         autoInstallLayout.setContentsMargins(20, 0, 20, 0) | ||||
|         autoInstallLayout.setSpacing(0) | ||||
|         autoInstallLayout.setSpacing(15) | ||||
|  | ||||
|         # Верхняя панель с заголовком и поиском | ||||
|         headerWidget = QWidget() | ||||
| @@ -1146,6 +1151,25 @@ class MainWindow(QMainWindow): | ||||
|  | ||||
|         autoInstallLayout.addWidget(self.autoInstallScrollArea) | ||||
|  | ||||
|         # Slider for card size | ||||
|         sliderLayout = QHBoxLayout() | ||||
|         sliderLayout.setSpacing(0) | ||||
|         sliderLayout.setContentsMargins(0, 0, 0, 0) | ||||
|         sliderLayout.addStretch() | ||||
|  | ||||
|         self.auto_size_slider = QSlider(Qt.Orientation.Horizontal) | ||||
|         self.auto_size_slider.setMinimum(200) | ||||
|         self.auto_size_slider.setMaximum(250) | ||||
|         self.auto_size_slider.setValue(self.auto_card_width) | ||||
|         self.auto_size_slider.setTickInterval(10) | ||||
|         self.auto_size_slider.setFixedWidth(150) | ||||
|         self.auto_size_slider.setToolTip(f"{self.auto_card_width} px") | ||||
|         self.auto_size_slider.setStyleSheet(self.theme.SLIDER_SIZE_STYLE) | ||||
|         self.auto_size_slider.sliderReleased.connect(self.on_auto_slider_released) | ||||
|         sliderLayout.addWidget(self.auto_size_slider) | ||||
|  | ||||
|         autoInstallLayout.addLayout(sliderLayout) | ||||
|  | ||||
|         # Хранение карточек | ||||
|         self.autoInstallGameCards = {} | ||||
|         self.allAutoInstallCards = [] | ||||
| @@ -1155,7 +1179,7 @@ class MainWindow(QMainWindow): | ||||
|             if exe_name in self.autoInstallGameCards and local_path: | ||||
|                 card = self.autoInstallGameCards[exe_name] | ||||
|                 card.cover_path = local_path | ||||
|                 load_pixmap_async(local_path, self.card_width, int(self.card_width * 1.5), card.on_cover_loaded) | ||||
|                 load_pixmap_async(local_path, self.auto_card_width, int(self.auto_card_width * 1.5), card.on_cover_loaded) | ||||
|  | ||||
|         # Загрузка игр | ||||
|         def on_autoinstall_games_loaded(games: list[tuple]): | ||||
| @@ -1191,7 +1215,7 @@ class MainWindow(QMainWindow): | ||||
|                     None, None, None, game_source, | ||||
|                     select_callback=select_callback, | ||||
|                     theme=self.theme, | ||||
|                     card_width=self.card_width, | ||||
|                     card_width=self.auto_card_width, | ||||
|                     parent=self.autoInstallContainer, | ||||
|                 ) | ||||
|  | ||||
| @@ -1233,6 +1257,18 @@ class MainWindow(QMainWindow): | ||||
|  | ||||
|         self.stackedWidget.addWidget(autoInstallPage) | ||||
|  | ||||
|     def on_auto_slider_released(self): | ||||
|         """Handles auto-install slider release to update card size.""" | ||||
|         if hasattr(self, 'auto_size_slider') and self.auto_size_slider: | ||||
|             self.auto_card_width = self.auto_size_slider.value() | ||||
|             self.auto_size_slider.setToolTip(f"{self.auto_card_width} px") | ||||
|             save_auto_card_size(self.auto_card_width) | ||||
|             for card in self.allAutoInstallCards: | ||||
|                 card.update_card_size(self.auto_card_width) | ||||
|             self.autoInstallContainerLayout.invalidate() | ||||
|             self.autoInstallContainer.updateGeometry() | ||||
|             self.autoInstallScrollArea.updateGeometry() | ||||
|  | ||||
|     def filterAutoInstallGames(self): | ||||
|         """Filter auto install game cards based on search text.""" | ||||
|         search_text = self.autoInstallSearchLineEdit.text().lower().strip() | ||||
| @@ -1856,7 +1892,19 @@ class MainWindow(QMainWindow): | ||||
|         self.fullscreenCheckBox.setChecked(current_fullscreen) | ||||
|         formLayout.addRow(self.fullscreenTitle, self.fullscreenCheckBox) | ||||
|  | ||||
|         # 7. Automatic fullscreen on gamepad connection | ||||
|         # 7. Minimize to tray setting | ||||
|         self.minimizeToTrayCheckBox = QCheckBox(_("Minimize to tray on close")) | ||||
|         self.minimizeToTrayCheckBox.setStyleSheet(self.theme.SETTINGS_CHECKBOX_STYLE) | ||||
|         self.minimizeToTrayCheckBox.setFocusPolicy(Qt.FocusPolicy.StrongFocus) | ||||
|         self.minimizeToTrayTitle = QLabel(_("Application Close Mode:")) | ||||
|         self.minimizeToTrayTitle.setStyleSheet(self.theme.PARAMS_TITLE_STYLE) | ||||
|         self.minimizeToTrayTitle.setFocusPolicy(Qt.FocusPolicy.NoFocus) | ||||
|         current_minimize_to_tray = read_minimize_to_tray() | ||||
|         self.minimizeToTrayCheckBox.setChecked(current_minimize_to_tray) | ||||
|         self.minimizeToTrayCheckBox.toggled.connect(lambda checked: save_minimize_to_tray(checked)) | ||||
|         formLayout.addRow(self.minimizeToTrayTitle, self.minimizeToTrayCheckBox) | ||||
|  | ||||
|         # 8. Automatic fullscreen on gamepad connection | ||||
|         self.autoFullscreenGamepadCheckBox = QCheckBox(_("Auto Fullscreen on Gamepad connected")) | ||||
|         self.autoFullscreenGamepadCheckBox.setStyleSheet(self.theme.SETTINGS_CHECKBOX_STYLE) | ||||
|         self.autoFullscreenGamepadCheckBox.setFocusPolicy(Qt.FocusPolicy.StrongFocus) | ||||
| @@ -1868,7 +1916,7 @@ class MainWindow(QMainWindow): | ||||
|         self.autoFullscreenGamepadCheckBox.setChecked(current_auto_fullscreen) | ||||
|         formLayout.addRow(self.autoFullscreenGamepadTitle, self.autoFullscreenGamepadCheckBox) | ||||
|  | ||||
|         # 8. Gamepad haptic feedback config | ||||
|         # 9. Gamepad haptic feedback config | ||||
|         self.gamepadRumbleCheckBox = QCheckBox(_("Gamepad haptic feedback")) | ||||
|         self.gamepadRumbleCheckBox.setFocusPolicy(Qt.FocusPolicy.StrongFocus) | ||||
|         self.gamepadRumbleCheckBox.setStyleSheet(self.theme.SETTINGS_CHECKBOX_STYLE) | ||||
| @@ -3004,57 +3052,77 @@ class MainWindow(QMainWindow): | ||||
|                 logger.error(f"Failed to launch game {exe_name}: {e}") | ||||
|                 QMessageBox.warning(self, _("Error"), _("Failed to launch game: {0}").format(str(e))) | ||||
|  | ||||
|  | ||||
|     def closeEvent(self, event): | ||||
|         """Обработчик закрытия окна: сворачивает приложение в трей, если не требуется принудительный выход.""" | ||||
|         if hasattr(self, 'is_exiting') and self.is_exiting: | ||||
|             # Принудительное закрытие: завершаем процессы и приложение | ||||
|             for proc in self.game_processes: | ||||
|                 try: | ||||
|                     parent = psutil.Process(proc.pid) | ||||
|                     children = parent.children(recursive=True) | ||||
|                     for child in children: | ||||
|                         try: | ||||
|                             logger.debug(f"Terminating child process {child.pid}") | ||||
|                             child.terminate() | ||||
|                         except psutil.NoSuchProcess: | ||||
|                             logger.debug(f"Child process {child.pid} already terminated") | ||||
|                     psutil.wait_procs(children, timeout=5) | ||||
|                     for child in children: | ||||
|                         if child.is_running(): | ||||
|                             logger.debug(f"Killing child process {child.pid}") | ||||
|                             child.kill() | ||||
|                     logger.debug(f"Terminating process group {proc.pid}") | ||||
|                     os.killpg(os.getpgid(proc.pid), signal.SIGTERM) | ||||
|                 except (psutil.NoSuchProcess, ProcessLookupError) as e: | ||||
|                     logger.debug(f"Process {proc.pid} already terminated: {e}") | ||||
|         """Обработчик закрытия окна: проверяет настройку minimize_to_tray. | ||||
|         Если True — сворачиваем в трей (по умолчанию). Иначе — полностью закрываем. | ||||
|         """ | ||||
|         minimize_to_tray = read_minimize_to_tray() | ||||
|  | ||||
|             self.game_processes = []  # Очищаем список процессов | ||||
|  | ||||
|             # Очищаем таймеры | ||||
|             if hasattr(self, 'games_load_timer') and self.games_load_timer is not None and self.games_load_timer.isActive(): | ||||
|                 self.games_load_timer.stop() | ||||
|             if hasattr(self, 'settingsDebounceTimer') and self.settingsDebounceTimer is not None and self.settingsDebounceTimer.isActive(): | ||||
|                 self.settingsDebounceTimer.stop() | ||||
|             if hasattr(self, 'searchDebounceTimer') and self.searchDebounceTimer is not None and self.searchDebounceTimer.isActive(): | ||||
|                 self.searchDebounceTimer.stop() | ||||
|             if hasattr(self, 'checkProcessTimer') and self.checkProcessTimer is not None and self.checkProcessTimer.isActive(): | ||||
|                 self.checkProcessTimer.stop() | ||||
|                 self.checkProcessTimer.deleteLater() | ||||
|                 self.checkProcessTimer = None | ||||
|             if hasattr(self, 'wine_monitor_timer') and self.wine_monitor_timer is not None: | ||||
|                 self.wine_monitor_timer.stop() | ||||
|                 self.wine_monitor_timer.deleteLater() | ||||
|                 self.wine_monitor_timer = None | ||||
|  | ||||
|             # Сохраняем настройки окна | ||||
|             if not read_fullscreen_config(): | ||||
|                 logger.debug(f"Saving window geometry: {self.width()}x{self.height()}") | ||||
|                 save_window_geometry(self.width(), self.height()) | ||||
|             save_card_size(self.card_width) | ||||
|  | ||||
|             event.accept() | ||||
|         else: | ||||
|             # Сворачиваем в трей вместо закрытия | ||||
|             self.hide() | ||||
|         if minimize_to_tray: | ||||
|             # Просто сворачиваем в трей | ||||
|             event.ignore() | ||||
|             self.hide() | ||||
|             return | ||||
|  | ||||
|         # Полное закрытие приложения | ||||
|         self.is_exiting = True | ||||
|         event.accept() | ||||
|  | ||||
|         # Скрываем и удаляем иконку трея | ||||
|         if hasattr(self, "tray_manager") and self.tray_manager.tray_icon: | ||||
|             self.tray_manager.tray_icon.hide() | ||||
|             self.tray_manager.tray_icon.deleteLater() | ||||
|  | ||||
|         # Сохраняем размеры карточек | ||||
|         save_card_size(self.card_width) | ||||
|         save_auto_card_size(self.auto_card_width) | ||||
|  | ||||
|         # Сохраняем размеры окна (если не в полноэкранном режиме) | ||||
|         if not read_fullscreen_config(): | ||||
|             logger.debug(f"Saving window geometry: {self.width()}x{self.height()}") | ||||
|             save_window_geometry(self.width(), self.height()) | ||||
|  | ||||
|         # Завершаем все игровые процессы | ||||
|         for proc in getattr(self, "game_processes", []): | ||||
|             try: | ||||
|                 parent = psutil.Process(proc.pid) | ||||
|                 children = parent.children(recursive=True) | ||||
|                 for child in children: | ||||
|                     try: | ||||
|                         logger.debug(f"Terminating child process {child.pid}") | ||||
|                         child.terminate() | ||||
|                     except psutil.NoSuchProcess: | ||||
|                         logger.debug(f"Child process {child.pid} already terminated") | ||||
|  | ||||
|                 psutil.wait_procs(children, timeout=5) | ||||
|                 for child in children: | ||||
|                     if child.is_running(): | ||||
|                         logger.debug(f"Killing child process {child.pid}") | ||||
|                         child.kill() | ||||
|  | ||||
|                 logger.debug(f"Terminating process group {proc.pid}") | ||||
|                 os.killpg(os.getpgid(proc.pid), signal.SIGTERM) | ||||
|  | ||||
|             except (psutil.NoSuchProcess, ProcessLookupError) as e: | ||||
|                 logger.debug(f"Process {getattr(proc, 'pid', '?')} already terminated: {e}") | ||||
|             except Exception as e: | ||||
|                 logger.warning(f"Failed to terminate process {getattr(proc, 'pid', '?')}: {e}") | ||||
|  | ||||
|         self.game_processes = [] | ||||
|  | ||||
|         # Универсальная остановка и удаление таймеров | ||||
|         timers = [ | ||||
|             "games_load_timer", | ||||
|             "settingsDebounceTimer", | ||||
|             "searchDebounceTimer", | ||||
|             "checkProcessTimer", | ||||
|             "wine_monitor_timer", | ||||
|         ] | ||||
|  | ||||
|         for tname in timers: | ||||
|             timer = getattr(self, tname, None) | ||||
|             if timer and timer.isActive(): | ||||
|                 timer.stop() | ||||
|             if timer: | ||||
|                 timer.deleteLater() | ||||
|                 setattr(self, tname, None) | ||||
|   | ||||
| After Width: | Height: | Size: 232 KiB | 
							
								
								
									
										
											BIN
										
									
								
								portprotonqt/themes/standart/images/screenshots/Библиотека.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 225 KiB | 
| Before Width: | Height: | Size: 1.3 MiB | 
							
								
								
									
										
											BIN
										
									
								
								portprotonqt/themes/standart/images/screenshots/Карточка.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 70 KiB | 
| Before Width: | Height: | Size: 364 KiB | 
| Before Width: | Height: | Size: 430 KiB | 
| After Width: | Height: | Size: 238 KiB | 
| Before Width: | Height: | Size: 1.3 MiB | 
| After Width: | Height: | Size: 61 KiB | 
| After Width: | Height: | Size: 38 KiB | 
| Before Width: | Height: | Size: 104 KiB | 
| Before Width: | Height: | Size: 1.0 MiB | 
							
								
								
									
										
											BIN
										
									
								
								portprotonqt/themes/standart/images/screenshots/Темы.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 93 KiB | 
| @@ -1,7 +1,8 @@ | ||||
| from typing import cast | ||||
| from typing import cast, Any | ||||
| from PySide6.QtWidgets import (QFrame, QVBoxLayout, QPushButton, QGridLayout, | ||||
|                                QSizePolicy, QWidget, QLineEdit) | ||||
| from PySide6.QtCore import Qt, Signal, QProcess | ||||
| from PySide6.QtCore import Qt, Signal, QProcess, QSize | ||||
| from PySide6.QtGui import QPixmap, QIcon | ||||
| from portprotonqt.keyboard_layouts import keyboard_layouts | ||||
| from portprotonqt.theme_manager import ThemeManager | ||||
| from portprotonqt.config_utils import read_theme_from_config | ||||
| @@ -43,6 +44,18 @@ class VirtualKeyboard(QFrame): | ||||
|         self.margins = 10 | ||||
|         self.num_cols = 14 | ||||
|  | ||||
|         # Find input_manager and main_window | ||||
|         self.input_manager: Any = None | ||||
|         self.main_window: Any = None | ||||
|         parent_widget: QWidget | None = self._parent | ||||
|         while parent_widget: | ||||
|             if hasattr(parent_widget, 'input_manager'): | ||||
|                 self.input_manager = cast(Any, parent_widget).input_manager | ||||
|                 self.main_window = cast(Any, parent_widget) | ||||
|             parent_widget = cast(QWidget | None, parent_widget.parent()) | ||||
|  | ||||
|  | ||||
|         self.current_theme_name = read_theme_from_config() | ||||
|         self.initUI() | ||||
|         self.hide() | ||||
|  | ||||
| @@ -119,6 +132,34 @@ class VirtualKeyboard(QFrame): | ||||
|         self.buttons: dict[str, QPushButton] = {} | ||||
|         self.update_keyboard() | ||||
|  | ||||
|     def set_gamepad_icon(self, button, icon_type, gtype=''): | ||||
|         """Set gamepad icon on button based on type""" | ||||
|         if icon_type in ['back', 'add_game']: | ||||
|             icon_name = self.main_window.get_button_icon(icon_type, gtype) | ||||
|         else:  # nav left/right | ||||
|             if icon_type in ['left', 'right']: | ||||
|                 direction = icon_type | ||||
|                 icon_name = self.main_window.get_nav_icon(direction, gtype) | ||||
|             else: | ||||
|                 direction = 'left' if icon_type == 'left' else 'right' | ||||
|                 icon_name = self.main_window.get_nav_icon(direction, gtype) | ||||
|  | ||||
|         icon_path = theme_manager.get_theme_image(icon_name, self.current_theme_name) | ||||
|         pixmap = QPixmap() | ||||
|         if icon_path: | ||||
|             pixmap.load(str(icon_path)) | ||||
|         if not pixmap.isNull(): | ||||
|             button.setIcon(QIcon(pixmap)) | ||||
|             button.setIconSize(QSize(20, 20)) | ||||
|             return | ||||
|         else: | ||||
|             # Fallback to placeholder | ||||
|             placeholder = theme_manager.get_theme_image("placeholder", self.current_theme_name) | ||||
|             if placeholder: | ||||
|                 button.setIcon(QIcon(placeholder)) | ||||
|                 button.setIconSize(QSize(20, 20)) | ||||
|                 return | ||||
|  | ||||
|     def update_keyboard(self): | ||||
|         coords = self._save_focused_coords() | ||||
|  | ||||
| @@ -151,6 +192,9 @@ class VirtualKeyboard(QFrame): | ||||
|                     button.setCheckable(True) | ||||
|                     button.setChecked(self.shift_pressed) | ||||
|                     button.clicked.connect(lambda checked: self.on_shift_click(checked)) | ||||
|                     # Add gamepad icon for Shift (RB/R) | ||||
|                     gtype = self.input_manager.gamepad_type | ||||
|                     self.set_gamepad_icon(button, 'right', gtype) | ||||
|                 else: | ||||
|                     button.clicked.connect(lambda checked=False, k=key: self.on_button_click(k)) | ||||
|  | ||||
| @@ -163,6 +207,9 @@ class VirtualKeyboard(QFrame): | ||||
|         shift.setCheckable(True) | ||||
|         shift.setChecked(self.shift_pressed) | ||||
|         shift.clicked.connect(lambda checked: self.on_shift_click(checked)) | ||||
|         # Add gamepad icon for Shift (RB/R) | ||||
|         gtype = self.input_manager.gamepad_type | ||||
|         self.set_gamepad_icon(shift, 'right', gtype) | ||||
|         self.keyboard_layout.addWidget(shift, 3, 11, 1, 3) | ||||
|  | ||||
|         button = QPushButton('CAPS') | ||||
| @@ -179,6 +226,9 @@ class VirtualKeyboard(QFrame): | ||||
|         backspace.setFixedSize(fixed_w, fixed_h) | ||||
|         backspace.pressed.connect(self.on_backspace_pressed) | ||||
|         backspace.released.connect(self.stop_backspace_repeat) | ||||
|         # Add gamepad icon for Backspace (X/Triangle) | ||||
|         gtype = self.input_manager.gamepad_type | ||||
|         self.set_gamepad_icon(backspace, 'add_game', gtype) | ||||
|         self.keyboard_layout.addWidget(backspace, 0, 13, 1, 1) | ||||
|  | ||||
|         enter = QPushButton('Enter') | ||||
| @@ -189,6 +239,9 @@ class VirtualKeyboard(QFrame): | ||||
|         lang = QPushButton('🌐') | ||||
|         lang.setFixedSize(fixed_w, fixed_h) | ||||
|         lang.clicked.connect(self.on_lang_click) | ||||
|         # Add gamepad icon for Lang (LB/L) | ||||
|         gtype = self.input_manager.gamepad_type | ||||
|         self.set_gamepad_icon(lang, 'left', gtype) | ||||
|         self.keyboard_layout.addWidget(lang, 4, 0, 1, 1) | ||||
|  | ||||
|         clear = QPushButton('Clear') | ||||
| @@ -219,6 +272,9 @@ class VirtualKeyboard(QFrame): | ||||
|         hide_button = QPushButton('Hide') | ||||
|         hide_button.setFixedSize(fixed_w * 2 + self.spacing, fixed_h) | ||||
|         hide_button.clicked.connect(self.hide) | ||||
|         # Add gamepad icon for Hide (B/Circle) | ||||
|         gtype = self.input_manager.gamepad_type | ||||
|         self.set_gamepad_icon(hide_button, 'back', gtype) | ||||
|         self.keyboard_layout.addWidget(hide_button, 4, 12, 1, 2) | ||||
|  | ||||
|         if coords: | ||||
|   | ||||
| @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | ||||
|  | ||||
| [project] | ||||
| name = "portprotonqt" | ||||
| version = "0.1.7" | ||||
| version = "0.1.8" | ||||
| description = "A project to rewrite PortProton (PortWINE) using PySide" | ||||
| readme = "README.md" | ||||
| license = { text = "GPL-3.0" } | ||||
|   | ||||