[PR #105] [MERGED] [Linux] Add settings page #288

Closed
opened 2026-03-02 12:40:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/105
Author: @tim-gromeyer
Created: 4/18/2025
Status: Merged
Merged: 4/22/2025
Merged by: @tim-gromeyer

Base: mainHead: linux-settings-page


📝 Commits (7)

  • 566faf2 [Linux] Add settings page (empty)
  • eb26685 [Linux] Add ear detection behavior setting
  • be2e7d3 [Linux] Add cross device setting
  • 2fbfd73 [Linux] Add autostart setting
  • 7ba4bbf [Linux] Add setting to disable notifications
  • e99bba0 [Linux] Add setting to change bluetooth retry attempts
  • 2793133 [Linux] Make settings page scrollable

📊 Changes

8 files changed (+430 additions, -106 deletions)

View changed files

📝 linux/CMakeLists.txt (+3 -0)
linux/Icon.qml (+13 -0)
📝 linux/Main.qml (+220 -91)
linux/assets/fonts/SF-Symbols-6.ttf (+0 -0)
linux/autostartmanager.hpp (+98 -0)
📝 linux/main.cpp (+79 -15)
📝 linux/trayiconmanager.cpp (+2 -0)
📝 linux/trayiconmanager.h (+15 -0)

📄 Description

Empty for now, uses apple icons. Not recommended for commercial use, but OK for private. I f we wanna use this app commercially, we need to replace apple icons with Google's material ones


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/105 **Author:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Base:** `main` ← **Head:** `linux-settings-page` --- ### 📝 Commits (7) - [`566faf2`](https://github.com/kavishdevar/librepods/commit/566faf20564b85f93e171e25c83fe6e34ee7e5e3) [Linux] Add settings page (empty) - [`eb26685`](https://github.com/kavishdevar/librepods/commit/eb266853f5d494d3ef4d0e85ce155f542df0dbbd) [Linux] Add ear detection behavior setting - [`be2e7d3`](https://github.com/kavishdevar/librepods/commit/be2e7d325bb5dd73477fa4b3a49687b6a0eb4d0c) [Linux] Add cross device setting - [`2fbfd73`](https://github.com/kavishdevar/librepods/commit/2fbfd736ecbf1da420a79b28622022aa80a698e7) [Linux] Add autostart setting - [`7ba4bbf`](https://github.com/kavishdevar/librepods/commit/7ba4bbfdfa68097e17f1f26e2cdf79fb6c1d18eb) [Linux] Add setting to disable notifications - [`e99bba0`](https://github.com/kavishdevar/librepods/commit/e99bba09889ff2245f1158255e643ccaa4348706) [Linux] Add setting to change bluetooth retry attempts - [`2793133`](https://github.com/kavishdevar/librepods/commit/2793133abff7be5069a27cb37ace69f8a4fa6c6f) [Linux] Make settings page scrollable ### 📊 Changes **8 files changed** (+430 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `linux/CMakeLists.txt` (+3 -0) ➕ `linux/Icon.qml` (+13 -0) 📝 `linux/Main.qml` (+220 -91) ➕ `linux/assets/fonts/SF-Symbols-6.ttf` (+0 -0) ➕ `linux/autostartmanager.hpp` (+98 -0) 📝 `linux/main.cpp` (+79 -15) 📝 `linux/trayiconmanager.cpp` (+2 -0) 📝 `linux/trayiconmanager.h` (+15 -0) </details> ### 📄 Description Empty for now, uses apple icons. Not recommended for commercial use, but OK for private. I f we wanna use this app commercially, we need to replace apple icons with Google's material ones --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#288
No description provided.