Scratchpad/www-rework/Batch2

From KDE Community Wiki
Revision as of 08:52, 20 January 2010 by Kubuntiac (talk | contribs) (Couple of minor corrections to Krita handbook and mailing list items)

Extragear multimedia

amarok

Screenshot sent:

Amarok Music Player


Name: Amarok
Description: (can be HTML or wiki markup)
Features (optional):
Homepage: http://amarok.kde.org
ID on kde-apps.org: 9939
Page on Userbase: Amarok
ID of subforum on forum.kde.org: 127
Link to handbook:
IRC channel(s): #amarok, #amarok.de
Mailing lists: [email protected], [email protected]
Project name on cia.vc: kde/amarok
Bugzilla component: amarok

k3b

Screenshot sent:

K3b CD and DVD burner

Name: K3b

Description: K3b is a full-featured, easy to use CD and DVD burner, copier, ripper and more.

Features (optional):

  • Burn and Copy CDs and DVDs
  • Rip and Create audio CDs
  • Rip DVDs
  • Create mixed CDs (audio + data)
  • Create video CDs
  • etc....

Homepage: K3b News - K3b

ID on kde-apps.org: 9875

Page on Userbase: K3b

ID of subforum on forum.kde.org: No

Link to handbook: The KUser handbook

IRC channel(s): [email protected]

Mailing lists:

Project name on cia.vc: K3b

Bugzilla component:

kaffeine

Screenshot sent:

Kaffeine Media Player

Name: Kaffeine
Description:

Kaffeine is a media player. What makes it different from the others is its excellent support of digital TV (DVB). Kaffeine has user-friendly interface, so that even first time users can start immediately playing their movies: from DVD (including DVD menus, titles, chapters, etc.), VCD, or a file.

Homepage: http://kaffeine.kde.org
ID on kde-apps.org: 9802
Page on Userbase: http://userbase.kde.org/Kaffeine
ID of subforum on forum.kde.org: [empty]
Link to handbook: [empty]
IRC channel(s): #kaffeine on irc.freenode.net
Mailing lists: [empty]
Project name on cia.vc: kde/kaffeine
Bugzilla component: kaffeine

kaudiocreator

kmid

kmplayer

kplayer

Extragear network

kftpgrabber

kmldonkey

knemo

konversation

ktorrent

Screenshot sent:

KTorrent


Name: KTorrent
Description:

KTorrent is a bittorrent application for KDE which allows you to download files using the BitTorrent protocol. It enables you to run multiple torrents at the same time and comes with extended features to make it a full-featured client for BitTorrent.


Features (optional):

    Queuing of torrents
    Global and per torrent speed limits
    Previewing of certain file types, build in (video and audio)
    Importing of partially or fully downloaded files
    File prioritization for multi-file torrents
    Selective downloading for multi-file torrents
    Kick/ban peers with an additional IP Filter dialog for list/edit purposes
    UDP tracker support
    Support for private trackers and torrents
    Support for µTorrent's peer exchange
    Support for protocol encryption (compatible with Azureus)
    Support for creating trackerless torrents
    Support for distributed hash tables (DHT, the Mainline version)
    Support for UPnP to automatically forward ports on a LAN with dynamic assigned hosts
    Support for webseeds
    Scripting support via Kross and interprocess control via DBus interface.
    System tray integration
    Tracker authentication support
    Connection though a proxy
    Scripting support via Kross and interprocess control via DBus interface. 
    In addition to the built-in functionality, there are some plugins available for KTorrent. 


Homepage: http://ktorrent.org/
ID on kde-apps.org: 26353
Page on Userbase: http://userbase.kde.org/KTorrent
ID of subforum on forum.kde.org:
Link to handbook: http://ktorrent.org/wiki/index.php/Main_Page
IRC channel(s): #ktorrent
Mailing lists:
Project name on cia.vc: kde/ktorrent
Bugzilla component: ktorrent

kwlan

Extragear office

kile

Screenshot sent:

Kile TeX/LaTeX Editor

Name:Kile

Description:

Kile is a user friendly TeX/LaTeX authoring tool for the KDE desktop environment.

