Skip to content

Commit

Permalink
Merged #7:
Browse files Browse the repository at this point in the history
- New icons
- Set environment variable on proxy state change
- Watch for IP changes and show a _"no connection"_ status when appropriate
- Optional debug logging
  • Loading branch information
robertklep committed Sep 15, 2015
2 parents ed0de9f + abdeb30 commit c520a0d
Show file tree
Hide file tree
Showing 16 changed files with 177 additions and 81 deletions.
255 changes: 175 additions & 80 deletions ToggleProxy.py

Large diffs are not rendered by default.

Binary file added resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/active.png
Binary file not shown.
Binary file removed resources/icon-0-0-0.png
Binary file not shown.
Binary file removed resources/icon-0-0-1.png
Binary file not shown.
Binary file removed resources/icon-0-1-0.png
Binary file not shown.
Binary file removed resources/icon-0-1-1.png
Binary file not shown.
Binary file removed resources/icon-1-0-0.png
Binary file not shown.
Binary file removed resources/icon-1-0-1.png
Binary file not shown.
Binary file removed resources/icon-1-1-0.png
Binary file not shown.
Binary file removed resources/icon-1-1-1.png
Binary file not shown.
Binary file removed resources/inactive.png
Binary file not shown.
Binary file removed resources/menuicon.psd
Binary file not shown.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
data_files = glob('resources/*.png'),
options = dict(py2app = dict(
plist = dict(
LSBackgroundOnly = True
CFBundleIdentifier = 'name.klep.toggleproxy',
LSBackgroundOnly = True,
)
))
)

0 comments on commit c520a0d

Please sign in to comment.