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

View File

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

View File

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

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

Binary file not shown.

View File

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

View File

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 558 B

View File

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 588 B

View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

View File

Before

Width:  |  Height:  |  Size: 485 B

After

Width:  |  Height:  |  Size: 485 B

View File

Before

Width:  |  Height:  |  Size: 334 B

After

Width:  |  Height:  |  Size: 334 B

View File

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  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

View File

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