Difference between revisions of "New feature proposals"

From Inkscape Wiki
Jump to navigation Jump to search
(13 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Outdated}}
=== Proposals for New Features ===
=== Proposals for New Features ===


Line 6: Line 7:
The idea here is to enable everyone to hash out requirements and design of a potential new feature in detail prior to implementation.  See also:   
The idea here is to enable everyone to hash out requirements and design of a potential new feature in detail prior to implementation.  See also:   


[[InkscapeExperimental]] and [[Roadmap]].
[[Developer manual]] and [[Roadmap]].
* [[User:Davidhewitt|Bottom Tool-bar update proposal]]: Outlines my proposal for a UI facelift for the Bottom Tool bar. Also introduces a new mode of operation for the palette itself.
* [[User:Davidhewitt|Bottom Toolbar update proposal]]: Outlines my proposal for a UI facelift for the Bottom Tool bar. Also introduces a new mode of operation for the palette itself.
* [[User:Bats|A user's list of suggestions/wishes]]: I recently finished a web project using Inkscape (mainly). This is a list of the things I wished it had, the things I liked but wanted to tweak and other observations as I was working. Perhaps it will help the programmers to see what a designer sees. I hope.
* [[User:Bats|A user's list of suggestions/wishes]]: I recently finished a web project using Inkscape (mainly). This is a list of the things I wished it had, the things I liked but wanted to tweak and other observations as I was working. Perhaps it will help the programmers to see what a designer sees. I hope.
* [[InkscapeNeeds]]
* [[InkscapeNeeds]]
* [[FeatureNotePad]]: use this for small notes and enhancement ideas, or for temporarily dumping feature requests (e.g. from mailing lists) before they are thought over, categorized, and put into pages of their own
* [[FeatureNotePad]]: use this for small notes and enhancement ideas, or for temporarily dumping feature requests (e.g. from mailing lists) before they are thought over, categorized, and put into pages of their own


* [[DirectoryReorgProposal]] [DONE]
* <ins>[DONE]</ins> <del>[[DirectoryReorgProposal]]</del>
* [[NonRecursiveMakefile]] [DONE]
* <ins>[DONE]</ins> <del>[[NonRecursiveMakefile]]</del>
* [[NewTools]]
* [[NewTools]]
* [[NetworkedEditing]]
* [[NetworkedEditing]]
* [[SharingDefs]]: Not exactly new, but need conversion/upgrade
* [[SharingDefs]]: Not exactly new, but need conversion/upgrade.
* [[AdvancedFileAccess]]
* [[AdvancedFileAccess]]
* [[DocumentLayers]]
* [[DocumentLayers]]
* [[PlugIns]]: This could be script ideas as well.
* [[PlugIns]]: This could be script ideas as well.
* [[HUD]]: putting head up displays on the sp-canvas
* [[HUD]]: Putting HUDs on the sp-canvas.
* [[PathOps]]
* [[PathOps]]
* [[InfoPalette]]
* [[InfoPalette]]
* [[ColorPalette]]
* [[ColorPalette]]
* [[UnitConversion]]
* [[UnitConversion]]
* [[ScriptingLanguages]] & options for handling extensibility
* [[ScriptingLanguages]]: And options for handling extensibility.
* [[TestingFramework]]: Creating testing framework
* [[TestingFramework]]: Creating testing framework.
* [[PreferencesDialog]]
* [[PreferencesDialog]]
* [[BreadthFirstUndo]]
* [[BreadthFirstUndo]]
Line 33: Line 34:
* [[PathfinderPalette]]
* [[PathfinderPalette]]
* [[PreserveOverTransform]]
* [[PreserveOverTransform]]
* [[GimpInteraktion]]
* [http://users.pandora.be/blendix/verse/ GimpInteraktion]
* [[ClipTemplates]] - svg templates
* [[ClipTemplates]]: SVG templates.
* [[StockLibraryInterface]]
* [[StockLibraryInterface]]
* [[Cairoification]]: replace svg renderer
* [[Cairoification]]: Replace SVG renderer.
* [[OpenPublishingToolsOrganization]]
* [[OpenPublishingToolsOrganization]]
* [[HelpMenu]]
* [[HelpMenu]]
Line 42: Line 43:
* [[AST]]
* [[AST]]
* [[SpellCheckForTextNodes]]
* [[SpellCheckForTextNodes]]
* [[XML repair]] service for broken or weird files
* [[XML repair]]: Service for broken or weird files
* [[MoreUsableWorkingFolders]]
* [[MoreUsableWorkingFolders]]
* [[SplitPaneUI]] View
* [[SplitPaneUI]] View
Line 48: Line 49:
* [[rotate group of path points(knots)]]
* [[rotate group of path points(knots)]]
* [[Searching within Inkscape]]
* [[Searching within Inkscape]]
* [[UsingTheConnectorTool]] (various improvements to the Connector tool)
* [[UsingTheConnectorTool]]: (Various improvements to the Connector tool).
* [[PureSVG]]: SVG that plays well with others
* [[PureSVG]]: SVG that plays well with others.
* [[Image links manager]]: A UI for better management of image links.
* [[Clip Enhancements]]: Clip function extended to become a container object.
* [[A better Bucket Fill tool fill]] : Suggestions for a better bucket fill tool that does not leave gaps and empty corner areas.


=== Review Inkscape RFE's and [[SodiPodi]]'s Tasks ===
=== Review Inkscape RFE's and [[SodiPodi]]'s Tasks ===
Line 56: Line 60:


* [http://sourceforge.net/tracker/?group_id=93438&atid=604309 Inkscape RFE's]
* [http://sourceforge.net/tracker/?group_id=93438&atid=604309 Inkscape RFE's]
* [http://www.sodipodi.com/index.php3?section=development/tasks [[SodiPodi]] Task List] -- I think this link is outdated and leads to a wrong page. The newest release of Sodipodi is of june 2004. Although there is some activity on the svn uploads I would recommend removing this link or replacing it by [http://sourceforge.net/projects/sodipodi Sodipodi on Sourceforge]. --[[User:Gman beginner|Gman beginner]] 22:34, 13 July 2009 (UTC)
* [http://sourceforge.net/projects/sodipodi Sodipodi on Sourceforge]
 
[[Category:Developer Discussion]]

Revision as of 04:30, 19 April 2019

This page is outdated. It is kept for historical reasons, e.g. to document specific decisions in Inkscape development.

Proposals for New Features

Please think twice when you edit this page: we use Launchpad's blueprints for all this now.

This page is for links to pages describing concepts, proposals, and specs for new features, major architectural changes, large scale codebase refactorings, etc. As they are implemented, these links should be moved to more appropriate areas of the Wiki. The idea here is to enable everyone to hash out requirements and design of a potential new feature in detail prior to implementation. See also:

Developer manual and Roadmap.

  • Bottom Toolbar update proposal: Outlines my proposal for a UI facelift for the Bottom Tool bar. Also introduces a new mode of operation for the palette itself.
  • A user's list of suggestions/wishes: I recently finished a web project using Inkscape (mainly). This is a list of the things I wished it had, the things I liked but wanted to tweak and other observations as I was working. Perhaps it will help the programmers to see what a designer sees. I hope.
  • InkscapeNeeds
  • FeatureNotePad: use this for small notes and enhancement ideas, or for temporarily dumping feature requests (e.g. from mailing lists) before they are thought over, categorized, and put into pages of their own

Review Inkscape RFE's and SodiPodi's Tasks

Please review the following links, extract ideas, and develop them further for inclusion and discussion on this WIKI page.