summaryrefslogtreecommitdiffstats
path: root/ui-macos
AgeCommit message (Collapse)Author
2014-09-15Mass relocation of files to their own subdirectoryJim Wyllie
2011-05-07ui-macos/bits/runpython.do: skip ppc64 architecture.Avery Pennarun
I don't have a Mac that can build it. Hopefully ppc will run fine on ppc64.
2011-05-07ui-macos/bits/runpython.do: report which platforms we're compiling for.Avery Pennarun
Just as a quick reminder, in case you're building a fat binary and you don't have all the architectures actually installed.
2011-05-07ui-macos/models.py: fix a compatibility problem on MacOS for PPC.Avery Pennarun
@objc.accessor isn't the right thing to use for a Core Data Validation function. Yowee, PyObjc sure is non-obvious.
2011-05-03ui-macos/bits/runpython.do: auto-determine arches to build for.Avery Pennarun
Some people don't have all of them installed, so auto-detect them by looking at the available arches in /usr/libexec.
2011-04-24runpython.do: also compile for ppc architecture.Avery Pennarun
2011-02-28ui-macos/clean: fix a GNUism in usage of the 'find' command.Jimmy Tang
2011-02-04ui-macos: move the noLatencyControl setting to a per-connection setting.Avery Pennarun
I think some connections you'll want to optimize for latency, and others for bandwidth. Probably. Also, use a dropdown box instead of a checkbox; that way we can make it more clear what each of the settings means. While we're here, adjust all the anchor settings for the different display items so that resizing the dialog box works sensibly.
2011-02-01ui-macos: include routing type in each connection title.Avery Pennarun
This makes it extra clear when a connection is for "all routes" vs. custom vs. auto.
2011-02-01ui-macos: add checkboxes for --no-latency-control and --dns options.Avery Pennarun
2011-01-22ui-macos: guess we don't need stupid.py anymore.Avery Pennarun
It was just a test.
2011-01-22ui-macos: call the main binary MacOS/Sshuttle.Avery Pennarun
That way we can 'killall Sshuttle' and so on, and it looks right in the process list.
2011-01-22ui-macos/git-export.do: write the generated app to a branch.Avery Pennarun
2011-01-22ui-macos/default.app.do: get rid of some duplicated files.Avery Pennarun
2011-01-22ui-macos: Actually prompt for passwords instead of assuming a default.Avery Pennarun
2011-01-22ui-macos: Don't enable connecting for hosts with Custom but zero subnets.Avery Pennarun
That would cause the sshuttle client to die.
2011-01-22ui-macos: Smoother log messages in the log window.Avery Pennarun
2011-01-22ui-macos: Notice when we've connected; make debug logs optional.Avery Pennarun
2011-01-22ui-macos: Much better connection status reporting.Avery Pennarun
2011-01-22ui-macos/run.do: a shortcut for running debug.app.Avery Pennarun
2011-01-22ui-macos/*: "a series of unfortunate events."Avery Pennarun
Just kidding. This is a squash of a whole bunch of unlabeled temporary commits that I produced over the last couple of weeks while writing a UI for MacOS while riding on airplanes and sitting in airports. So long, batch of useless commits!