[Kde-hardware-devel] Re: Hal-less status (implemented interfaces)

2011-01-03 Thread Christopher Blauvelt
Can you give me some names? maybe we can arrange something :) however feel free to deprecate the interface until someone codes one. Well, the thing is that Solid as a library should support features that are needed by more than one application, and so far nobody is using SmartCardReader api

Re: [Kde-hardware-devel] Review Request: Solid support for docking stations

2010-09-24 Thread Christopher Blauvelt
I have a thinkpad and dock that I could use to test and troubleshoot. Chris 2010/9/24 Will Stephenson wstephen...@kde.org This is an automatically generated e-mail. To reply, visit: http://svn.reviewboard.kde.org/r/5439/ Review request for Solid and Kevin Ottens. By Will Stephenson.

Re: [Kde-hardware-devel] Solid device action predicates

2009-07-08 Thread Christopher Blauvelt
2009/7/7 Kevin Ottens er...@kde.org On Thursday 2 July 2009 22:15:07 Ozan Çağlayan wrote: Where can I find the complete reference of the predicate rules used in solid device action files? It's currently missing. And for sure it'd deserve a page on techbase. Unfortunately no one stepped up

Re: [Kde-hardware-devel] How to use Solid

2009-06-08 Thread Christopher Blauvelt
On Tue, May 12, 2009 at 1:47 PM, Martin Koller kol...@aon.at wrote: On Tuesday 12 May 2009, Christopher Blauvelt wrote: If you look in the tutorials folder in kdelibs/solid/ you'll see a lot of example code. Thanks. I had a look into all of them, but none seems to help me further. I'll

[Kde-hardware-devel] Initial Smart Card Support

2009-04-06 Thread Christopher Blauvelt
) +++ smartcardreader.h (revision 0) @@ -0,0 +1,88 @@ +/* This file is part of the KDE project +Copyright (C) 2009 Christopher Blauvelt cblauv...@gmail.com + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Library General Public +License version 2

[Kde-hardware-devel] Fwd: Fwd: KDE 4.x - SOLID - smart card integration

2009-02-24 Thread Christopher Blauvelt
Got this from Gaetano. -- Forwarded message -- From: Gaetano Andrea Callea callea.gaetano.and...@gmail.com Date: Tue, Feb 24, 2009 at 3:41 PM Subject: Re: [Kde-hardware-devel] Fwd: KDE 4.x - SOLID - smart card integration To: Christopher Blauvelt cblauv...@gmail.com Ciao Chris

Re: [Kde-hardware-devel] Fwd: KDE 4.x - SOLID - smart card integration

2009-02-23 Thread Christopher Blauvelt
Basic hardware support in Solid would probably be rather trivial but that's not what you're asking for here. This sounds like something that should be integrated into QCA. I have a card reader and card that I could use to do the hardware integration. Chris 2009/2/23 Adriaan de Groot

Re: [Kde-hardware-devel] Solid - how to get path of storage device

2008-06-10 Thread Christopher Blauvelt
On Tue, Jun 10, 2008 at 4:34 PM, David Boosalis [EMAIL PROTECTED] wrote: Hi All. My first time use of Solid as I want to capture in my application when a USB Memory stick gets inserted into the computer. I have no problem getting the event, my question is how do I go from a Solid Class to a

Re: [Kde-hardware-devel] Solid - how to get path of storage device

2008-06-10 Thread Christopher Blauvelt
On Tue, Jun 10, 2008 at 7:31 PM, David Boosalis [EMAIL PROTECTED] wrote: Hi Chris. The signal gets generated from a USB being plugged in. I use the following to connect the signal to the slog given: connect(DeviceNotifier::instance(), SIGNAL(deviceAdded(const QString )),

[Kde-hardware-devel] Patch to AccessPoint

2008-05-13 Thread Christopher Blauvelt
Attached is a patch that allows AccessPoints to be compared by their signal strength. This allows an AccessPointList to be sorted and itemmodels that contain them to sort them. Does anyone have any objections? Chris Index: wirelessaccesspoint.h

[Kde-hardware-devel] Network Manager

2008-03-05 Thread Christopher Blauvelt
I recently introduced a Network Manager engine into plasma/playground and there seems to be a bug that I believe is coming from the NM-0.6 backend. A network is never seen as active until it is activated by the backend but if it's already activated whether by the NM daemon or some other means,

[Kde-hardware-devel] Proposed patch for Solid::Control

2008-03-05 Thread Christopher Blauvelt
Attached is a proposed patch to fix a couple of bugs and provide access to some information that was already indexed internally. Index: libs/solid/control/networkinterface.h === --- libs/solid/control/networkinterface.h(revision

Re: [Kde-hardware-devel] Welcome Wifi interface

2006-08-05 Thread Christopher Blauvelt
Thanks for the incite, I'll make sure to put this in there. Chris On 8/5/06, Stefan Winter [EMAIL PROTECTED] wrote: Hi folks,I'm Stefan Winter, the author of KWiFiManager and the (infamous) kcmwifi. Asyou may have read some time ago on k-c-d I will discontinue kcmwifi, keeping only

Re: [Kde-hardware-devel] I offer my help

2006-05-31 Thread Christopher Blauvelt
If you're willing you could possibly take on the power management part of the project. You can start by reading the wiki at http://solid.kde.org/wiki Thanks for volunteering! Chris On 5/30/06, Martin (KaFai), Lau [EMAIL PROTECTED] wrote: Hi All, My name is Martin and I am a C++ developer. I

[Kde-hardware-devel] Network Manager interfaces

2006-05-24 Thread Christopher Blauvelt
While designing the network manager I defined a network as any type of computer-to-computer communication. This includes TCP/IP and IrDA, and later Bluetooth, X10, and One-wire. I have designed the API to have a network manager class with the following functions: NetworkList allNetworks(); bool