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: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: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: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: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: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;
//
// 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: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
@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: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 / gist:1467983
Created December 12, 2011 15:53
KKGridView Crash
#0 0x0000adf2 in -[KKGridView _configureAuxiliaryView:inSection:withStickPoint:height:] at /Users/markusm/ScratchPad/KKGridView/KKGridView/KKGridView.mm:553
#1 0x000098d8 in __33-[KKGridView _layoutVisibleCells]_block_invoke_0177 ()
#2 0x328e6510 in +[UIView(UIViewAnimationWithBlocks) _setupAnimationWithDuration:delay:view:options:animations:start:completion:] ()
#3 0x328e6310 in +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:options:animations:completion:] ()
#4 0x00008716 in -[KKGridView _layoutVisibleCells] ()
#5 0x000060d6 in -[KKGridView _layoutGridView] ()
#6 0x0000e320 in -[KKGridView insertItemsAtIndexPaths:withAnimation:] ()
#7 0x00003c26 in -[GridViewDemoViewController addItems:] ()
#8 0x3432d434 in -[NSObject performSelector:withObject:withObject:] ()
#9 0x328de9ea in -[UIApplication sendAction:to:from:forEvent:] ()