Bug 309033

Summary: Category lists incorrect values for KWin Effects
Product: [Plasma] Plasma SDK Reporter: Martin Flöser <mgraesslin>
Component: metadataeditorAssignee: Plasma Development Mailing List <plasma-devel>
Status: RESOLVED FIXED    
Severity: normal CC: antonis.tsiapaliokas, giorgos.tsiapaliokas
Priority: NOR    
Version: 1.0-beta1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Martin Flöser 2012-10-26 09:24:16 UTC
In the Metadata editor for a KWin effect the Categories list incorrect options. Selecting one of those will result in the effect not being listed in the Effect KCM.

Supported values by KWin are:
* Accessibility
* Appearance
* Candy
* Focus
* Tools
* Window Management

Reproducible: Always

Steps to Reproduce:
1. Create a KWin Effect
2. Edit Metadata
3. Select a Category
4. Install Project
Actual Results:  
Effect not listed in All Effects KCM as Category is incorrect

Expected Results:  
Effect should be listed in All Effects KCM
Comment 1 Giorgos Tsiapaliokas 2013-02-06 10:36:50 UTC
Git commit bbf6bf83fd3e22d939a9d48c9a60690503217b7f by Giorgos Tsiapaliokas.
Committed on 06/02/2013 at 11:35.
Pushed by tsiapaliwkas into branch 'master'.

Support the right categories for kwin
REVIEW: 108699

M  +0    -85   plasmate/editors/metadata/metadata.ui
M  +126  -107  plasmate/editors/metadata/metadataeditor.cpp
M  +12   -6    plasmate/editors/metadata/metadataeditor.h

http://commits.kde.org/plasmate/bbf6bf83fd3e22d939a9d48c9a60690503217b7f
Comment 2 Antonis Tsiapaliokas 2013-02-07 19:00:23 UTC
I am closing this bugreport, since the bug has been fixed from the previous commit.