Skip to content

Instantly share code, notes, and snippets.

View aquarius's full-sized avatar

Markus Müller-Simhofer aquarius

View GitHub Profile
@aquarius
aquarius / gist:1471858
Created December 13, 2011 11:51
MBP & MBA Basic
- Spudger
- T6 Torx Screwdriver
- Phillips #00 Screwdriver
- T5 Torx Screwdriver
- Saugnapf
- Nylon Tool
@aquarius
aquarius / MYViewController.m
Created January 24, 2012 09:46
UIViewController init
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
static NSString *nibName = @"MYViewController"
self = [super initWithNibName:nibName bundle:nibBundleOrNil];
if (!self) return;
return self;
}
@aquarius
aquarius / gist:1909062
Created February 25, 2012 15:24
librariand (iCloud) Error
Feb 25 16:16:57 unknown librariand[2632] <Error>: unable to download file://localhost/private/var/mobile/Library/Mobile%20Documents/W6L39UYL6Z~com~mindnode~MindNode/Documents/Mind%20Map%202.mindnode/QuickLook/Preview.jpg (0x8000000000000000)
>
Feb 25 16:16:58 unknown librariand[2632] <Error>: unable to download file://localhost/private/var/mobile/Library/Mobile%20Documents/W6L39UYL6Z~com~mindnode~MindNode/Documents/Mind%20Map%202.mindnode/QuickLook/Preview.jpg (0x8000000000000000)
>
Feb 25 16:16:59 unknown librariand[2632] <Error>: unable to download file://localhost/private/var/mobile/Library/Mobile%20Documents/W6L39UYL6Z~com~mindnode~MindNode/Documents/Mind%20Map%202.mindnode/QuickLook/Preview.jpg (0x8000000000000000)
>
Feb 25 16:17:00 unknown librariand[2632] <Error>: unable to download file://localhost/private/var/mobile/Library/Mobile%20Documents/W6L39UYL6Z~com~mindnode~MindNode/Documents/Mind%20Map%202.mindnode/QuickLook/Preview.jpg (0x8000000000000000)
>
Feb 25 16:17:01 unknown librariand[2632] <Er
//
// MNNewNodeDown.m
// Left
//
// Created by Markus Müller on 15.03.12
// Copyright 2011 Markus Müller
// This code was generated by Opacity. You may use or modify it in any way.
//
#include "MNNewNodeDown.h"
@aquarius
aquarius / gist:2651284
Created May 10, 2012 05:48
GMGridView Header View
CGRect screenRect = [[UIScreen mainScreen] applicationFrame];
UIView* headerView = [[UIView alloc] initWithFrame:CGRectMake(0.0, 0.0, screenRect.size.width, 54.0)];
headerView.contentMode = UIViewContentModeCenter;
self.gridView.gridHeaderView = headerView;
@aquarius
aquarius / gist:2659152
Created May 11, 2012 11:39
MindNode touch 2.1 Document Import Bug

This issue has been resolved in 2.1.1

@aquarius
aquarius / gist:2660236
Created May 11, 2012 14:51
Known Issues in MindNode touch 2.1

Still Open

  • Problems connecting with Dropbox

We are currently unable to reproduce this problem. Please let us know if you encounter this issue. A work around is to use the Dropbox application to import documents and use "Send to app…" to upload documents to Dropbox.

  • Crash when sending a document to an other application

We are currently unable to reproduce this issue. Please let us know if you are able to reproduce it.

@aquarius
aquarius / gist:2895000
Created June 8, 2012 11:03
MindNode touch 2.1.2 Release Notes
• Fixes a bug that could cause renaming to fail.
• Fixes a bug that could prevent reopening of new documents.
• Several updates to Dropbox sharing:
• Re-Authenticate to resolve Dropbox error 404.
• Correctly replace previous document when uploading a new version.
• Added button to Unlink the Dropbox account.
• Use proper file name when sending a MindNode document to an other app.
•   Corrects warning message when renaming a file.
• Resolves a crash when using external screen sharing.
• Resolves a crash on iPad when opening a pop over.
@aquarius
aquarius / gist:3349040
Created August 14, 2012 12:49
Known issues in MindNode Pro 1.9
Problem: When printing, some lines are cut off.
Workaround: Export the document as PDF (File>Export…) and print the PDF using Preview.app
Status: Fix planned for 1.9.x
Problem: Not all strings are localized in the main menu.
Workaround: /
Status: Fix planned for 1.9.x
Problem: FreeMind documents created with MindNode no longer import into FreeMind 0.9.0
Workaround: /
@aquarius
aquarius / gist:3378728
Created August 17, 2012 13:34
Appetizer Crash
Process: Appetizer [50088]
Path: /Users/USER/Downloads/Appetizer.app/Contents/MacOS/Appetizer
Identifier: com.stylemac.Appetizer
Version: 1.0 (1)
Code Type: X86-64 (Native)
Parent Process: launchd [132]
User ID: 501
Date/Time: 2012-08-17 15:34:21.425 +0200
OS Version: Mac OS X 10.8 (12A269)