(add KTimerDialog) |
(Remove KDateEdit and KTimeEdit as both of these are in kdelibs now (as KDateComboBox and KTimeComboBox, respectively)) |
||
| (12 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | == | + | If you have a KDE class or widget that you feel would be useful to other applications but which isn't in kdelibs, please add it to this page in alphabetical order. Please include the name of the class, a description (and a screenshot if you wish), where the source code can be found, the version of KDE required (if any), your name and the date of the entry. |
| + | |||
| + | == KAnimatedSystemTrayIcon == | ||
{| | {| | ||
|- | |- | ||
| − | | valign=top | '''Description''' || | + | | valign=top | '''Description''' || A hack to KSystemTrayIcon to allow it to play QMovies. I unfortunately had to create this when the movie support in KDE3's KSystemTray was removed in KDE 4. |
|- | |- | ||
| − | | '''Location''' || trunk/KDE/ | + | | '''Location''' || trunk/KDE/kdenetwork/kopete/kanimatedsystemtrayicon.* |
|- | |- | ||
| − | | '''Author''' || | + | | '''Author''' || Charles Connell (cconnell) |
|- | |- | ||
| − | | '''Date''' || | + | | '''Date''' || December 5, 2007 |
| − | + | ||
| − | + | ||
|} | |} | ||
| Line 23: | Line 22: | ||
| '''Location''' || trunk/koffice/krita/ui/kcurve.* | | '''Location''' || trunk/koffice/krita/ui/kcurve.* | ||
|- | |- | ||
| − | | '''Author''' || | + | | '''Author''' || Camilla Boemann (boemann) and Gilles (of digiKam fame) |
|- | |- | ||
| '''Date''' || April, 05, 2007 | | '''Date''' || April, 05, 2007 | ||
| Line 30: | Line 29: | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== KDatePickerPopup == | == KDatePickerPopup == | ||
| Line 54: | Line 42: | ||
|} | |} | ||
| − | == | + | == KMimeTypeWriter == |
{| | {| | ||
|- | |- | ||
| − | | valign=top | '''Description''' || | + | | valign=top | '''Description''' || Writes out the definition of a mimetype in a XDG shared-mime-info compliant way. Used by nspluginscan too. Not sure if anyone else needs this. |
|- | |- | ||
| − | | '''Location''' || trunk/KDE/kdebase/apps/ | + | | '''Location''' || trunk/KDE/kdebase/apps/konqueror/settings/filetypes/mimetypewriter.* |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|- | |- | ||
| '''Author''' || David Faure | | '''Author''' || David Faure | ||
|- | |- | ||
| − | | '''Date''' || | + | | '''Date''' || January, 29, 2008 |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|} | |} | ||
If you have a KDE class or widget that you feel would be useful to other applications but which isn't in kdelibs, please add it to this page in alphabetical order. Please include the name of the class, a description (and a screenshot if you wish), where the source code can be found, the version of KDE required (if any), your name and the date of the entry.
Contents |
| Description | A hack to KSystemTrayIcon to allow it to play QMovies. I unfortunately had to create this when the movie support in KDE3's KSystemTray was removed in KDE 4. |
| Location | trunk/KDE/kdenetwork/kopete/kanimatedsystemtrayicon.* |
| Author | Charles Connell (cconnell) |
| Date | December 5, 2007 |
| Description | A widget that allows editing of spline based y=f(x) curves. Handy for cases where you want the user to control such things as tablet pressure response, color transformations, acceleration by time, aeroplane lift by angle of attack. Already used in krita, and originally (less generic code) in digiKam |
| Location | trunk/koffice/krita/ui/kcurve.* |
| Author | Camilla Boemann (boemann) and Gilles (of digiKam fame) |
| Date | April, 05, 2007 |
| Screenshots | Link |
| Description | A menu to select a date quickly |
| Location | trunk/KDE/kdepim/libkdepim/kdatepickerpopup.h |
| Author | Bram Schoenmakers |
| Date | September, 15, 2007 |
| Description | Writes out the definition of a mimetype in a XDG shared-mime-info compliant way. Used by nspluginscan too. Not sure if anyone else needs this. |
| Location | trunk/KDE/kdebase/apps/konqueror/settings/filetypes/mimetypewriter.* |
| Author | David Faure |
| Date | January, 29, 2008 |
| Description | A class that takes a QListView and adds a contextmenu to its header. With this contextmenu you can show and hide the columns.
Options:
Style of the contextmenu:
|
| Location | trunk/KDE/kdepim/ktimetracker/treeviewheadercontextmenu.* |
| Author | Mathias Soeken (msoeken) |
| Date | April, 18, 2007 |
| Description | Provides a dialog with a timeout.
The dialog is available only for a specified amount of time and reports the time remaining to the user. Timer is capable of counting up or down. |
| Location | trunk/KDE/kdebase/workspace/kcontrol/randr/ktimerdialog.* |
| Author | Hamish Rodda |
| Date | October, 5, 2007 |