Re: Review Request: Support for GRUB2 submenus

2012-08-05 Thread Oswald Buddenhagen
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105563/#review16926 --- kdm/backend/bootman.c

Re: Review Request: Fix Warning messages when closing About popup

2012-08-05 Thread Albert Astals Cid
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105627/#review16922 --- Ping? - Albert Astals Cid On July 19, 2012, 10:23 p.m., Albe

[PATCH] KSecretsService Collection and Item property names

2012-08-05 Thread Jakub Filak
The current implementation of KSecretsService accepts property names of Collection and Item without interface name. The Secret Service API standard says "Specify the property names in full interface.Property form" [1] The form required by the standard: "org.freedesktop.Secret.Item.Label"

Re: Review Request: Allow symlink creation for kio protocols that support it

2012-08-05 Thread Lamarque Vieira Souza
> On Aug. 3, 2012, 8:49 a.m., David Faure wrote: > > "Actually we need to test both source and destination to check if their > > protocols support symlink creation." > > > > Haha, if we're copying a symlink, then obviously the source protocol > > supports symlinks, otherwise it wouldn't be the

Re: Review Request: Allow symlink creation for kio protocols that support it

2012-08-05 Thread Lamarque Vieira Souza
> On Aug. 3, 2012, 8:48 a.m., David Faure wrote: > > I'm not sure this makes sense. You drag-n-drop a symlink called "link" to a > > file called "target" from fish://myhost to your local $HOME, and you end up > > with a broken symlink, given that "target" is nowhere to be found? > > > > The lo

Re: Review Request: Allow symlink creation for kio protocols that support it

2012-08-05 Thread Allan Sandfeld Jensen
On Friday 03 August 2012, David Faure wrote: > > I'm not sure this makes sense. You drag-n-drop a symlink called "link" to a > file called "target" from fish://myhost to your local $HOME, and you end > up with a broken symlink, given that "target" is nowhere to be found? > Would it be relevant to

Re: Review Request: Support for GRUB2 submenus

2012-08-05 Thread Konstantinos Smanis
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105563/ --- (Updated Aug. 5, 2012, 1:25 p.m.) Review request for KDE Runtime and Oswal

Re: Review Request: Support for GRUB2 submenus

2012-08-05 Thread Konstantinos Smanis
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105563/ --- (Updated Aug. 5, 2012, 12:39 p.m.) Review request for KDE Runtime and Oswa

Re: Review Request: Allow symlink creation for kio protocols that support it

2012-08-05 Thread David Faure
> On Aug. 3, 2012, 8:49 a.m., David Faure wrote: > > "Actually we need to test both source and destination to check if their > > protocols support symlink creation." > > > > Haha, if we're copying a symlink, then obviously the source protocol > > supports symlinks, otherwise it wouldn't be the

Re: Review Request: Allow symlink creation for kio protocols that support it

2012-08-05 Thread David Faure
> On Aug. 3, 2012, 8:48 a.m., David Faure wrote: > > I'm not sure this makes sense. You drag-n-drop a symlink called "link" to a > > file called "target" from fish://myhost to your local $HOME, and you end up > > with a broken symlink, given that "target" is nowhere to be found? > > > > The lo