[PR #66] [MERGED] Switch new setting window #413

Closed
opened 2026-03-03 01:12:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/66
Author: @Econa77
Created: 5/14/2016
Status: Merged
Merged: 5/17/2016
Merged by: @Econa77

Base: release/1.0.10Head: new-setting-window


📝 Commits (2)

  • a8a7703 Switch new setting window
  • 401a12e Good bye DBPrefsWindowController

📊 Changes

13 files changed (+9 additions, -2090 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+0 -32)
📝 Clipy/AppDelegate.swift (+1 -1)
📝 Clipy/Clipy-Bridging-Header.h (+0 -1)
Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.h (+0 -37)
Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.m (+0 -307)
📝 Clipy/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib (+2 -2)
📝 Clipy/Preferences/Panels/en.lproj/CPYMenuPreferenceViewController.xib (+2 -2)
📝 Clipy/Preferences/Panels/en.lproj/CPYTypePreferenceViewController.xib (+2 -2)
📝 Clipy/Preferences/en.lproj/CPYPreferencesWindowController.xib (+2 -2)
Clipy/WindowControllers/CPYPreferenceWindowController.swift (+0 -141)
Clipy/WindowControllers/en.lproj/CPYPreferenceWindowController.xib (+0 -780)
Clipy/WindowControllers/ja.lproj/CPYPreferenceWindowController.xib (+0 -782)
📝 README.md (+0 -1)

📄 Description

  • Implement new setting window controller
  • Check localize
  • Check KVO

🔄 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/Clipy/Clipy/pull/66 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 5/14/2016 **Status:** ✅ Merged **Merged:** 5/17/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/1.0.10` ← **Head:** `new-setting-window` --- ### 📝 Commits (2) - [`a8a7703`](https://github.com/Clipy/Clipy/commit/a8a77030dcaf5195e6bb66cf9110a8af3114b53f) Switch new setting window - [`401a12e`](https://github.com/Clipy/Clipy/commit/401a12eaa9cef73bed3042d7e5a3b05b4378d496) Good bye DBPrefsWindowController ### 📊 Changes **13 files changed** (+9 additions, -2090 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+0 -32) 📝 `Clipy/AppDelegate.swift` (+1 -1) 📝 `Clipy/Clipy-Bridging-Header.h` (+0 -1) ➖ `Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.h` (+0 -37) ➖ `Clipy/Libraries/DBPrefsWindowController/DBPrefsWindowController.m` (+0 -307) 📝 `Clipy/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib` (+2 -2) 📝 `Clipy/Preferences/Panels/en.lproj/CPYMenuPreferenceViewController.xib` (+2 -2) 📝 `Clipy/Preferences/Panels/en.lproj/CPYTypePreferenceViewController.xib` (+2 -2) 📝 `Clipy/Preferences/en.lproj/CPYPreferencesWindowController.xib` (+2 -2) ➖ `Clipy/WindowControllers/CPYPreferenceWindowController.swift` (+0 -141) ➖ `Clipy/WindowControllers/en.lproj/CPYPreferenceWindowController.xib` (+0 -780) ➖ `Clipy/WindowControllers/ja.lproj/CPYPreferenceWindowController.xib` (+0 -782) 📝 `README.md` (+0 -1) </details> ### 📄 Description - Implement new setting window controller - [x] Check localize - [x] Check KVO --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:17 +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/Clipy#413
No description provided.