lp:~sylvain-pineau/xpresser/gtk3-port-with-cairo
Created by
Sylvain Pineau
and last modified
- Get this branch:
- bzr branch lp:~sylvain-pineau/xpresser/gtk3-port-with-cairo
Only
Sylvain Pineau
can upload to this branch. If you are
Sylvain Pineau
please log in for upload directions.
Branch merges
Propose for merging
- Xpresser: Pending requested
-
Diff: 1524 lines (+1085/-72)30 files modifieddebian/changelog (+78/-0)
debian/compat (+1/-0)
debian/control (+12/-0)
debian/files (+1/-0)
debian/python-xpresser.debhelper.log (+46/-0)
debian/python-xpresser.postinst.debhelper (+7/-0)
debian/python-xpresser.prerm.debhelper (+12/-0)
debian/python-xpresser.substvars (+4/-0)
debian/python-xpresser/DEBIAN/control (+10/-0)
debian/python-xpresser/DEBIAN/md5sums (+10/-0)
debian/python-xpresser/DEBIAN/postinst (+9/-0)
debian/python-xpresser/DEBIAN/prerm (+14/-0)
debian/python-xpresser/usr/share/pyshared/Xpresser-1.0.egg-info (+10/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/__init__.py (+23/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/errors.py (+23/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/image.py (+76/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/imagedir.py (+111/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/imagematch.py (+54/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/opencvfinder.py (+142/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/xp.py (+128/-0)
debian/python-xpresser/usr/share/pyshared/xpresser/xutils.py (+132/-0)
debian/rules (+9/-0)
example.py (+3/-3)
test (+125/-11)
xpresser/__init__.py (+0/-2)
xpresser/opencvfinder.py (+9/-18)
xpresser/tests/test_opencvfinder.py (+3/-2)
xpresser/tests/test_xp.py (+4/-4)
xpresser/tests/test_xutils.py (+15/-15)
xpresser/xutils.py (+14/-17)
Related bugs
Related blueprints
Branch information
Recent revisions
- 12. By Sylvain Pineau
-
Replace PixBuf with cairo surface to populate the awaited numpy pixels array.
Also includes GTK3 port from Gustavo's branch - 10. By Chris Wayne
-
Add support for double clicking.
R=niemeyer
CC=
https://codereview. appspot. com/5485056
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:xpresser