I just wanted to confirm, that Qt has not died, I have just taken a veery long summer holiday this year, but now I'm trying to gear up for makin' some more work (also of course Napalm came in the middle of everything)...
I want to get down to actually porting some apps, and I wanted to ask the community to give some oppinions on what apps would be welcommed the most. I myself have a big plan to port MuseScore (musical score editing), but this requires CMake, which we don't have (yet).
Also, I think Chris had done some image reader module, that I would like to implement in the Qt release. If you could maybe repost your link here it would be great!
Also, any comments or requests, new or old that I forgot about, would be welcome!
It enables read/write of images through DataTypes, for any Qt apps that use Qt's image read/write functions (although writing using DataTypes is mostly pointless as hardly any datatype sub-classes support it)
I haven't spotted any drawbacks of having it installed, although the pool of Qt apps is quite small at the moment so testing is limited.
Good that QT development will be restarted soon, welcome back !
Just reinstalled from scratch under a fresh Update 3 installation and i have some things to report
- After a reset, everytime i start an example i have an AmigaDOS requester
Insert Disk graphicssystem: in a disk unit
Process: "calculator" (if i start Calculator of course)
So an assign is always needed but still annoying :-/
- Native menus and Native dialogs should be activated by default in Prefs - A new option in Prefs to turn off all shell output (this also must be activated by default aswell) - Iconify support for all example/demos windows - Eliminate all QT's internal resize gadget - AmigaOS Native fonts - Better resize syle for all windows according to the AmigaOS style - Some freeze from time to time, need testing .. - More speed everywhere
I've downloaded and installed Qt and you have done a great job so far! It's definitely something that we will be showing and talking about at Amiwest in terms of progress for Amiga OS4.
I installed Qt and did a bit of testing, I also tried EasyImage Sizer. However, this is my impression:
- A bit slow on my SAM440ep in terms of useability, MUI/Reaction OS4.1 is a lot snappier. - but still lot faster than e.g. AmiCygnix or KDE or Xfce on my SAM440ep Debian. - native Menus + filerequesters are very wellcome in terms of useability. - missing OS4 theme - some small font/graphic glitches here and there - especially scrolling in e.g. "textedit" example is slow. - All in all I'd say a very good job.
Well, some suggestions: - port apps with simple GUI first in order to prevent slow down (e.g. scrolling etc.) - said this, I believe any sort of wordprocessor becomes unusable on SAM440 677Mhz, when working with a lot of text/graphics/formulars. - I would love a decent spreedsheet soft, but I guess once we have to much lines in it it will also have slowdowns when scrolling.
However, I guess there are applications which donnot use massive GUI or scrolling. This could be:
- Scanner frontend - CD/DVD burning stuff - Frontend for GPS devices - pdf maker / pdf split and merge - homebanking soft - mp3 tageditor - mp3 database/playlist manager - "Outlook light" ToDoList, Calendar, Reminder, Adresses
However, I am aware of the fact, that some stuff is probably bound to missing HW drivers (such as Scanner frontend). I am also aware, that slowdowns, theming etc. already had been discussed.
- A bit slow on my SAM440ep in terms of useability, MUI/Reaction OS4.1 is a lot snappier. ... - especially scrolling in e.g. "textedit" example is slow.
My understanding is that this is down to our outdated OpenGL (MESA)... and thus should be fixed by AmigaOS4.2, which will use Gallium3D.
Update: I have been diverted to try and port CMake, because it seems, that a majority of the projects, I want to do use this make mechanism. As someone pointed out, cross compiling might have solved the issue for me, but my feeble attempts to switch to cross comp under cygwin didn't turn out to be a complete success (something with thread id's went wrong AFAIR).
- A bit slow on my SAM440ep in terms of useability, MUI/Reaction OS4.1 is a lot snappier. ... - especially scrolling in e.g. "textedit" example is slow.
My understanding is that this is down to our outdated OpenGL (MESA)... and thus should be fixed by AmigaOS4.2, which will use Gallium3D.
Our outdated OpenGL is MiniGL, which will be replaced by MESA. A common misconception is that Gallium3D is OpenGL; it's not. Gallium3D is a 3D graphics driver system, and MESA (the OpenGL API) sits on top of that.