Difference between revisions of "Inkscape em Português"
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"> | ||
==== | ==== Primeiros Passos ==== | ||
* [[ | * [[Working with Bazaar]] - How to obtain the source code. A quick start on how to use our version control system | ||
* [[ | * [[Compiling Inkscape|Compilation]] | ||
* [[ | * [[Using Eclipse]] | ||
* [[ | * [[Developer manual]] - various important information, be sure to read this before coding | ||
* [[ | * [[Debugging Inkscape|Debugging]] - random tips to help debug problems | ||
* [[ | * [[Project organization]] - procedures, hierarchy, developer roles and the likes | ||
* [[ | * [[Janitorial tasks]] - small tasks that need doing | ||
* [[ | * [[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]] | |||
</td><td style="width:50%;padding:.5em"> | </td><td style="width:50%;padding:.5em"> | ||
==== | ==== 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)
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