[PR #103] [MERGED] Implement setting exclusion applications #433

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/103
Author: @Econa77
Created: 8/8/2016
Status: Merged
Merged: 10/12/2016
Merged by: @Econa77

Base: masterHead: feature/exclusion-app


📝 Commits (6)

  • a0455fc Add exclude app preference tab
  • bd99988 Add localized xib
  • 935063f Implement exclude application setting
  • 0d6aa41 Add excluded app setting tab image
  • 80f4c68 Fix legacy initializer
  • ebc40e2 Fix preference menu position

📊 Changes

47 files changed (+857 additions, -39 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+26 -0)
📝 Clipy/Constants.swift (+1 -0)
📝 Clipy/Extensions/NSImage+AssetCatalog.swift (+2 -0)
📝 Clipy/Images.xcassets/Preferences/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_beta.imageset/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_beta.imageset/pref_beta_off@2x.png (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/pref_beta_on@2x.png (+0 -0)
Clipy/Images.xcassets/Preferences/pref_excluded.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Preferences/pref_excluded.imageset/pref_excluded@2x.png (+0 -0)
Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/Contents.json (+21 -0)
Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/pref_excluded_on@2x.png (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_general.imageset/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_general.imageset/pref_general@2x.png (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_general_on.imageset/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_general_on.imageset/pref_general_on@2x.png (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_menu.imageset/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_menu.imageset/pref_menu@2x.png (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/Contents.json (+0 -0)
📝 Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/pref_menu_on@2x.png (+0 -0)

...and 27 more files

📄 Description

  • Fixed #95
  • Add application tab image

🔄 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/103 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 8/8/2016 **Status:** ✅ Merged **Merged:** 10/12/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `master` ← **Head:** `feature/exclusion-app` --- ### 📝 Commits (6) - [`a0455fc`](https://github.com/Clipy/Clipy/commit/a0455fc697db9687196e70cf1a1b9e34fb7357b2) Add exclude app preference tab - [`bd99988`](https://github.com/Clipy/Clipy/commit/bd999886f3fb6cc9ba082a03678409d333ec58ed) Add localized xib - [`935063f`](https://github.com/Clipy/Clipy/commit/935063fd7df454feca6589fc449caf2cf18a36da) Implement exclude application setting - [`0d6aa41`](https://github.com/Clipy/Clipy/commit/0d6aa41b721c6f9028a589c298a69b95911ab223) Add excluded app setting tab image - [`80f4c68`](https://github.com/Clipy/Clipy/commit/80f4c686decb4fb042ae992af5b7061a90c47794) Fix legacy initializer - [`ebc40e2`](https://github.com/Clipy/Clipy/commit/ebc40e2ea20d1c3cb5ee461dee554534d7feea38) Fix preference menu position ### 📊 Changes **47 files changed** (+857 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+26 -0) 📝 `Clipy/Constants.swift` (+1 -0) 📝 `Clipy/Extensions/NSImage+AssetCatalog.swift` (+2 -0) 📝 `Clipy/Images.xcassets/Preferences/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_beta.imageset/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_beta.imageset/pref_beta_off@2x.png` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_beta_on.imageset/pref_beta_on@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Preferences/pref_excluded.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Preferences/pref_excluded.imageset/pref_excluded@2x.png` (+0 -0) ➕ `Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/Contents.json` (+21 -0) ➕ `Clipy/Images.xcassets/Preferences/pref_excluded_on.imageset/pref_excluded_on@2x.png` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_general.imageset/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_general.imageset/pref_general@2x.png` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_general_on.imageset/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_general_on.imageset/pref_general_on@2x.png` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_menu.imageset/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_menu.imageset/pref_menu@2x.png` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/Contents.json` (+0 -0) 📝 `Clipy/Images.xcassets/Preferences/pref_menu_on.imageset/pref_menu_on@2x.png` (+0 -0) _...and 27 more files_ </details> ### 📄 Description - Fixed #95 - [x] Add application tab image --- <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:23 +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#433
No description provided.