New Feature (sort of): new DCOP method for KNotes

Matt Rogers mattr at kde.org
Sat Jun 10 14:25:58 BST 2006


On Friday 09 June 2006 11:18, Michael Brade wrote:
> Hi,
>
> I got a request for KNotes to expose the color of a note on its DCOP
> interface. The patch is obviously small, it adds to the DCOP interfaces
>
> virtual QString fgColor( const QString& noteId ) const = 0;
> virtual QString bgColor( const QString& noteId ) const = 0;
> virtual ASYNC setColor( const QString& noteId, const QString& fgColor,
>                                                const QString& bgColor ) =
> 0;
>
> and makes KNotes::setColor() public and stores the new colors in the config
> object.
>
> Is this ok to add to KDE 3.5.4? If so, I will update Kontact/KNotes as
> well.
>
> Thanks,

I don't think this should be committed. It's not already in trunk, and it's 
not well tested. Therefore, it doesn't meet the requirements according to 
http://lists.kde.org/?l=kde-core-devel&m=114304642132670&w=2
--
Matt




More information about the kde-core-devel mailing list