Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
71 user(s) are online (47 user(s) are browsing Forums)

Members: 2
Guests: 69

BillE, TheMagicSN, more...

Headlines

 
  Register To Post  

« 1 (2) 3 4 5 »
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@alfkil
hi,
Even if I use SMtube around everyday, i didn't noticed graphical glitch (except in webkit font rendering that we still noticed you, it's why i automtically resize the window at opening)

So, I am a lazy bastard ;)

I'm ready and happy to beta test.

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just popping in
Just popping in


See User information
I have X1000 and happy to betatest your Qt progress also.
Regards
Jose

Go to top
Re: Has Alfkil (Qt port developer) gone?
Not too shy to talk
Not too shy to talk


See User information
You mean rendering bug where window does not redraw without a lot of encouragement? I've just silently cursed it all this time. LOL

I don't like to complain. :)

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@alfkil

I use Qt everyday thanks to SMtube and qPDF

So yes, there are still people using your excellent work

--
AmigaONE X1000 and Radeon RX 560
Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
Help: How do I get a full path from a DOS file lock?? I need this to interpret Workbench arguments for use in Qt, it seems.

UPDATE: main.cpp
#include <proto/dos.h>

#include <QString>

#include <stdio.h>

int main()
{
    
QString path;
    
BPTR lock IDOS->Lock("SYS:Utilities/NotePad.info"SHARED_LOCK);
    
    if(
lock)
    {
        
struct ExamineData *dat IDOS->ExamineObjectTags(EX_LockInput,lock,TAG_END);
        if( 
dat )
        {
            
path QString::fromLocal8Bit(dat->Name);
                
            
BPTR parentlock;
            while( (
parentlock IDOS->ParentDir(lock)) )
            {
                   
IDOS->UnLock(lock);
                   
lock parentlock;
                
IDOS->FreeDosObject(DOS_EXAMINEDATA,dat); /* Free data when done */
                
if( (dat IDOS->ExamineObjectTags(EX_LockInput,lock,TAG_END)) )
                {
                    
path.prepend(QLatin1String("/"));
                    
path.prepend(QString::fromLocal8Bit(dat->Name));
                }
               }
            if(
lock)
                
IDOS->UnLock(lock);
            
            
path.prepend(QLatin1String("/"));
        
            if(
dat)
                
IDOS->FreeDosObject(DOS_EXAMINEDATA,dat); /* Free data when done */
        
}
    }
    else
    {
        
IDOS->PrintFault(IDOS->IoErr(),NULL); /* failure - why ? */
    
}

    
printf("Final result: %s\n"path.toLocal8Bit().constData());
    
    return 
0;
}


That is a lot of code for very little.

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@alfkil

Quote:

How do I get a full path from a DOS file lock??


Use IDOS->DevNameFromLock().

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just popping in
Just popping in


See User information
@alfkil

Hey bro glad you are still around. your qt app SMtube is unfortanately the best software for 0s4! Thanks for working on amiga things.

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@magnetic
SMTube is not from Alfkil but, true, thanks to his Qt, he made it adaptable for OS4.

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@magnetic

Quote:
your qt app SMtube is unfortanately the best software for 0s4!


Well, zzd10h is the author (e.g. porter for Amiga OS4) of SMTube (check the readme).

--
AmigaONE X1000 and Radeon RX 560
Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@AlicePPC

I have sent you an email.

Go to top
Re: Has Alfkil (Qt port developer) gone?
Home away from home
Home away from home


See User information
@alfkil

I think I can test it aswell
Do you still have my mail right ?

Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
https://sourceforge.net/projects/qtami ... pload_just_completed=true

New versions of Qt4.7 and JuffEd. How can I make a News announcement on this page??

Go to top
Re: Has Alfkil (Qt port developer) gone?
Home away from home
Home away from home


See User information
@Alfkil

Quote:

New versions of Qt4.7 and JuffEd.


Yeah ! Who can hope there will be another version :) Btw, will you make "qt-minimal" as before ? Was pretty handy :)

Quote:

How can I make a News announcement on this page??


You mean announcement on SF page, or there ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@kas1e

Just an amigans.net news entry. Found it.

@all

Let me know, if there are any issues with installation etc. Or just if you like it. It feels really nice, when people like what you are doing ;) .

Go to top
Re: Has Alfkil (Qt port developer) gone?
Quite a regular
Quite a regular


See User information
@alfkil
I installed it.
JuffED works now
Printing support added
I will try more things

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: Has Alfkil (Qt port developer) gone?
Quite a regular
Quite a regular


See User information
@alfkil

Oh, yes, they do!

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top
Re: Has Alfkil (Qt port developer) gone?
Home away from home
Home away from home


See User information
@alfkil

Installation went perfectly .. all seems nice as before (and better)
And yes a cutted archive would be nice to have, expecially for the OS4Depot repository, but also because the majority of plain users doesn't need all that developer files all around

Good job mate

Go to top
Re: Has Alfkil (Qt port developer) gone?
Home away from home
Home away from home


See User information
@kas1e
I vote for a cut-down QT installation, without all that Developer stuff that 99% of users don't need. The huge archive size probably puts off a lot of users from trying QT...

(Also, it'd be better if it was an LHA archive, rather than .tar.gz, to avoid a (probably slightly confusing) two-stage unpacking process using UnArc.)

Author of the PortablE programming language.
Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@ChrisH

Are Amigans children ?

Of course it's a huge archive. But you only have ton install it ONCE. And then you dont't have to touch it (except in there in an update 2 or 3 years later).

And I prefer installing everything in order to prevent me from missing something when a new software is ported.

So yes, it takes a little bit of time to install (I installed it on both my Sam440 and my X1000) but I'm now sure that everything is correctly installed.

--
AmigaONE X1000 and Radeon RX 560
Go to top
Re: Has Alfkil (Qt port developer) gone?
Just can't stay away
Just can't stay away


See User information
@Alfkill

Many thanks

And, please, could you remove the debug output of QtWebkit (debug output at SMTube exit for example)


PS : I have just tested your first beta days ago, I will test your latest SourceForge version later.

Go to top

  Register To Post
« 1 (2) 3 4 5 »

 




Currently Active Users Viewing This Thread: 2 ( 0 members and 2 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project