Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
165 user(s) are online (121 user(s) are browsing Forums)

Members: 0
Guests: 165

more...

Headlines

 
  Register To Post  

« 1 ... 4 5 6 (7) 8 9 10 ... 15 »
Re: AACU Challenge - QScoreBoard
Amigans Defender
Amigans Defender


See User information
Quote:

alfkil wrote:
Or you could just implement a ::type() virtual method, that gives you the actual type of the object in some enum-erated way.


Attempting that now.

Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
That app looks very nice chris! I just checked out some amazing screenshots on their site!

Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
SpotUP :
You asked for ascii-design,
does it works ?

edit : Ascii design reuploaded to hardcode path to figlet fonts to avoid to have to setup it


Edited by zzd10h on 2013/8/25 18:20:16
Go to top
Re: AACU Challenge - QScoreBoard
Amigans Defender
Amigans Defender


See User information
It's running quite well now (and by "quite well" I mean "two and a half frames per second")

I use it quite a lot under Linux. I'm not sure my SAM has enough oomph to run it properly, but I'm just happy to have finally ported it (I've been trying since one of the earlier Qt releases).

Quickfix3 seems to have broken it as it only crashes on startup with that installed (in an iconv function, forgot to save the crashlog).

Go to top
Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


See User information
Quote:

Chris wrote:
It's running quite well now (and by "quite well" I mean "two and a half frames per second")

I use it quite a lot under Linux. I'm not sure my SAM has enough oomph to run it properly, but I'm just happy to have finally ported it (I've been trying since one of the earlier Qt releases).

Quickfix3 seems to have broken it as it only crashes on startup with that installed (in an iconv function, forgot to save the crashlog).

Same here since i installed Quickfix 3 ,qpdfview crash when i open a pdf

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
zzd10h; yepp! works perfectly! thanks!
for those that have problems, maybe they should check that the paths are correct.

Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
SpotUP :
great, I have uploaded a new version today with fix for path.
Now all is hardcoded, path points to Data/figlet and fonts drawer.


Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
Ok guys, 6 days left of the challenge! We need to get the last oomp out of that devil... Has anyone tried these:

Texmaker (requires poppler):
http://qt-apps.org/content/show.php/Texmaker?content=60845

Fotowall:
http://qt-apps.org/content/show.php/Fotowall?content=71316

QCad:
http://www.qcad.org/en/qcad-downloads-trial

And still: Extra points for a working torrent client! C'mon, c'mon, c'mon! ;)

EDIT: Also don't forget quickfix4, it is linked to in the beta thread.

Go to top
Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


See User information
Quote:
Already done (see here), but it's unusable atm, too much crashes and graphics/refresh glitches. It will need a lot of love to transform in a working usable AmigaOS application.

Beneath the still unpublished Fotowall this is my most ambitious port of a Qt application. It is a rather comprehensive reporting tool, that let's you design your own reports, including UI forms. It utilizes filesystem based repositories (SQLite, .csv, ...) as well as GIT storaged data. It is still in active development (just yesterday - 27.08.2013 - version 0.7 was released).

CuteReport: A free report designer and solutiontable calculator.


Edited by cha05e90 on 2013/8/28 18:01:48
X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
@cha

Tell me what you need, and I'll fix it!

@all

How 'bout this one:

https://sourceforge.net/projects/freemat/?source=directory

There are of course some non-existent dependencies, but it uses cmake, so I bet they can be turned off.

Go to top
Re: AACU Challenge - QScoreBoard
Home away from home
Home away from home


See User information
@Alfkil

Well as you ask, see my list

My big one for now are the menus that steal the focus, do you remember the old tooltips issue, well it's more or less the same !

Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
@samo

My comment was meant for cha05e90 ;). Anyways, the reason popups (ie. menus and others) "steal" focus is, that they need to handle mouse input! I have tried setting the WA_ToolBox flag for those, but then you loose the ability to track mouse movement/button presses. I can see Timberwolf does it somehow, but how they do it is a mystery to me...


Go to top
Re: AACU Challenge - QScoreBoard
Home away from home
Home away from home


See User information
@Alfkil

Quote:
My comment was meant for cha05e90 ;).


Heheh i know, but i was too excited so i take the chance

Quote:
Anyways, the reason popups (ie. menus and others) "steal" focus is, that they need to handle mouse input!


Arggg can't believe to still living with current menus !

I just opened a new thread for you, hope that some tips will come from someone around

http://www.amigans.net/modules/xforum ... 0&mode=0&type=0&order=ASC


Go to top
Re: AACU Challenge - QScoreBoard
Just popping in
Just popping in


See User information
http://qt-apps.org/content/show.php/Minitube?content=104895
i dont know if this is possible :) but looks nice :)

edit: found another browser, maybe its faster :)
http://www.qupzilla.com/


Edited by netrot on 2013/8/27 10:33:32
Go to top
Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


See User information
@Chris is it possible that you add printing in qpdfview?

Amiga600/Vampire2/PrismaMegaMix​/32GB CF Card/2x Rys Mk2/A604n/IndivisionECS/Gotek
Go to top
Re: AACU Challenge - QScoreBoard
Amigans Defender
Amigans Defender


See User information
Quote:

tommysammy wrote:
@Chris is it possible that you add printing in qpdfview?


I can try. I have an old libcups I can link in, it might be too old though.

I don't know if that's enough to enable printing - I notice the internal Qt printing doesn't work (does it work on our port anywhere?)

edit I don't think my libcups will enable printing, as it has no concept of how to print to an AmigaOS printer, or even what printers are available, as CUPS itself won't be running. I think Alfkil needs to have a look at the QPrinter stuff in Qt, at the moment the print requester isn't even getting a list of printers so I suspect this isn't implemented.

I can probably add printing outside this framework, but it will be much better to get the support in Qt instead (it just draws to a QPrinter rather than the screen, so it is bitmap based and should be translatable to printer.device calls without too much pain as far as I can tell)


Edited by Chris on 2013/8/27 16:30:36
Go to top
Re: AACU Challenge - QScoreBoard
Quite a regular
Quite a regular


See User information
@Chris

qPDFView works like a charm with CLI arguments and WB multiselect. Thank you very much! Now it will be my standard tool for PDFs...

X1000|II/G4|440ep|2000/060|2000/040|1000
Go to top
Re: AACU Challenge - QScoreBoard
Amigans Defender
Amigans Defender


See User information
There's a tiny update for qpdfview here: http://www.unsatisfactorysoftware.co. ... /amiga/qpdfview_patch.lha

Fixes an issue with it reverting back to English under certain circumstances.

Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information

Update of Ascii-design (in upload queue of OS4Depot for the moment)

Now, load of file and sentences with carriage return works well.

I have had to pass by a temp file to fix that.

Therefore, now it's full working in my opinion

Go to top
Re: AACU Challenge - QScoreBoard
Just can't stay away
Just can't stay away


See User information
I am interested in QPDFview (& probably other Qt applications)s) I . I am aware of Epsilon's blog & Qt install guide, but hate to download such big files. I remember i am nit the first to ask being able to downlad an user only archive (no SDK)
Couldn't this be taken up, now the battle reaches its end?

Go to top

  Register To Post
« 1 ... 4 5 6 (7) 8 9 10 ... 15 »

 




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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project