Skip to content

Commit

Permalink
Merge pull request #313 from NaturalHistoryMuseum/feature/210-ui-over…
Browse files Browse the repository at this point in the history
…haul

Feature/210 ui overhaul
  • Loading branch information
quicklizard99 committed May 20, 2016
2 parents 985473d + 83bc4f4 commit a22262d
Show file tree
Hide file tree
Showing 61 changed files with 5,062 additions and 290 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Version 0.1.31
-------------
- Fixed #307 - Test performance
- Fixed #305 - Remove references to 'scanned image'
- Fixed #210 - Improve UI design

Version 0.1.30
-------------
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
# Add a few items to the PropertyList file generated by PyInstaller
python -m bin.plist dist/inselect.app/Contents/Info.plist
# Example document
install -c -m 644 data/Plecoptera_Accession_Drawer_4.jpg dist/
install -c -m 644 data/Plecoptera_Accession_Drawer_4.inselect dist/
install -c -m 644 examples/Plecoptera_Accession_Drawer_4.jpg dist/
install -c -m 644 examples/Plecoptera_Accession_Drawer_4.inselect dist/
# Remove the directory containing the console app (the windowed app is in inselect.app)
rm -rf dist/inselect
rm -rf inselect-$VERSION.dmg
Expand Down
Binary file removed data/barcode_icon.png
Binary file not shown.
Binary file removed data/segment_icon.png
Binary file not shown.
Binary file removed data/subsegment_icon.png
Binary file not shown.
Loading

0 comments on commit a22262d

Please sign in to comment.