~joe-yasi/amarok/+git/amarok-git:rickc-pluginselection

Last commit made on 2011-02-21
Get this branch:
git clone -b rickc-pluginselection https://git.launchpad.net/~joe-yasi/amarok/+git/amarok-git

Branch merges

Branch information

Name:
rickc-pluginselection
Repository:
lp:~joe-yasi/amarok/+git/amarok-git

Recent commits

5469314... by Rick W. Chen

script: set script engine's properties/objects within each script

7c45f85... by Rick W. Chen

script: make script classes naming and scope more uniform

9849526... by Rick W. Chen

script: assist qobject parenting, ownership and remove unused members

1a87a3e... by Rick W. Chen

script: add debug when starting script engine

dc6691f... by Rick W. Chen

Up plugin version, keeping in line with master

eac3ea8... by Rick W. Chen

Let KNS3 manage install/uninstall of scripts

KNS3 keeps a registry of "stuff" that are installed. If we uninstall things
(i.e. delete them) ourselves the registry will still think they are
installed. Likewise if we install them manually by unpacking then KNS3
won't know about it and the script will not be able to update via KNS3.

Once we depend on kde 4.5 we will have more control over KNS3.

5035b1e... by Rick W. Chen

Put plugin and script config pages at the end

eb2a635... by Rick W. Chen

Save and restore config dialog size

871ef46... by Rick W. Chen

Separate gui and non-gui bits of ScanManager

Script selector now lives inside the config dialog.

546ca1c... by Rick W. Chen

Rename context view applet export macros to the same format as other plugins