Who's Online
184 user(s) are online (
171 user(s) are browsing
Forums )
Members: 1
Guests: 183
MartinW ,
more...
Topic options
View mode
Newest First
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/20 22:06
#161
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/20 22:27
#162
Just can't stay away
Joined: 2008/4/10 14:57Last Login
: 11/19 10:53
From Northern Ireland
Group:
Registered Users
@zzd10h NOW THAT looks excellent!
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/20 23:55
#163
Home away from home
Joined: 2006/12/2 3:55Last Login
: Yesterday 23:18
From Italy, Perugia
Group:
Registered Users
Since SMTube I letterally forgot any other old method to watch YouTube videos on AmigaOS
Awesome!
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/20 23:59
#164
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
Yes, true, it's a useful port IMHO but, amigans who will use it, don't forget to read the doc before to use it I had to adapt a lot of things to make it work, and you, you will just have to check or configure 2-3 lines in a REXX procedure. Easy !
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/21 0:05
#165
Home away from home
Joined: 2006/12/2 3:55Last Login
: Yesterday 23:18
From Italy, Perugia
Group:
Registered Users
Yes, the only issue remained is that we can't use ReAction MPlayer .. hope that Andrea one day or another will reply with some magic solution
BTW: You should open a news item in all forum for all that new apps
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/22 16:19
#166
Quite a regular
Joined: 2006/12/3 23:51Last Login
: Yesterday 21:08
From France
Group:
Registered Users
about qpdfview : It is working great on my A1XEG4 except that I dont have the SDK installed, therefore it is bugging me for usr: and etc: assign ! Chris, could you fix that ?
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/22 16:50
#167
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
@Lio This could possibly be Qt related and thus not in Chris' ballpark. Just assign those two to ram:, shouldn't be a problem ;).
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/22 17:03
#168
Quite a regular
Joined: 2006/12/3 23:51Last Login
: Yesterday 21:08
From France
Group:
Registered Users
yes but it is the first time I have this message for a QT prg !
not a big deal, just annoying
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/22 17:30
#169
Amigans Defender
Joined: 2006/11/17 22:40Last Login
: Today 20:40
From England
Group:
Registered Users Moderators
Quote:
Lio wrote: about qpdfview : It is working great on my A1XEG4 except that I dont have the SDK installed, therefore it is bugging me for usr: and etc: assign ! Chris, could you fix that ?I can't find any reference to /usr or /etc in the code (or in DjVuLibre, except for one instance I'd already removed). Can you do a Snoopy log? If I know what it is looking for it might pinpoint where it is in the code (or if it's in the Qt or other libraries).
You could also try this mini-patch:
http://www.unsatisfactorysoftware.co. ... /amiga/qpdfview_patch.lha I doubt it will help but you never know.
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/22 22:05
#170
Just can't stay away
Joined: 2009/10/7 1:11Last Login
: 10/27 15:47
From Odense
Group:
Registered Users
It could also be in libpoppler, which would make sense if it doesn't happen with other Qt apps. I will take a look at it (eventually).
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 7:10
#171
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
@Chris Use qpdfview more and more, and found some moments: -- full screen option dind't works ? -- pressing "amiga+f" also didn't make anything (even not change mark/unmark of that option). -- is hotkeys works at all ?
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 7:41
#172
Home away from home
Joined: 2006/12/2 3:55Last Login
: Yesterday 23:18
From Italy, Perugia
Group:
Registered Users
Qt doesn't use (yet) any Amiga like combo at the moment, try with ALT+f
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 7:44
#173
Home away from home
Joined: 2007/9/11 12:31Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
Quote:
Tried all of possible combos, and with r-alt, and with l-alt, and with r-amiga, and with l-amiga, and with l-ctrl and with r-ctrl, and with l-shift and r-shifts : nope.
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 7:51
#174
Home away from home
Joined: 2006/12/2 3:55Last Login
: Yesterday 23:18
From Italy, Perugia
Group:
Registered Users
Then probably (as you said) it's a bug ..
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 15:13
#175
Amigans Defender
Joined: 2006/11/17 22:40Last Login
: Today 20:40
From England
Group:
Registered Users Moderators
Quote:
kas1e wrote: Use qpdfview more and more, and found some moments: -- full screen option dind't works ?I think that's unimplemented in Qt, so one for Alfkil. It doesn't work anywhere else I've seen that option either.
It would require a borderless backdrop window to be opened on a (titlebarless?) custom screen.
Quote:
-- pressing "amiga+f" also didn't make anything (even not change mark/unmark of that option).Are you using native menus? The shortcuts are iffy at best (as is the checking/unchecking - that might be why the shortcut isn't working actually), and Alfkil is aware they don't work properly. I'm not sure what is happening with the fix.
Whatever the shortcut is in the non-native menus should work, although I've not tested them. Maybe try with the non-native menus?
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 16:24
#176
Quite a regular
Joined: 2008/11/19 22:44Last Login
: 2016/7/10 17:28
From Tarsus IV
Group:
Registered Users
According to the previous combos, is it easy to map Alt combos with our Amiga key when running a Qt app?
To Be A True Adventurer, You Ought To Play Real Text Adventures
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 16:27
#177
Quite a regular
Joined: 2006/12/3 23:51Last Login
: Yesterday 21:08
From France
Group:
Registered Users
@Chris :
the patch did not help.
here is the link to the
snoopy output
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 16:48
#178
Amigans Defender
Joined: 2006/11/17 22:40Last Login
: Today 20:40
From England
Group:
Registered Users Moderators
@Lio Hmm, there's no mention of usr: or etc: in that file. Odd.
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 17:47
#179
Quite a regular
Joined: 2006/12/3 23:51Last Login
: Yesterday 21:08
From France
Group:
Registered Users
it happens only when I am opening a file. maybe snoopy can show more info but is setup incorrectly ?? here are the main options : disable WB events disable envarc events disable DOS server events and not all DOS and Exec functions are enabled
Re: AACU Challenge - QScoreBoard
Posted on:
2013/9/23 18:21
#180
Just can't stay away
Joined: 2012/8/14 13:51Last Login
: 1/16 17:31
From France
Group:
Registered Users
A french user complained too, today, about a usr: requester when using smTube. I have removed all my SDK Assign from SDK:S/posix-startup to test and it was true. smTube requested a usr: assign. It was in the smTube code in a part scanning for players in /usr/bin. Fixed, new version on OS4Depot this evening (with german translation from TommySammy) Just to say that it's maybe not only in Qt core code.
Currently Active Users Viewing This Thread:
2
(
0 members
and 2 Anonymous Users
)