Re: KDE framework 5 - a humble idea

2013-09-19 Thread Bhushan Shah
Hello, On Wed, Sep 18, 2013 at 2:56 PM, Michele Andrea Kipiel wrote: > imagine this scenario: i have a file manager plasmoid open on my desktop, > along with other ones. i want to share one of my pictures to facebook. i > drag and drop the picture from the file manager plasmoid onto the "facebook

kde-workspace master becomes Qt5-based

2013-09-19 Thread Sebastian Kügler
Hi all, We're planning to merge the frameworks-scratch branch of kde-workspace into master next Monday. That means if you're building your Plasma yourself from Git (and you're not yet ready for Plasma2 ;)), you should switch to the KDE/4.11 branch. The build will fail otherwise, so you will not

Re: Review Request 112812: Use type description sort order in devicenotifier when non-removable devices are displayed

2013-09-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112812/#review40353 --- Ship it! Looks good, thanks for the patch, just fix the whites

Re: KDE framework 5 - a humble idea

2013-09-19 Thread Michele Andrea Kipiel
Hi Kevin, that's exactly the interesting part (and the challenge): to forge a new interaction paradigm for the desktop. During the weekend i'll try to sketch some wireframes and some flowcharts to better explain the concept, i'll keep you posted. In the meantime, feel free to comment and to propos

Re: Review Request 112812: Use type description sort order in devicenotifier when non-removable devices are displayed

2013-09-19 Thread Benedikt Gollatz
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112812/ --- (Updated Sept. 19, 2013, 3:24 p.m.) Review request for Plasma. Changes -

Re: Review Request 112812: Use type description sort order in devicenotifier when non-removable devices are displayed

2013-09-19 Thread Benedikt Gollatz
> On Sept. 19, 2013, 2:57 p.m., Sebastian Kügler wrote: > > Looks good, thanks for the patch, just fix the whitespace, then it's good > > to go. Do you have a Git account? In that case, please push to KDE/4.11, > > master and frameworks-scratch branches. I don't have a git account; this is my

Re: KDE framework 5 - a humble idea

2013-09-19 Thread Mark
On Thu, Sep 19, 2013 at 12:20 PM, Kevin Krammer wrote: > On Wednesday, 2013-09-18, Marco Martin wrote: > > On Wednesday 18 September 2013, Michele Andrea Kipiel wrote: > > > > i asked myself a simple question: what do i need on my desktop? what i > > > came to realize is that i could really use a

Re: platform specific imports and import security

2013-09-19 Thread Kevin Krammer
On Thursday, 2013-09-19, Marco Martin wrote: > On Thursday 19 September 2013, Kevin Krammer wrote: > > On Wednesday, 2013-09-18, Marco Martin wrote: > > > * platform specific content * > > > > > > ** for all files in the package, all urls are rewritten by resolving > > > them with package.filePath

Re: platform specific imports and import security

2013-09-19 Thread Marco Martin
On Thursday 19 September 2013, Kevin Krammer wrote: > On Wednesday, 2013-09-18, Marco Martin wrote: > > * platform specific content * > > > > ** for all files in the package, all urls are rewritten by resolving them > > with package.filePath, with all the file resolution magic given by > > PLASMA_

Re: Review Request 112812: Use type description sort order in devicenotifier when non-removable devices are displayed

2013-09-19 Thread Benedikt Gollatz
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112812/ --- (Updated Sept. 19, 2013, 11:44 a.m.) Review request for Plasma. Descript

Review Request 112812: Use type description sort order in devicenotifier when non-removable devices are displayed

2013-09-19 Thread Benedikt Gollatz
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112812/ --- Review request for Plasma. Description --- Use type description sort

Re: platform specific imports and import security

2013-09-19 Thread Kevin Krammer
On Wednesday, 2013-09-18, Marco Martin wrote: > * platform specific content * > > ** for all files in the package, all urls are rewritten by resolving them > with package.filePath, with all the file resolution magic given by > PLASMA_PLATFORM env var. > This was very limited in plasma1, now every

Re: KDE framework 5 - a humble idea

2013-09-19 Thread Kevin Krammer
On Wednesday, 2013-09-18, Marco Martin wrote: > On Wednesday 18 September 2013, Michele Andrea Kipiel wrote: > > i asked myself a simple question: what do i need on my desktop? what i > > came to realize is that i could really use a desktop which acts as a > > connection point between the hundreds

Re: platform specific imports and import security

2013-09-19 Thread Marco Martin
On Thursday 19 September 2013, Aaron J. Seigo wrote: > this means having a registry of permissions somewhere and a way to manage > those permissions. colour me excited, though, as this fills in a large > remaining gap. and maybe nicely integrating with package signing.. ;) > > con: a QQmlAbstract

Re: platform specific imports and import security

2013-09-19 Thread Aaron J. Seigo
On Wednesday, September 18, 2013 17:21:29 Marco Martin wrote: > * security * > ** forbid access to absolute paths that are ouside both the applet package > and the import paths (implemented) this means having a registry of permissions somewhere and a way to manage those permissions. colour me exc