Development: Difference between revisions

From KDE TechBase
No edit summary
(Marked this version for translation)
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| style="margin: 1em 2.5% 0 2.5%; padding: 0 5px;" cellpadding="5"
<languages/>
|-
| style="padding-left: 50px;" |[[Image:Action_launch.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Getting Started|<translate>
<!--T:20-->
Getting Started</translate>]]
<translate>
<!--T:21-->
: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]]</translate>
|-
| style="padding-left: 50px;"|[[Image:Start-here.png|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Tutorials|<translate>
<!--T:3-->
Programming Tutorials</translate>]]
<translate>
|}
==Reference== <!--T:22-->
</translate>
 
{| 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 <translate>
<!--T:23-->
API Documentation</translate>]
<translate>
<!--T:24-->
:Reference documentation for classes, functions and other programming interfaces.</translate>
|-
| style="padding-left: 50px;" |[[Image:Action chronometer.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Schedules|<translate>
<!--T:27-->
Schedules</translate>]]  '''ALREADY MOVED - REPLACE LINKS!''
<translate>
<!--T:28-->
:Upcoming freeze and release dates.</translate>
|-
|}


<translate>
<translate>
<!--T:35-->
[[File:Action_tool.svg|noframe|right]]


==Technologies and Tools== <!--T:33-->
<!--T:36-->
Welcome to the '''KDE TechBase Development Hub'''. This page contains links to Tutorials, Tools, and other Resources you might need to add KDE libraries to your project. If you're looking for a guide on starting your journey, head on over to the [[Getting_Started|Getting Started page]]. If you're looking for tutorials on how to build KDE software and contribute to projects, hop over to the [https://community.kde.org/Get_Involved/development KDE Community Wiki].
</translate>
</translate>
<br />


{| 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"
|-
|-|
| style="padding-left: 50px;"|[[Image:Git_icon.png|noframe|left|48px]] ||
;[[Special:myLanguage/Development/Tutorials|<translate>
;[[Special:myLanguage/Development/Git|<translate>
<!--T:3-->
<!--T:9-->
Programming Tutorials</translate>]]
Version Control System: Git</translate>]]
: A collection of step-by-step guides and references for developers who want to use the KDE Frameworks and other APIs. The list covers a broad range of topics from introductory tutorials to advanced topics like plugins and and scripting.
|-|
;[[Special:myLanguage/Development/Tools|Development Tools]]
: KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.
|-|
;Other Resources
: [https://api.kde.org/ KDE API Documentation website]
: [https://community.kde.org/Main_Page KDE Community Wiki]
: [https://kde.org/support/mailinglists/ KDE Mailing Lists]
<translate>
<translate>
<!--T:10-->
<!--T:34-->
:Git related information.</translate>
<!--{ to solve misbalanced bracket-->
|-
</translate>
| style="padding-left: 50px;" |[[Image:Action_tool.svg|noframe|left|40px]] ||
;[[Special:myLanguage/Development/Software Engineering Framework|<translate>
<!--T:13-->
Software Engineering Framework</translate>]]
<translate>
<!--T:14-->
:Software Engineering tools and processes used by KDE.</translate>
|-
|}
|}

Revision as of 09:38, 26 July 2019

noframe
noframe

Welcome to the KDE TechBase Development Hub. This page contains links to Tutorials, Tools, and other Resources you might need to add KDE libraries to your project. If you're looking for a guide on starting your journey, head on over to the Getting Started page. If you're looking for tutorials on how to build KDE software and contribute to projects, hop over to the KDE Community Wiki.

Programming Tutorials
A collection of step-by-step guides and references for developers who want to use the KDE Frameworks and other APIs. The list covers a broad range of topics from introductory tutorials to advanced topics like plugins and and scripting.
Development Tools
KDE software can be created using a wide variety of tools available to developers from IDEs to text editors to debuggers.
Other Resources
KDE API Documentation website
KDE Community Wiki
KDE Mailing Lists