Review Request: KJS: Implement Object.GetOwnPropertyDescriptor & Object.DefineProperty

2012-04-08 Thread Bernd Buschinski
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104515/ --- Review request for kdelibs. Description --- KJS: Implement Object.Get

Review Request: KJS: Implement Object.prototypeOf, Object.keys, Object.getOwnPropertyNames

2012-04-08 Thread Bernd Buschinski
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104511/ --- Review request for kdelibs. Description --- KJS: Implement Object.pro

Re: Question about unittesting

2012-04-08 Thread Thomas Zander
On Sunday 08 April 2012 22.57.05 Thomas Lübking wrote: > I think he wants a macro to execute a branch only in debug compilation > mode, > ie. he's probably looking for Q_ASSERT(deleteSuccedded(path)); > or in doubt sth. stronger than debug that only acts on testing, ie. a > global cmake > optio

Re: Question about unittesting

2012-04-08 Thread Thomas Lübking
Am 08.04.2012, 22:39 Uhr, schrieb Kevin Krammer : if (application_is_in_debug_mode) { //do some testing } How would a macro make things different? Something like IF_DEBUG_MODE { // do some testing } so the developer does not have to remember how to check a command line argument's value? I

Re: Question about unittesting

2012-04-08 Thread Kevin Krammer
On Sunday, 2012-04-08, Kevin Krammer wrote: > At KDE we usually use the QTest framework [1] for unittesting and we have > cmake macros that make it easy to add them to a project's CMakeLists.txt > (e.f. see [2]) and some C/C++ helper macros that make writing them easier > [3]. > > Cheers, > Kevin

Re: Question about unittesting

2012-04-08 Thread Kevin Krammer
Hi Giorgos, On Sunday, 2012-04-08, Giorgos Tsiapaliwkas wrote: > Hello, > > Why we don't have in KDE a macro like, > > if (application_is_in_debug_mode) { > //do some testing > } How would a macro make things different? Something like IF_DEBUG_MODE { // do some testing } so the developer doe

Question about unittesting

2012-04-08 Thread Giorgos Tsiapaliwkas
Hello, Why we don't have in KDE a macro like, if (application_is_in_debug_mode) { //do some testing } Why we need a macro like that? a. Giorgos added a feature which deletes a folder from dolphin. Without this macro in order Giorgos to test it he needs, -to create a dir -remove the dir -check

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Albert Astals Cid
El Diumenge, 8 d'abril de 2012, a les 17:48:03, Pau Garcia i Quiles va escriure: > On Sun, Apr 8, 2012 at 5:21 PM, Albert Astals Cid wrote: > > Did you guys ever try Testability? I've been using lately and works pretty > > well and has the added value of being Free Software. > > Do you mean this

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Pau Garcia i Quiles
On Sun, Apr 8, 2012 at 5:21 PM, Albert Astals Cid wrote: > > Did you guys ever try Testability? I've been using lately and works pretty > well and has the added value of being Free Software. > > Do you mean this tool? http://code.google.com/p/testability-explorer/ TestComplete, Squish, LDTP, et

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Albert Astals Cid
El Diumenge, 8 d'abril de 2012, a les 17:13:54, Pau Garcia i Quiles va escriure: > On Sun, Apr 8, 2012 at 4:03 PM, Anne-Marie Mahfouf < > > annemarie.mahf...@free.fr> wrote: > > ** > > > > > > Indeed, Nice idea, I think this is the right focus to (auto)test the > > functionality/features of the

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Pau Garcia i Quiles
On Sun, Apr 8, 2012 at 4:03 PM, Anne-Marie Mahfouf < annemarie.mahf...@free.fr> wrote: > ** > > > Indeed, Nice idea, I think this is the right focus to (auto)test the > functionality/features of the app. I've searched some info about this topic > and found this: > > http://ldtp.freedesktop.org/wik

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Anne-Marie Mahfouf
On 04/08/2012 07:11 AM, Percy Camilo Triveño Aucahuasi wrote: Hi Anne, hi all On Fri, Apr 6, 2012 at 12:03 PM, Anne-Marie Mahfouf >This is addressed for 4.9 as "putting in place a few >selected areas of functional testing" and hopefully >we will assess some automated UI testing tools >and start

Re: GSoC: automatic brightness adjustment

2012-04-08 Thread Dario Freddi
Il 08 aprile 2012 13:25, Mike Dean ha scritto: > FACTS people, FACTS.  Idle speculation will > get you nowhere in life. As you wish: 1. In what kind of ideal world where we have working and documented drivers for everything we could do what you said even remotely, and most of all into userspace?

Re: GSoC: automatic brightness adjustment

2012-04-08 Thread Mike Dean
A "real" light sensor is typically just a CdS cell. CdS, Cadmium Sulfide, reacts to light by changing its resistance. The circuit is very simple (put it in series with a resistor to form a voltage divider, and read the resultant voltage), and very cheap. That, of course, is why we'd use them for

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Myriam Schweingruber
Hi Aleix, On Sat, Apr 7, 2012 at 20:34, Aleix Pol wrote: > Anyhow, is the mailing list created already? Yes, it was set up the same days as the mail was sent out: https://mail.kde.org/mailman/listinfo/kde-testing Regards, Myriam -- Proud member of the Amarok and KDE Community Protect your fr

Re: Setting up a Quality Team within KDE

2012-04-08 Thread Aleix Pol
On Fri, Apr 6, 2012 at 7:03 PM, Anne-Marie Mahfouf wrote: > On 04/06/2012 02:23 PM, Aleix Pol wrote: >> >> On Thu, Apr 5, 2012 at 1:42 PM, Anne-Marie Mahfouf >>  wrote: >>> >>> Hi, >>> >>> We would like to setup a Quality Testing Team within KDE in order to >>> better >>> test our next KDE SC and