From dae17cb55e01a2e299bd87a6d3525b68a0eae933 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Sat, 22 Sep 2012 15:01:54 +0100 Subject: [PATCH] ready for 1.6.2 --- Changelog.md | 5 ++++ Classes/Main/MainController.m | 5 ++++ Classes/Main/MainMenu.xib | 40 ++++++++++++++++++++++++-------- Other Sources/Tagger-Info.plist | 4 ++-- Tagger.xcodeproj/project.pbxproj | 6 ++--- 5 files changed, 45 insertions(+), 15 deletions(-) diff --git a/Changelog.md b/Changelog.md index 9e0b2d1..0b1ab03 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ Changelog ========= +Version 1.6.2 (Sat 22 Sep 2012) +------------- +### Bug Fixes ### +* Gui Fixes + Version 1.6.1 (Thu 13 Sep 2012) ------------- ### Bug Fixes ### diff --git a/Classes/Main/MainController.m b/Classes/Main/MainController.m index 7e50955..c0bda9c 100644 --- a/Classes/Main/MainController.m +++ b/Classes/Main/MainController.m @@ -722,6 +722,11 @@ - (IBAction)openHomePage:(id)sender [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://bilalh.github.com/projects/tagger/"]]; } +- (IBAction)openDonate:(id)sender +{ + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AMLSQBUQ8E8RE"]]; +} + - (IBAction)openIssues:(id)sender { [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/Bilalh/Tagger/issues"]]; diff --git a/Classes/Main/MainMenu.xib b/Classes/Main/MainMenu.xib index cc15677..02b1bfa 100644 --- a/Classes/Main/MainMenu.xib +++ b/Classes/Main/MainMenu.xib @@ -2,13 +2,13 @@ 1070 - 11E2620 - 2549 - 1138.47 + 11G56 + 2840 + 1138.51 569.00 com.apple.InterfaceBuilder.CocoaPlugin - 2549 + 2840 NSArrayController @@ -110,6 +110,14 @@ + + + Make a Donation… + + 2147483647 + + + YES @@ -1241,8 +1249,7 @@ Tagger's Homepage - s - 1048576 + 2147483647 @@ -3817,7 +3824,6 @@ wGw 270 {{81, 290}, {284.5, 22}} - 2 YES @@ -3878,7 +3884,6 @@ wGw {{14, 14}, {343, 416}} - YES 404880896 @@ -4892,6 +4897,14 @@ wGw 1623 + + + openDonate: + + + + 1632 + enabled: vgmdbEnable @@ -6709,10 +6722,10 @@ wGw - + @@ -7216,6 +7229,7 @@ wGw + @@ -8105,6 +8119,11 @@ wGw + + 1630 + + + @@ -8261,6 +8280,7 @@ wGw com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin @@ -8468,7 +8488,7 @@ wGw - 1629 + 1632 diff --git a/Other Sources/Tagger-Info.plist b/Other Sources/Tagger-Info.plist index 1458370..098afde 100644 --- a/Other Sources/Tagger-Info.plist +++ b/Other Sources/Tagger-Info.plist @@ -55,13 +55,13 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.1 + 1.6.2 CFBundleSignature ???? CFBundleURLTypes CFBundleVersion - 1.6.1 + 1.6.2 LSApplicationCategoryType public.app-category.music LSMinimumSystemVersion diff --git a/Tagger.xcodeproj/project.pbxproj b/Tagger.xcodeproj/project.pbxproj index a58855e..135d152 100644 --- a/Tagger.xcodeproj/project.pbxproj +++ b/Tagger.xcodeproj/project.pbxproj @@ -812,7 +812,7 @@ 925CE81413C3BD6D009D6D94 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0440; + LastUpgradeCheck = 0450; ORGANIZATIONNAME = ""; }; buildConfigurationList = 925CE81713C3BD6D009D6D94 /* Build configuration list for PBXProject "Tagger" */; @@ -1140,7 +1140,7 @@ GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; @@ -1155,7 +1155,7 @@ GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.6; + MACOSX_DEPLOYMENT_TARGET = 10.7; SDKROOT = macosx; }; name = Release;