Nadeem Hasan | 1 Jun 2003 05:34
Gravatar

Re: New Class: KInputDialog

WARNING: Unsanitized content follows.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Here is the updated version of the class after considering the feedback from 
Cornelius and beineri. I will commit it in a day or two if there are no 
objections.

Regards,
- -- 
Nadeem Hasan
nhasan <at> nadmm.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)

iD8DBQE+2XRDbAx1Pt06D1MRAi9LAJ9v3Jo5g6qfCI73mF8qt4e/knN4UwCfRz1A
RI6YudQtrYCMMhgult+MfNE=
=2xgP
-----END PGP SIGNATURE-----
Attachment (kinputdialog.cpp): text/x-c__src, 10 KiB
Attachment (kinputdialog.h): text/x-chdr, 10 KiB
Attachment (kinputdialogtest.cpp): text/x-c__src, 2147 bytes
Andras Mantia | 1 Jun 2003 08:55
Picon
Favicon

Showing the loading state in Konqueror tabs


Hi (mostly for Steve),

 I saw the discussion on the dot about the ugliness of the red text that shows 
that a page is loaded on a tab. I have an idea how can you do this with the 
favicons: fade out/in the favicons to the tab background. This will have an 
animation effect, that always suggests that something is happening there, and 
would be better than a simple blinking (show/hide) of the icons. I don't know 
if it's possible to do it, but I believe it is. So if you think it's a good 
idea, you might try out how it will look in real life.

Andras

--

-- 
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org
Stephan Binner | 1 Jun 2003 10:08
Picon
Favicon

Re: Showing the loading state in Konqueror tabs

On Sunday 01 June 2003 08:55, Andras Mantia wrote:

> I saw the discussion on the dot about the ugliness of the red text that
> shows that a page is loaded on a tab. I have an idea how can you do this

Is it only about the default bright red color? Nobody complains about blue?

> with the favicons: fade out/in the favicons to the tab background. This
> will have an animation effect, that always suggests that something is
> happening there, and would be better than a simple blinking (show/hide) of

Any idea for showing the "unread" state? I would prefer a common solution.

Bye,
   Steve

Stephan Binner | 1 Jun 2003 11:30
Picon
Favicon

Re: New Class: KInputDialog

On Sunday 01 June 2003 05:34, Nadeem Hasan wrote:

> Here is the updated version of the class after considering the feedback

The editable getItem's "Clear" and "OK" are not disabled when input is empty.
" <at> param base" should be moved from getDouble to getInteger description. :-)
And getInteger() for base 16 doesn't allow to type A-F (KIntSpinBox bug)?

Bye,
   Steve

David Faure | 1 Jun 2003 13:30
Picon

Re: Please add more lib checking to cvs HEAD kdelibs

On Saturday 31 May 2003 00:30, Miles T Lane wrote:
> Currently, there is no checking for sasl, gdbm and
> pam.
> Also, there is no testing that the libz in the path
> contains gzgets, so lots of users are reporting
> build breakage on irc.kde.org.  Here's the error:
> 
> make_driver_db_cups.o(.text+0x314): In function
> `parsePpdFile':
> : undefined reference to `gzgets'
> 
> The problem is that the libz.a that XFree86 ships
> lacks the symbol.

Which is an XFree86 problem - they shouldn't install that static lib.

--

-- 
David Faure -- faure <at> kde.org, dfaure <at> klaralvdalens-datakonsult.se
Qt/KDE/KOffice developer
Klarälvdalens Datakonsult AB, Platform-independent software solutions

Dirk Mueller | 1 Jun 2003 13:41
Picon
Favicon

Re: Please add more lib checking to cvs HEAD kdelibs

On Fre, 30 Mai 2003, Miles T Lane wrote:

> The problem is that the libz.a that XFree86 ships
> lacks the symbol.

There are still distributions that install this broken libz from XFree?

jeez. 

--

-- 
Dirk

David Faure | 1 Jun 2003 13:48
Picon

Re: Please add more lib checking to cvs HEAD kdelibs

On Sunday 01 June 2003 13:41, Dirk Mueller wrote:
> On Fre, 30 Mai 2003, Miles T Lane wrote:
> 
> > The problem is that the libz.a that XFree86 ships
> > lacks the symbol.
> 
> There are still distributions that install this broken libz from XFree?

Not distros, but "make install" from the XFree sources does that (or rather,
did that the last time I tried, quite some time ago).

--

-- 
David Faure -- faure <at> kde.org, dfaure <at> klaralvdalens-datakonsult.se
Qt/KDE/KOffice developer
Klarälvdalens Datakonsult AB, Platform-independent software solutions

Dirk Mueller | 1 Jun 2003 13:53
Picon
Favicon

Re: Please add more lib checking to cvs HEAD kdelibs

On Son, 01 Jun 2003, David Faure wrote:

> Not distros, but "make install" from the XFree sources does that (or rather,
> did that the last time I tried, quite some time ago).

http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=328

--

-- 
Dirk

Scott Wheeler | 1 Jun 2003 13:58
Picon
Favicon

Re: kdebase (BIC changes to installed headers)


On Friday 30 May 2003 17:31, Ravikiran Rajagopal wrote:
> > CVS commit by fnschy:
> [snip]
> >   M +4 -0      libkonq/konq_propsview.h   1.49
> 
> Are libkonq headers part of public API from kdebase? For example, many 
> (all?) distributions ship the headers in libkonq as part of kdebase-devel 
> packages.

Well, they do that because we install the headers -- i.e. they're doing the 
right thing.

> I have a small app that uses these headers, and was under the impression 
> that BC was guaranteed. Am I wrong?

Agreed; I've talked about this on IRC before.  It seems that if you're 
installing headers and not explicitly marking them as internal that the KDE 
BC policy should apply.

That said, we broke BC pretty hardcore in libkonq from KDE 3.0 -> 3.1 (new 
virtual methods, new member variables, methods removed...), so despite the 
fact that it seems that we should be guaranteeing this, in practice we 
haven't done so.

Cheers,

-Scott

--

-- 
(Continue reading)

Scott Wheeler | 1 Jun 2003 14:02
Picon
Favicon

Re: [PATCHLET] kdockwidget --enable-final fix


Applied.

-Scott

On Saturday 31 May 2003 0:44, Luciano Montanaro wrote:
> kdockwidget_p.h does not have include guards.
> Here is the trivial patch.

--

-- 
New Orleans food is as delicious as the less criminal forms of sin.
 --Mark Twain

Gmane