Re: Re: [GSoC] KWin colour management

2012-03-22 Thread Kai-Uwe Behrmann
Am 21.03.12, 20:34 +0100 schrieb Martin Gräßlin: I think you do not know how KWin's rendering works. In a simplistic way: a window is rendered to the screen through a shader. At runtime KWin decides which shader to be used. As by that there is always only one active shader, so to have color

Re: [GSoC] KWin colour management

2012-03-22 Thread Kai-Uwe Behrmann
Am 21.03.12, 22:25 +0100 schrieb Thomas Zander: Color management in Qt is a bit of a weird statement; first of all, support is already possible as Krita proves. Second, I doubt that 94% of the widgets Krita does colour management inside Krita. IMO that does not belong to a discussion about

Re: Re: Re: [GSoC] KWin colour management

2012-03-22 Thread Kai-Uwe Behrmann
Am 22.03.12, 07:34 +0100 schrieb Martin Gräßlin: On Thursday 22 March 2012 07:02:27 Kai-Uwe Behrmann wrote: Am 21.03.12, 20:34 +0100 schrieb Martin Gräßlin: Do you have any references showing that it is impossible to add color correction to Qt during the lifecycle of Qt 5? I'm sorry, but I

Re: Need suggestion on how to fix the common crash in plasma-desktop (kdelibs related)

2012-03-22 Thread Lamarque V. Souza
Em Wednesday 21 March 2012, Lamarque V. Souza escreveu: Em Wednesday 21 March 2012, Aaron J. Seigo escreveu: On Tuesday, March 20, 2012 22:31:57 Lamarque V. Souza wrote: There is a crash in WeatherEngine (kde-workspace) triggered by the fact that

Re: Re: Re: [GSoC] KWin colour management

2012-03-22 Thread Daniel Nicoletti
2012/3/22 Kai-Uwe Behrmann k...@gmx.de: Here my thoughts, why I think CM in Qt is not easily introduced during a minor Qt 5 release. [Preparation of CM for Qt 6 is a different story.] Lets hypothetical assume some effort is initiated to bring CM to Qt and that happens during Qt 5 life time.

Re: [GSoC] KWin colour management

2012-03-22 Thread Sune Vuorela
On 2012-03-22, Daniel Nicoletti dantt...@gmail.com wrote: people draw API they have this in mind and we don't need a whole new Qt just to introduce a new feature, easy solution: QApplication::setColorCorrected(true); That's crap API thoug.h QApplication::setBehaveSane(true);

Re: [GSoC] KWin colour management

2012-03-22 Thread Daniel Nicoletti
2012/3/22 Sune Vuorela nos...@vuorela.dk: On 2012-03-22, Daniel Nicoletti dantt...@gmail.com wrote: people draw API they have this in mind and we don't need a whole new Qt just to introduce a new feature, easy solution: QApplication::setColorCorrected(true); That's crap API thoug.h

Re: Review Request: KJS: Extend strictEqual check for numbers by NaN and signbit check

2012-03-22 Thread Maksim Orlovich
This looks wrong to me; strictEqual is used for ===, which is defined in 11.9.6, and doesn't do any freaky deviations from IEEE FP. You'll likely need a separate version for SameValue proper. On 3/21/12, Bernd Buschinski b.buschin...@googlemail.com wrote:

Re: Review Request: Make KAuth ready for frameworks + API Changes

2012-03-22 Thread Kevin Ottens
On March 18, 2012, 11:04 p.m., Stephen Kelly wrote: Nice, thanks and sorry for the noise, and thanks for making the branch. Dario Freddi wrote: Np, hope you'll be able to have a quick look at it as well, it would be great :) Stephen Kelly wrote: Mostly it looks fine.

Re: RFC: i18n: drop KUIT tags in KDE Frameworks 5.0?

2012-03-22 Thread David Jarvie
On Thu, March 22, 2012 10:25 am, Chusslove Illich wrote: Starting with KDE 4.0, i18n() functions act as XML processors under the hood, expecting the strings to be well-formed XML and resolving some tags (KUIT tags) to a target format (HTML or pure text). These KUIT tags include filename,

Re: Re: Re: [GSoC] KWin colour management

2012-03-22 Thread Thomas Lübking
Am 22.03.2012, 08:55 Uhr, schrieb Kai-Uwe Behrmann k...@gmx.de: Lets hypothetical assume some effort is initiated to bring CM to Qt and that happens during Qt 5 life time. The new design says by default all content is considered sRGB, which is by itself reasonable. However existing applications

Re: RFC: i18n: drop KUIT tags in KDE Frameworks 5.0?

2012-03-22 Thread Chusslove Illich
[: David Jarvie :] I understand from your email that you are only proposing to remove KUIT semantic tags, not KUIT context markers. Can you confirm this? I confirm. They are used much more than tags, and have no problems on their own; they are simply useful whenever present. They would only

Re: [GSoC] KWin colour management

2012-03-22 Thread Kai-Uwe Behrmann
Sorry I missed to answere you somehow. Am 21.03.12, 10:25 +0100 schrieb todd rme: On Wed, Mar 21, 2012 at 8:39 AM, Kai-Uwe Behrmann k...@gmx.de wrote: Am 20.03.12, 21:17 +0100 schrieb Thomas Lübking: Am 20.03.2012, 20:12 Uhr, schrieb Martin Graesslin mgraess...@kde.org: A fully  color

Re: Re: Re: Re: [GSoC] KWin colour management

2012-03-22 Thread Martin Gräßlin
On Thursday 22 March 2012 19:20:11 Kai-Uwe Behrmann wrote: Something like that is technical possible. But let me repeat, you get then a mixture of colour managed and non colour managed apps with the same toolkit, which is completely non understandable for users. First of all: users don't know

