Benjamin Meyer | 2 Jan 2005 06:59
Gravatar

Re: Test suite dialog for the test scripts


Hmm crashes for me.  Does it crash for you?  (might just be how my cvs is 
right now)

-Benjamin Meyer

On Tuesday 26 October 2004 8:03 am, Andras Mantia wrote:
> Hi,
>
>  I've created a Kommander dialog which allows you to select some (or
> all) tests created by Benjamin and run in a directory defined by you.
> The results appear in a textbox inside the dialog from where you can
> copy them (if you want). I've put the script inside
> kdenonbeta/kdetestscripts, I hope Benjamin doesn't mind it.
> To run you need Kommander from kdewebdev and type
> kmdr-executor testsuite.kmdr
>
> Andras

--

-- 
aka icefox
Public Key: http://www.icefox.net/public_key.asc
Stephan Binner | 2 Jan 2005 11:05
Picon
Favicon

Re: [PATCH]: KConfigGroup::isImmutable()

On Friday 31 December 2004 23:07, Aaron J. Seigo wrote:

> ok to commit?

 <at> since ?

Bye,
   Steve

Andras Mantia | 2 Jan 2005 12:18
Picon
Favicon

Re: Test suite dialog for the test scripts

On Sunday 02 January 2005 07:59, Benjamin Meyer wrote:
> Hmm crashes for me.  Does it crash for you?  (might just be how my
> cvs is right now)

Haven't tried it in the last weeks, but I will do it now. Do you use 
Kommander CVS HEAD or from 3.3.2?

Andras

--

-- 
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org
Benjamin Meyer | 2 Jan 2005 17:31
Gravatar

Re: Test suite dialog for the test scripts


On Sunday 02 January 2005 6:18 am, Andras Mantia wrote:
> On Sunday 02 January 2005 07:59, Benjamin Meyer wrote:
> > Hmm crashes for me.  Does it crash for you?  (might just be how my
> > cvs is right now)
>
> Haven't tried it in the last weeks, but I will do it now. Do you use
> Kommander CVS HEAD or from 3.3.2?
>
> Andras

From head, updated last night.

-Benjamin Meyer

--

-- 
aka icefox
Public Key: http://www.icefox.net/public_key.asc
Albert Astals Cid | 2 Jan 2005 19:40
Picon
Favicon

KToogleAction not working?

Hi, today we saw several problems with KToggleAction in kpdf so i made a 
simple test to send here and see if it is our code problem or is that 
KToggleAction got weird.

The sample code creates a KToogleAction and 3 KRadioActions, the errors i see 
are:
 - The KRadioAction does not get "checked" the first time i click on it, then 
it works
 - The KRadioActions never get checked

Do you see the same? Or should i recompile all my kdelibs?

This is on HEAD

Albert
Attachment (main.cpp): text/x-c++src, 930 bytes
Andras Mantia | 2 Jan 2005 20:47
Picon
Favicon

Re: Test suite dialog for the test scripts

On Sunday 02 January 2005 18:31, Benjamin Meyer wrote:
> On Sunday 02 January 2005 6:18 am, Andras Mantia wrote:
> > On Sunday 02 January 2005 07:59, Benjamin Meyer wrote:
> > > Hmm crashes for me.  Does it crash for you?  (might just be how
> > > my cvs is right now)
> >
> > Haven't tried it in the last weeks, but I will do it now. Do you
> > use Kommander CVS HEAD or from 3.3.2?
> >
> > Andras
>
> From head, updated last night.

I've updated today and it works. A backtrace and debug output would be 
nice if you run from the command line. Michal made some changes to 
Kommander in CVS HEAD, but that should affect mostly the editor (make 
it more KDE compatible, less Qt Designer code usage) and I'm sure he is 
very interested about the possible regressions.

Andras

>
> -Benjamin Meyer

--

-- 
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org
Ingo Klöcker | 2 Jan 2005 21:04
Picon
Favicon

Re: KToogleAction not working?

On Sunday 02 January 2005 19:40, Albert Astals Cid wrote:
> Hi, today we saw several problems with KToggleAction in kpdf so i
> made a simple test to send here and see if it is our code problem or
> is that KToggleAction got weird.
>
> The sample code creates a KToogleAction and 3 KRadioActions, the
> errors i see are:
>  - The KRadioAction does not get "checked" the first time i click on
> it, then it works
>  - The KRadioActions never get checked
>
> Do you see the same? Or should i recompile all my kdelibs?

