| @@ -36,7 +36,6 @@ | ||
| 36 | 36 | id <IMKTextInput> client_; |
| 37 | 37 | BOOL activated_; |
| 38 | 38 | |
| 39 | - NSUserDefaults* defaults_; | |
| 40 | 39 | SKKServerProxy* proxy_; |
| 41 | 40 | SKKInputMenu* menu_; |
| 42 | 41 | SKKLayoutManager* layout_; |
| @@ -26,7 +26,8 @@ | ||
| 26 | 26 | #include "SKKConfig.h" |
| 27 | 27 | |
| 28 | 28 | class MacConfig : public SKKConfig { |
| 29 | - NSUserDefaults* defaults_; | |
| 29 | + int integerConfig(NSString* key); | |
| 30 | + bool boolConfig(NSString* key); | |
| 30 | 31 | |
| 31 | 32 | public: |
| 32 | 33 | MacConfig(); |
| @@ -33,8 +33,9 @@ | ||
| 33 | 33 | |
| 34 | 34 | - (id)initWithClient:(id)client; |
| 35 | 35 | - (void)updateMenu:(SKKInputMode)mode; |
| 36 | -- (int)eventId:(NSString*)identifier; | |
| 37 | -- (NSString*)modeIdentifier:(SKKInputMode)mode; | |
| 36 | +- (NSString*)convertInputModeToId:(SKKInputMode)mode; | |
| 37 | +- (int)convertIdToEventId:(NSString*)identifier; | |
| 38 | +- (SKKInputMode)convertIdToInputMode:(NSString*)identifier; | |
| 38 | 39 | - (SKKInputMode)currentInputMode; |
| 39 | 40 | - (SKKInputMode)unifiedInputMode; |
| 40 | 41 |
| @@ -15,11 +15,11 @@ | ||
| 15 | 15 | <key>CFBundlePackageType</key> |
| 16 | 16 | <string>APPL</string> |
| 17 | 17 | <key>CFBundleShortVersionString</key> |
| 18 | - <string>4.2 RC3</string> | |
| 18 | + <string>4.2 RC4</string> | |
| 19 | 19 | <key>CFBundleSignature</key> |
| 20 | 20 | <string>????</string> |
| 21 | 21 | <key>CFBundleVersion</key> |
| 22 | - <string>2013-03-09</string> | |
| 22 | + <string>2013-03-16</string> | |
| 23 | 23 | <key>LSApplicationCategoryType</key> |
| 24 | 24 | <string>public.app-category.utilities</string> |
| 25 | 25 | <key>LSUIElement</key> |