Re: Migration to GitLab, turn your notif off to avoid mail flood

2018-05-02 Thread Morten Welinder
> Just wanted to add that cut-and-paste is pretty freeform on Bugzilla. Fair enough. That somewhere between a blessing (if you cut and paste a lot) and a problem (if you need to programmatically make sense of it). Someone edited that particular bug, btw. Anyone looking now might wonder what

Re: Migration to GitLab, turn your notif off to avoid mail flood

2018-05-02 Thread philip . chimento
On Wed, May 2, 2018, 11:32 Christoph Reiter, wrote: > On Wed, May 2, 2018 at 7:57 PM, Morten Welinder wrote: > > It is just me, or is the migration mangling bugs? > > > > Compare https://bugzilla.gnome.org/show_bug.cgi?id=765921 > > to

Re: Migration to GitLab, turn your notif off to avoid mail flood

2018-05-02 Thread Christoph Reiter
On Wed, May 2, 2018 at 7:57 PM, Morten Welinder wrote: > It is just me, or is the migration mangling bugs? > > Compare https://bugzilla.gnome.org/show_bug.cgi?id=765921 > to https://gitlab.gnome.org/GNOME/gtk/issues/621 > > In bugzilla, the cut-and-paste compile commands with

Re: Migration to GitLab, turn your notif off to avoid mail flood

2018-05-02 Thread Morten Welinder
It is just me, or is the migration mangling bugs? Compare https://bugzilla.gnome.org/show_bug.cgi?id=765921 to https://gitlab.gnome.org/GNOME/gtk/issues/621 In bugzilla, the cut-and-paste compile commands with output are readable. In gitlab, they're a mess. Morten On Tue, May 1, 2018 at

Change shape of GtkScale with CSS for GTK < 3.20 and > 3.20

2018-05-02 Thread Cyril Richard
Hi, I am trying to change the shape of a GTKScale. To do it I use a CSS sheet. The following CSS code gives something's good, like in attachment. .midtone-scale { background-image: -gtk-gradient(linear, left top, right top, from(black), to(shade(white, 0.95))); padding: 5px; }