Development/it: Difference between revisions

From KDE TechBase
(Created page with ":Le linee guida per lo sviluppatore e gli standard tecnici utilizzati da KDE. :''Informazioni correlate:'' [[Special:myLanguage/Policies|Politiche relative allo sviluppo e all...")
(Updating to match new version of source page)
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:


<languages />
<languages />
This page contains reference information useful for people writing KDE Software. There are plenty of other ways to contribute to KDE: see the [https://community.kde.org/Get_Involved Get Involved page on the Community wiki] for a list of ideas.
Note that the [https://community.kde.org/ Community wiki] provides a place for KDE developers and other KDE community members to co-ordinate (including meeting notes and to-do lists). This section is for (relatively) stable documentation.
==Learning==


{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
|-
|colspan=2|[[Image:Discover.png|noframe]]
| style="padding-left: 50px;" |[[Image:Action_launch.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Getting Started|Getting Started]]
:How to set up a development environment, build KDE Software and submit patches.
:''Related'': [http://flossmanuals.net/kde-guide/ The KDE Dev Guide book] | [[Special:myLanguage/Contribute|Contribute]]
|-
| style="padding-left: 50px;"|[[Image:Start-here.png|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Tutorials|Guide alla programmazione]]
:Step by step tutorials for KDE development.
|-
| style="padding-left: 50px;" |[[Image:System-help.png|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Getting Help|Ottenere aiuto]]
:Risorse per trovare aiuto nello sviluppo KDE.
|}
 
==Reference==
 
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
| style="padding-left: 50px;" |[[Image:Action book2.svg|noframe|left|40px]] ||
;[http://api.kde.org API Documentation]
:Reference documentation for classes, functions and other programming interfaces.
|-
| style="padding-left: 50px;" |[[Image:Action kontact todo.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Policies|Policies]]
:Policies covering development of KDE software.
:''Related:'' [[Special:myLanguage/Development/Guidelines|Guidelines]]
|-
| style="padding-left: 50px;" |[[Image:Action chronometer.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Schedules|Schedules]]
:Upcoming freeze and release dates.
|-
| style="padding-left: 50px;" |[[Image:Action_note.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/External_Standards|External Standards]]
:Externally or jointly developed standards for interoperating with other software.
|-
|-
| style="padding-left: 50px;" |[[Image:Action_launch.svg|noframe|left|40px]] ||
| style="padding-left: 50px;" |[[Image:Action domtreeviewer.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Further Information|Further Information]]
:Links to other resources.
|}
 
==Technologies and Tools==
 
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
|-
| style="padding-left: 50px;" |[[Image:Action gohome.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Architecture|Architettura di KDE]]
;[[Special:myLanguage/Development/Architecture|Architettura di KDE]]
:Documenti relativi all'architettura del progetto per spiegare le tecnologie KDE.
:Documenti relativi all'architettura del progetto per spiegare le tecnologie KDE.
:''Informazioni correlate'': [http://api.kde.org Documentazione delle API]
:''Informazioni correlate'': [http://api.kde.org Documentazione delle API]
|-
| style="padding-left: 50px;"|[[Image:Action_configure.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Tutorials|Guide alla programmazione]]
:Guide passo passo per lo sviluppo in KDE.
:''Informazioni correlate:'' [[Special:myLanguage/Development/Tools|Strumenti di sviluppo]] | [[Special:myLanguage/Development/FAQs|Domande frequenti]].
|-
|-
| style="padding-left: 50px;"|[[Image:Action_rebuild.svg|noframe|left|40px]] ||
| style="padding-left: 50px;"|[[Image:Action_rebuild.svg|noframe|left|40px]] ||
Line 22: Line 65:
|-
|-
| style="padding-left: 50px;"|[[Image:CMake-logo-48.png|noframe|left|48px]] ||
| style="padding-left: 50px;"|[[Image:CMake-logo-48.png|noframe|left|48px]] ||
;[[Special:myLanguage/Development/CMake|CMake]]
;[[Special:myLanguage/Development/CMake|Build System: CMake]]
:Informazioni relative a CMake.
:Informazioni relative a CMake.
|-
|-
| style="padding-left: 50px;"|[[Image:Git_icon.png|noframe|left|48px]] ||
| style="padding-left: 50px;"|[[Image:Git_icon.png|noframe|left|48px]] ||
;[[Special:myLanguage/Development/Git|Strumento di controllo versione - Git]]
;[[Special:myLanguage/Development/Git|Version Control System: Git]]
:Informazioni relative a Git.
:Informazioni relative a Git.
|-
| style="padding-left: 50px;" |[[Image:Action_note.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Guidelines|Standard & linee guida]]
:Le linee guida per lo sviluppatore e gli standard tecnici utilizzati da KDE.
:''Informazioni correlate:'' [[Special:myLanguage/Policies|Politiche relative allo sviluppo e alla collaborazione]] | [[Special:myLanguage/Development/Further Information|Ulteriori informazioni]] (collegamenti, libri, blog, ecc.)
|-
|-
| style="padding-left: 50px;" |[[Image:Action_tool.svg|noframe|left|40px]] ||
| style="padding-left: 50px;" |[[Image:Action_tool.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Software Engineering Framework|Software Engineering Framework]]
;[[Special:myLanguage/Development/Software Engineering Framework|Infrastruttura di sviluppo software]]
:Software Engineering tools and processes used by KDE.
:I processi e gli strumenti di sviluppo software utilizzati da KDE.
|-
| style="padding-left: 50px;" |[[Image:Action_help.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Getting Help|Getting Help]]
:Resources for finding help with KDE development.
|-
|-
|}
|}

Revision as of 10:26, 11 March 2016


This page contains reference information useful for people writing KDE Software. There are plenty of other ways to contribute to KDE: see the Get Involved page on the Community wiki for a list of ideas.

Note that the Community wiki provides a place for KDE developers and other KDE community members to co-ordinate (including meeting notes and to-do lists). This section is for (relatively) stable documentation.

Learning

noframe
noframe
Getting Started
How to set up a development environment, build KDE Software and submit patches.
Related: The KDE Dev Guide book | Contribute
noframe
noframe
Guide alla programmazione
Step by step tutorials for KDE development.
noframe
noframe
Ottenere aiuto
Risorse per trovare aiuto nello sviluppo KDE.

Reference

noframe
noframe
API Documentation
Reference documentation for classes, functions and other programming interfaces.
noframe
noframe
Policies
Policies covering development of KDE software.
Related: Guidelines
noframe
noframe
Schedules
Upcoming freeze and release dates.
noframe
noframe
External Standards
Externally or jointly developed standards for interoperating with other software.
noframe
noframe
Further Information
Links to other resources.

Technologies and Tools

noframe
noframe
Architettura di KDE
Documenti relativi all'architettura del progetto per spiegare le tecnologie KDE.
Informazioni correlate: Documentazione delle API
noframe
noframe
Linguaggi di programmazione
I linguaggi di programmazione supportati per lo sviluppo in KDE.
noframe
noframe
Build System: CMake
Informazioni relative a CMake.
noframe
noframe
Version Control System: Git
Informazioni relative a Git.
noframe
noframe
Infrastruttura di sviluppo software
I processi e gli strumenti di sviluppo software utilizzati da KDE.