Difference between revisions of "Inkscape em Português"

From Inkscape Wiki
Jump to navigation Jump to search
Line 57: Line 57:
=== Documentação para Desenvolvedores ===
=== Documentação para Desenvolvedores ===
</th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em">
</th></tr><tr valign="top" align="left"><td style="width:50%;padding:.5em">
==== Geral ====
==== Primeiros Passos ====
* [[DeveloperManual]]
* [[Working with Bazaar]] - How to obtain the source code. A quick start on how to use our version control system
* [[CompilingInkscape]]
* [[Compiling Inkscape|Compilation]]
* [[WorkingWithSVN]]
* [[Using Eclipse]]
* [[HandlingPreferences]]creating and using preference values
* [[Developer manual]] - various important information, be sure to read this before coding
* [[AddSPObject]]: how to add a new SPObject type
* [[Debugging Inkscape|Debugging]] - random tips to help debug problems
* [[ReprListeners]]: responding to XML doc changes
* [[Project organization]] - procedures, hierarchy, developer roles and the likes
* [[ErrorsAndWarnings]]: how to deal with reporting errors, warnings, and other messages
* [[Janitorial tasks]] - small tasks that need doing
* [[DebuggingTips]]: random tips to help debug problems
* [[Doxygen documentation]]
* [[Working with SVN]] - besides the code in Bazaar, we still have some things in SVN.
 
==== Tutoriais para Desenvolvedores ====
* [[Architectural overview]] - a high-level look at Inkscape
* [[Preferences subsystem]] - creating and using preference values
* XML subsystem (WIP) - how to manipulate the XML representation of a document
* Display subsystem (WIP) - how to make things appear on the canvas
* Tools subsystem (WIP) - how to create a new tool
* [[Creating a new SPObject]]
* Extensions
** [[Extension subsystem]] - an overview of the functionality provided by extensions and the possible implementations
** [[Script extensions]]
** [[Python modules for extensions]] - some helpful routines for use in Python script extensions
* [[Creating Live Path Effects]]
* [[Boost shared pointers]]
* [[Using libsigc++ signals]]
* [[Windows development on Linux]]
 
==== Miscellaneous ====
* [[INX extension descriptor format]]
* [[Inkscape-specific XML attributes]] - documentation of attributes from Inkscape's XML namespace
 
* [[Extension repository]]: an Internet central for Inkscape Extensions
* [[Related programs]]


* [[DeveloperTitles]]: terms for various roles in Inkscape
* [[InkscapeJanitors]]: small tasks that need doing
* [http://livarot.sourceforge.net/ Livarot]: for boolean ops
* [[ExtensionAttributes]]: currently defined attributes in Inkscape's XML namespace and what they do
* [[ExtensionsRepository]]: an Internet central for Inkscape Extensions
* [[DesarrolloEnEspañol]]: todo lo relacionado con el desarollo de Inkscape en español / all stuff about spanish development of Inkscape


</td><td style="width:50%;padding:.5em">
</td><td style="width:50%;padding:.5em">


==== Development Discussion ====
==== Discussões para Desenvolvimento ====
* [[Roadmap]]: the main todo list
* [[Roadmap]]: the main todo list
* [[Dependencies]] - what libs are needed to build Inkscape
* [[Dependencies]] - what libs are needed to build Inkscape

Revision as of 18:46, 10 August 2011

Esta é uma versão em Português do Wiki para o Desenvolvimento e Discussão do Inkscape. Pode obter ajuda sobre as sintaxes do Wiki em WikiSyntax (Inglês)

Sobre o Inkscape

Documentação para o usuário

Ajude o Inkscape sem saber programar

Documentação para Desenvolvedores

Primeiros Passos

Tutoriais para Desenvolvedores

Miscellaneous


Discussões para Desenvolvimento

Lib2Geom

Interface de Discussão do Usuário

Rearchitecture Discussion


  • WikiAttic: pages that are no longer relevant but kept for historical value