Skip to content

Commit

Permalink
Revert "#34446: PNG file profiles have been stripped."
Browse files Browse the repository at this point in the history
This reverts commit 24c7441.
  • Loading branch information
Jeff Beeland committed Mar 14, 2017
1 parent 24c7441 commit 58faae6
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 7 deletions.
Binary file modified icon_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tk_multi_breakdown/ui/dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'dialog.ui'
#
# by: pyside-uic 0.2.15 running on PySide 1.2.4
# by: pyside-uic 0.2.15 running on PySide 1.2.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
2 changes: 1 addition & 1 deletion python/tk_multi_breakdown/ui/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'item.ui'
#
# by: pyside-uic 0.2.15 running on PySide 1.2.4
# by: pyside-uic 0.2.15 running on PySide 1.2.1
#
# WARNING! All changes made in this file will be lost!

Expand Down
6 changes: 3 additions & 3 deletions python/tk_multi_breakdown/ui/resources_rc.py

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions resources/build_resources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# The path to output all built .py files to:
UI_PYTHON_PATH=../python/tk_multi_breakdown/ui

# Clear up potential png profile problems.
for f in *png;do convert -strip $f $f; done

# Helper functions to build UI files
function build_qt {
Expand Down
Binary file modified resources/empty_bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/green_bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/green_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/no_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/red_bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/red_overlay.png
Loading
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 58faae6

Please sign in to comment.