Skip to content

Commit

Permalink
[update app] change application icon
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Wang <hank@openmoko.com>
  • Loading branch information
Hank Wang committed Aug 14, 2012
1 parent e1d7a78 commit 440c870
Show file tree
Hide file tree
Showing 20 changed files with 1,994 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ KERNEL*
*.map
*.elf
stamp-*
image*
/image*
work*
*.xml
log
3 changes: 1 addition & 2 deletions update-app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ dist
*.exe
test
*.pyc
*.pyo
*.sublime*
*.pyo
Binary file modified update-app/WikiReader.icns
Binary file not shown.
2 changes: 1 addition & 1 deletion update-app/Wikireader Update.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(self, parent, ID, title, size=wx.DefaultSize, pos=wx.DefaultPositio
logoImage = images.geticon_128x128Bitmap()
logo = wx.StaticBitmap(whitePanel, -1, logoImage, size=(128, 128), pos=(136, 20))

versionLabel = wx.StaticText(whitePanel, -1, "Version 1.0.1", pos=(160, 150))
versionLabel = wx.StaticText(whitePanel, -1, "Version 1.0.2", pos=(160, 150))

descLabel = wx.StaticText(whitePanel, -1,
"From day one, our goal was to give physical form to Wikipedia, one of the most interesting aspects of the Internet, so people can bring it with them everywhere they go. We want to promote personal growth and the ability to enjoy those unexpected moments when curiosity strikes. WikiReader is our gift for those who have the openness to experience life and the willingness to be changed by it.",
Expand Down
6 changes: 6 additions & 0 deletions update-app/buildMacApp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ spctl -a -v "dist/WikiReader Update.app"

#open "dist/WikiReader Update.app"

cd dist

tar -zcvf "WikiReader.tar.gz" "WikiReader Update.app/"

cd -

rm -rf build
1,985 changes: 1,985 additions & 0 deletions update-app/images.py

Large diffs are not rendered by default.

Binary file added update-app/images/button_cancel.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/button_continue.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/button_download.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/button_install.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/button_quit.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/close_black.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/close_transparent.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/device.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/device_old.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/icon.ico
Binary file not shown.
Binary file added update-app/images/icon_128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/icon_512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/logo_front.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added update-app/images/logo_top.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 440c870

Please sign in to comment.