Metadata-Version: 1.1
Name: pyRadKDE
Version: 0.1
Summary: ['a wheel type commannd interface for KDE, heavily inspired by Kommando.']
Home-page: http://bitbucket.org/ArneBab/pyrad
Author: Arne Babenhauserheide
Author-email: arne_bab@web.de
License: GNU GPL-3 or later
Description: 
        
        plan:
        
        - Initialize a window at mouse position (QCursor::pos(); QLayoutItem::setGeometry(Qrect)) -done
        - Make the window transparent, without background, border and menubar. -done
        - Show icons in a circle  -done
        - make the icons clickable  -done
        - add folder-icons: the action is simply a list with all contained items => starts with [  -done
        - store the previous layout (buttons) directly in the name of the central icon => same list format.  -done
        
        - register a global shortcut / gesture in KDE from within the program -> usable as soon as it's installed.
        
        
        ideas:
        
        - use plasma.
        - Show the program cathegories from the K-Menu.
        - Get the folders and actions from Nepomuk somehow -> favorites or such.
        - Option to have an auto-optimizing wheel layout :)
        
        
        
        Changelog:
        
        pyRad 0.1
        
        - Initial version
        
Keywords: babtools
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: X11 Applications :: KDE
Classifier: Development Status :: 3 - Alpha
Requires: PyQt4
Requires: PyKDE4