Features:

  • Compile, convert and view your document with one click.
  • Auto-completion of (La)TeX commands
  • Templates and wizards make starting a new document very little work.
  • Easy insertion of many standard tags and symbols and the option to define (an arbitrary number of) user defined tags.
  • Inverse and forward search: click in the DVI viewer and jump to the corresponding LaTeX line in the editor, or jump from the editor to the corresponding page in the viewer.
  • Finding chapter or sections is very easy, Kile constructs a list of all the chapter etc. in your document. You can use the list to jump to the corresponding section.
  • Collect documents that belong together into a project.
  • Easy insertion of citations and references when using projects.
  • Flexible and smart build system to compile your LaTeX documents.
  • QuickPreview, preview a selected part of your document.
  • Easy access to various help sources.
  • Advanced editing commands.

Homepage:http://kile.sourceforge.net/

ID on kde-apps.org:9894

Page on Userbase: http://userbase.kde.org/Kile

ID of subforum on forum.kde.org: 20 (Office & Productivity)

Link to handbook:http://kile.sourceforge.net/Documentation/html/index.html

IRC channel(s): ??? not available ???

Mailing lists: [email protected], [email protected]

Project name on cia.vc: kde/kile

Bugzilla component: kile

skrooge

tellico

Extragear pim

ksig

mailody

Extragear sdk

kdevplatform

Screenshot sent: no
Name: KDevPlatform
Description: KDevPlatform is a code-base for KDE-applications focused on development. It provides abstract interfaces for the management of projects, compilation, debugging, source-code-analyzing, source-code-editing, version-control-systems and any plugin you can imagine for such stuff. These APIs are very straight-forward and easy to use. KDevPlatform-plugins can be used in every application using KDevPlatform, for example KDevelop, Quanta, Kile and in future Gluon Creator (unfortunatey Plasmate does not use KDevPlatform). Some basic features which should be available in all those applications are also available: The mainwindow, a common user interface to manage projects and sessions and to display information which was extracted from source-code using a language-support-plugin, Kate-integration, some plugins for file-management (Konsole, quickopen...) and SVN support.
Homepage: http://kdedevelop.org
Page on Userbase:
ID of subforum on forum.kde.org:
Link to handbook:
IRC channel(s): #kdevelop
Mailing lists: [email protected]
Project name on cia.vc:
Bugzilla component: kdevplatform

kdevelop

Screenshot sent: yes
Name: KDevelop
Description: KDevelop is a powerful integrated development environment (IDE) for KDE providing excellent support for C++, CMake, Subversion and PHP.
Features (optional):
Features available for C++ and PHP:
Display problems in source-code
Show information about declarations (classes, functions, templates...) in libraries and your application
Intelligent auto-completion showing those methods which could be used in the current context including their signature and documentation
Show usages of declarations/rename them
context-specific highlighting
C++-specific:
Consideration of Qt's signals and slots by the auto-completion
Qt-Documentation
Unroll constants and typedefs (partial)
Create class dialog, which allows to select those methods which should be overloaded
PHP-specific:
Guess the type of variables
Show documentation from php.net
Other stuff:
Debugging using gdb
SVN integration
Manage CMake-targets and build them
CMake-auto-completion showing defined macros and variables
Kate-integration
Custom makefiles
Experimental (only those which are somehow usable):
QtDesigner support
Valgrind
xdebug (PHP-debugger)
Unit testing
Java, C#, CSS and XML support
Mercurial support
Homepage: http://www.kdevelop.org
ID on kde-apps.org:
Page on Userbase: KDevelop
ID of subforum on forum.kde.org:
Link to handbook:
IRC channel(s): #kdevelop
Mailing lists: [email protected] [email protected]
Project name on cia.vc:
Bugzilla component: kdevelop

kxsldbg

quanta

Extragear sysadmin

kiosktool

partitionmanager

Extragear utils

guidance-power-manager

katimon

kdiff3

Screenshot sent:

KDiff3


Name: KDiff3
Description: 

KDiff3 is a tool for Comparison and Merge of Files and Directories.


Features (optional):

   compares or merges two or three text input files or directories,
   shows the differences line by line and character by character (!),
   provides an automatic merge-facility and
   an integrated editor for comfortable solving of merge-conflicts,
   supports Unicode, UTF-8 and other codecs, autodetection via byte-order-mark "BOM"
   supports KIO on KDE (allows accessing ftp, sftp, fish, smb etc.),
   Printing of differences,
   Manual alignment of lines,
   Automatic merging of version control history ($Log$),
   and has an intuitive graphical user interface.
   Windows-Explorer integration Diff-Ext-for-KDiff3
   KDE-Konqueror service menu plugin
   Simplified integration with IBM-Rational-Clearcase for Windows (Details).
   Read what else is special in a short abstract (PDF).


