[PR #20] [MERGED] V1.4 #157

Open
opened 2026-01-29 15:13:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tenox7/wrp/pull/20
Author: @claunia
Created: 5/10/2017
Status: ✅ Merged
Merged: 5/10/2017
Merged by: @claunia

Base: master ← Head: v1.4


📝 Commits (10+)

  • 8a431f4 1.2 dev update queue and ISMAP
  • b463aad 1.2 dev update queue and ISMAP
  • 4ebed0a Merge branch 'Dev' of https://github.com/tenox7/wrp into Dev
  • 9669239 Merge common code in a single executable that detects corresponding codepath and runs it, closes #12
  • 85f9b17 Merged both codepaths in same file. This time for real closes #12
  • ebb8d0e Add Visual Studio Code configuration to use python2.
  • 29c71e6 Refactored code to follow common python style.
  • 3d5d56c Exit as soon as requested (not working).
  • b4b730b Use QApplication.exit(0) when wrp.stop.
  • 2faee75 Remove and ignore Visual Studio Code files.

📊 Changes

5 files changed (+722 additions, -652 deletions)

View changed files

➕ .gitignore (+1 -0)
📝 README (+1 -1)
➖ wrp-cocoa.py (+0 -229)
➖ wrp-qt.py (+0 -422)
➕ wrp.py (+720 -0)

📄 Description

Move version 1.4 to master.


🔄 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/tenox7/wrp/pull/20 **Author:** [@claunia](https://github.com/claunia) **Created:** 5/10/2017 **Status:** ✅ Merged **Merged:** 5/10/2017 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `v1.4` --- ### 📝 Commits (10+) - [`8a431f4`](https://github.com/tenox7/wrp/commit/8a431f4668cd309a8cb01da75d4af534d484285d) 1.2 dev update queue and ISMAP - [`b463aad`](https://github.com/tenox7/wrp/commit/b463aad8ca94e1f6f8da218e69b4ebf4bdad3de6) 1.2 dev update queue and ISMAP - [`4ebed0a`](https://github.com/tenox7/wrp/commit/4ebed0ad60e2950fec14de02255bc9d5e3ba469e) Merge branch 'Dev' of https://github.com/tenox7/wrp into Dev - [`9669239`](https://github.com/tenox7/wrp/commit/966923949bb2fbb30c551b61cec9fcffe6541a70) Merge common code in a single executable that detects corresponding codepath and runs it, closes #12 - [`85f9b17`](https://github.com/tenox7/wrp/commit/85f9b175cee7754f58e70f8e00884b7ed4768188) Merged both codepaths in same file. This time for real closes #12 - [`ebb8d0e`](https://github.com/tenox7/wrp/commit/ebb8d0efdf736e5e5b0be9c400bcc707fbe1bf81) Add Visual Studio Code configuration to use python2. - [`29c71e6`](https://github.com/tenox7/wrp/commit/29c71e6fd9cd1cc4d25f62b0e036657f00472863) Refactored code to follow common python style. - [`3d5d56c`](https://github.com/tenox7/wrp/commit/3d5d56c5f75293afb82561fe562bbd7de2fcd84d) Exit as soon as requested (not working). - [`b4b730b`](https://github.com/tenox7/wrp/commit/b4b730b6522be8d745a87373b3471ce4032d25b5) Use QApplication.exit(0) when wrp.stop. - [`2faee75`](https://github.com/tenox7/wrp/commit/2faee7554388be821176c80b46a127adb8fc954f) Remove and ignore Visual Studio Code files. ### 📊 Changes **5 files changed** (+722 additions, -652 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+1 -0) 📝 `README` (+1 -1) ➖ `wrp-cocoa.py` (+0 -229) ➖ `wrp-qt.py` (+0 -422) ➕ `wrp.py` (+720 -0) </details> ### 📄 Description Move version 1.4 to master. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:13:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: claunia/wrp#157