[PR #142] [MERGED] [Linux] Add Qr-Code to sync irk and enc key #302

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

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/142
Author: @tim-gromeyer
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @tim-gromeyer

Base: mainHead: linux-qrcode-sync-irk


📝 Commits (1)

  • 5ead4d6 [Linux] Add Qr-Code to sync irk and enc key

📊 Changes

8 files changed (+1514 additions, -0 deletions)

View changed files

📝 linux/CMakeLists.txt (+4 -0)
linux/KeysQRDialog.qml (+69 -0)
📝 linux/Main.qml (+11 -0)
linux/QRCodeImageProvider.hpp (+46 -0)
📝 linux/deviceinfo.hpp (+4 -0)
📝 linux/main.cpp (+2 -0)
linux/thirdparty/QR-Code-generator/qrcodegen.cpp (+829 -0)
linux/thirdparty/QR-Code-generator/qrcodegen.hpp (+549 -0)

📄 Description

The QR-Code contains following text (or url to be precise): librepods://add-magic-keys?enc_key=...&irk=...


🔄 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/142 **Author:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@tim-gromeyer](https://github.com/tim-gromeyer) **Base:** `main` ← **Head:** `linux-qrcode-sync-irk` --- ### 📝 Commits (1) - [`5ead4d6`](https://github.com/kavishdevar/librepods/commit/5ead4d6fb56decd6ae8e7ee389cd612fa478fb16) [Linux] Add Qr-Code to sync irk and enc key ### 📊 Changes **8 files changed** (+1514 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `linux/CMakeLists.txt` (+4 -0) ➕ `linux/KeysQRDialog.qml` (+69 -0) 📝 `linux/Main.qml` (+11 -0) ➕ `linux/QRCodeImageProvider.hpp` (+46 -0) 📝 `linux/deviceinfo.hpp` (+4 -0) 📝 `linux/main.cpp` (+2 -0) ➕ `linux/thirdparty/QR-Code-generator/qrcodegen.cpp` (+829 -0) ➕ `linux/thirdparty/QR-Code-generator/qrcodegen.hpp` (+549 -0) </details> ### 📄 Description The QR-Code contains following text (or url to be precise): `librepods://add-magic-keys?enc_key=...&irk=...` --- <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:32 +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#302
No description provided.