Branches
Releases
|
Version
|
Focus
|
Date
|
|
4.3
|
Major feature enhancements |
04-Jun-2007 14:20 |
|
4.2.3
|
Minor bugfixes |
13-Mar-2007 10:56 |
|
4.2.2
|
Minor bugfixes |
13-Mar-2007 10:56 |
|
4.2.1
|
Major security fixes |
22-Oct-2006 21:37 |
|
4.2.0
|
Major feature enhancements |
05-Oct-2006 03:06 |
|
4.1.4
|
Minor bugfixes |
23-Jun-2006 12:10 |
|
4.1.3
|
Minor bugfixes |
23-May-2006 12:59 |
|
4.1.2
|
Minor bugfixes |
31-Mar-2006 10:11 |
|
4.1.1
|
Minor bugfixes |
07-Mar-2006 11:28 |
|
4.0.1
|
Minor bugfixes |
19-Aug-2005 18:42 |
Articles referencing this project
- Debian: New qt-x11-free packages fix several vulnerabilities
by Patrick Lenz
,
in Security
Sun, Dec 9th 2007 14:57
- Red Hat: Updated qt packages correct two security flaws
by Patrick Lenz
,
in Security
Tue, Sep 18th 2007 05:09
- SuSE: New qt packages fix remote code execution
by Patrick Lenz
,
in Security
Sun, Aug 5th 2007 01:16
- Red Hat: Updated qt packages correct an integer overflow flaw
by Patrick Lenz
,
in Security
Sun, Aug 5th 2007 01:08
- Debian: New qt4-x11 packages fix cross-site scripting vulnerability
by Patrick Lenz
,
in Security
Sun, May 20th 2007 10:50
|
|
Comments
[»]
QT/Windows/Free
by rwmcgwier - Apr 1st 2004 15:48:28
When that is available, call me.
[reply]
[top]
[»]
Re: QT/Windows/Free
by Atomice - Jan 7th 2005 01:20:05
> When that is available, call me.
It already is: http://kde-cygwin.sourceforge.net/qt3-win32/
[reply]
[top]
[»]
Re: QT/Windows/Free
by bero - Feb 7th 2005 05:54:33
> When that is available, call me.
This has been announced today:
==
From: Trolltech Information
To: qt-interest@trolltech.com
Date: 2005-02-07 14:23:52
Dear Qt User/Qt Customer:
Trolltech is pleased to announce that we intend to
make Qt 4 for Windows
available under our successful dual licensing
business model. This means that
Open Source projects under the GNU GPL license
will be able to target all
major operating systems using Qt 4. We plan to
release the Windows Open Source
version of Qt at the same time as Qt 4.
==
So now everyone can finally stop using that inferior
toolkit with 3 letters ;)
[reply]
[top]
[»]
Re: QT/Windows/Free
by rwmcgwier - Feb 7th 2005 06:23:27
Great News!
http://www.trolltech.com/newsroom/announcements/00000192.html
[reply]
[top]
[»]
patch for qt-3.1.2
by d2003xx - Mar 8th 2003 20:51:09
To fix a problem that causes dialogs automatically close when they're
called twice or more:
In
"/usr/local/src/qt-x11-free-3.1.2/src/dialogs/qdialog.cpp":
line 395: void QDialog::done( int r )
line 396: {
line 397: hide();
line 398: serResult ( r );
line 399: close(); // JUST *REMOVE* THIS LINE
line 400: }
[reply]
[top]
[»]
Compiling Qt 1.45 with gcc 3
by Ed Avis - Feb 22nd 2002 09:35:57
Qt 1.45 does not build with newer versions of gcc: here's a patch.
-- Ed Avis
[reply]
[top]
[»]
rediculous dependencies
by generica - Oct 15th 2001 23:25:34
From src/moc/README
------
Notice that moc does not compile with GNU bison, use standard AT&T
yacc or Berkeley yacc instead.
------
Neither of which can be downloaded. I mean, just look at the berkely yacc
page, http://sourceforge.net/projects/byacc ... no files released...
Thats just great.
How about fixing your code to work with bison. If its a limitation of
bison, then tell the developers. Forcing people to use old, not available
yacc parsers and flat out not using the ones that ARE under development is
just rediculous.
[reply]
[top]
[»]
RH 6.0 Qt compilation
by ./Rotten - Jun 19th 1999 10:28:28
Does anybody know if RH's compilation of QT lib includes the opengl
extensions?
[reply]
[top]
[»]
Re: RH 6.0 Qt compilation
by Tiganu - Feb 3rd 2001 10:19:50
> Does anybody know if RH's compilation of
> QT lib includes the opengl extensions?
there's a qt-gl rpm that has the OpenGL QT extensions
[reply]
[top]
[»]
RPM?
by Jan De Luyck - Jan 20th 1999 16:26:15
I'm looking for the RPM format of this library!!! Anyone who has it, lemme
know!!!
[reply]
[top]
|