Difference between revisions of "Projects/Plasma/Plasmoids (de)"
(Removing all content from page) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | == Bekannte Plasmoids == | ||
+ | <!-- template | ||
+ | ====Title==== | ||
+ | * '''Zweck''' | ||
+ | ZWECK | ||
+ | * '''Screenshot''' | ||
+ | [[Image:image.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | location | ||
+ | </syntaxhighlight> | ||
+ | --> | ||
+ | ===Anwendungsstarter=== | ||
+ | ====Kickoff==== | ||
+ | * '''Zweck''' | ||
+ | Der neue Anwendungsstarter. Dieser wird als Standard in KDE4.0 verwendet und hat viele erweiterte Fähigkeiten wie eine Suchfunktion, Anzeige der am häufigsten verwendeten Anwendungen, Favoriten, ... | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Kickoff.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/kickoff | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Traditioneller Anwendungsstarter==== | ||
+ | * '''Zweck''' | ||
+ | Traditionelles Menü (wie KMenu in KDE3.x). | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Application_launcher.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/kickoff/simpleapplet | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Datum und Zeit=== | ||
+ | ====analoge Uhr==== | ||
+ | * '''Zweck''' | ||
+ | Eine einfache analoge Uhr. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Analog-clock.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/analog-clock | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Binär-Uhr==== | ||
+ | * '''Zweck''' | ||
+ | Eine Uhr mit binärer Anzeige. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Binary-clock.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/binary-clock | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====digitale Uhr==== | ||
+ | * '''Zweck''' | ||
+ | Eine einfache Uhr mit LCD-artiger Anzeige | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Digital-clock.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/digital-clock | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====umgangssprachliche Uhr==== | ||
+ | * '''Zweck''' | ||
+ | Eine Uhr mit umgangssprachlicher Anzeige der Uhrzeit | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Fuzzy-clock.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/fuzzy-clock | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===File System=== | ||
+ | ====File Watcher==== | ||
+ | * '''Zweck''' | ||
+ | Watch a file on disk. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:File_watcher.jpg|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/fileWatcher | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Graphics=== | ||
+ | ====Color Picker==== | ||
+ | * '''Zweck''' | ||
+ | Get the color value of any color on the desktop. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Color_picker.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/kolourpicker | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Comic Strip==== | ||
+ | * '''Zweck''' | ||
+ | Show comics on your desktop. This currently supports comics like: Userfriendly, Dilbert, Garfield, Snoopy, XKDC, OsNews Focus Shift. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Comic_strip.jpg|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/comic | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Picture Frame==== | ||
+ | * '''Zweck''' | ||
+ | A picture applet. It can show a single picture or a slideshow of pictures. You can drop an image to show an image, or drop a folder to start a slideshow of the images in the folder. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Frame.png|thumb]]<br /> | ||
+ | [[Image:Frame_2.jpg|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/frame | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Language=== | ||
+ | ====Dictionary==== | ||
+ | * '''Zweck''' | ||
+ | A dictionary applet. Search the definition of a word. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Dictionary.jpg|thumb]]<br /> | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/dict | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Mapping=== | ||
+ | ====3D Earth Model==== | ||
+ | * '''Zweck''' | ||
+ | Shows a 3D model of the earth | ||
+ | * '''Screenshot''' | ||
+ | [[TODO]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/bluemarble | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Miscellaneous=== | ||
+ | ====KGet==== | ||
+ | * '''Zweck''' | ||
+ | Monitor your downloads. This applet can show a bar chart, a pie chart and a speed graph. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Kget1.png|thumb]]<br /> | ||
+ | [[Image:Kget2.jpg|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdenetwork/kget/plasma/applet | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Online Services=== | ||
+ | ====English Breakfast==== | ||
+ | * '''Zweck''' | ||
+ | This week in KDEThe English Breakfast Network (EBN) is dedicated to the contemplation of tea, KDE API Documentation Validation, User Documentation Validation, Source Code Checking, omphaloskepsis, and star-gazing. [http://www.englishbreakfastnetwork.org/] | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Ebn.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/ebn | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====News Ticker==== | ||
+ | * '''Zweck''' | ||
+ | Scrolling feed applet. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:News_ticker.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/TODO | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Twitter Microblog==== | ||
+ | * '''Zweck''' | ||
+ | An applet to follow people microblogs and microblog yourself using twitter. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Twitter.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/twitter | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===System Information=== | ||
+ | ====Battery Monitor==== | ||
+ | * '''Zweck''' | ||
+ | Show the current state of the battery. On hover show percentage of current. battery left | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Battery_applet.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/battery | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Lock/Logout==== | ||
+ | * '''Zweck''' | ||
+ | Lock the screen or log the current user out. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Lock-logout.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/lock_logout | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====New Device Notifier==== | ||
+ | * '''Zweck''' | ||
+ | Shows the recently plugged in devices and notifies the user if a new device is plugged in. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Recently_plugged.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/devicenotifier | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Toy=== | ||
+ | ====Fifteen Puzzle==== | ||
+ | * '''Zweck''' | ||
+ | Play the game fifteen puzzle. You can play the game with a custom picture. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:FifteenPuzzle.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/fifteenPuzzle | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ===Windows And Tasks=== | ||
+ | ====Lancelot Launcher==== | ||
+ | * '''Zweck''' | ||
+ | TODO | ||
+ | * '''Screenshot''' | ||
+ | [TODO] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/lancelot | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Lancelot Part==== | ||
+ | * '''Zweck''' | ||
+ | TODO | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Lancelot-part.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/lancelot | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Pager==== | ||
+ | * '''Zweck''' | ||
+ | A pager applet that shows the virtual desktops. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Recently_plugged.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /KDE/kdebase/workspace/plasma/applets/pager | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====System Tray==== | ||
+ | * '''Zweck''' | ||
+ | A system tray applet. | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Systray.png]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/systemtray | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | ====Task Manager==== | ||
+ | * '''Zweck''' | ||
+ | Fensterliste der geöffneten Anwendungen | ||
+ | * '''Screenshot''' | ||
+ | [[Image:Tasks.png|thumb]] | ||
+ | * '''location''' | ||
+ | <syntaxhighlight lang="text"> | ||
+ | /extragear/plasma/applets/tasks | ||
+ | </syntaxhighlight> |
Latest revision as of 10:04, 15 July 2012
Bekannte Plasmoids
Anwendungsstarter
Kickoff
- Zweck
Der neue Anwendungsstarter. Dieser wird als Standard in KDE4.0 verwendet und hat viele erweiterte Fähigkeiten wie eine Suchfunktion, Anzeige der am häufigsten verwendeten Anwendungen, Favoriten, ...
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/kickoff
Traditioneller Anwendungsstarter
- Zweck
Traditionelles Menü (wie KMenu in KDE3.x).
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/kickoff/simpleapplet
Datum und Zeit
analoge Uhr
- Zweck
Eine einfache analoge Uhr.
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/analog-clock
Binär-Uhr
- Zweck
Eine Uhr mit binärer Anzeige.
- Screenshot
- location
/extragear/plasma/applets/binary-clock
digitale Uhr
- Zweck
Eine einfache Uhr mit LCD-artiger Anzeige
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/digital-clock
umgangssprachliche Uhr
- Zweck
Eine Uhr mit umgangssprachlicher Anzeige der Uhrzeit
- Screenshot
- location
/extragear/plasma/applets/fuzzy-clock
File System
File Watcher
- Zweck
Watch a file on disk.
- Screenshot
- location
/extragear/plasma/applets/fileWatcher
Graphics
Color Picker
- Zweck
Get the color value of any color on the desktop.
- Screenshot
- location
/extragear/plasma/applets/kolourpicker
Comic Strip
- Zweck
Show comics on your desktop. This currently supports comics like: Userfriendly, Dilbert, Garfield, Snoopy, XKDC, OsNews Focus Shift.
- Screenshot
- location
/extragear/plasma/applets/comic
Picture Frame
- Zweck
A picture applet. It can show a single picture or a slideshow of pictures. You can drop an image to show an image, or drop a folder to start a slideshow of the images in the folder.
- Screenshot
- location
/extragear/plasma/applets/frame
Language
Dictionary
- Zweck
A dictionary applet. Search the definition of a word.
- Screenshot
- location
/extragear/plasma/applets/dict
Mapping
3D Earth Model
- Zweck
Shows a 3D model of the earth
- Screenshot
- location
/extragear/plasma/applets/bluemarble
Miscellaneous
KGet
- Zweck
Monitor your downloads. This applet can show a bar chart, a pie chart and a speed graph.
- Screenshot
- location
/KDE/kdenetwork/kget/plasma/applet
Online Services
English Breakfast
- Zweck
This week in KDEThe English Breakfast Network (EBN) is dedicated to the contemplation of tea, KDE API Documentation Validation, User Documentation Validation, Source Code Checking, omphaloskepsis, and star-gazing. [1]
- Screenshot
- location
/extragear/plasma/applets/ebn
News Ticker
- Zweck
Scrolling feed applet.
- Screenshot
- location
/extragear/plasma/applets/TODO
Twitter Microblog
- Zweck
An applet to follow people microblogs and microblog yourself using twitter.
- Screenshot
- location
/extragear/plasma/applets/twitter
System Information
Battery Monitor
- Zweck
Show the current state of the battery. On hover show percentage of current. battery left
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/battery
Lock/Logout
- Zweck
Lock the screen or log the current user out.
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/lock_logout
New Device Notifier
- Zweck
Shows the recently plugged in devices and notifies the user if a new device is plugged in.
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/devicenotifier
Toy
Fifteen Puzzle
- Zweck
Play the game fifteen puzzle. You can play the game with a custom picture.
- Screenshot
- location
/extragear/plasma/applets/fifteenPuzzle
Windows And Tasks
Lancelot Launcher
- Zweck
TODO
- Screenshot
[TODO]
- location
/extragear/plasma/applets/lancelot
Lancelot Part
- Zweck
TODO
- Screenshot
- location
/extragear/plasma/applets/lancelot
Pager
- Zweck
A pager applet that shows the virtual desktops.
- Screenshot
- location
/KDE/kdebase/workspace/plasma/applets/pager
System Tray
- Zweck
A system tray applet.
- Screenshot
- location
/extragear/plasma/applets/systemtray
Task Manager
- Zweck
Fensterliste der geöffneten Anwendungen
- Screenshot
- location
/extragear/plasma/applets/tasks