OSDN Git Service

Fix undo/redo/back button behaviour with effects and enable history
authornicolasroard <nicolasroard@google.com>
Thu, 18 Oct 2012 00:46:47 +0000 (17:46 -0700)
committernicolasroard <nicolasroard@google.com>
Fri, 19 Oct 2012 00:05:58 +0000 (17:05 -0700)
commitd7899c56b8df278dfd6720ae11eadc2f89fe8094
tree181da9205017c8f8045443aa8159c8405d16cc8f
parent0745eba4898419aad2b6e79be137a2a1edf4d0fc
Fix undo/redo/back button behaviour with effects and enable history

bug:7332980
bug:7357734
bug:7325872
Change-Id: Ie952a410c218c91ac927095ddcf542209fe7b90c
18 files changed:
res/drawable-hdpi/camera_crop.png [new file with mode: 0644]
res/drawable-mdpi/camera_crop.png [new file with mode: 0644]
res/drawable-xhdpi/camera_crop.png [new file with mode: 0644]
res/layout/filtershow_history_operation_row.xml
res/menu/filtershow_activity_menu.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/HistoryAdapter.java
src/com/android/gallery3d/filtershow/PanelController.java
src/com/android/gallery3d/filtershow/filters/ImageFilterCurves.java
src/com/android/gallery3d/filtershow/imageshow/ImageCrop.java
src/com/android/gallery3d/filtershow/imageshow/ImageFlip.java
src/com/android/gallery3d/filtershow/imageshow/ImageGeometry.java
src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/ImageSlave.java
src/com/android/gallery3d/filtershow/imageshow/ImageStraighten.java
src/com/android/gallery3d/filtershow/ui/ImageCurves.java
src/com/android/gallery3d/filtershow/ui/Spline.java