all in comments or other places that have no effect on the user.
{
//NSLog(@"%@", NSStringFromSelector(_cmd));
- // We won't request the new state if if finds the path in _fileNamesCache
- // Move all entries to _oldFileNamesCache so that the get re-requested, but
+ // We won't request the new state if it finds the path in _fileNamesCache
+ // Move all entries to _oldFileNamesCache so that they get re-requested, but
// still available while we refill the cache
[_oldFileNamesCache addEntriesFromDictionary:_fileNamesCache];
[_fileNamesCache removeAllObjects];
{
// NSLog(@"Socket DISconnected! %@", [err localizedDescription]);
- // clear the registered pathes.
+ // clear the registered paths.
_registeredPathes = [[NSMutableDictionary alloc] init];
[_requestedPaths removeAllObjects];
- // clear the caches in conent manager
+ // clear the caches in content manager
OwnCloudFinderContentManager *contentman = [OwnCloudFinderContentManager sharedInstance];
[contentman clearFileNameCache];
[contentman repaintAllWindows];
EXPORT OSErr HandleLoadEvent(const AppleEvent* ev, AppleEvent* reply, long refcon);
-static NSString* globalLock = @"I'm the global lock to prevent concruent handler executions";
+static NSString* globalLock = @"I'm the global lock to prevent concurrent handler executions";
// SIMBL-compatible interface
@interface OwnCloudShell : NSObject { }
_remoteEnd = (NSDistantObject <ChannelProtocol> *)tx;
[_remoteEnd setProtocolForProxy:@protocol(ChannelProtocol)];
- // Everything is set up, start querrying
+ // Everything is set up, start querying
[self askOnSocket:@"" query:@"SHARE_MENU_TITLE"];
}
- The patch 0001-KOverlayIconPlugin.patch should be applied to kde-baseapps git repository
-(It should applies to both KDE/4.14 or Applications/14.12 branches)
+(It should apply to both KDE/4.14 or Applications/14.12 branches)
- Recompile and install dolphin
- After installing, run
kdeinit4 --noincremental
-- To test taht the plugin is well installed
+- To test that the plugin is well installed
ktraderclient --servicetype KOverlayIconPlugin
It should show the Owncloud plugin
- The patch 0001-KOverlayIconPlugin.patch should be applied to kde-baseapps git repository
-(It should applies to frameworks branch)
+(It should apply to frameworks branch)
- Recompile and install dolphin (frameworks branch)
for item in update_items:
item.invalidate_extension_info()
- # Handles a single line of server respoonse and sets the emblem
+ # Handles a single line of server response and sets the emblem
def handle_commands(self, action, args):
Emblems = { 'OK' : appname +'_ok',
'SYNC' : appname +'_sync',
#define OVERLAY_GENERIC_NAME L"OC Overlay Handler"
-// two spaces to put us a head of the competition :/
+// two spaces to put us ahead of the competition :/
#define OVERLAY_NAME_ERROR L" OCError"
#define OVERLAY_NAME_ERROR_SHARED L" OCErrorShared"
#define OVERLAY_NAME_OK L" OCOK"