Added link to the Open Source page in VoiceMac menu so people can learn of the Open Source part of VoiceMac and see the code. Fixed issue where Google has changed the login page and removed my way of seeing if it's the login page.

This commit is contained in:
GRMrGecko 2011-09-15 18:31:06 -05:00
parent 9bab577724
commit 2679510ca0
32 changed files with 4199 additions and 3293 deletions

@ -85,6 +85,7 @@ extern NSString * const MGMContactsControllersChangedNotification;
- (IBAction)reverseLookup:(id)sender;
- (IBAction)donate:(id)sender;
- (IBAction)openSource:(id)sender;
- (IBAction)viewTOS:(id)sender;
- (IBAction)rates:(id)sender;
- (IBAction)billing:(id)sender;

@ -586,6 +586,9 @@ NSString * const MGMLoading = @"Loading...";
[RLMap stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"showAddress('%@', %d);", [address javascriptEscape], zoom]];
}
- (IBAction)openSource:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://opensource.mrgeckosmedia.com/VoiceBase/Mac/Mob"]];
}
- (IBAction)donate:(id)sender {
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7693931"]];
}

Binary file not shown.

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>10J567</string>
<string>11B26</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@ -25,17 +25,17 @@
<key>DTCompiler</key>
<string>4.2</string>
<key>DTPlatformBuild</key>
<string>4A278b</string>
<string>10M2518</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<string>PG</string>
<key>DTSDKBuild</key>
<string>4A278b</string>
<string>10M2518</string>
<key>DTSDKName</key>
<string>macosx10.6</string>
<key>DTXcode</key>
<string>0400</string>
<key>DTXcodeBuild</key>
<string>4A278b</string>
<string>10M2518</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (c) 2011 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/</string>
</dict>

BIN
Frameworks/MGMUsers.framework/Versions/A/Resources/MGMTaskView.nib generated Executable file → Normal file

Binary file not shown.

BIN
Frameworks/MGMUsers.framework/Versions/A/Resources/MGMTasksWindow.nib generated Executable file → Normal file

Binary file not shown.

Before

(image error) Size: 558 B

After

(image error) Size: 558 B

Before

(image error) Size: 588 B

After

(image error) Size: 588 B

Before

(image error) Size: 503 B

After

(image error) Size: 503 B

Before

(image error) Size: 485 B

After

(image error) Size: 485 B

Before

(image error) Size: 334 B

After

(image error) Size: 334 B

Before

(image error) Size: 391 B

After

(image error) Size: 391 B

BIN
Frameworks/MGMUsers.framework/Versions/A/Resources/aboutPane.nib generated Executable file → Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -68,7 +68,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -105,7 +105,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.1</string>
<string>0.2</string>
<key>MGMGRBugsEmail</key>
<string>bugs@mrgeckosmedia.com</string>
<key>MGMGRContactEmail</key>