aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup
AgeCommit message (Expand)Author
2016-12-03Set MASShortcut build architecture to 64-bitTeddy Wing
2016-12-03Add copyright and license text to all source filesTeddy Wing
2016-12-02Populate launchd plistTeddy Wing
2016-12-02Add a button to launch & quit the daemonTeddy Wing
2016-12-02Revert "DaemonLauncher.m: Check if daemon is running before launch or quit"Teddy Wing
2016-12-02DaemonLauncher.m: Check if daemon is running before launch or quitTeddy Wing
2016-12-02DaemonLauncher: Add `isRunning` methodTeddy Wing
2016-12-02Launch the daemon when "Start at login" is checkedTeddy Wing
2016-12-02MainMenu.xib: Bind "Start at login" checkbox to NSUserDefaultsControllerTeddy Wing
2016-12-02Add "Start at login" checkbox that [un]installs launch agentTeddy Wing
2016-12-02AppDelegate.h: Add `initializeShortcutView`Teddy Wing
2016-12-01AppDelegate.m: Move ShortcutView initialization into its own methodTeddy Wing
2016-12-01Add a checkbox to the UI for whether to start at loginTeddy Wing
2016-12-01Merge branch 'shortcut-config-UI'Teddy Wing
2016-12-01Add Constants.h for `kPreferenceGlobalShortcut`Teddy Wing
2016-12-01Show saved keyboard shortcut in the MASShortcutViewTeddy Wing
2016-12-01ShortcutView.h: Add reference to `(void)setShortcutValue:(MASShortcut*)`Teddy Wing
2016-12-01MainMenu.xib: Fix reference to `_shortcut_view` ivarTeddy Wing
2016-12-01ShortcutView: Store updated shortcut in NSUserDefaultsTeddy Wing
2016-12-01Clean up after a984e2dd951bcbfe5e3e6374213eb9a5fd5423cfTeddy Wing
2016-12-01Able to get a shortcut from the MASShortcutViewTeddy Wing
2016-11-19Low Battery Yup: Close the application when window is closedTeddy Wing
2016-11-19Use DDHotKeyTextField in "Low Battery Yup"Teddy Wing
2016-11-17Add MASShortcut widget to main windowTeddy Wing
2016-11-17Configure MASShortcutTeddy Wing
2016-11-16Add 'MASShortcut'Teddy Wing
2016-11-16MainMenu.xib: Remove `IBDocument.UseAutolayout` keyTeddy Wing
2016-11-16Add new target "Low Battery Yup"Teddy Wing