summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d
Commit message (Collapse)AuthorAgeFilesLines
* Pipeline refactoringnicolasroard2013-07-016-44/+108
| | | | | | Add SharedBuffer and Buffer class Change-Id: I823a9520541e3be5321a3deb5e58a358588b6cf3
* Merge "Fix the save button issue." into gb-ub-photos-carlsbadztenghui2013-07-015-7/+42
|\
| * Fix the save button issue.ztenghui2013-07-015-7/+42
| | | | | | | | | | | | | | | | | | When dealing with non Fx filters, the hasModification() really need to go deep to figure out whether things has changed. bug:9468909 Change-Id: I89495f147f7af7c35490def84805aae98e3f917f
* | Merge "Add a switch to turn on/off the aux directory saving" into ↵ztenghui2013-06-281-7/+17
|\| | | | | | | gb-ub-photos-carlsbad
| * Add a switch to turn on/off the aux directory savingztenghui2013-06-281-7/+17
| | | | | | | | | | | | bug:9468909 Change-Id: Iaecda20a74a02556d883f0e97250e9ec4d856677
* | small bug in reading presetsJohn Hoford2013-06-271-16/+2
|/ | | | Change-Id: I791a8407d72b92f5e46a33c254d44747308b2ba5
* Refactor HistoryAdapternicolasroard2013-06-275-104/+51
| | | | | | | - Remove the adapter part - Rename into HistoryManager Change-Id: I58de5661770f8796882ff4a633aec700bd8bc1a5
* Save button now behaves correctly for filter changes.ztenghui2013-06-275-39/+65
| | | | | | | | | | | | Basically, save the original filter from the file's XMP. Compare the current filter against original one to decide whether or not the file has been modified and needed to be saved. At the same time, make sure we don't save "None" filter in the ImagePreset. bug:9468909 Change-Id: I5b86ab95556b6b010367c9577b02c0bb42ffb824
* Move history classes to their own packagenicolasroard2013-06-277-7/+11
| | | | Change-Id: Ib4f50c56b445788cad3b973673008d8a89244867
* Fix selected frame in looks and bordersnicolasroard2013-06-277-1/+84
| | | | Change-Id: Id1839a028f3044929043d7c910df30a1fcabdda1
* ImagePreset cleanupnicolasroard2013-06-2712-157/+105
| | | | | | Get rid of remaining ivars related to history Change-Id: Ic106ef6a96f4727c6dd46d7be3d059bdc42e5a2a
* fix icon repaint on simple loadJohn Hoford2013-06-261-0/+1
| | | | Change-Id: I841475949e67b63fd3d24a2267fda9f2e450898d
* Merge "support non destructive edits of Curves" into gb-ub-photos-carlsbadJohn Hoford2013-06-273-19/+132
|\
| * support non destructive edits of CurvesJohn Hoford2013-06-263-19/+132
| | | | | | | | Change-Id: I597be6570a17072a4116bf6227a6a35796266bc3
* | Fix totnicolasroard2013-06-262-1/+1
|/ | | | Change-Id: I75b28ac56f9c3b295280690078f5c854fda7eb66
* Cleanup in ImagePresetnicolasroard2013-06-267-63/+99
| | | | | | Move GeometryMetadata to the list of filters Change-Id: I0bef13ca0d9cb41e68eddd108000ff7bd426b313
* Merge "Fix ambiguous naming and typo" into gb-ub-photos-carlsbadztenghui2013-06-265-6/+6
|\
| * Fix ambiguous naming and typoztenghui2013-06-265-6/+6
| | | | | | | | | | bug:9468909 Change-Id: Ic52f3b6f6b5d0c874e8291ce7b3a76cb6c22f60f
* | Merge "Cleanup ImagePreset to remove special-casing for borders" into ↵nicolasroard2013-06-261-75/+60
|\ \ | |/ |/| | | gb-ub-photos-carlsbad
| * Cleanup ImagePreset to remove special-casingnicolasroard2013-06-251-75/+60
| | | | | | | | | | | | for borders Change-Id: I6410a7a44d72c3dfa51c1d18f5a6fcba854ba9c2
* | Merge "Fix the missing filter name after deserialization." into ↵ztenghui2013-06-251-1/+2
|\ \ | |/ |/| | | gb-ub-photos-carlsbad
| * Fix the missing filter name after deserialization.ztenghui2013-06-241-1/+2
| | | | | | | | | | | | bug:9468909 Change-Id: I63aaf0bad02c2afdddf9b162f695fc0a9165befa
* | Merge "Add a MatrixFit class" into gb-ub-photos-carlsbadnicolasroard2013-06-241-0/+200
|\ \
| * | Add a MatrixFit classnicolasroard2013-06-191-0/+200
| | | | | | | | | | | | Change-Id: I67d2eb92fe5bbdff56ff50330c7eed48e7593f75
* | | MTP Importer: show overlay icon on video itemsBobby Georgescu2013-06-211-0/+44
| | | | | | | | | | | | | | | Bug: 4099088 Change-Id: Ia785f889aff91329e9d7c7026238b2588336963d
* | | MTP Importer: improve experience when importing large filesBobby Georgescu2013-06-201-0/+21
| |/ |/| | | | | | | Bug: 4099088 Change-Id: Ie5d9da1be0b8891b9123eceaadfe9c2ec2d3e408
* | Merge "Add support for importing videos in MTP importer" into ↵Bobby Georgescu2013-06-203-9/+40
|\ \ | | | | | | | | | gb-ub-photos-carlsbad
| * | Add support for importing videos in MTP importerBobby Georgescu2013-06-193-9/+40
| | | | | | | | | | | | | | | | | | Bug: 4099088 Change-Id: Ic3ac00cb730381dd2d7f4802aa8001a60e439748
* | | Merge "Fix LUT3D information lost after re-edit" into gb-ub-photos-carlsbadztenghui2013-06-191-0/+1
|\ \ \
| * | | Fix LUT3D information lost after re-editztenghui2013-06-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | bug:9427243 Change-Id: I8535c8776c866fd6c84d391a8de82df9cb214694
* | | | Merge "Setup the saving framework to support hiding original photo for ↵ztenghui2013-06-195-63/+274
|\ \ \ \ | |_|/ / |/| | | | | | | editor." into gb-ub-photos-carlsbad
| * | | Setup the saving framework to support hiding original photo for editor.ztenghui2013-06-195-63/+274
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new approach will try to hide the original image into an auxiliary directory. User will only see one edited image, while being able to go back to the original image in the editor. Refactor SaveCopyTask for more private funcs and more comments. bug:9468909 Change-Id: I866321d23e6db0b3dbd08fec2a6a7e3142b17b65
* | | Switch over to use new camera activityDoris Liu2013-06-181-8/+4
| | | | | | | | | | | | Change-Id: Ib907b5ab5d0e818261e95edd182f2e20c3bbebe0
* | | Add more metrics to EditorBobby Georgescu2013-06-173-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9467671 Instrument - Editor opened - Number of filters used in save - Undo/redo/reset/state panel - Save completed Change-Id: I4722f36496ccd089829bd616f89d760078922573
* | | Added serialization IDs for frames, adds frames to analytics.Ruben Brunk2013-06-172-2/+4
| | | | | | | | | | | | | | | Bug: 9467671 Change-Id: I6f21e7bc9ca7255a290ba7cd1a94e9b07e7b06cb
* | | Fix IDs for analytics, unlocalize serialization IDs.Ruben Brunk2013-06-173-3/+15
| | | | | | | | | | | | | | | | | | Bug: 9467671 Bug: 9336168 Change-Id: Icb0037ab853598b8ad6b931808074f824ea706ed
* | | Merge "fix start up crash" into gb-ub-photos-carlsbadJohn Hoford2013-06-131-0/+8
|\ \ \ | |_|/ |/| |
| * | fix start up crashJohn Hoford2013-06-131-0/+8
| |/ | | | | | | | | | | bug:8734160 Change-Id: Iaf7f6bdbd70ab04011b9af7816a6991724363e49
* / Fix icon sizes and jaggiesnicolasroard2013-06-112-2/+2
|/ | | | | | bug:9105608 bug:8791729 Change-Id: I828e9d4daf4025f53d505a3412c27dd8c54a607e
* Mirror CL 319301 in Bryce.Ruben Brunk2013-06-111-20/+36
| | | | Change-Id: If84a08aa1969415a0d5d9ad3b9153743b1951108
* Fix panel anim in ICSnicolasroard2013-06-101-1/+6
| | | | Change-Id: Ie2e5a6a36c5bec309b5848e50a90f089f9aeffa9
* Fix state panel text sizenicolasroard2013-06-101-0/+1
| | | | | | bug:9377153 Change-Id: Id5243539e2f8d3ee737e24eeb204145fbaa9138d
* Fix warningsnicolasroard2013-06-101-3/+3
| | | | Change-Id: I736364e538c2cb03f58c05b9b38252e7771f23e8
* Fix NPE in PreparePageFadeoutTextureBobby Georgescu2013-06-071-0/+4
| | | | | Bug: 8837688 Change-Id: Ie8fbd9a42497195b8a01cc5638cb0c44d4532d09
* Merge "Fix graphical corruption due to tear down race" into ↵John Reck2013-06-051-0/+3
|\ | | | | | | gb-ub-photos-carlsbad
| * Fix graphical corruption due to tear down raceJohn Reck2013-06-051-0/+3
| | | | | | | | | | | | Bug: 9278945 Change-Id: I7594680322768f60eaed8a1037d139cbadf9706b
* | Removing unused UI fields in FilterRepresentation.Ruben Brunk2013-06-0527-95/+31
| | | | | | | | | | | | Bug: 9170644 Change-Id: Ic197123286e06d9eb64d30eb345f8cc5797659a2
* | Fixes save filename for panos after edit.Ruben Brunk2013-06-031-3/+36
|/ | | | | Bug: 9258209 Change-Id: Ib7404242e5886a38b9e6f9fd6f28a52f1a703590
* am 8bb4e1a0: Fixes reading exif tags in editor.Ruben Brunk2013-06-031-1/+1
|\ | | | | | | | | * commit '8bb4e1a036e67a3bf4f9cdb8f55d6f558189e5b9': Fixes reading exif tags in editor.
| * Fixes reading exif tags in editor.Ruben Brunk2013-06-031-1/+1
| | | | | | | | | | Bug: 9140401 Change-Id: Ic84efca90c5297ab2c6a65b13d512c4799e623f6