Re: Freeze break request, Keyboard Settings

2016-09-08 Thread Michael Catanzaro
On Thu, 2016-09-08 at 09:06 -0400, Matthias Clasen wrote:
> Most of these look like obvious bug fixes to me (I commented on one
> of
> them in the bug), +1 from me for landing those. Given that the new
> panel is in, we need to make it work as well as the old one.

OK, r-t 2/2
___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


Re: String freeze exception

2016-09-08 Thread Piotr Drąg
2016-09-08 13:13 GMT+02:00 Alexandre Franke :
> On Thu, Sep 8, 2016 at 1:06 PM, Alexandru Pandelea
>  wrote:
>> The string changed is the title of the dialog when all files renamed are
>> folders, so instead of "Rename %d Files", the title will be "Rename %d
>> Folders".
>>
>> This is important to be included in this release for consistency, as this is
>> the normal behavior in Nautilus. An example would be the rename popover,
>> which also differentiates between files and folders, so I would say that
>> users expect the title to be this way.
>>
>> Sorry for not including this information in the first mail.
>
> Thanks for the details. 2/2, exception granted. :)
>

Since Fòram is not a Coordination Team member, here is 1/2. :)

Best regards,

-- 
Piotr Drąg
https://piotrdrag.fedorapeople.org
___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


Re: Freeze break request, Keyboard Settings

2016-09-08 Thread Daniel Mustieles García
2/2 from i18n.

Thanks!

2016-09-08 15:38 GMT+02:00 Alexandre Franke :

> On Thu, Sep 8, 2016 at 2:24 PM, Bastien Nocera  wrote:
> > Hey,
>
> Hi,
>
> > The redesigned Keyboard Settings landed shortly before GUADEC, and I
> > had hoped that there would be less to fix up after the initial big
> > commit so that we would be entering the code freeze in a good state.
> >
> > The following bug has a number of patches:
> > https://bugzilla.gnome.org/show_bug.cgi?id=769314
>
> Seems important and apparently there would only be one string: 1/2 from
> i18n.
>
> --
> Alexandre Franke
> GNOME Hacker & Foundation Director
> ___
> release-t...@gnome.org
> https://mail.gnome.org/mailman/listinfo/release-team
> Release-team lurker? Do NOT participate in discussions.
>
___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


Re: Freeze break request, Keyboard Settings

2016-09-08 Thread Alexandre Franke
On Thu, Sep 8, 2016 at 2:24 PM, Bastien Nocera  wrote:
> Hey,

Hi,

> The redesigned Keyboard Settings landed shortly before GUADEC, and I
> had hoped that there would be less to fix up after the initial big
> commit so that we would be entering the code freeze in a good state.
>
> The following bug has a number of patches:
> https://bugzilla.gnome.org/show_bug.cgi?id=769314

Seems important and apparently there would only be one string: 1/2 from i18n.

-- 
Alexandre Franke
GNOME Hacker & Foundation Director
___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


Re: Freeze break request, Keyboard Settings

2016-09-08 Thread Matthias Clasen
On Thu, Sep 8, 2016 at 8:24 AM, Bastien Nocera  wrote:
> Hey,
>
> The redesigned Keyboard Settings landed shortly before GUADEC, and I
> had hoped that there would be less to fix up after the initial big
> commit so that we would be entering the code freeze in a good state.
>
> The following bug has a number of patches:
> https://bugzilla.gnome.org/show_bug.cgi?id=769314
>
> That make it match the designs, and fixes a number of bugs. There will
> probably be a small follow-up patch, as some keybindings can't be
> captured right now.
>
> If somebody wants to test this patch set, the (reverse, as per git log)
> order of the patches is:
> keyboard: Don't apply "Backspace" straight away
> keyboard: Add helper to detect empty keybindings
> keyboard: Fix grabs not working when showing the dialog
> keyboard: Don't regrab the keyboard after an event
> keyboard: Don't rely on events to grab keyboard
> keyboard: Don't grab the mouse pointer
> keyboard: Remove unused variable
> shortcut-editor: show custom page while waiting for input
> shortcut-editor: move widgets into a stack
> shortcut-editor: update reset button position and style
> shortcut-editor: use a different page to edit custom shortcuts
> keyboard: add enter-new-shortcut asset
> shortcuts: remove bottom label
> shortcut-editor: hide editing dialog on Escape
> shortcut-editor: use states to handle headerbar mode
> shortcut-editor: add 'Set' button
> shortcut-editor: update header title message
> keyboard: use a better icon to represent "Reset Shortcut"
> keyboard: make Add button insensitive after editing
> keyboard: change standard shortcut top label

Most of these look like obvious bug fixes to me (I commented on one of
them in the bug), +1 from me for landing those. Given that the new
panel is in, we need to make it work as well as the old one.

There's at least one string change here (the last patch), so lets hear
from the translators.
___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


[gnome-software] Created branch gnome-3-22

2016-09-08 Thread Richard Hughes
The branch 'gnome-3-22' was created pointing to:

 d169721... Updated Swedish translation

___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


Freeze break request, Keyboard Settings

2016-09-08 Thread Bastien Nocera
Hey,

The redesigned Keyboard Settings landed shortly before GUADEC, and I
had hoped that there would be less to fix up after the initial big
commit so that we would be entering the code freeze in a good state.

The following bug has a number of patches:
https://bugzilla.gnome.org/show_bug.cgi?id=769314

That make it match the designs, and fixes a number of bugs. There will
probably be a small follow-up patch, as some keybindings can't be
captured right now.

If somebody wants to test this patch set, the (reverse, as per git log)
order of the patches is:
keyboard: Don't apply "Backspace" straight away
keyboard: Add helper to detect empty keybindings
keyboard: Fix grabs not working when showing the dialog
keyboard: Don't regrab the keyboard after an event
keyboard: Don't rely on events to grab keyboard
keyboard: Don't grab the mouse pointer
keyboard: Remove unused variable
shortcut-editor: show custom page while waiting for input
shortcut-editor: move widgets into a stack
shortcut-editor: update reset button position and style
shortcut-editor: use a different page to edit custom shortcuts
keyboard: add enter-new-shortcut asset
shortcuts: remove bottom label
shortcut-editor: hide editing dialog on Escape
shortcut-editor: use states to handle headerbar mode
shortcut-editor: add 'Set' button
shortcut-editor: update header title message
keyboard: use a better icon to represent "Reset Shortcut"
keyboard: make Add button insensitive after editing
keyboard: change standard shortcut top label

Cheers
___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list


[adwaita-icon-theme] Created branch gnome-3-22

2016-09-08 Thread Jakub Steiner
The branch 'gnome-3-22' was created pointing to:

 da0b783... symbolic: simplify stylus for input-tablet

___
gnome-doc-list mailing list
gnome-doc-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-doc-list