lp://staging/~fboucault/ubuntu-ui-extras/editor_with_halide
Created by
Florian Boucault
and last modified
- Get this branch:
- bzr branch lp://staging/~fboucault/ubuntu-ui-extras/editor_with_halide
Only
Florian Boucault
can upload to this branch. If you are
Florian Boucault
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/ubuntu-ui-extras
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ugo Riboni: Pending requested
-
Diff: 3538 lines (+962/-2077)29 files modifieddebian/control (+1/-0)
modules/Ubuntu/Components/Extras/PhotoEditor.qml (+301/-122)
modules/Ubuntu/Components/Extras/PhotoEditor/ActionsBar.qml (+6/-0)
modules/Ubuntu/Components/Extras/PhotoEditor/BusyIndicator.qml (+10/-7)
modules/Ubuntu/Components/Extras/PhotoEditor/CropInteractor.qml (+21/-32)
modules/Ubuntu/Components/Extras/PhotoEditor/EditStack.qml (+0/-134)
modules/Ubuntu/Components/Extras/PhotoEditor/EditorAction.qml (+48/-0)
modules/Ubuntu/Components/Extras/PhotoEditor/ExifOrientation.qml (+32/-0)
modules/Ubuntu/Components/Extras/PhotoEditor/FunctionStateSaver.qml (+56/-0)
modules/Ubuntu/Components/Extras/PhotoEditor/FunctionTransform.qml (+77/-0)
modules/Ubuntu/Components/Extras/plugin/CMakeLists.txt (+8/-4)
modules/Ubuntu/Components/Extras/plugin/components.cpp (+4/-4)
modules/Ubuntu/Components/Extras/plugin/photoeditor/file-utils.cpp (+4/-0)
modules/Ubuntu/Components/Extras/plugin/photoeditor/file-utils.h (+4/-0)
modules/Ubuntu/Components/Extras/plugin/photoeditor/generator_transform.cpp (+65/-0)
modules/Ubuntu/Components/Extras/plugin/photoeditor/halide_common.h (+91/-0)
modules/Ubuntu/Components/Extras/plugin/photoeditor/halide_generators_common.h (+63/-0)
modules/Ubuntu/Components/Extras/plugin/photoeditor/imaging.cpp (+0/-363)
modules/Ubuntu/Components/Extras/plugin/photoeditor/imaging.h (+0/-169)
modules/Ubuntu/Components/Extras/plugin/photoeditor/orientation.cpp (+0/-152)
modules/Ubuntu/Components/Extras/plugin/photoeditor/orientation.h (+0/-64)
modules/Ubuntu/Components/Extras/plugin/photoeditor/photo-data.cpp (+0/-275)
modules/Ubuntu/Components/Extras/plugin/photoeditor/photo-data.h (+0/-92)
modules/Ubuntu/Components/Extras/plugin/photoeditor/photo-edit-thread.cpp (+0/-185)
modules/Ubuntu/Components/Extras/plugin/photoeditor/photo-edit-thread.h (+0/-56)
modules/Ubuntu/Components/Extras/plugin/photoeditor/photo-metadata.cpp (+72/-235)
modules/Ubuntu/Components/Extras/plugin/photoeditor/photo-metadata.h (+51/-38)
tests/unittests/sampledata.qrc (+1/-1)
tests/unittests/tst_PhotoEditorPhoto.cpp (+47/-144)
Branch information
Recent revisions
- 78. By Florian Boucault
-
Enclosed classes into PhotoEditor namespace as to not conflict with Gallery's version of the same classes.
- 73. By Florian Boucault
-
PhotoImageProvider: change its behaviour to only rectify the EXIF orientation tag type if necessary.
- 70. By Arthur Mello
-
Changes made on Gallery version of the editor to fix build and AP tests
Approved by: PS Jenkins bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu-ui-extras