GSoC 2016 Proposal for KDE Dolphin

2016-03-07 Thread Arnav Dhamija
Hi everyone! I'm excited to give the GSoC a shot this year. I am a first CSc undergraduate at BITS Pilani, Hyderabad Campus in India. I have an original idea for the Dolphin file manager to make it easy to select files from disjoint directory trees. I have written the proposal I will subm

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 17:29, Jaroslaw Staniek wrote: > > On 7 March 2016 at 13:05, Kåre Särs wrote: > >> Hi, >> >> On Monday, March 07, 2016 12:41:52 PM Jaroslaw Staniek wrote: >> > > >> > > ​Thanks, it works on Windows (no platform theme). >> > > ​​How to make it work on Linux too (KF5 5.19.0, Qt

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 13:05, Kåre Särs wrote: > Hi, > > On Monday, March 07, 2016 12:41:52 PM Jaroslaw Staniek wrote: > > > > > > ​Thanks, it works on Windows (no platform theme). > > > ​​How to make it work on Linux too (KF5 5.19.0, Qt 5.5.1), i.e. I'd > like > > > to have only used icons from the

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 14:45, René J.V. wrote: > On Monday March 07 2016 12:41:52 Jaroslaw Staniek wrote: > > BTW, am I right that using a builtin binary rcc icon set could make you > lose in terms of memory (RAM) footprint overhead what you gain in terms of > disk space overhead? > Dsk optimization

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Ralf Habacker
Am 07.03.2016 um 16:21 schrieb Jaroslaw Staniek: > > Real data for a single Kexi start + opening a single document on > Linux, SSD: > > strace kexi 2>&1 | grep ^stat | wc -l > > 1. Traditional icon files: 78k calls > 2. .rcc icon files: 11k calls, starts ~14% faster > > And for #2 there are still a

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
Real data for a single Kexi start + opening a single document on Linux, SSD: strace kexi 2>&1 | grep ^stat | wc -l 1. Traditional icon files: 78k calls 2. .rcc icon files: 11k calls, starts ~14% faster And for #2 there are still a few thousands of lookups (*/icons/hicolor/16x16/devices etc.) for

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 14:45, René J.V. wrote: > On Monday March 07 2016 12:41:52 Jaroslaw Staniek wrote: > >I am trying to use app-defined icons through QIcon::fromTheme() in Kexi. > > That sounds inherently wrong unless the application adds icons to specific > themes. Icons that are specific to an

Re: Gsoc 2016 - BrPrint3D proposal

2016-03-07 Thread Lays Rodrigues
Morning Valorie and Alexander. I deleted the file from my gDrive archives. Because I will not participate of this year Gsoc. Sorry for this trouble. Regards, On Mon, Mar 7, 2016 at 3:09 AM, Valorie Zimmerman < valorie.zimmer...@gmail.com> wrote: > On Thu, Feb 4, 2016 at 2:24 AM, Lays Rodrigues

Re: Gsoc 2016 - BrPrint3D proposal

2016-03-07 Thread Lays Rodrigues
Morning Valorie and Alexander. I deleted the file from my gDrive archives. Because I will not participate of this year Gsoc anymore. Sorry for this trouble. Regards, On Mon, Mar 7, 2016 at 3:09 AM, Valorie Zimmerman < valorie.zimmer...@gmail.com> wrote: > On Thu, Feb 4, 2016 at 2:24 AM, Lays Ro

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 7 March 2016 at 10:46, Jaroslaw Staniek wrote: > > > On 18 February 2016 at 18:25, Kåre Särs wrote: > >> On Thursday, February 18, 2016 02:51:58 PM René J.V. Bertin wrote: >> > On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: >> > >>> > since QIcon::fromTheme() apaprently isn't a

Re: RCC for icons - update: Re: Icons installed by apps

2016-03-07 Thread Jaroslaw Staniek
On 18 February 2016 at 18:25, Kåre Särs wrote: > On Thursday, February 18, 2016 02:51:58 PM René J.V. Bertin wrote: > > On Thursday February 18 2016 13:55:18 Jaroslaw Staniek wrote: > > >>> > since QIcon::fromTheme() apaprently isn't able to find app icons. > > > > Care to explain? QIcon::fromThe