The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
|
Over 40 comments listed.
Printing out index only. |
Performance ?
by MandrakeUser on Thursday 08/Jul/2004, @09:37
|
Hi
Does anyone know how is Qt4 going to do in terms of speed ? I think I read some time ago that one of the focuses for Qt4 was to speed up the libraries, besides adding functionality, but I don't see any reference to this in the Public Release info ...
|
[
Reply To This | View ]
|
|
|
Qt 4
by AC on Thursday 08/Jul/2004, @09:37
|
I heard that Qt 4 would be broken up so that a command-line program could link to it and not have to drag in all the GUI stuff it won't use. Is that still happening?
|
[
Reply To This | View ]
|
|
|
can I compile kde 3.x.x against qt4
by anonymous on Thursday 08/Jul/2004, @10:31
|
I think I've something about, qt4 should be compatible to qt3.
Thanks for answers!
|
[
Reply To This | View ]
|
|
|
What about QTopia ?
by Pupeno on Thursday 08/Jul/2004, @11:14
|
What about QTopia... does anybody know if Qt4 will be good enough to be the base for the next QTopia ?
--
Go Qt go! :D
|
[
Reply To This | View ]
|
|
|
Looks great
by tbscope on Thursday 08/Jul/2004, @11:47
|
From reading the texts, it looks really great at the moment.
I'm especially interested in the "interview" model/view framework.
This will sure speed up programs that deal with rather large amounts of data.
|
[
Reply To This | View ]
|
No examples, but demos
by Ben Meyer on Thursday 08/Jul/2004, @11:58
|
The example apps have been stripped out of the preview (for size i presume), but in its place are several demos and boy are they eye candy. swirling alphablended boxes that are stretching and moving in 3d. :) yum. worth compiling just to play around with the arthur demo.
|
[
Reply To This | View ]
|
|
|
foreach()
by standsolid on Thursday 08/Jul/2004, @13:27
|
has qt always had 'foreach' iterators or is this new in qt4?
I can't wait for qt4
/me drools
|
[
Reply To This | View ]
|
|
|
Symbol visibility patch
by Me on Thursday 08/Jul/2004, @14:33
|
I hope they made use os gcc´s symbol visibility option in version 3.5. Then Kde will fly even more!
|
[
Reply To This | View ]
|
Support for exceptions
by Eron Lloyd on Thursday 08/Jul/2004, @14:35
|
Does anyone know if Trolltech is considering providing C++ exception support within Qt soon? I know I've read that it's been a vague/opinionated problem in the past (bloat/lack of compiler support), but it's not much of an issue today. Some people may disagree with exception-based error-handling but I personally love the concept, and have been spoiled coming from the Python world. It's one of the few downsides I see against using it for C++ development.
|
[
Reply To This | View ]
|
|
|
OpenGL
by Marco Bubke on Friday 09/Jul/2004, @00:13
|
The OpenGL Code looks really old fashion to me. Ok, VBO's are mostly don't needed, but the don't use automatic mipmap generation. glVertexi is mostly the slow path. Maybe they can change in QT5 the coordinates from integer to floats.
|
[
Reply To This | View ]
|
|
|
libQtCore licensing ?
by aleXXX on Friday 09/Jul/2004, @10:44
|
How about LGPLing libQtCore ?
This would make Qt the first choice for system programming (libs, daemons, etc.) for any UNIX/Mac developer.
Alex
|
[
Reply To This | View ]
|
|
|
First impressions
by perraw on Friday 09/Jul/2004, @15:23
|
I have just done "make install" and are ready to take a look at it. One thing I noticed during configure was that it required XCursor 1.0, and I had 1.1. I changed the test scripts so it would allow 1.1 as well.
The Qt Paint engine test (Arthur) for alpha blended primitives was butt slow on my machine. But I think I read somewhere that at this stage it was unaccelerated on X11. The open gl thing was fast though.
The textedit demo felt faster. A bit surprise that it doesn't select the whole word if you start at the middle (yes, like windows does) and move left/right.
Plasmatable, butt slow here. Probably 1/3 rd of the speed my i386-sx 16 did in a plasma demo :=)
Toolbar demo, sad to see that you can't have the toolbar next to the menubar like in IE on windows :( It can save you screen space.
Then I would like to see async sql queries. But I'm not sure yet if they are. Would be so cool to have a signal fire when the query is done. Sometimes sql queries take minutes before result is back....
Will give it a greater than-5-minute-spin tomorrow :)
|
[
Reply To This | View ]
|
|
|
Initial Review of Qt 4
by Richard Moore on Friday 09/Jul/2004, @17:02
|
I've written my initial thoughts on Qt 4 after playing with the new code on my blog at http://www.kdedevelopers.org/node/view/506 if anyone is interested.
Rich.
|
[
Reply To This | View ]
|
|
|
Text printing & Fonts
by James Richard Tyrer on Friday 16/Jul/2004, @14:44
|
I read that "Laying out text using design metrics (WYSIWYG) is currently disabled".
So, does anybody know for sure if they are going to fix the font metrics issues. Also, do they know that you need to be able to select if you want something formated for screen rendering or printer rendering? Currently we have ONLY screen rendering.
It says nothing about the PostScript driver. I hope that this will be fixed. As I presume that most people know it does not get the PostScript Font names correct unless you embed the fonts. The correct way to do this is to use FontConfig & FreeType2 to get this information from the font file.
I also found that there is an inconsistency between the way that TrueType and Type1 font families are named and the current version is still confused by this. It appears that Qt is designed to work with the TrueType method. In which case, it will need to convert the Type1 family names into TrueType family names. Personally, I would like to see it the other way, but this would require rewriting some of KDE as well -- the KDE Font Selector would need more windows (2 more I think but the second one wouldn't be used much and the windows would have to interact because not every combination would be available).
And, a general solution needs to be found for the fact that not all fonts have:
<blank> | Regular | Roman, Bold, Italic, & Bold Italic
And worse, some fonts have more than one weight of bold. The kludge in the current version only works for the fonts included in the PostScript driver code. If this (a table) is the solution, it needs to be in a configuration file, and we need a KDE GUI program to edit it (a KPart since the font installer would also need it and you should be able to access it from the font selector).
--
JRT
|
[
Reply To This | View ]
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|