I'm using an older KDE_3_3_BRANCH version of kdelibs. Here the 
KRadioAction is checked the first time I click on it. Further clicking 
unchecks/checks it. The KRadioActions are all checked when first 
clicked, but they remain checked when another one is checked and thus 
can't be unchecked.

Regards,
Ingo
Albert Astals Cid | 2 Jan 2005 22:26
Picon
Favicon

Re: KToogleAction not working?

Hi, Enrico Ros have spoted the problem, if you revert to that files

cvs up -r 1.321 kaction.cpp
cvs up -r 1.185 kaction.h
cvs up -r 1.81 ktoolbarbutton.cpp
cvs up -r 1.37 ktoolbarbutton.h
cvs up -r 1.346 kactionclasses.cp

The radioactions and toogleactions inside kpdf work, my old sample code does 
not but the new i send does work (missed the actionCollection bit i supose).

Can anyone with deeper KAction knowledge try to fix it?

Thanks

Albert and Enrico

A Diumenge 02 Gener 2005 21:04, Ingo Klöcker va escriure:
> On Sunday 02 January 2005 19:40, Albert Astals Cid wrote:
> > Hi, today we saw several problems with KToggleAction in kpdf so i
> > made a simple test to send here and see if it is our code problem or
> > is that KToggleAction got weird.
> >
> > The sample code creates a KToogleAction and 3 KRadioActions, the
> > errors i see are:
> >  - The KRadioAction does not get "checked" the first time i click on
> > it, then it works
> >  - The KRadioActions never get checked
> >
> > Do you see the same? Or should i recompile all my kdelibs?
(Continue reading)

Benjamin Meyer | 3 Jan 2005 00:12
Gravatar

Re: Test suite dialog for the test scripts


On Sunday 02 January 2005 2:47 pm, Andras Mantia wrote:
> On Sunday 02 January 2005 18:31, Benjamin Meyer wrote:
> > On Sunday 02 January 2005 6:18 am, Andras Mantia wrote:
> > > On Sunday 02 January 2005 07:59, Benjamin Meyer wrote:
> > > > Hmm crashes for me.  Does it crash for you?  (might just be how
> > > > my cvs is right now)
> > >
> > > Haven't tried it in the last weeks, but I will do it now. Do you
> > > use Kommander CVS HEAD or from 3.3.2?
> > >
> > > Andras
> >
> > From head, updated last night.
>
> I've updated today and it works. A backtrace and debug output would be
> nice if you run from the command line. Michal made some changes to
> Kommander in CVS HEAD, but that should affect mostly the editor (make
> it more KDE compatible, less Qt Designer code usage) and I'm sure he is
> very interested about the possible regressions.
>
> Andras
>
> > -Benjamin Meyer

#31 0x08060dc7 in KommanderFactory::setProperty (this=0x0, obj=0x815a020, 
    prop= <at> 0x0, e= <at> 0x0) at kommanderfactory.cpp:788

-Benjamin Meyer

(Continue reading)

Tobias Koenig | 3 Jan 2005 00:19
Picon
Favicon

[RFC] Security and Features in KPDF

Hi,

some times ago there was an implementation for KPDF which allows to
execute an application which is specified in the PDF document.

The implementation was criticized by some developers because of security
concerns.

IMHO the feature is really nice. When you use acroread/kpdf as
presentation program for a talk, you can/could directly start the
application you talk about without closing the presentation program
first (which looks quite unprofessional).

The main concerns are, that some bad guy could create a PDF file with
the command 'rm -Rf /' inside I guess. This problems can be solved by
always asking the user whether he wants to execute this application and
showing him the full command that will be executed.

This is really a save solution. When the user still clicks on 'Ok' and
the virus/wurm is executed... well, that's the users problem. But that's
the same case as when the user clicks on an unknown email attachment.
Do we forbid email attachments for this reason?

So I'd like to ask the core-developers if it's ok to add this feature to
KPDF again together with the necessary security options.

Ciao,
Tobias
--

-- 
Separate politics from religion and economy!
(Continue reading)


Gmane