0.12.10
New features
Help can be specified for a category page, see the HelpId key in the category documentation.
0.12.9
New features
Applet .desktop files can also be under /usr/share/duicontrolpanel/desktops
0.11.8
New features
Applet auto starting if a category contains one applet only can be customized via AutoStartApplet key
Changes
Category names have changed for non-meego targets, applets have to recheck their categories
0.11.7
New features
- New briefview type "Slider". To use it, an applet has to reimplement DcpBrief::setValue(), DcpBrief::value() etc., and specify "Slider" as its type in the .desktop file.
- Support for briefviews with horizontal layouted value line. To use it, the applet has to specify "TextOrientation=Horizontal" in the [DCP] section of its .desktop file.
0.11.6
New features
- It is now configurable if the category icons are above or below the applet icons using the ComponentOrder key in the .cpcategory files
0.11.5
New features
- the applet can specify in its .desktop file if it has a mainview through DCP/HasMainView key
0.11.0
New features
0.10.0
New features
- Applets can be run out of process with specifying -outprocess option to duicontrolpanel. This is also the default when user starts control panel from the application grid or through servicefw.
0.8.0
New features
- New signal DcpWidget::setProgressIndicatorVisible for accessing the progress indicator of the page.
Removed
- Removed the already deprecated DcpBriefWidget, DcpButton, DcpButtonAlign, DcpButtonToggle, DcpButtonImage
0.7.19
Deprecated
0.7.17
Deprecated
- DcpButton, DcpButtonImage, DcpButtonToggle, DcpButtonAlign became deprecated, use MContentItem instead from libmeegotouch.
- DcpBriefWidget also became deprecated, replaced by DcpContentItem which has nearly identical API but is based on MContentItem.
- DuiControlPanel no longer supports the toggle type of briefwidget due to simplifications in design brief.
- Just a notice, page back handling is handled by meegotouch, applet developers should no longer care about it, with referers and such.
0.6.4
Deprecated
- The following widget type strings became deprecated (used in .desktop file): "DcpLabel", "DcpLabel2", "DcpLabelButton", "DcpLabel2Button", "DcpLabel2Image", "DcpLabel2Toggle". Use the followings instead: "Label", "Toggle", "Image"
0.6.1
New features
Deprecated
Bugs fixed
- Applet brief did not get the new toggle state