MeeGo Image Editor
MeeGo Image Editor is a project to build a common image processing libraries on top of Qt. It allows loading images of different sizes depending on application’s intent, transparently handles thumbnails and full-screen previews, gives history and batch processing, and many more.
libquill
Quill is primary image-processing library for Maemo 6
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/libquill.git libquill cd libquill
Add this repository as a remote to an existing local repository:
git remote add libquill git://gitorious.org/meego-image-editor/libquill.git git fetch libquill git checkout -b my-local-tracking-branch libquill/master_or_other_branch
quillimagefilters
Image filtering based on QtImageFilters
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/quillimagefilters.git quillimagefilters cd quillimagefilters
Add this repository as a remote to an existing local repository:
git remote add quillimagefilters git://gitorious.org/meego-image-editor/quillimagefilters.git git fetch quillimagefilters git checkout -b my-local-tracking-branch quillimagefilters/master_or_other_branch
qt-image-editor-demo
Demo application utilizing libquill and quillimagefilters
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/qt-image-editor-demo.git qt-image-editor-demo cd qt-image-editor-demo
Add this repository as a remote to an existing local repository:
git remote add qt-image-editor-demo git://gitorious.org/meego-image-editor/qt-image-editor-demo.git git fetch qt-image-editor-demo git checkout -b my-local-tracking-branch qt-image-editor-demo/master_or_other_branch
spacic
Spacic is an implementation of Spatial database done by Marat Fayzullin as part of his PhD thesis.
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/spacic.git spacic cd spacic
Add this repository as a remote to an existing local repository:
git remote add spacic git://gitorious.org/meego-image-editor/spacic.git git fetch spacic git checkout -b my-local-tracking-branch spacic/master_or_other_branch
quillmetadata
Image Metadata handling for libquill
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/quillmetadata.git quillmetadata cd quillmetadata
Add this repository as a remote to an existing local repository:
git remote add quillmetadata git://gitorious.org/meego-image-editor/quillmetadata.git git fetch quillmetadata git checkout -b my-local-tracking-branch quillmetadata/master_or_other_branch
libjpeg-turbo
ARM NEON optimized version of libjpeg-turbo. The project is aimed to provide more optimizations towards mobile imaging solutions.
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/libjpeg-turbo.git libjpeg-turbo cd libjpeg-turbo
Add this repository as a remote to an existing local repository:
git remote add libjpeg-turbo git://gitorious.org/meego-image-editor/libjpeg-turbo.git git fetch libjpeg-turbo git checkout -b my-local-tracking-branch libjpeg-turbo/master_or_other_branch
libpng
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/libpng.git libpng cd libpng
Add this repository as a remote to an existing local repository:
git remote add libpng git://gitorious.org/meego-image-editor/libpng.git git fetch libpng git checkout -b my-local-tracking-branch libpng/master_or_other_branch
libexif
-
Cloning this repository:
git clone git://gitorious.org/meego-image-editor/libexif.git libexif cd libexif
Add this repository as a remote to an existing local repository:
git remote add libexif git://gitorious.org/meego-image-editor/libexif.git git fetch libexif git checkout -b my-local-tracking-branch libexif/master_or_other_branch
Activities 
-
Friday February 10 2012
-
Merge request
14:12
Andres Gomez updated merge request meego-image-editor/quillmetadata #39
→ State changed from Open to Closed -
Push
14:11
Andres Gomez pushed 3 commits to ~agomez/meego-image-editor/agomez-quillmetadata:master. View diff
master changed from 9b62441 to 887a9d6
-
Push
14:11
Andres Gomez pushed 1 commit to meego-image-editor/quillmetadata:master. View diff
master changed from b47781e to 887a9d6
-
Merge request
14:10
Andres Gomez updated merge request meego-image-editor/quillimagefilters #53
→ State changed from Open to Closed -
Commit
14:09
Andres Gomez created branch DEBUG_INFO_added on meego-image-editor/agomez-quillmetadata
-
Commit
14:09
Andres Gomez deleted branch DEBUG_INFO_added on meego-image-editor/agomez-quillmetadata
-
Push
14:07
Andres Gomez pushed 28 commits to ~agomez/meego-image-editor/agomez-quillimagefilters:master. View diff
master changed from 86dc678 to 1cd1a74
-
Push
14:07
Andres Gomez pushed 1 commit to meego-image-editor/quillimagefilters:master. View diff
master changed from 3941e25 to 1cd1a74
-
Commit
14:05
Andres Gomez created branch DEBUG_INFO_added on meego-image-editor/agomez-quillimagefilters
-
Commit
14:05
Andres Gomez deleted branch DEBUG_INFO_added on meego-image-editor/agomez-quillimagefilters
-
Push
14:01
Andres Gomez pushed 1 commit to ~agomez/meego-image-editor/agomez-libquill:master. View diff
master changed from ae3d4aa to a58ff70
-
Merge request
14:00
Andres Gomez updated merge request meego-image-editor/libquill #110
→ State changed from Open to Closed -
Push
13:58
Andres Gomez pushed 1 commit to meego-image-editor/libquill:master. View diff
master changed from ae3d4aa to a58ff70
-
Commit
13:55
Andres Gomez created branch DEBUG_INFO_added on meego-image-editor/agomez-libquill
-
Commit
13:55
Andres Gomez deleted branch DEBUG_INFO_added on meego-image-editor/agomez-libquill
-
Comment
08:34
Simón Pena commented on merge request meego-image-editor/libquill #110
Looks fine to me. I have nothing to add besides Juan's comments.
-
Comment
08:32
Simón Pena commented on merge request meego-image-editor/quillmetadata #39
Looks fine to me, simply check Juan's comments. Merge it!
-
Comment
08:31
Simón Pena commented on merge request meego-image-editor/quillimagefilters #53
Other than Juan's comment, I think it's fine. Merge it :-)
-
-
Wednesday February 08 2012
-
Comment
12:39
Juan A. Suárez Romero commented on merge request meego-image-editor/libquill #110
See my comments from https://maemo.gitorious.org/meego-image-editor/quillmetadata/merge_requests/39/
-
Comment
12:32
Juan A. Suárez Romero commented on merge request meego-image-editor/quillmetadata #39
Is expected to add this line in the file?
-
Comment
12:32
Juan A. Suárez Romero commented on merge request meego-image-editor/quillmetadata #39
I'd say "the unit tests" and "covering the code"
-
Comment
12:31
Juan A. Suárez Romero commented on merge request meego-image-editor/quillmetadata #39
"only thing" or "the only thing"?
-
Comment
12:25
Juan A. Suárez Romero commented on merge request meego-image-editor/quillimagefilters #53
Just a nitpick. I wouldn't say "our unit tests" nor "our code", but rather "the unit tests" and "covering the co...
-
-
Friday February 03 2012
-
Merge request
18:09
-
Merge request
18:09
-
Commit
18:08
Andres Gomez created branch DEBUG_INFO_added on meego-image-editor/agomez-quillimagefilters
-
Commit
18:08
Andres Gomez deleted branch DEBUG_INFO_added on meego-image-editor/agomez-quillimagefilters
-
Commit
18:06
Andres Gomez created branch DEBUG_INFO_added on meego-image-editor/agomez-quillmetadata
-
Commit
17:57
Andres Gomez created branch DEBUG_INFO_added on meego-image-editor/agomez-quillimagefilters
-
Merge request
17:41
-