Homepage: http://kdiff3.sourceforge.net/
ID on kde-apps.org: 9807
Page on Userbase: http://userbase.kde.org/KDiff3
ID of subforum on forum.kde.org:
Link to handbook: http://kdiff3.sourceforge.net/doc/index.html
IRC channel(s):
Mailing lists:
Project name on cia.vc: kde/kdiff3
Bugzilla component: kdiff3

kerry

keurocalc

kpager

krecipes

krusader

rsibreak

yakuake

Screenshot sent:

Yakuake Terminal Emulator


Name: Yakuake
Description:

Yakuake is a drop-down terminal emulator based on KDE Konsole technology.

Features (optional):

Smoothly rolls down from the top of your screen
Tabbed interface
Configurable dimensions and animation speed
Skinnable
Sophisticated DCOP / D-Bus interface

Homepage: http://yakuake.kde.org/
ID on kde-apps.org: 29153
Page on Userbase: http://userbase.kde.org/Yakuake
ID of subforum on forum.kde.org:
Link to handbook:
IRC channel(s):
Mailing lists:
Project name on cia.vc: kde/yakuake
Bugzilla component: yakuake

KOffice

karbon

kchart

kexi

kformula

kivio

kplato

kpresenter

Screenshot sent: No
Name: KPresenter
Description:

KPresenter is an easy to use yet still flexible presentation application. You can easily create presentations containing a rich variety of elements, from graphics to text, from charts to images. KPresenter is extensible through a plugin system, so it is easy to add new effects, new content elements or even new ways of managing your presentation. Because of the integration with KOffice, all the power and flexibility of the KOffice content elements are available to KPresenter.

Features (optional):

Multiple master slides
easily switch between slides during a presentation
Add notes for your slide
Supports most ODF file transitions

Homepage: http://www.koffice.org/kpresenter/screenshots/
ID on kde-apps.org: Page on Userbase: http://userbase.kde.org/KPresenter
ID of subforum on forum.kde.org: Link to handbook: IRC channel(s): Mailing lists: Project name on cia.vc: Bugzilla component:

krita

Screenshot sent: yes (appologies for not including 20px of background. Due to dependency problems I can't currently build / install Krita to get a new screenie that matches this)

Name: Krita

Description: Krita is a bitmap imaging suite included as an integrated part of Koffice. It can be used for a range of image creation ranging from natural media painting, sketching and photo editing. It supports many image formats, colour modes and profiles.

Features (optional):

  • Natural media paint tools
  • Non destructive filter layers
  • Filter brushes
  • Ability to combine both bitmap and vector art
  • Highly configurable interface
  • CMYK, LAB and other colour modes
  • A highly flexible brush engine
  • Tight integration with the rest of the Koffice suite.


Homepage: http://krita.org

ID on kde-apps.org: 16550

Page on Userbase: http://userbase.kde.org/Krita

ID of subforum on forum.kde.org: 136

Link to handbook: http://docs.kde.org/development/en/koffice/krita/index.html

IRC channel(s): #krita

Mailing lists: [email protected]

Project name on cia.vc: ??

Bugzilla component: Krita

kspread

Screenshot sent: No
Name: KSpread
Description:

KSpread is a fully-featured calculation and spreadsheet tool. Use it to quickly create and calculate various business-related spreadsheets, such as income and expenditure, employee working hours…



Features (optional):

Use shapes to take notes or mind maps
large range of pre-defined templates
comprehensive formula list
work in a familiar environment (ehem...)

Homepage: http://www.koffice.org/kspread/
ID on kde-apps.org:
Page on Userbase: http://userbase.kde.org/KSpread ID of subforum on forum.kde.org: Link to handbook: IRC channel(s): Mailing lists: Project name on cia.vc: Bugzilla component:

kword

Screenshot sent: no
Name: KWord
Description: KWord is an intuitive word processor and desktop publisher application. With it, you can create informative and attractive documents with pleasure and ease.


Features(optional):

Frame-based editing
Allows embedding of Documents
Customization of user interface
includes all features expected from a modern word processor


Homepage: http://www.koffice.org/kword/
ID on kde-apps.org:
Page on Userbase: http://userbase.kde.org/KWord
ID of subforum on forum.kde.org:
Link to handbook:
IRC channel(s):
Mailing lists:
Project name on cia.vc:
Bugzilla component: