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)
commite1fb53368803126d6f128b16799f1875705d3562
tree7861b0783d5fab7a4b46d7c05196eacbdf716391
parent10ed0fbdb5619d0972aa3cc6fd8c05201a992e39
Fix undo/redo/back button behaviour with effects and enable history

bug:7332980
bug:7357734
bug:7325872
Change-Id: Ie952a410c218c91ac927095ddcf542209fe7b90c
13 files changed:
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