: virt-manager: allow multiple sparclines per widget
On Sat, Oct 04, 2008 at 10:19:11PM +0200, Guido G?nther wrote:
> Add num_sets property so a sparkline graph can have multiple lines
>
> all data is still stored in a 1D array so we can still use g_param_spec_double
> for type checking. This removes the support for non cairo builds.
What version of GTK first introduced support for Cairo in its
widget sets. I don't want us to drop support for non-Cairo drawing
if its still something people are likely to be using on older
distros. The non-cairo code wasn't particularly complex / hard to
maintain.
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
10-06-2008, 04:40 PM
Cole Robinson
: virt-manager: allow multiple sparclines per widget
Daniel P. Berrange wrote:
> On Sat, Oct 04, 2008 at 10:19:11PM +0200, Guido G?nther wrote:
>> Add num_sets property so a sparkline graph can have multiple lines
>>
>> all data is still stored in a 1D array so we can still use g_param_spec_double
>> for type checking. This removes the support for non cairo builds.
>
> What version of GTK first introduced support for Cairo in its
> widget sets. I don't want us to drop support for non-Cairo drawing
> if its still something people are likely to be using on older
> distros. The non-cairo code wasn't particularly complex / hard to
> maintain.
>
> Daniel
>
Seems like gtk 2.8, released August 05. Which goes all the way back
to fc5.
http://lwn.net/Articles/147467/
So doesn't seem like the biggest deal to drop.
Thanks,
Cole
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
10-09-2008, 04:38 PM
Cole Robinson
: virt-manager: allow multiple sparclines per widget
Guido Günther wrote:
> Add num_sets property so a sparkline graph can have multiple lines
>
> all data is still stored in a 1D array so we can still use g_param_spec_double
> for type checking. This removes the support for non cairo builds.
> -- Guido
>
Committed now.
Thanks,
Cole
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools