[PR #46] [MERGED] Add new setting windows #403

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/46
Author: @Econa77
Created: 3/17/2016
Status: Merged
Merged: 3/17/2016
Merged by: @Econa77

Base: release/1.0.8Head: feature/new-setting


📝 Commits (10+)

📊 Changes

67 files changed (+3889 additions, -1196 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+201 -45)
📝 Clipy/AppDelegate.swift (+28 -25)
Clipy/Extensions/NSColor+Clipy.swift (+23 -0)
📝 Clipy/Extensions/NSImage+AssetCatalog.swift (+13 -0)
Clipy/Extensions/NSMenuItem+Initialize.swift (+15 -0)
Clipy/Extensions/Realm+NoCatch.swift (+18 -0)
Clipy/Images.xcassets/Contents.json (+6 -0)
Clipy/Images.xcassets/Prederences/Contents.json (+6 -0)
Clipy/Images.xcassets/Prederences/pref_general.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_general.imageset/pref_general@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_general_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_general_on.imageset/pref_general_on@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_menu.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_menu.imageset/pref_menu@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/pref_menu_on@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_shortcut.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_shortcut.imageset/pref_shortcut@2x.png (+0 -0)
Clipy/Images.xcassets/Prederences/pref_shortcut_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Prederences/pref_shortcut_on.imageset/pref_shortcut_on@2x.png (+0 -0)

...and 47 more files

📄 Description

  • New setting windows
  • Caching menus
  • Update Libraries
  • Refactaring MenuManager and HistoryManager

🔄 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/46 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 3/17/2016 **Status:** ✅ Merged **Merged:** 3/17/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/1.0.8` ← **Head:** `feature/new-setting` --- ### 📝 Commits (10+) - [`858186a`](https://github.com/Clipy/Clipy/commit/858186a46410e5067c03c55f1c7b8ca7b9462c2b) Add PreferencesWindowController - [`80fa3f8`](https://github.com/Clipy/Clipy/commit/80fa3f8dda802dd3ac9b33d072a3be3de903bbeb) Add custom toolbar view - [`188814c`](https://github.com/Clipy/Clipy/commit/188814c067291e6d620d1fd25d7d9996c6b69001) Add preference viewcontrollers - [`a019340`](https://github.com/Clipy/Clipy/commit/a01934042ef7b7f4a4239ad1bc4ba7b77fe0932f) Bump version to 1.0.8 - [`7835df8`](https://github.com/Clipy/Clipy/commit/7835df89e3b04cdae26aba584cc031d8ee23907d) Fix cocoapods settings - [`b7e36f8`](https://github.com/Clipy/Clipy/commit/b7e36f8d5860ffa80f479084bb59b93fb6f25f30) Set preference view frames - [`768c9b8`](https://github.com/Clipy/Clipy/commit/768c9b8acae5c9f22dbcafbb0cbe42af5f219cd5) Add general preference UI - [`164abf5`](https://github.com/Clipy/Clipy/commit/164abf5ff7960470222b87b49cc3b47d7f7b2167) Cached NSMenus - [`aebade3`](https://github.com/Clipy/Clipy/commit/aebade33ae113781fa76ee3f018e038dca2e83b0) Update README.md - [`face9f8`](https://github.com/Clipy/Clipy/commit/face9f83bbbbef965c81f60ba2307fda5c766524) Change product bundle identifier ### 📊 Changes **67 files changed** (+3889 additions, -1196 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+201 -45) 📝 `Clipy/AppDelegate.swift` (+28 -25) ➕ `Clipy/Extensions/NSColor+Clipy.swift` (+23 -0) 📝 `Clipy/Extensions/NSImage+AssetCatalog.swift` (+13 -0) ➕ `Clipy/Extensions/NSMenuItem+Initialize.swift` (+15 -0) ➕ `Clipy/Extensions/Realm+NoCatch.swift` (+18 -0) ➕ `Clipy/Images.xcassets/Contents.json` (+6 -0) ➕ `Clipy/Images.xcassets/Prederences/Contents.json` (+6 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general.imageset/pref_general@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_general_on.imageset/pref_general_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu.imageset/pref_menu@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_menu_on.imageset/pref_menu_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_shortcut.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_shortcut.imageset/pref_shortcut@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_shortcut_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Prederences/pref_shortcut_on.imageset/pref_shortcut_on@2x.png` (+0 -0) _...and 47 more files_ </details> ### 📄 Description - New setting windows - Caching menus - Update Libraries - Refactaring MenuManager and HistoryManager --- <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:15 +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#403
No description provided.