Difference between revisions of "User:Cm9"

From Inkscape Wiki
Jump to navigation Jump to search
Line 57: Line 57:
* Consider testing 64bit build: https://bugs.launchpad.net/inkscape/+bug/520527 and https://bugs.launchpad.net/inkscape/+bug/520540/comments/5 and http://pastebin.com/m6cff93f3
* Consider testing 64bit build: https://bugs.launchpad.net/inkscape/+bug/520527 and https://bugs.launchpad.net/inkscape/+bug/520540/comments/5 and http://pastebin.com/m6cff93f3


= Committed fixes/features so far... =
= My changes so far... =


* Fixed caching bug on website which cached the site pages along with a language, this resulted in people often getting the wrong language (via. Alexandre Prokoudine)
* Fixed caching bug on website which cached the site pages along with a language, this resulted in people often getting the wrong language (via. Alexandre Prokoudine)
Line 64: Line 64:
* Replace font extension: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9789
* Replace font extension: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9789
* Help files no longer register as previous extensions: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9799
* Help files no longer register as previous extensions: http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9799
* Measure path extension doesn't use real superscript (yet to be committed)
* Extension dialogs shouldn't default to modal (yet to be committed)

Revision as of 21:23, 28 September 2010

Craig's plans

CORE

  • Tasks to finish:
    • docbase output patch -- check that the filesystem is local, encode the output docbase in local enoding
  • New tasks?
    • Sort extensions drop down in save as...
    • Sort verb-list output
    • btool - Compile progress message e.g. "building file 123 of 200"
    • Enable default units for: 'Object > Transform > Move', stroke width
    • Upgrade "rows and columns", "connector tool", "align and distribute, remove overlaps" to allow any unit
    • Directory chooser widget for extensions - JonCruz is handling this
    • Font substitution is silent
    • Extension dialog modality (Configurable?) (Speak to JonCruz?)
    • Live Preview on extensions to update on lose focus, not keypress.

EXTENSIONS

  • Tasks to finish:
    • Guillotine - Test export hints when using relative export
    • My extensions should use: inkex.addNS('path','svg')
    • Measure path - to use real superscript, instead of cm^2
  • New tasks for myself?
    • Lettercount (word count)
    • Draw page border
    • Convert text to outline (stroke only, 50% grey, 0.5mm)
    • Make grey (make everything 50% grey)
  • New tasks for su-v?
    • Voronoi/Delaunay triangulation
    • Output Node list - as csv
    • Add node info text: display id, label, title+description, like number nodes or measure path, put on a new layer (optionally centre, radius or width, height)
    • Mail merge
  • New tasks taken from bugs?
    • Convert palettes
    • 166697 Effects dirty documents, even if nothing is done

WEBSITE (ask prokoudine)

  • Medium term
    • Make webserver pull site from bzr
  • Long term
    • Redo website in drupal

OTHER

My changes so far...