mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 09:35:58 +03:00
[PR #46] [MERGED] Add new setting windows #403
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.8← Head:feature/new-setting📝 Commits (10+)
858186aAdd PreferencesWindowController80fa3f8Add custom toolbar view188814cAdd preference viewcontrollersa019340Bump version to 1.0.87835df8Fix cocoapods settingsb7e36f8Set preference view frames768c9b8Add general preference UI164abf5Cached NSMenusaebade3Update README.mdface9f8Change product bundle identifier📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.