Re: Compilation with GCC 4.6

2011-04-16 Thread Cyrille Berger Skott
Hi On Saturday 16 April 2011, Christoph Feck wrote: > I recently switched to GCC 4.6.0, and compiled (nearly) all of svn trunk > resp. git master. Everything went fine, except for two issues: > > * Eigen2 uses ptrdiff_t, but does not include , causing a > compilation error in "calligra" and "ksta

Re: kwin crashes short after start

2011-04-16 Thread Thomas Lübking
Please file a bug and add the complete backtrace. Dr. Konqui should assist you on this. Cheers, Thomas

Re: Review Request: Consider data: URLs local in KIO::AccessManager

2011-04-16 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101140/#review2686 --- Ship it! Hmm... did not know KUrl::protocol() already returned

Re: Review Request: GUI configuration for the 'Do Not Track'?feature...

2011-04-16 Thread Dawit A
On Sat, Apr 16, 2011 at 11:54 AM, Oswald Buddenhagen wrote: > On Fri, Apr 15, 2011 at 09:00:11PM +0200, Ingo Klöcker wrote: >> On Friday 15 April 2011, Oswald Buddenhagen wrote: >> > On Fri, Apr 15, 2011 at 09:24:47AM -0400, Dawit Alemayehu wrote: >> > > The configuration option is there to allow

Re: Review Request: Consider data: URLs local in KIO::AccessManager

2011-04-16 Thread Volker Krause
> On April 16, 2011, 4:45 p.m., Kevin Krammer wrote: > > Wouldn't it make more sense to change KProtocolInfo::protocolClass() such > > that it considers data: to be local access? > > Volker Krause wrote: > That was indeed my first attempt, but David pointed out that this would > have furth

Re: Review Request: Consider data: URLs local in KIO::AccessManager

2011-04-16 Thread Dawit Alemayehu
> On April 16, 2011, 4:45 p.m., Kevin Krammer wrote: > > Wouldn't it make more sense to change KProtocolInfo::protocolClass() such > > that it considers data: to be local access? > > Volker Krause wrote: > That was indeed my first attempt, but David pointed out that this would > have furth

Re: Please, return removed Konqueror feature bug (embedded advanced text editor) in KDE 4.6

2011-04-16 Thread Ingo Klöcker
On Saturday 16 April 2011, Dominik Haumann wrote: > On Saturday, 16. April 2011, David Faure wrote: > > On Friday 15 April 2011, Vladimir Koković wrote: > > > HI, > > > > > > Please, return removed Konqueror feature bug (embedded advanced > > > text editor) in KDE 4.6 !!! > > > > Wrong list, and

Re: kwin crashes short after start

2011-04-16 Thread Ingo Klöcker
On Saturday 16 April 2011, Guy Maurel wrote: > Hello! > > With a new account, after loging, I get everytime a crash at: > ... > #7 0x7f38b20627f1 in KWin::GLShader::load (this=0x1e4e520, > vertexSource=..., fragmentSource=...) at /home/guy-kde/kdesvn/kde- > workspace/kwin/libkwineffects/kwing

kwin crashes short after start

2011-04-16 Thread Guy Maurel
Hello! With a new account, after loging, I get everytime a crash at: ... #7 0x7f38b20627f1 in KWin::GLShader::load (this=0x1e4e520, vertexSource=..., fragmentSource=...) at /home/guy-kde/kdesvn/kde- workspace/kwin/libkwineffects/kwinglutils.cpp:785 May I get any help? What/where is to look

Re: Review Request: Consider data: URLs local in KIO::AccessManager

2011-04-16 Thread Volker Krause
> On April 16, 2011, 4:45 p.m., Kevin Krammer wrote: > > Wouldn't it make more sense to change KProtocolInfo::protocolClass() such > > that it considers data: to be local access? That was indeed my first attempt, but David pointed out that this would have further (security) implications, since

Re: Review Request: Add a GUI to configure window's title bar blend colours

2011-04-16 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100821/#review2682 --- Ship it! Okey, it looks like deKorator is the only decoration t

Re: Review Request: Improvements to KFileDialog filtering

2011-04-16 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101013/#review2681 --- Ship it! No problem, then please commit as is. - Christoph O

Re: Review Request: Consider data: URLs local in KIO::AccessManager

2011-04-16 Thread Kevin Krammer
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101140/#review2680 --- Wouldn't it make more sense to change KProtocolInfo::protocolCla

Review Request: Consider data: URLs local in KIO::AccessManager

2011-04-16 Thread Volker Krause
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101140/ --- Review request for kdelibs. Summary --- Currently KIO::AccessManager

Re: Review Request: GUI configuration for the 'Do Not Track'?feature...

2011-04-16 Thread Oswald Buddenhagen
On Fri, Apr 15, 2011 at 09:00:11PM +0200, Ingo Klöcker wrote: > On Friday 15 April 2011, Oswald Buddenhagen wrote: > > On Fri, Apr 15, 2011 at 09:24:47AM -0400, Dawit Alemayehu wrote: > > > The configuration option is there to allow the user to opt-in if > > > they so choose. > > > > that's not a

Thursday, April 28, 2011: KDE 4.7 Soft Feature Freeze

2011-04-16 Thread Tom Albers
Hi, Just a reminder that the soft feature freeze is rapidly approaching: http://techbase.kde.org/Schedules/KDE4/4.7_Release_Schedule#Thursday.2C_April_28.2C_2011:_KDE_4.7_Soft_Feature_Freeze Add your features to the Feature Plan so you can work on it until the hard freeze here: http://techbase.k

Re: Review Request: KConfig: Fix warning when compiling with GCC 4.6

2011-04-16 Thread Oswald Buddenhagen
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101138/#review2679 --- Ship it! i suppose it can do no harm ... - Oswald On April 1

Compilation with GCC 4.6

2011-04-16 Thread Christoph Feck
Hi, I recently switched to GCC 4.6.0, and compiled (nearly) all of svn trunk resp. git master. Everything went fine, except for two issues: * Eigen2 uses ptrdiff_t, but does not include , causing a compilation error in "calligra" and "kstars". This bug has been reported to Eigen developers[1],

Review Request: KConfig: Fix warning when compiling with GCC 4.6

2011-04-16 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101138/ --- Review request for kdelibs and David Faure. Summary --- Fix annoying

Re: Help in modularization

2011-04-16 Thread Alexander Neundorf
On Wednesday 13 April 2011, Joel Bodenmann wrote: > So you'd need some help? Tell me what and give me some introductions etc.. It took me some time to respond because I thought I haven't written down anything yet... but actually I have already: http://techbase.kde.org/Development/CMake/Dashboard

Re: Please, return removed Konqueror feature bug (embedded advanced text editor) in KDE 4.6

2011-04-16 Thread Dominik Haumann
On Saturday, 16. April 2011, David Faure wrote: > On Friday 15 April 2011, Vladimir Koković wrote: > > HI, > > > > Please, return removed Konqueror feature bug (embedded advanced text > > editor) in KDE 4.6 !!! > > Wrong list, and wrong request. > > We didn't remove such a feature. If it doesn't