Difference between revisions of "PastMilestones"

From Inkscape Wiki
Jump to navigation Jump to search
 
 
(93 intermediate revisions by 17 users not shown)
Line 11: Line 11:
* (DONE) Install inkscape 0.00 for personal use [ted]
* (DONE) Install inkscape 0.00 for personal use [ted]
* (DONE) Install inkscape 0.00 for personal use [njh]
* (DONE) Install inkscape 0.00 for personal use [njh]
* (DONE) Decide what release number N to use (0.00? 0.33? 0.35? 1.00?) - we'll use 0.35
* (DONE) Decide what release number N to use (0.00? 0.33? 0.35? 1.00?) - we'll use 0.35


Inkscape Experimental
Inkscape Experimental
Line 22: Line 22:
* (DONE) Post sketchy website with homepage, contact info, news, and pointer to wiki [bryce]
* (DONE) Post sketchy website with homepage, contact info, news, and pointer to wiki [bryce]
* (DONE) Set up website to auto-rebuild every few minutes [bryce]
* (DONE) Set up website to auto-rebuild every few minutes [bryce]
Milestone 1


=== Milestone 1 ===
Inkscape Production
Inkscape Production
* (DONE) Get inkscape to build with a C++ compiler [team]
* (DONE) Get inkscape to build with a C++ compiler [team]
Line 42: Line 43:
* (DONE) Create 3+ screenshots of Inkscape Production [bryce]
* (DONE) Create 3+ screenshots of Inkscape Production [bryce]
* (DONE) Flesh out website more fully [bryce]
* (DONE) Flesh out website more fully [bryce]
* (DONE) SourceForge RFE section needs setting up (categories and groups) [bryce]
* (DONE) [[SourceForge]] RFE section needs setting up (categories and groups) [bryce]
* (DONE) Create inkscape_project module & add wiki.pl there [bryce]
* (DONE) Create inkscape_project module & add wiki.pl there [bryce]


=== Inkscape 0.36 - Milestone 2 ===
=== Inkscape 0.36 - Milestone 2 ===
Objective: Implement new features & do prep work for major changes in future
 
 
Objective: Implement new features & do prep work for major changes in future


Inkscape Production
Inkscape Production
Line 57: Line 60:
* (DONE) Implement preliminary support for doxygen or doc++ in the codebase [tgould]
* (DONE) Implement preliminary support for doxygen or doc++ in the codebase [tgould]
* (DONE) Implement preliminary support for arrowheads on path ends [bryce]
* (DONE) Implement preliminary support for arrowheads on path ends [bryce]
* (DONE) Make [[SPGroup]]s behave like layers if inkscape:groupmode is set to "layer" [mental]
* (DONE) Make SPGroup?s behave like layers if inkscape:groupmode is set to "layer" [mental]
* (DONE) Decide on URI namespace [mental, bryce] - http://www.inkscape.org/namespaces/inkscape
* (DONE) Decide on URI namespace [mental, bryce] - http://www.inkscape.org/namespaces/inkscape
* (DONE) Implement an Inkscape namespaces [mental]
* (DONE) Implement an Inkscape namespaces [mental]
* (DONE) Eliminate all warnings in g++ build process on Linux [joncruz]
* (DONE) Eliminate all warnings in g++ build process on Linux [joncruz]
* (DONE) Incorporate bulk of patches posted to patch tracker [Kees]
* (DONE) Incorporate bulk of patches posted to patch tracker [Kees]
* (DONE) Fix bug: on quit, still says I have unsaved changes, even though I saved
* (DONE) Fix bug: on quit, still says I have unsaved changes, even though I saved
* (DONE) Fix bug: save as/save should use "SVG with xmlns:sodipodi namespace" as default [tgould]
* (DONE) Fix bug: save as/save should use "SVG with xmlns:sodipodi namespace" as default [tgould]
* (DONE) Fix bug: files are sometimes erroneously saved without the extension namespaces (typically the first time) [tgould, mental]
* (DONE) Fix bug: files are sometimes erroneously saved without the extension namespaces (typically the first time) [tgould, mental]
* (DONE) Rename "SVG with xmlns:sodipodi namespace" to "SVG with extension namespaces" [mental]
* (DONE) Rename &q
1000
uot;SVG with xmlns:sodipodi namespace" to "SVG with extension namespaces" [mental]
* (DONE) Rewrite inkscape manpage [bryce]
* (DONE) Rewrite inkscape manpage [bryce]
* (DONE) Replace the doc/keybindings.txt file with one from Wiki [tgould]
* (DONE) Replace the doc/keybindings.txt file with one from Wiki [tgould]
Line 73: Line 78:
* (DONE) Create Windows exe package for 0.36 [mael]
* (DONE) Create Windows exe package for 0.36 [mael]
* (DONE) Post release to Freshmeat [tgould or bryce]
* (DONE) Post release to Freshmeat [tgould or bryce]
* (DONE) Send mentions to GnomeDesktop, LWN, and other sites [kidproto=rejon]
* (DONE) Send mentions to [[GnomeDesktop]]?, LWN, and other sites [kidproto=rejon]


