OSDN Git Service

toolbar: add dropdown panel for brush settings
authorAndrew Chadwick <andrewc-git@piffle.org>
Mon, 5 Sep 2011 02:33:30 +0000 (03:33 +0100)
committerAndrew Chadwick <andrewc-git@piffle.org>
Mon, 5 Sep 2011 02:38:54 +0000 (03:38 +0100)
commitc9880da1f582e1cbde774d8df9164205f1fd35e4
treef0545c0b22a6e6b17290dd828c6cd6c809ae4047
parentd0df115d6bb0ce3e02faf7d2266f0f4ae0b38bce
toolbar: add dropdown panel for brush settings

Add a dropdown with sliders for some common brush settings to the
toolbar. Reset buttons, and better access to brush editor and the brush
blend modes too.
20 files changed:
desktop/icons/hicolor/16x16/actions/mypaint-brush-mods-active.png [new file with mode: 0644]
desktop/icons/hicolor/16x16/actions/mypaint-brush-mods-inactive.png [new file with mode: 0644]
desktop/icons/hicolor/22x22/actions/mypaint-brush-mods-active.png [new file with mode: 0644]
desktop/icons/hicolor/22x22/actions/mypaint-brush-mods-inactive.png [new file with mode: 0644]
desktop/icons/hicolor/24x24/actions/mypaint-brush-mods-active.png [new file with mode: 0644]
desktop/icons/hicolor/24x24/actions/mypaint-brush-mods-inactive.png [new file with mode: 0644]
desktop/icons/hicolor/32x32/actions/mypaint-brush-mods-active.png [new file with mode: 0644]
desktop/icons/hicolor/32x32/actions/mypaint-brush-mods-inactive.png [new file with mode: 0644]
desktop/icons/hicolor/48x48/actions/mypaint-brush-mods-active.png [new file with mode: 0644]
desktop/icons/hicolor/48x48/actions/mypaint-brush-mods-inactive.png [new file with mode: 0644]
desktop/icons/hicolor/scalable/actions/mypaint-brush-mods-active.svg [new file with mode: 0644]
desktop/icons/hicolor/scalable/actions/mypaint-brush-mods-inactive.svg [new file with mode: 0644]
gui/dropdownpanel.py [new file with mode: 0644]
gui/stock.py
gui/toolbar.py
gui/toolbar.xml
gui/widgets.py [new file with mode: 0644]
lib/brush.py
svg/mypaint-brush-mods-active.svgz [new file with mode: 0644]
svg/mypaint-brush-mods-inactive.svgz [new file with mode: 0644]