Re: Review Request: Make KAuth ready for frameworks + API Changes

2012-03-22 Thread Dario Freddi
On March 18, 2012, 11:04 p.m., Stephen Kelly wrote: Nice, thanks and sorry for the noise, and thanks for making the branch. Dario Freddi wrote: Np, hope you'll be able to have a quick look at it as well, it would be great :) Stephen Kelly wrote: Mostly it looks fine.

Re: Re: Re: [GSoC] KWin colour management

2012-03-22 Thread Kai-Uwe Behrmann
Am 22.03.12, 22:49 +0100 schrieb Thomas Lübking: Am 22.03.2012, 19:20 Uhr, schrieb Kai-Uwe Behrmann k...@gmx.de: I was tould by the graphics community to keep the X Color Management spec backward compatible with the ICC Profile in X spec, so we did. Thus old style applications see a sRGB

Re: unit testing a freeze

2012-03-22 Thread Frank Reininghaus
Hi, Am 22. März 2012 01:11 schrieb Dario Freddi: Il 21 marzo 2012 22:29, Dominik Haumann ha scritto: Moin, is there a simple way to unit test a freeze? Like if the test needs more than 5 seconds, fail? There's no straightforward way to check afaik and I don't really like the thread

Re: unit testing a freeze

2012-03-22 Thread Dominik Haumann
On Thursday, March 22, 2012 01:11:53 Dario Freddi wrote: Il 21 marzo 2012 22:29, Dominik Haumann dhaum...@kde.org ha scritto: Moin, is there a simple way to unit test a freeze? Like if the test needs more than 5 seconds, fail? There's no straightforward way to check afaik and I don't

Re: Re: unit testing a freeze

2012-03-22 Thread Alex Fiestas
Execute the process with K/QProcess, then try to send a unix signal to it, that might work as well though it depends on unix signals which are crappy. Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: unit testing a freeze

2012-03-22 Thread Milian Wolff
On Wednesday 21 March 2012 22:29:53 Dominik Haumann wrote: Moin, is there a simple way to unit test a freeze? Like if the test needs more than 5 seconds, fail? One way would be to create a thread, start the freeze unit test, and if the thread does not finish in some time period, kill it

Re: unit testing a freeze

2012-03-22 Thread Dominik Haumann
On Thursday, March 22, 2012 10:47:18 Milian Wolff wrote: Why not Zoidberg? Uhm I mean: ctest --timeout seconds That would do the trick. Is it possible to set this timeout for a single test in CMakeLists.txt? On Thursday, March 22, 2012 10:33:49 Alex Fiestas wrote: Execute the process with

Re: unit testing a freeze

2012-03-22 Thread Milian Wolff
On Thursday 22 March 2012 11:08:35 Dominik Haumann wrote: On Thursday, March 22, 2012 10:47:18 Milian Wolff wrote: Why not Zoidberg? Uhm I mean: ctest --timeout seconds That would do the trick. Is it possible to set this timeout for a single test in CMakeLists.txt? yes:

Re: Uploading .diff files on reviewboard

2012-03-22 Thread Stephan Diestelhorst
On 26 February 2012 21:48, Thomas Lübking thomas.luebk...@gmail.com wrote: Am 26.02.2012, 20:30 Uhr, schrieb Rahul Sharma rahulveera2...@gmail.com: Hi, I am trying to upload my .diff file on the reviewboard through the web UI for reviewboard, but I am getting error. It always says that the

Re: kioslave implementation help

2012-03-22 Thread fluca1978
Do you have the listing entry in your .protocol file? The following is my protocol file: [Protocol] DocPath=kioslave/kio_rolefs.html exec=kio_rolefs input=none output=filesystem protocol=rolefs reading=true Icon=folder listing=Name,Type so I guess the listing entry is right. I've tried to

Re: unit testing a freeze

2012-03-22 Thread Dominik Haumann
On Thursday, 22. March 2012 15:50:34 Milian Wolff wrote: On Thursday 22 March 2012 11:08:35 Dominik Haumann wrote: On Thursday, March 22, 2012 10:47:18 Milian Wolff wrote: Why not Zoidberg? Uhm I mean: ctest --timeout seconds That would do the trick. Is it possible to set this timeout

Re: kioslave implementation help

2012-03-22 Thread Albert Astals Cid
El Dijous, 22 de març de 2012, a les 17:38:52, fluca1...@infinito.it va escriure: Do you have the listing entry in your .protocol file? The following is my protocol file: [Protocol] DocPath=kioslave/kio_rolefs.html exec=kio_rolefs input=none output=filesystem protocol=rolefs

Re: QNetworkAccessManager and KDE's KIO

2012-03-22 Thread Albert Astals Cid
El Dimarts, 20 de març de 2012, a les 12:26:05, Weng Xuetian va escriure: Hi, Hi I'm currently implementing a library that require network access, and I need some custom url such as myapp:// to do oauth callback, so I create a class inherits QNetworkAccessManager. But I found if anyone

Re: QNetworkAccessManager and KDE's KIO

2012-03-22 Thread Weng Xuetian
On Fri, Mar 23, 2012 at 6:53 AM, Albert Astals Cid aa...@kde.org wrote: El Dimarts, 20 de març de 2012, a les 12:26:05, Weng Xuetian va escriure: Hi, Hi I'm currently implementing a library that require network access, and I need some custom url such as myapp:// to do oauth callback, so I

[Kde-hardware-devel] GSock Project

2012-03-22 Thread Lakshminarayanan Srinivasan
Hi, I am interested in taking up the project to improve Android Devices support and I have a few questions regarding the same. Could you explain me the requirements/expectations of the project. Is the project regarding developing a fullfledged KDE app/service/applet/plugin that syncs the KDE