Interface & usability
Interface & usability
* (DONE) Merge BORKEN UI reorganization [mental]  
* (DONE) Merge BORKEN UI reorganization [mental]
* (DONE) Make all dialogs unsinkable, closeable (ctrl-f4, ctrl-w), defocusable (esc, enter in textfields) [bb]
* (DONE) Make all dialogs unsinkable, closeable (ctrl-f4, ctrl-w), defocusable (esc, enter in textfields) [bb]
* (DONE) Make all dialogs remember size and position across sessions [bb]
* (DONE) Make all dialogs remember size and position across sessions [bb]
Line 85: Line 90:
Inkscape Experimental R&D
Inkscape Experimental R&D
* (DONE) Describe what needs to be done to fix ambiguous default namespace issue [mental]
* (DONE) Describe what needs to be done to fix ambiguous default namespace issue [mental]
:We need to disambiguate between qnames that have no namespace and qnames in the default namespace (normally SVG's). Since internally we use a standard set of prefixes with qnames rather than expanded names, this means using e.g. "svg:g" and "svg:svg" instead of "g" and "svg" everywhere to name SVG elements. Note that namespaces are normalized to our standard prefix mappings at load time, so that does not itself constitute a compliance issue. -- MenTaLguY
:We need to disambiguate between qnames that have no namespace and qnames in the default namespace (normally SVG's). Since internally we use a standard set of prefixes with qnames rather than expanded names, this means using e.g. "svg:g" and "svg:svg" instead of "g" and "svg" everywhere to name SVG elements. Note that namespaces are normalized to our standard prefix mappings at load time, so that does not itself constitute a compliance issue. -- [[MenTaLguY]]?
* (DONE) Select a regression test system strategy (I wrote a very minimal testing framework) [mental]
* (DONE) Select a regression test system strategy (I wrote a very minimal testing framework) [mental]
* (DONE) Build a prototype GridOptions dialog using gtkmm [njh]
* (DONE) Build a prototype [[GridOptions]]? dialog using gtkmm [njh]
* (DONE) Prototype stroking/path enhancements [njh]
* (DONE) Prototype stroking/path enhancements [njh]
* (DONE) Start assembling list of requirements for plugin system [bryce]
* (DONE) Start assembling list of requirements for plugin system [bryce]
* (DONE) Change Inkscape from 'CSDI' to 'SDI'. See [http://developer.gnome.org/projects/gup/hig/1.0/windows.html#document-interface-types HIG Document Interface Types] [mental]
* (DONE) Change Inkscape from 'CSDI' to 'SDI'. See [HIG Document Interface Types] [mental]


Inkscape Website & Project
Inkscape Website & Project
Line 102: Line 107:


=== Inkscape 0.37 - Milestone 3 ===
=== Inkscape 0.37 - Milestone 3 ===
Objective: Convert codebase to C++ and cleanup codebase
 
 
Objective: Convert codebase to C++ and cleanup codebase


Inkscape Production
Inkscape Production
* (DONE) Fill in HandlingPreferences with a how-to on storing and using preference values
* (DONE) Fill in [[HandlingPreferences]] with a how-to on storing and using preference values
* (DONE) Create patch to add doxygen documentation for sp-root [bryce]
* (DONE) Create patch to add doxygen documentation for sp-root [bryce]
* (DONE) Create a class hierarchy diagram & add to website [mental & bryce]
* (DONE) Create a class hierarchy diagram & add to website [mental & bryce]
Line 113: Line 120:
* (DONE) Investigate getting spsvgview building in C++
* (DONE) Investigate getting spsvgview building in C++
* (DONE) Increase precision in SVG, apply and test the 256x zoom patch [bb]
* (DONE) Increase precision in SVG, apply and test the 256x zoom patch [bb]
* (DONE) Investigate why events don't always get passed from dialogs to canvas - see EventContextGrab
* (DONE) Investigate why events don't always get passed from dialogs to canvas - see [[EventContextGrab]]
* (DONE) Fix node editor's display update properly when the path is modified outside of the editor - see SelectionModifiedSignal
* (DONE) Fix node editor's display update properly when the path is modified outside of the editor - see [[SelectionModifiedSignal]]
* (DONE) Consider using the release number for the milestone number [bryce + kidproto]
* (DONE) Consider using the release number for the milestone number [bryce + kidproto]
* (DONE) Go through all Sodipodi feature requests and programming tasks and copy ones worth doing into Inkscape's tracker, or create Wiki pages for those that require discussion [kidproto=rejon]
* (DONE) Go through all Sodipodi feature requests and programming tasks and copy ones worth doing into Inkscape's tracker, or create Wiki pages for those that require discussion [kidproto=rejon]
Line 121: Line 128:
** (DONE) Review #if 0 code in bonobo/ [bryce]
** (DONE) Review #if 0 code in bonobo/ [bryce]
** (DONE) Review #if 0 code in *-context.cpp files [johan]
** (DONE) Review #if 0 code in *-context.cpp files [johan]
** (DONE) Review #if 0 code in desktop*.cpp and svg-view.cpp files [ted]
** (DONE) Review #if  
1000
0 code in desktop*.cpp and svg-view.cpp files [ted]
** (DONE) Review #if 0 code in sp-gradient.cpp, sp-root.cpp [njh]
** (DONE) Review #if 0 code in sp-gradient.cpp, sp-root.cpp [njh]
** (DONE) Review #if 0 code in file.h, interface.cpp, geom.cpp, inkscape.cpp, and style.cpp [ishmal]
** (DONE) Review #if 0 code in file.h, interface.cpp, geom.cpp, inkscape.cpp, and style.cpp [ishmal]
Line 140: Line 149:
* (DONE) Create new screenshots for website & Freshmeat [kidproto=rejon]
* (DONE) Create new screenshots for website & Freshmeat [kidproto=rejon]
* (DONE) Port good code from Sodipodi 0.33 (including xml:space work) [bb]
* (DONE) Port good code from Sodipodi 0.33 (including xml:space work) [bb]
* (DONE) Update coding-style.txt when the Coding_Style page is finalized [bryce]
* (DONE) Update coding-style.txt when the [[Coding_Style]] page is finalized [bryce]
* (DONE) Do a final proof-read / edit of Coding_Style to formalize it [bryce]
* (DONE) Do a final proof-read / edit of [[Coding_Style]] to formalize it [bryce]
* (DONE) Move the contents of the Coding_Style page to CVS [bryce]
* (DONE) Move the contents of the [[Coding_Style]] page to CVS [bryce]
* (DONE) Announce finalized coding-style.txt to inkscape-devel@ list [bryce]
* (DONE) Announce finalized coding-style.txt to inkscape-devel@ list [bryce]
* (DONE for src/*) Remove NRPoint based code. [njh, pjrm]
* (DONE for src/*) Remove NRPoint based code. [njh, pjrm]
* (DONE) Update NEWS with copy of ReleaseNotes when all development is finalized [rejon]
* (DONE) Update NEWS with copy of [[Release Notes|Release notes]] when all development is finalized [rejon]
* (DONE) Create & post tarball of 0.37 release [tgould]
* (DONE) Create & post tarball of 0.37 release [tgould]
* (DONE) GPG sign the tarballs - md5sum is not secure enough [tgould]
* (DONE) GPG sign the tarballs - md5sum is not secure enough [tgould]
Line 167: Line 176:
* (DONE) Decide on mouse scrollwheel modifiers [everyone, see mailing list archives]
* (DONE) Decide on mouse scrollwheel modifiers [everyone, see mailing list archives]
* (DONE) Full keyboard control in node edit [bb]
* (DONE) Full keyboard control in node edit [bb]
* (DONE) Flesh out the SecondaryToolbar, at least for selector [bb]
* (DONE) Flesh out the [[SecondaryToolbar]], at least for selector [bb]
* (DONE) Add keyboard shortcuts reference and tutorial to the Help menu [bb]
* (DONE) Add keyboard shortcuts reference and tutorial to the Help menu [bb]
* (DONE) Allow the user to edit the control points in the gradient editor [njh]
* (DONE) Allow the user to edit the control points in the gradient editor [njh]


Inkscape Experimental:
Inkscape Experimental:
* (DONE) Identify the remaining XML compliance bugs needing to be fixed & add to plan for M4/M5 [mental]
* (DONE) Identify the remaining XML compliance bugs needing to be fixed & add to plan for M4[[/M5]] [mental]
* (DONE) Investigate feasibility of removing libarikkei and plan doing it [bryce]
* (DONE) Investigate feasibility of removing libarikkei and plan doing it [bryce]
* (DONE) Investigate replacement of libnrtype with Pango and plan doing it [bryce]
* (DONE) Investigate replacement of libnrtype with Pango and plan doing it [bryce]
Line 182: Line 191:
* (DONE) Set up automatically updated display of man page(s) onto Inkscape website [kidproto=rejon]
* (DONE) Set up automatically updated display of man page(s) onto Inkscape website [kidproto=rejon]
* (DONE) Initiate clipart effort [bryce]
* (DONE) Initiate clipart effort [bryce]


=== Milestone 4 - Bug Hunt & Testing - Inkscape 0.38 ===
=== Milestone 4 - Bug Hunt & Testing - Inkscape 0.38 ===


* (DONE) Port Inkscape to work with ebuild, the gentoo packaging/compiling system
* (DONE) Port Inkscape to work with ebuild, the gentoo packaging/compiling system
* (DONE) Knock bug list count down to 10 or fewer, or to a ratio of 10% open/total [all]
* (DONE) Knock bug list count down to 10 or fewer, or to a ratio of 1
1000
0% open/total [all]
* (DONE) Implement text kerning and spacing (hor & vert), at least by keys [bb]
* (DONE) Implement text kerning and spacing (hor & vert), at least by keys [bb]
* (DONE) outline help system, possible strategies and available documentation for inclusion - use SVG! [bb]
* (DONE) outline help system, possible strategies and available documentation for inclusion - use SVG! [bb]
Line 194: Line 203:


=== Milestone 5 - Pango Architectural Change - Inkscape 0.39 ===
=== Milestone 5 - Pango Architectural Change - Inkscape 0.39 ===


* (DONE) Develop GTKMM mockup/ideas for the Layers dialog [brisgeek, mental]
* (DONE) Develop GTKMM mockup/ideas for the Layers dialog [brisgeek, mental]
* (DONE) Consider trimming ChangeLog (currently ~370 KB) [bryce]
* (DONE) Consider trimming [[ChangeLog]]? (currently ~370 KB) [bryce]
* (DONE) Wiki site refactoring/cleanup - move old or less useful links off the top wiki page [bryce]
* (DONE) Wiki site refactoring/cleanup - move old or less useful links off the top wiki page [bryce]
* (DONE) Review and revise TricksAndTips - can some of these move to the User Manual?
* (DONE) Review and revise [[TricksAndTips]] - can some of these move to the User Manual?
* (DONE) Reduce/eliminate debug messages that occur when doing e.g. node editing, etc.
* (DONE) Reduce/eliminate debug messages that occur when doing e.g. node editing, etc.
* (DONE) Remove last bits of dependency on libart by copying what we need out of it, into libnr
* (DONE) Remove last bits of dependency on libart by copying what we need out of it, into libnr
Line 212: Line 222:
* (DONE) Add -V, --version commandline option to display application version & copyright info
* (DONE) Add -V, --version commandline option to display application version & copyright info
* (DONE) Replace calls to arikkei string/tokenizing routines in libnrtype/ with standard glib functions & remove libarikkei
* (DONE) Replace calls to arikkei string/tokenizing routines in libnrtype/ with standard glib functions & remove libarikkei
* (DONE) Expand the Preferences dialog (see HandlingPreferences) [bb]
* (DONE) Expand the Preferences dialog (see [[HandlingPreferences]]) [bb]
* (DONE) Create SetStyleSignal and make Dropper useful [bb]
* (DONE) Create [[SetStyleSignal]]? and make Dropper useful [bb]
* (DONE) Reorganize/trim down User Interface Discussion section of main wiki page [bryce]
* (DONE) Reorganize/trim down User Interface Discussion section of main wiki page [bryce]
* (DONE) Incorporate ECMA Javascript [ishmal]
* (DONE) Incorporate ECMA Javascript [ishmal]
Line 221: Line 231:
* (DONE) Make Pango a required dependency for Inkscape & remove compile-time option scaffolding
* (DONE) Make Pango a required dependency for Inkscape & remove compile-time option scaffolding
* (DONE) Create a pango_test in the experimental CVS module [fred]
* (DONE) Create a pango_test in the experimental CVS module [fred]
* (DONE) Test outlines using Pango [fred] - c.f. test_font->RasterFont(one_mat,the_stroke_width)
* (DONE) Test outlines using Pango [fred] - c.f. test_font->[[RasterFont]]?(one_mat,the_stroke_width)
* (DONE) Test vertical text using Pango with multi-glyph characters like an A with an umlaut [fred]
* (DONE) Test vertical text using Pango with multi-glyph characters like an A with an umlaut [fred]
* (DONE) Document functions in libnrtype
* (DONE) Document functions in libnrtype
Line 230: Line 240:


Holdovers from last release
Holdovers from last release
* (DONE) Write an extensions/plugin enhancement proposal(s) and post to mailing list and [http://inkscape.org/cgi-bin/wiki.pl?ExtensionArchitectureProposals this wiki page] for review [bryce]
* (DONE) Write an extensions/plugin enhancement proposal(s) and post to mailing list and [this wiki page] for review [bryce]
* (DONE, but needs fixing libnr display while dragging) Implement "scale stroke" switch
* (DONE, but needs fixing libnr display while dragging) Implement "scale stroke" switch


Line 242: Line 252:
* (DONE) Archive obsolete pages in the Inkscape wiki
* (DONE) Archive obsolete pages in the Inkscape wiki
* (DONE) Consider refactoring for the main Inkscape website
* (DONE) Consider refactoring for the main Inkscape website
* (DONE) Trim down the number of links on the main wiki page to be much fewer
* (DONE) Trim down the number of links on the main wiki page to be much fewer


[http://loan-calculator.6x.to loan calculator]
=== Milestone 6 - Features and Fixes - Inkscape 0.40 ===
[http://student-loans.6x.to student loans]
 
[http://personal-loans.6x.to personal loans]
 
[http://payday-loans.6x.to payday loans]
New/Changed? Dependencies
[http://bad-credit-loans.6x.to bad credit loans]
* (DONE) Add a dependency on libgc (the Boehm conservative collector), which will be required for the AST code [mental]
[http://home-loans.6x.to home loans]
* (DONE) Switch to sigc++ 2 + gtkmm 2 early in 0.40, before we start doing gtkmm-intensive stuff like the layers dialog etc. [mental]
[http://auto-loans.6x.to auto loans]
* (DONE) Add Gtk-Wimp (for windows theming)
[http://auto-loan-calculator.6x.to auto loan calculator]
* (DONE) Use new file dialog when GTK 2.4 is released (but need to smooth out)
[http://home-equity-loans.6x.to home equity loans]
 
[http://home_equity_loan.6x.to home equity loan]
Internal
[http://car-loans.6x.to car loans]
* (DONE) Create new gtkmm classes Inkscape::Dialog, Inkscape::Application, and some widgets [bryce]
[http://small-business-loans.6x.to small business loans]
* (DONE) Auto-include AUTHO
[http://countrywide-home-loans.6x.to countrywide home loans]
c93
[http://home_loan.6x.to home loan]
RS list into manpage on build [pjrm]
[http://car-loan-calculator.6x.to car loan calculator]
* (DONE) Set up automatic insertion of current application version into Inkscape man page [pjrm]
[http://mortgage-loans.6x.to mortgage loans]
* (DONE) Change the SEGV and SIGABRT handlers to reliably autosave and put up a crash dialog
[http://interest-only-loans.6x.to interest only loans]
* (DONE) add support for inkscape:label attribute for author-readable object names [mental]
[http://military-loans.6x.to military loans]
** (DONE) add SPObject::defaultLabel() to return a default label string if inkscape:label is unset [bryce]
[http://direct-loans.6x.to direct loans]
* (DONE) Implement SPItem::{locked,setLocked,visible,setVisible} [bryce]
[http://boat-loans.6x.to boat loans]
* (DONE) Implement SPDesktop::itemIsHidden?(SPItem *) for getting per-desktop visibility [mental]
[http://bad-credit-personal-loans.6x.to ad credit personal loans] [http://student-loan-consolidation.6x.to student loan consolidation] [http://business-loans.6x.to business loans] [http://lowdownpaymentloanmobilehome.6x.to low down payment loan mobile home] [http://college-loans.6x.to college loans]  
 
[http://construction-loans.6x.to construction loans] [http://pay-day-loans.6x.to pay day loans] [http://motorcycle-loans.6x.to motorcycle loans]  
Drawing
[http://debt-consolidation-loans.6x.to debt consolidation loans] [http://unsecured-loans.6x.to unsecured loans][http://stafford-loan.6x.to stafford loan]  
* (DONE) Implement Text on Path
[http://va-loans.6x.to va loans] [http://land-loans.6x.to land loans] [http://fha-loans.6x.to fha loans] [http://commercial-loans.6x.to commercial loans]  
* (DONE) Smoother freehand pencil tool [pjrm]
[http://consolidation-loans.6x.to consolidation loans] [http://loan-amortizer.6x.to /loan amortizer] [http://federal-student-loans.6x.to federal student loans]  
* (DONE) Make gradient management & chaining work similar to patterns [bb]
[http://no-fax-payday-loans.6x.to no fax payday loans] [http://cash-loans.6x.to cash loans] [http://bridge-loan.6x.to bridge loan] [http://bad-credit-auto-loans.6x.to bad credit auto loans] [http://rv-loans.6x.to rv loans] [http://school-loans.6x.to school loans] [http://government-loans.6x.to government loans]  
** (DONE) Fix fill-opacity ignored with gradients [bb]
[http://car-title-loans.6x.to car title loans] [http://education-loans.6x.to education loans] [http://unsecured-personal-loans.6x.to unsecured personal loans]  
* (DONE except bug #1061934) add support for visibility CSS property [mental]
[http://title-loans.6x.to title loans] [http://signature-loans.6x.to signature loans] [http://medicameti.noneto.com/Effexor-XR.html Effexor]
 
[http://medicameti.noneto.com/codeine.html Codeine]
Interface & Usability
[http://medicameti.noneto.com/zithromax.html Zithromax]
* (DONE) Make all knots display explanations in statusbar on mouseover
[http://medicameti.noneto.com/prozac.html Prozac]
* (DONE) Implement "Select Under" [bb]
[http://medicameti.noneto.com/xanax.html Xanax]
* (DONE) Add shortcuts to button tooltips (at least for verbs)
[http://medicameti.noneto.com/hgh.html HGH]
* (DONE) Basic metadata/RDF support for clipart, etc.
[http://medicameti.noneto.com/valium.html Valium]
* (DONE) Rudimentary layers UI
[http://medicameti.noneto.com/adipex.html Adipex]
** (DONE) Finish new gtkmm layer selector [mental]
[http://suchek.net Suchek.net ]
*** (DONE) Update list upon addition/removal/reordering of layers [mental]
[http://medicameti.noneto.com  Pills and tablets]
*** (DONE) Finish show/hide lock/unlock buttons [mental]
[http://buy_cheap_valium.6x.to Buy Cheap Valium]
*** (DONE) Add UI for setting inkscape:label attribute [bryce]
[http://buy_cheap_actonel.6x.to Buy Cheap Actonel]
*** (DONE) Fix funky widget resizing [bryce]
[http://buy_cheap_actos.6x.to Buy Cheap Actos]
*** (DONE) unselect objects when manually switching layers [mental]
[http://buy_cheap_adderall_xr.6x.to Buy Cheap Addreall XR]
** (DONE) Tie off loose ends with layer-related commands [mental]
[http://buy_cheap_adipex.6x.to Buy Cheap Adipex]
*** (DONE) Add "selection to sublayer" command and its inverse [mental, bb]
[http://buy_cheap_alprazolam.6x.to Buy Cheap Alprazolam]
*** (DONE) Make "move to next/prev layer" move selected objects to next/prev layer [mental, bb]
[http://buy_cheap_altace.6x.to Buy Cheap Altace]
* (DONE) UI support for visibility
[http://buy_cheap_ambien.6x.to Buy Cheap Ambien]
** (DONE) Implement and enable "visible" checkbox in object properties (using SPObject::{visible,setVisible} [bryce]
[http://buy_cheap_aricept.6x.to Buy Cheap Aricept ]
** (DONE) Make "intelligent" raise/lower aware of visibility status (using per-desktop SPDesktop::itemIsHidden?) [bb]
[http://buy_cheap_avandia.6x.to Buy Cheap Avandia ]
** (DONE) Make selection tool and tests for item-at-point aware of per-desktop visibility [bb]
[http://buy_cheap_bextra.6x.to Buy Cheap Bextra]
* (DONE) object label support
[http://buy_cheap_celebrex.6x.to Buy Cheap Celebrex]
** (DONE) add ability to set inkscape:label from "Item Properties" [bryce]
[http://buy_cheap_celexa.6x.to Buy Cheap Celexa]
 
[http://buy_cheap_cialis.6x.to Buy Cheap Cialis]
** (DONE) remove id setting from "Item Properties"? [bryce]
[http://buy_cheap_claritin.6x.to Buy Cheap Claritin]
** (DONE) switch to using SPObject::label()/SPObject?::defaultLabel() in UI where object ID is currently used [bryce]
[http://buy_cheap_codeine.6x.to Buy Cheap Codeine]
* (DONE) add (preliminary) support for "title" and "desc" elements to "Item Properties"
[http://buy_cheap_coreg.6x.to Buy Cheap Coreg]
 
[http://buy_cheap_coumadin.6x.to Buy Cheap Coumadin]
Documentation & Packaging
[http://buy_cheap_cozaar.6x.to Buy Cheap Cozaar]
 
[http://buy_cheap_crestor.6x.to Buy Cheap Crestor]
* (DONE) Split tutorials into even smaller pieces, document new stuff since 0.38
[http://buy_cheap_cyclobenzaprine.6x.to Buy Cheap Cyclobenzaprine]
** (DONE) shrink and subdivide Elements and Principles of Design (made smaller) [rejon]
[http://buy_cheap_diazepam.6x.to Buy Cheap Diazepam]
** (DONE) Create a new tutorial (Shapes) [bulia]
[http://buy_cheap_didrex.6x.to Buy Cheap Didrex]
* (DONE) Push for new dependencies to be updated upstream [all]
[http://buy_cheap_diflucan.6x.to Buy Cheap Diflican]
 
[http://buy_cheap_diovan.6x.to Buy Cheap Diovan]
=== Milestone 7 - Bugfix Release - Inkscape 0.41 ===
[http://buy_cheap_effexor.6x.to Buy Cheap Effexor]
 
[http://buy_cheap_evista.6x.to Buy Cheap Evista]
* (DONE) Experiment with use of Glade for inkscape_gtkmm
[http://buy_cheap_fioricet.6x.to Buy Cheap Fioricet]
* (DONE) Fix 150 "points" worth of bugs
[http://buy_cheap_flexeril.6x.to Buy Cheap Flexeril]
* (DONE) PR and Release announcement sent out [rejon + bryce]
[http://buy_cheap_flonase.6x.to Buy Cheap Flonase]
 
[http://buy_cheap_fosamax.6x.to Buy Cheap Fosamax]
=== Milestone 8 - GtkMM Architectural Change - Inkscape 0.42 ===
[http://buy_cheap_hgh.6x.to Buy Cheap HGH]
 
[http://buy_cheap_holdem.6x.to Buy Cheap Holdem]
General Gtkmm Interface
[http://buy_cheap_hydrocodone.6x.to Buy Cheap Hydrocodone]
* (DONE) Merge the inkscape_gtkmm codebase into mainline with cmdline option to activate it [bryce]
[http://buy_cheap_hypertension.6x.to Buy Cheap Hypertension]
* (DONE) Implement text in shape UI
[http://buy_cheap_hyzaar.6x.to Buy Cheap Hyzaar]
* (DONE) Selection and node tools: double-click on group sets group as current layer (without altering inkscape:groupmode) [bb]
[http://buy_cheap_klonopin.6x.to Buy Cheap Klonopin]
 
[http://buy_cheap_lamisil.6x.to Buy Cheap Lamisil]
Icons and Cursors
[http://buy_cheap_lamtictal_online.6x.to Buy Cheap Lamtictal]
* (DONE) Implement basic icon theming capability
[http://buy_cheap_levitra.6x.to Buy Cheap Levitra]
* (DONE) Convert all xmp icons to svg's
[http://buy_cheap_lipitor.6x.to Buy Cheap Lipitor]
* (DONE) Create one alternate icon/cursor set
[http://buy_cheap_lorazepam.6x.to Buy Cheap Lorazepam]
 
[http://buy_cheap_lortab.6x.to Buy Cheap Lortab]
Dialogs Redevelopment and improved HIG-Compliance
[http://buy_cheap_meridia.6x.to Buy Cheap Meridia]
* (DONE) Fill Stroke dialog
[http://buy_cheap_neurontin.6x.to Buy Cheap Neurontin]
** (DONE) Overhaul Gradient UI to improve management and creation
[http://buy_cheap_norvasc.6x.to Buy Cheap Norvasc]
* (DONE) Align and Distribute Dialog - Convert to Gtkmm
[http://buy_cheap_northo_tri-cyclen.6x.to Buy Cheap Ortho Tri-cyclen]
* (DONE) Trace Dialog - Convert to Gtkmm
[http://buy_cheap_pain-relief.6x.to Buy Cheap Pain Relief]
* (DONE) Transformation Dialog - Convert to Gtkmm
[http://buy_cheap_paxil.6x.to Buy Cheap Paxil]
* (DONE) Object Properties dialog
[http://buy_cheap_pharmacy.6x.to Buy Cheap Pharmacy]
** (DONE) Redesign Object Properties dialog
[http://buy_cheap_phentermine.6x.to Buy Cheap Phentermine]
* (DONE) Create a swatches dialog
[http://buy_cheap_plavix.6x.to Buy Cheap Plavix]
 
[http://buy_cheap_pravachol.6x.to Buy Cheap Pravachol]
Layer Enhancements
[http://buy_cheap_premarin.6x.to Buy Cheap Premarin]
* (DONE) search checks inkscape:label, and ignores layers [bb]
[http://buy_cheap_prevacid.6x.to Buy Cheap Prevacid]
* (DONE) Move to Layer Above    Shift + Page Up
[http://buy_cheap_prilosec.6x.to Buy Cheap Prilosec]
* (DONE) Move to Layer Below    Shift + Page Down
[http://buy_cheap_prozac.6x.to Buy Cheap Prozac]
 
[http://buy_cheap_pisperdal.6x.to Buy Cheap Pisperdal]
Extensions Prep Work
[http://buy_cheap_renova.6x.to Buy Cheap Renova]
* (DONE) Example extension package
[http://buy_cheap_singulair.6x.to Buy Cheap Singulair]
 
[http://buy_cheap_soma.6x.to Buy Cheap Soma]
Other
[http://buy_cheap_tablets.6x.to Buy Cheap Tablets]
* (DONE) Clean up tool ("event context") code
[http://buy_cheap_topamax.6x.to Buy Cheap Topamax]
 
[http://buy_cheap_tramadol.6x.to Buy Cheap Tramadol]
=== Milestone 9 - RFE's - Inkscape 0.43 ===
[http://buy_cheap_ultram.6x.to Buy Cheap Ultram]
 
[http://buy_cheap_valtrex.6x.to Bye Cheap Valtrex]
New/changed Dependencies
[http://buy_cheap_viagra.6x.to Buy Cheap Viagra]
* (DONE) Add libcroco
[http://buy_cheap_vicodin.6x.to Buy Cheap Vicodin]
* (DONE) Add dependencies for Whiteboard and other [[Google Summer of Code|Google SoC]] projects
[http://buy_cheap_wellbutrin.6x.to Buy Cheap Wellbutrin]
 
[http://buy_cheap_xanax.6x.to Buy Cheap Xanax]
Internal
[http://buy_cheap_xenical.6x.to Buy Cheap Xenical]
* (DONE) Reduce open/total RFE ratio to 55%
[http://buy_cheap_zithromax.6x.to Buy Cheap Zithromax]
* (DONE) Bidirectional text in Pango needs attention
[http://buy_cheap_zocor.6x.to Buy Cheap Zocor]
* (DONE) [[MakeVertical]] in Pango needs attention
[http://buy_cheap_zoloft.6x.to Buy Cheap Zoloft]
* (DONE) Integrate use of libcroco for handling Cascading Style Sheets.
[http://buy_cheap_zyban.6x.to Buy Cheap Zyban]
 
[http://buy_cheap_zyprexa.6x.to Buy Cheap Zyprexa]
RFE's
[http://buy_cheap_zytrec.6x.to buy cheap zytrec]
* (DONE) tools: add/remove points on path, bezier drag
[http://4bestcruise.freewebpage.org/gcruise.htm cruise]
* (DONE) Markers
[http://creditreport.nm.ru/gcredit-report.htm credit report]
* (DONE) Load-from-URL [bryce]
[http://cyclobenzaprine.port5.com/gcyclobenzaprine.htm cyclobenzaprine]
 
[http://adipex-p.6x.to/ adipex-p] [http://4cheap-adipex.6x.to/ cheap adipex] [http://4adipex-prices.6x.to adipex prices] [http://4buy-adipex.6x.to/ buy adipex] [http://4buy-adipex-p.6x.to/ buy adipex-p] [http://4generic-adipex.6x.to/ generic adipex] [http://4adipex-online.6x.to/ adipex online] [http://adipex-diet-pills.6x.to/ adipex diet pills] [http://adipex-without-a-prescription.6x.to/ adipex without a prescription] [http://buy-phentermine-adipex.6x.to/ buy phentermine adipex]  
Dialogs
[http://phentermine-adipex-diet-pills.6x.to/ phentermine adipex diet pills] [http://adipex-discount.6x.to/ adipex discount] [http://cheapest-adipex.6x.to/ cheapest adipex] [http://order-adipex.6x.to/ cheapest adipex] [http://lowest-price-for-adipex.6x.to/ lowest price for adipex] [http://adverse-side-effects-of-adipex.6x.to/ adverse side effects of adipex] [http://online-pharmacy-adipex-p.6x.to/ online pharmacy adipex-p] [http://adipex-phentermine.6x.to/ adipex phentermine] [http://appetite-suppressant-adipex.6x.to/ appetite suppressant adipex] [http://buy-adipex-online.6x.to/ buy adipex online]
* (DONE) Redevelop About screen [kees]
** (DONE) break out the credited developers, translators, and testers [kees]
** (DONE) investigate use of Gtk About [kees]
 
Testing
* (DONE) Implement tests of Inkscape against the [[W3C]] test suite [rick beton, bryce]
* (DONE) Host a Bug Party [nicu, bryce]
 
=== Milestone 10  ===
 
fill in from [[Roadmap]] page

Latest revision as of 19:34, 29 February 2012

Past Milestones

Milestone 0

Inkscape Production:

  • (DONE) Post hydra-october patchset to Sodipodi mailing list [bryce]
  • (DONE) Import sodipodi into inkscape CVS as module 'inkscape' from hydra-october [mental]
  • (DONE) Unsodipodify the tree, replacing instances of 'Sodipodi' with 'Inkscape' where appropriate (we will be keeping the sodipodi XML namespace for compatibility) [mental]
  • (DONE) Install inkscape 0.00 for personal use [bryce]
  • (DONE) Install inkscape 0.00 for personal use [mental]
  • (DONE) Install inkscape 0.00 for personal use [ted]
  • (DONE) Install inkscape 0.00 for personal use [njh]
  • (DONE) Decide what release number N to use (0.00? 0.33? 0.35? 1.00?) - we'll use 0.35

Inkscape Experimental

  • (DONE) Decide name for Mental's sketch 'inkscape-experimental'? 'experimental'? 'inkscape-next-gen'? -- It shall be called 'experimental' [mental]
  • (DONE) Import code into CVS [mental]
  • (DONE) Document use of the experimental module [bryce]

Inkscape Website

  • (DONE) Set up a Wiki [bryce]
  • (DONE) Post sketchy website with homepage, contact info, news, and pointer to wiki [bryce]
  • (DONE) Set up website to auto-rebuild every few minutes [bryce]

Milestone 1


Inkscape Production

  • (DONE) Get inkscape to build with a C++ compiler [team]
  • (DONE) Fix CDATA issue [mental]
  • (DONE) Get codebase to successfully complete `make distcheck` -- mental says 'worksforme' [team]
  • (DONE) Fix 'snap to guides' crash bug [bryce]
  • (DONE) Update the about dialog to include the new logo and version [bryce, tvon]
  • (DONE) Cut a release of Inkscape 0.35 [ted]
  • (DONE) Upload release tarball of Inkscape 0.35 to Inkscape SF file manager [ted]

Inkscape Experimental

  • (DONE) Initiate work on grid-proto code & put in CVS [njh]
  • (DONE) Conceptualize a new export dialog in python [tvon, njh]

Inkscape Website & Project

  • (DONE) Create logo for Inkscape [team]
  • (DONE) Create look and feel graphical design prototype for website [tvon]
  • (DONE) Create 3+ screenshots of Inkscape Production [bryce]
  • (DONE) Flesh out website more fully [bryce]
  • (DONE) SourceForge RFE section needs setting up (categories and groups) [bryce]
  • (DONE) Create inkscape_project module & add wiki.pl there [bryce]

Inkscape 0.36 - Milestone 2

Objective: Implement new features & do prep work for major changes in future

Inkscape Production

  • (DONE) Create Freshmeat project for Inkscape [tgould]
  • (DONE) Remove the KDE / Qt code and dependencies [manny]
  • (DONE) Check all listed Sodipodi bugs numbered from 775385 to less than 830500, and copy recreatible ones to Inkscape's CVS tracker [bryce]
  • (DONE) Check all listed Sodipodi bugs numbered from 830500 and up, and copy recreatible ones to Inkscape's CVS tracker [kidproto]
  • (DONE) Check all listed Sodipodi bugs numbered less than 775385 and copy recreatible ones to Inkscape's CVS tracker [kidproto]
  • (DONE) Copy open patches from Sodipodi patch tracker to Inkscape [bryce]
  • (DONE) Implement preliminary support for doxygen or doc++ in the codebase [tgould]
  • (DONE) Implement preliminary support for arrowheads on path ends [bryce]
  • (DONE) Make SPGroup?s behave like layers if inkscape:groupmode is set to "layer" [mental]
  • (DONE) Decide on URI namespace [mental, bryce] - http://www.inkscape.org/namespaces/inkscape
  • (DONE) Implement an Inkscape namespaces [mental]
  • (DONE) Eliminate all warnings in g++ build process on Linux [joncruz]
  • (DONE) Incorporate bulk of patches posted to patch tracker [Kees]
  • (DONE) Fix bug: on quit, still says I have unsaved changes, even though I saved
  • (DONE) Fix bug: save as/save should use "SVG with xmlns:sodipodi namespace" as default [tgould]
  • (DONE) Fix bug: files are sometimes erroneously saved without the extension namespaces (typically the first time) [tgould, mental]
  • (DONE) Rename &q

1000 uot;SVG with xmlns:sodipodi namespace" to "SVG with extension namespaces" [mental]

  • (DONE) Rewrite inkscape manpage [bryce]
  • (DONE) Replace the doc/keybindings.txt file with one from Wiki [tgould]
  • (DONE) Create & post tarball of 0.36 release [tgould]
  • (DONE) Create RPM for 0.36 [bryce]
  • (DONE) Create Deb package for 0.36 [njh]
  • (DONE) Create Windows exe package for 0.36 [mael]
  • (DONE) Post release to Freshmeat [tgould or bryce]
  • (DONE) Send mentions to GnomeDesktop?, LWN, and other sites [kidproto=rejon]

Interface & usability

  • (DONE) Merge BORKEN UI reorganization [mental]
  • (DONE) Make all dialogs unsinkable, closeable (ctrl-f4, ctrl-w), defocusable (esc, enter in textfields) [bb]
  • (DONE) Make all dialogs remember size and position across sessions [bb]
  • (DONE) Unify names of commands and dialogs [bb]
  • (DONE) Implement Tab, Esc, ctrl-a in node editor [bb]
  • (DONE) Fix scrollwheel problem [kees]

Inkscape Experimental R&D

  • (DONE) Describe what needs to be done to fix ambiguous default namespace issue [mental]
We need to disambiguate between qnames that have no namespace and qnames in the default namespace (normally SVG's). Since internally we use a standard set of prefixes with qnames rather than expanded names, this means using e.g. "svg:g" and "svg:svg" instead of "g" and "svg" everywhere to name SVG elements. Note that namespaces are normalized to our standard prefix mappings at load time, so that does not itself constitute a compliance issue. -- MenTaLguY?
  • (DONE) Select a regression test system strategy (I wrote a very minimal testing framework) [mental]
  • (DONE) Build a prototype GridOptions? dialog using gtkmm [njh]
  • (DONE) Prototype stroking/path enhancements [njh]
  • (DONE) Start assembling list of requirements for plugin system [bryce]
  • (DONE) Change Inkscape from 'CSDI' to 'SDI'. See [HIG Document Interface Types] [mental]

Inkscape Website & Project

  • (DONE) Convert wiki to new look and feel [tvon]
  • (DONE) Convert website to new look and feel [tvon]
  • (DONE) Post project status [bryce]
  • (DONE) See if it's possible to make wiki send edit notification to a mailing list & set it up if so [bryce]
  • (DONE) Figure out how to get http://inkscape.org to work correctly [mental, kees]
  • (DONE) Set up a 'project' cvs module for putting config files, backups, etc. [bryce]
  • (DONE) Plan out Milestone 3 [bryce]

Inkscape 0.37 - Milestone 3

Objective: Convert codebase to C++ and cleanup codebase

Inkscape Production

  • (DONE) Fill in HandlingPreferences with a how-to on storing and using preference values
  • (DONE) Create patch to add doxygen documentation for sp-root [bryce]
  • (DONE) Create a class hierarchy diagram & add to website [mental & bryce]
  • (DONE) Create a block diagram of the subsystems* Define C++ namespaces (e.g., 'Inkscape::$subsystem')
  • (DONE) Ensure doc/ dir is included in source tarballs [mental]
  • (DONE) Commit to C++ build; rename .c files to .cpp [mental & njh]
  • (DONE) Investigate getting spsvgview building in C++
  • (DONE) Increase precision in SVG, apply and test the 256x zoom patch [bb]
  • (DONE) Investigate why events don't always get passed from dialogs to canvas - see EventContextGrab
  • (DONE) Fix node editor's display update properly when the path is modified outside of the editor - see SelectionModifiedSignal
  • (DONE) Consider using the release number for the milestone number [bryce + kidproto]
  • (DONE) Go through all Sodipodi feature requests and programming tasks and copy ones worth doing into Inkscape's tracker, or create Wiki pages for those that require discussion [kidproto=rejon]
  • (DONE) Implement Fullscreen mode menuitem [jceuppens]
  • (DONE) Review #if 0 code and delete any that doesn't look like it's needed or document why, if it is
    • (DONE) Review #if 0 code in bonobo/ [bryce]
    • (DONE) Review #if 0 code in *-context.cpp files [johan]
    • (DONE) Review #if

1000 0 code in desktop*.cpp and svg-view.cpp files [ted]

    • (DONE) Review #if 0 code in sp-gradient.cpp, sp-root.cpp [njh]
    • (DONE) Review #if 0 code in file.h, interface.cpp, geom.cpp, inkscape.cpp, and style.cpp [ishmal]
    • (DONE) Review #if 0 code in *-chemistry.cpp [njh]
    • (POSTPONED) Review #if 0 code in seltrans.cpp [pjrm]
    • (DONE) Review #if 0 code in knotholder.cpp, nodepath.cpp, rubberband.cpp, object-edit.cpp, and object-ui.cpp [bb]
    • (DONE) Review #if 0 code in svg/ [bryce]
    • (DONE) Review #if 0 code in dialogs/ [bryce]
    • (DONE) Review #if 0 code in display/ [mental]
    • (DONE) Review #if 0 code in helper/ [bryce]
    • (DONE) Review #if 0 code in libnr/
    • (DONE) Review #if 0 code in libnrtype/ [rejon]
    • (DONE) Review #if 0 code in modules/
    • (DONE) Review #if 0 code in widgets/ [bryce]
    • (DONE) Review #if 0 code in xml/
    • (DONE) dialogs folder [rejon]
  • (DONE) Revise HACKING file(s) [bryce]
  • (DONE) Create new screenshots for website & Freshmeat [kidproto=rejon]
  • (DONE) Port good code from Sodipodi 0.33 (including xml:space work) [bb]
  • (DONE) Update coding-style.txt when the Coding_Style page is finalized [bryce]
  • (DONE) Do a final proof-read / edit of Coding_Style to formalize it [bryce]
  • (DONE) Move the contents of the Coding_Style page to CVS [bryce]
  • (DONE) Announce finalized coding-style.txt to inkscape-devel@ list [bryce]
  • (DONE for src/*) Remove NRPoint based code. [njh, pjrm]
  • (DONE) Update NEWS with copy of Release notes when all development is finalized [rejon]
  • (DONE) Create & post tarball of 0.37 release [tgould]
  • (DONE) GPG sign the tarballs - md5sum is not secure enough [tgould]
  • (DONE)Look at the spec files from KDE-Redhat for how to use %defines for different flavors of distros (it works better for different versions of same distro.. its gets ugly when mixing distros)
  • (DONE)Grab spec file from fedora.us in the sodipodi package to set up Fedora packaging
  • (DONE) Create Mandrake SRPM & RPM for 0.37 [bryce]
  • (DONE) Create Deb package for 0.37 [njh]
  • (DONE) Create Windows exe package for 0.37 [ishmal]
  • (DONE) Post release to Freshmeat [tgould]
  • (DONE) Upload debs to debian unstable
  • (DONE) Upload rpm(s) to Mandrake Cooker [bryce]
  • (DONE) rename old glade directories and make sure name change is reflected throughout code [rejon]

Interface & usability

  • (DONE) Enable keyboard navigation within dialogs (tab switching, next widget, etc) [bb]
  • (DONE) Make text fields in dialogs directly editable
  • (DONE) Make all dialogs remember size and position across sessions [bb]
  • (DONE, except skew) Consistently enable restricted rotate (with Ctrl) everywhere [bb]
  • (DONE) Implement the global dialogs on/off toggle [bb]
  • (DONE) Store more global things in preferences (nudge distance, mouse scroll distance, etc) [bb]
  • (DONE) Decide on mouse scrollwheel modifiers [everyone, see mailing list archives]
  • (DONE) Full keyboard control in node edit [bb]
  • (DONE) Flesh out the SecondaryToolbar, at least for selector [bb]
  • (DONE) Add keyboard shortcuts reference and tutorial to the Help menu [bb]
  • (DONE) Allow the user to edit the control points in the gradient editor [njh]

Inkscape Experimental:

  • (DONE) Identify the remaining XML compliance bugs needing to be fixed & add to plan for M4/M5 [mental]
  • (DONE) Investigate feasibility of removing libarikkei and plan doing it [bryce]
  • (DONE) Investigate replacement of libnrtype with Pango and plan doing it [bryce]

Inkscape Website & Project

  • (DONE) Set up a logging for jabber
  • (DONE) Set up hourly cronjob to rebuild code docs onto website [tvon]
  • (DONE) Set up Google Search for inkscape.org [kidproto=rejon]
  • (DONE) Set up automatically updated display of man page(s) onto Inkscape website [kidproto=rejon]
  • (DONE) Initiate clipart effort [bryce]

Milestone 4 - Bug Hunt & Testing - Inkscape 0.38

  • (DONE) Port Inkscape to work with ebuild, the gentoo packaging/compiling system
  • (DONE) Knock bug list count down to 10 or fewer, or to a ratio of 1

1000 0% open/total [all]

  • (DONE) Implement text kerning and spacing (hor & vert), at least by keys [bb]
  • (DONE) outline help system, possible strategies and available documentation for inclusion - use SVG! [bb]


Milestone 5 - Pango Architectural Change - Inkscape 0.39

  • (DONE) Develop GTKMM mockup/ideas for the Layers dialog [brisgeek, mental]
  • (DONE) Consider trimming ChangeLog? (currently ~370 KB) [bryce]
  • (DONE) Wiki site refactoring/cleanup - move old or less useful links off the top wiki page [bryce]
  • (DONE) Review and revise TricksAndTips - can some of these move to the User Manual?
  • (DONE) Reduce/eliminate debug messages that occur when doing e.g. node editing, etc.
  • (DONE) Remove last bits of dependency on libart by copying what we need out of it, into libnr
  • (DONE) Cleanup/reorganize Wiki homepage (too many links!) - perhaps move some into a PDF manual?
  • (DONE) Finish moving tool options to 2ndary palette
    • (DONE) move arc tool options to 2ndary palette (code in src/toolbox.cpp)
    • (DONE) Remove tool options dialogue and code from project [bulia]
    • (DONE) Fix Alt+X
  • (DONE) Make window layout settable in View menu
  • (DONE) Fix markers preview
  • (DONE, unless I missed something) Fix all object-replacing commands to preserve ID
  • (DONE) Fix svg:use support, create the Clone command [bb]
  • (DONE) Add -V, --version commandline option to display application version & copyright info
  • (DONE) Replace calls to arikkei string/tokenizing routines in libnrtype/ with standard glib functions & remove libarikkei
  • (DONE) Expand the Preferences dialog (see HandlingPreferences) [bb]
  • (DONE) Create SetStyleSignal? and make Dropper useful [bb]
  • (DONE) Reorganize/trim down User Interface Discussion section of main wiki page [bryce]
  • (DONE) Incorporate ECMA Javascript [ishmal]

Adopt Pango for handling fonts (http://inkscape.org/cgi-bin/wiki.pl?Pangoification)

  • (DONE) Add Pango as an optional dependency for Inkscape & test on our various target platforms
  • (DONE) Make Pango a required dependency for Inkscape & remove compile-time option scaffolding
  • (DONE) Create a pango_test in the experimental CVS module [fred]
  • (DONE) Test outlines using Pango [fred] - c.f. test_font->RasterFont?(one_mat,the_stroke_width)
  • (DONE) Test vertical text using Pango with multi-glyph characters like an A with an umlaut [fred]
  • (DONE) Document functions in libnrtype
  • (DONE) Test out if letterspacing / kerning works with Pango [fred]
  • (DONE) Reimplement the libnrtype routines in Pango terms [fred]
  • (DONE) Go through the code looking for nrtype calls and replace them with direct calls to Pango
  • (DONE) Eliminate need for the libnrtype API via direct calls whereever possible.

Holdovers from last release

  • (DONE) Write an extensions/plugin enhancement proposal(s) and post to mailing list and [this wiki page] for review [bryce]
  • (DONE, but needs fixing libnr display while dragging) Implement "scale stroke" switch

Publicity & Networking

  • (DONE) Write an article about the project to various websites [bryce]
  • (DONE) Try to get a mention on LWN

Website Revision

  • (DONE) Find & move pages out of the wiki that should really be in the main website
  • (DONE) Archive obsolete pages in the Inkscape wiki
  • (DONE) Consider refactoring for the main Inkscape website
  • (DONE) Trim down the number of links on the main wiki page to be much fewer

Milestone 6 - Features and Fixes - Inkscape 0.40

New/Changed? Dependencies

  • (DONE) Add a dependency on libgc (the Boehm conservative collector), which will be required for the AST code [mental]
  • (DONE) Switch to sigc++ 2 + gtkmm 2 early in 0.40, before we start doing gtkmm-intensive stuff like the layers dialog etc. [mental]
  • (DONE) Add Gtk-Wimp (for windows theming)
  • (DONE) Use new file dialog when GTK 2.4 is released (but need to smooth out)

Internal

  • (DONE) Create new gtkmm classes Inkscape::Dialog, Inkscape::Application, and some widgets [bryce]
  • (DONE) Auto-include AUTHO

c93 RS list into manpage on build [pjrm]

  • (DONE) Set up automatic insertion of current application version into Inkscape man page [pjrm]
  • (DONE) Change the SEGV and SIGABRT handlers to reliably autosave and put up a crash dialog
  • (DONE) add support for inkscape:label attribute for author-readable object names [mental]
    • (DONE) add SPObject::defaultLabel() to return a default label string if inkscape:label is unset [bryce]
  • (DONE) Implement SPItem::{locked,setLocked,visible,setVisible} [bryce]
  • (DONE) Implement SPDesktop::itemIsHidden?(SPItem *) for getting per-desktop visibility [mental]

Drawing

  • (DONE) Implement Text on Path
  • (DONE) Smoother freehand pencil tool [pjrm]
  • (DONE) Make gradient management & chaining work similar to patterns [bb]
    • (DONE) Fix fill-opacity ignored with gradients [bb]
  • (DONE except bug #1061934) add support for visibility CSS property [mental]

Interface & Usability

  • (DONE) Make all knots display explanations in statusbar on mouseover
  • (DONE) Implement "Select Under" [bb]
  • (DONE) Add shortcuts to button tooltips (at least for verbs)
  • (DONE) Basic metadata/RDF support for clipart, etc.
  • (DONE) Rudimentary layers UI
    • (DONE) Finish new gtkmm layer selector [mental]
      • (DONE) Update list upon addition/removal/reordering of layers [mental]
      • (DONE) Finish show/hide lock/unlock buttons [mental]
      • (DONE) Add UI for setting inkscape:label attribute [bryce]
      • (DONE) Fix funky widget resizing [bryce]
      • (DONE) unselect objects when manually switching layers [mental]
    • (DONE) Tie off loose ends with layer-related commands [mental]
      • (DONE) Add "selection to sublayer" command and its inverse [mental, bb]
      • (DONE) Make "move to next/prev layer" move selected objects to next/prev layer [mental, bb]
  • (DONE) UI support for visibility
    • (DONE) Implement and enable "visible" checkbox in object properties (using SPObject::{visible,setVisible} [bryce]
    • (DONE) Make "intelligent" raise/lower aware of visibility status (using per-desktop SPDesktop::itemIsHidden?) [bb]
    • (DONE) Make selection tool and tests for item-at-point aware of per-desktop visibility [bb]
  • (DONE) object label support
    • (DONE) add ability to set inkscape:label from "Item Properties" [bryce]
    • (DONE) remove id setting from "Item Properties"? [bryce]
    • (DONE) switch to using SPObject::label()/SPObject?::defaultLabel() in UI where object ID is currently used [bryce]
  • (DONE) add (preliminary) support for "title" and "desc" elements to "Item Properties"

Documentation & Packaging

  • (DONE) Split tutorials into even smaller pieces, document new stuff since 0.38
    • (DONE) shrink and subdivide Elements and Principles of Design (made smaller) [rejon]
    • (DONE) Create a new tutorial (Shapes) [bulia]
  • (DONE) Push for new dependencies to be updated upstream [all]

Milestone 7 - Bugfix Release - Inkscape 0.41

  • (DONE) Experiment with use of Glade for inkscape_gtkmm
  • (DONE) Fix 150 "points" worth of bugs
  • (DONE) PR and Release announcement sent out [rejon + bryce]

Milestone 8 - GtkMM Architectural Change - Inkscape 0.42

General Gtkmm Interface

  • (DONE) Merge the inkscape_gtkmm codebase into mainline with cmdline option to activate it [bryce]
  • (DONE) Implement text in shape UI
  • (DONE) Selection and node tools: double-click on group sets group as current layer (without altering inkscape:groupmode) [bb]

Icons and Cursors

  • (DONE) Implement basic icon theming capability
  • (DONE) Convert all xmp icons to svg's
  • (DONE) Create one alternate icon/cursor set

Dialogs Redevelopment and improved HIG-Compliance

  • (DONE) Fill Stroke dialog
    • (DONE) Overhaul Gradient UI to improve management and creation
  • (DONE) Align and Distribute Dialog - Convert to Gtkmm
  • (DONE) Trace Dialog - Convert to Gtkmm
  • (DONE) Transformation Dialog - Convert to Gtkmm
  • (DONE) Object Properties dialog
    • (DONE) Redesign Object Properties dialog
  • (DONE) Create a swatches dialog

Layer Enhancements

  • (DONE) search checks inkscape:label, and ignores layers [bb]
  • (DONE) Move to Layer Above Shift + Page Up
  • (DONE) Move to Layer Below Shift + Page Down

Extensions Prep Work

  • (DONE) Example extension package

Other

  • (DONE) Clean up tool ("event context") code

Milestone 9 - RFE's - Inkscape 0.43

New/changed Dependencies

  • (DONE) Add libcroco
  • (DONE) Add dependencies for Whiteboard and other Google SoC projects

Internal

  • (DONE) Reduce open/total RFE ratio to 55%
  • (DONE) Bidirectional text in Pango needs attention
  • (DONE) MakeVertical in Pango needs attention
  • (DONE) Integrate use of libcroco for handling Cascading Style Sheets.

RFE's

  • (DONE) tools: add/remove points on path, bezier drag
  • (DONE) Markers
  • (DONE) Load-from-URL [bryce]

Dialogs

  • (DONE) Redevelop About screen [kees]
    • (DONE) break out the credited developers, translators, and testers [kees]
    • (DONE) investigate use of Gtk About [kees]

Testing

  • (DONE) Implement tests of Inkscape against the W3C test suite [rick beton, bryce]
  • (DONE) Host a Bug Party [nicu, bryce]

Milestone 10

fill in from Roadmap page