Applications/Development: Difference between revisions
(Added webdev stuff) |
(Finished Applications/Development) |
||
Line 3: | Line 3: | ||
[[Image:Applications-development.png|left|64px|Development]] KDE is not only a desktop environment but also a software ecosystem, providing not only software for regular desktop use, but also tools to create such software. Whether developing for KDE or programming in general or doing even web development, KDE offers programs that can help make any programmer's, or even non-programmer's, life easier and more productive. | [[Image:Applications-development.png|left|64px|Development]] KDE is not only a desktop environment but also a software ecosystem, providing not only software for regular desktop use, but also tools to create such software. Whether developing for KDE or programming in general or doing even web development, KDE offers programs that can help make any programmer's, or even non-programmer's, life easier and more productive. | ||
== Software | == Software Development == | ||
{|style="width:75%" cellpadding="4" | {|style="width:75%" cellpadding="4" | ||
|[[Image:Kdevelop.png|48px]]||'''KDevelop''' | |[[Image:Kdevelop.png|48px]]||'''KDevelop''' | ||
:A powerful and flexible Integrated Development Environment based on KDE technologies. Supports a number of languages such as C, C++, and Ruby. | :A powerful and flexible Integrated Development Environment based on KDE technologies. Supports a number of languages such as C, C++, and Ruby. | ||
|- | |||
|[[Image:Cervisia.png|48px]]||'''Cervisia''' | |||
:A user-friendly graphical tool for using CVS. | |||
|- | |||
|[[Image:Kapptemplate.png|48px]]||'''KAppTemplate''' | |||
:Generates the basic directory and file structure for a KDE development project. | |||
|- | |||
|[[Image:Kate.png|48px]]||'''Kate''' | |||
:An advanced text editor with many features including syntax highlighting | |||
|- | |||
|[[Image:Kbugbuster.png|48px]]||'''KBugbuster''' | |||
:View and manipulate bug reports on the KDE bug tracking system from you desktop. | |||
|- | |||
|[[Image:Kcachegrind.png|48px]]||'''KCachegrind''' | |||
:A profiling tool to determine the most time consuming execution parts of program. | |||
|- | |||
|[[Image:KompareIcon.png|48px]]||'''Kompare''' | |||
:See clearly the differences between two versions of a text file | |||
|- | |||
|[[Image:Kuiviewer.png|48px]]||'''KUIViewer''' | |||
:Display Qt Designer user interface (.ui) files. | |||
|- | |||
|[[Image:Lokalize.png|48px]]||'''Lokalize''' | |||
:Computer-aided translation system using a paragraph-by-paragraph translation approach when translating documentation. | |||
|- | |||
|[[Image:Umbrello.png|48px]]||'''Umbrello''' | |||
:A diagramming tool for creating models of object-oriented software using UML. | |||
|- | |||
|[[Image:Kommander.png|48px]]|| '''Kommander''' | |||
:A visual dialog builder that can be used to create applications. | |||
|} | |} | ||
Line 27: | Line 57: | ||
|[[Image:Kxsldbg.png|48px]]||'''KSXLDbg''' | |[[Image:Kxsldbg.png|48px]]||'''KSXLDbg''' | ||
:A KDE GUI for debugging XSLT scripts | :A KDE GUI for debugging XSLT scripts | ||
|} | |} |
Revision as of 11:42, 18 September 2008
Development and Programming
KDE is not only a desktop environment but also a software ecosystem, providing not only software for regular desktop use, but also tools to create such software. Whether developing for KDE or programming in general or doing even web development, KDE offers programs that can help make any programmer's, or even non-programmer's, life easier and more productive.