appwizard try3

Aleix aleixpol at gmail.com
Fri Nov 7 23:18:19 UTC 2008


why don't we define the directory name as alphanumeric?

and btw, you shouldn't use constructions such as
tUrl.setPath( tUrl.path( KUrl::RemoveTrailingSlash ) + QDir::separator() +
encodedAppName() );

you should use KUrl::addPath for that.

The pathUp function is not being used and does the same as KUrl::upUrl()
(afaik).

And well, good to see someone working on this code :).

Bye!
Aleix

On Fri, Nov 7, 2008 at 11:55 PM, Bernd Buschinski <b.buschinski at web.de>wrote:

> now scans backwards-rekursiv for first exiting folder in path and if it has
> permissions for creating a folder(write and execute).
> pathUp is need because QDir::up() checks if the folder exists which makes
> /home/doesNotExists/doesNotExists/
> unsolveable with QDir
>
> Also appName encoding works, just "." and ".." I cant handle, so I marked
> them
> as invalid
>
> And still no svn account
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20081108/4c8855b7/attachment.html>


More information about the KDevelop-devel mailing list