Development/Guidelines: Difference between revisions

From KDE TechBase
({{Proposed_deletion|reason=techbase is about developers that want to create non KDE apps.}})
 
(25 intermediate revisions by 18 users not shown)
Line 1: Line 1:
This section contains information about the industry and de facto standards KDE uses. The industry standards are ones that are used or implemented by KDE (for instance, we use the XML standard to write XML documents, and we implement the Window Manager Hint standard with KWin). KDE standards are the guidelines used internally, related to UI design and consistency. The section about [[Policies|policies]] also contains standards-like documents that relate to developer activity.
{{Proposed_deletion|reason=techbase is about developers that want to create non KDE apps.}}


== KDE Standards ==
Guidelines used internally, related to UI design and consistency. The section about [[Policies|policies]] also contains standards-like documents that relate to developer activity.
{{movepage|http://developer.kde.org/documentation/standards/index.html}}
; [http://developer.kde.org/documentation/design/ui/index.html Human Computer Interaction (HCI) Documents]
: A list of very good Human Computer Interface documentation. If you do anything with the design of a GUI you should read this.


; [http://developer.kde.org/documentation/standards/kde/style/basics/index.html KDE User Interface Guidelines]
== Human Interface Guidelines ==
: The KDE User Interface Guidelines.
; [[Development/Guidelines/HCI/Checklists|Accessibility and Usability Checklists]]
: Test your application for accessibility/usability along these checklists


; [http://developer.kde.org/documentation/standards/kde/kcontrol_style/index.html KDE KControl Module Guidelines]
; [[Development/Guidelines/CIG|Community Identity Guidelines (CIG)]]
: Styleguide standards for KConfig Modules used in combination with KControl.
: Definitions and recommendations which help the KDE Project to establish a unique, characteristic, and appealing design.


== External Standards ==
; [[Projects/Plasma/PIG|Plasma Interface Guidelines (PIG)]]
; [http://www.w3.org/XML XML]
: This document is a place to collect all the "do"s, "don't"s and "how to"s for interface elements in Plasma, particularly applets and plasmoids.
: The Extensible Markup language. KOffice's document formats are applications of this. It is also used as configuration file format by an increasing number of KDE programs.


; [http://www.w3.org/DOM/ DOM]
; [[Projects/Usability/HIG|KDE Human Interface Guidelines (HIG)]]
: The Document Object Model as defined by the W3C. Qt's QDom*classes are modeled after this.
: Guidelines for designing user interfaces.
 
; [http://www.newplanetsoftware.com/xdnd/ XDND]
: The specification for the inter-application drag and drop protocol used by Qt and Gtk. Meanwhile, several other applications use it.
 
; [http://www.freedesktop.org/wiki/Standards_2fwm_2dspec Extended Window Manager Hint Standard]
: Also called NETWM or EWMH, the protocol for window manager interaction, supported by many window manager authors.
 
; [http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec Desktop Entry Standard]
: The format of .desktop files, supported by KDE and GNOME.
 
; [ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/ MIME types]
: Files types (as used to show appropriate icons in the file manager and to categorize data in drag & drop and clipboard operations) follow the convention known as MIME. Here you can find a list of registered content types.
 
; [http://www.ietf.org/rfc/rfc1738.txt URL]
: Uniform resource locators, defined by RFC 1738.
 
; [ftp://ftp.x.org/pub/R6.4/xc/doc/hardcopy/SM SM]
: The X11R6.4 session management protocol. This is the backend protocol for KMainWindow's high-level session management features.
 
; [http://www.faqs.org/rfcs/rfc2445.html iCalendar]
: RFC 2445 - Internet Calendaring and Scheduling Core Object Specification (iCalendar). This is used to store KOrganizer and KArm data.

Latest revision as of 20:42, 11 October 2023

 
Proposed for Deletion
This page has been proposed for deletion for the following reason:

techbase is about developers that want to create non KDE apps.

Guidelines used internally, related to UI design and consistency. The section about policies also contains standards-like documents that relate to developer activity.

Human Interface Guidelines

Accessibility and Usability Checklists
Test your application for accessibility/usability along these checklists
Community Identity Guidelines (CIG)
Definitions and recommendations which help the KDE Project to establish a unique, characteristic, and appealing design.
Plasma Interface Guidelines (PIG)
This document is a place to collect all the "do"s, "don't"s and "how to"s for interface elements in Plasma, particularly applets and plasmoids.
KDE Human Interface Guidelines (HIG)
Guidelines for designing user interfaces.