Autoconf 2.6, KDevelop 3.4 Bugs and QLineEdit/QComboBox

Matt Rogers mattr at kde.org
Wed Jun 28 02:40:01 UTC 2006


On Tuesday 27 June 2006 19:51, Bernd Buschinski wrote:
> Autoconf 2.6 is available
> but kdevelop current svn version require 2.53 or newer
> (I think 2.6 is newer than 2.53)
> I dont know how to make it right , I just replaced
> Autoconf*2.5* | autoconf*2.5* ) : ;; with Autoconf*2.6* | autoconf*2.6* ) :
> ;; in admin/cvs.sh
> but this way 2.5 will stop working
> can someone take a look at it?
>

what about "Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | 
autoconf*2.6* ): ;;" in admin/cvs.sh?

>
> kdevelop-9999-106025.diff:
> to fix bug
> http://bugs.kde.org/show_bug.cgi?id=106025
> kde can handle / in file/folder names since '99 as escaped character - %2f
>

This patch is not correct. Use KURL::encode_string_no_slash and 
KURL::decode_string instead

> kdevelop-9999-declspec.diff:
> to fix bug
> http://bugs.kde.org/show_bug.cgi?id=106488
> I am not really sure if it is a good solution, but at least it works
>

It's illegal to have a "__declspec" declaration that's empty anyways, so I 
don't see any problems with it. I'll commit it soonish (within the next day 
or so) and CC you on the commit.

> kdevelop-9999-qlineedit_2.diff:
> replace more QLineEdit and QComboxBox
> to enable KShortCuts
> (just few)
>

Will commit the replacing of the QLineEdit's within the next day or so.

Thanks for the patches!
--
Matt




More information about the KDevelop-devel mailing list