Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Compile in release mode for DFB version > 0.9 | Anders Bakken | 2009-07-22 | 1 | -1/+6 | |
| | * | | | Compile | Anders Bakken | 2009-07-22 | 1 | -1/+2 | |
| | * | | | Fix potential deadlock in QAbstractFileEngine | João Abecasis | 2009-07-22 | 1 | -10/+12 | |
| | * | | | Fix build on Mac | Tom Cooksey | 2009-07-22 | 2 | -8/+28 | |
| | * | | | Plug a texture leak when deleting QPixmaps without a current context | Tom Cooksey | 2009-07-22 | 2 | -16/+9 | |
| | * | | | QNetworkReply: add possibility to ignore specific SSL errors | Peter Hartmann | 2009-07-22 | 17 | -15/+157 | |
| | * | | | Merge branch '4.5' | Thiago Macieira | 2009-07-22 | 3 | -33/+24 | |
| | |\ \ \ | ||||||
| | | * | | | Fix handling of invalid object paths and signatures in release mode. | Thiago Macieira | 2009-07-22 | 1 | -11/+2 | |
| | | * | | | Revert "Added a check that X11 timestamp goes forward only." | Denis Dzyubenko | 2009-07-22 | 1 | -20/+15 | |
| | | * | | | Fix table borders in multiline tables when printing to PostScript. | Gunnar Sletta | 2009-07-22 | 1 | -2/+7 | |
| | * | | | | Use texture_from_pixmap on X11 & avoid copies | Tom Cooksey | 2009-07-22 | 8 | -174/+422 | |
| | * | | | | Compile on embedded | Olivier Goffart | 2009-07-22 | 2 | -2/+2 | |
| | * | | | | Make QStateMachine inherit QState | Kent Hansen | 2009-07-22 | 5 | -222/+111 | |
| | * | | | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-07-22 | 1 | -2/+4 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Fix memory leak. | Olivier Goffart | 2009-07-22 | 1 | -0/+2 | |
| | | * | | | Update documentation for QMessageBox::open(). | Norwegian Rock Cat | 2009-07-22 | 1 | -2/+4 | |
| | * | | | | Prefer mutable over const_cast. | João Abecasis | 2009-07-22 | 2 | -5/+4 | |
| | * | | | | Bugfix/optimization in QResourceFileEngineIterator | João Abecasis | 2009-07-22 | 1 | -2/+1 | |
| | * | | | | Off-by-one error in QResourceFileEngineIterator | João Abecasis | 2009-07-22 | 1 | -1/+1 | |
| | * | | | | Don't hide errors in QDirIterator | João Abecasis | 2009-07-22 | 1 | -4/+1 | |
| | * | | | | QDirIterator refactoring | João Abecasis | 2009-07-22 | 1 | -5/+18 | |
| | * | | | | QDirIterator refactoring | João Abecasis | 2009-07-22 | 1 | -6/+5 | |
| | * | | | | QDirIterator refactoring | João Abecasis | 2009-07-22 | 1 | -13/+16 | |
| | * | | | | QDirIterator: fail early, fail often | João Abecasis | 2009-07-22 | 1 | -2/+2 | |
| | * | | | | QDirIterator: Cleaning up after one's self | João Abecasis | 2009-07-22 | 1 | -2/+1 | |
| | * | | | | QDirIterator cleanup after refactoring | João Abecasis | 2009-07-22 | 1 | -9/+8 | |
| | * | | | | QDirIterator refactoring | João Abecasis | 2009-07-22 | 1 | -11/+7 | |
| | * | | | | QDirIterator refactoring | João Abecasis | 2009-07-22 | 1 | -9/+9 | |
| | * | | | | QDirIterator: no point in delaying the inevitable | João Abecasis | 2009-07-22 | 1 | -7/+3 | |
| | * | | | | QDirIterator refactoring | João Abecasis | 2009-07-22 | 1 | -4/+3 | |
| | * | | | | QDirIterator: another one bites the dust | João Abecasis | 2009-07-22 | 1 | -12/+5 | |
| | * | | | | Still fixing QDirIterator... | João Abecasis | 2009-07-22 | 1 | -2/+2 | |
| | * | | | | QDirIterator cleanup | João Abecasis | 2009-07-22 | 1 | -7/+5 | |
| | * | | | | QDirIterator: Don't recurse into hidden directories unless asked | João Abecasis | 2009-07-22 | 1 | -0/+4 | |
| | * | | | | QDirIterator moving around conditions | João Abecasis | 2009-07-22 | 1 | -6/+5 | |
| | * | | | | Faster condition comes first | João Abecasis | 2009-07-22 | 1 | -1/+1 | |
| | * | | | | QDirIterator: refactor initializations in private constructor | João Abecasis | 2009-07-22 | 1 | -5/+5 | |
| | * | | | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-07-22 | 8 | -6/+35 | |
| | |\ \ \ \ | | | |/ / / | ||||||
| | | * | | | Fix a potential crash due to the fact that _q_UpdateIndex() is reentered | Andy Shaw | 2009-07-22 | 1 | -1/+1 | |
| | | * | | | Make sure DFB version macros are defined | Anders Bakken | 2009-07-21 | 1 | -0/+1 | |
| | | * | | | Another fix needed to build in a namespace on Mac with -arch ppc | Andy Shaw | 2009-07-21 | 1 | -1/+2 | |
| | | * | | | QHttpNetworkConnection: Clarifying code comment about compression | Markus Goetz | 2009-07-21 | 1 | -1/+6 | |
| | | * | | | Fix building in a namespace when building with -arch ppc on Mac OS X | Andy | 2009-07-21 | 1 | -2/+0 | |
| | | * | | | QNAM: Proper loading of meta data when having AlwaysCache mode | Markus Goetz | 2009-07-21 | 2 | -0/+24 | |
| | | * | | | Fixed compile on certain Solaris versions. | Rohan McGovern | 2009-07-20 | 1 | -1/+1 | |
| | | * | | | s/slots/Q_SLOTS/ | Anders Bakken | 2009-07-20 | 2 | -2/+2 | |
| | * | | | | Show text even if maximum == 0 | Olivier Goffart | 2009-07-22 | 1 | -1/+1 | |
| | * | | | | Support for very large range in QProgressBar | Olivier Goffart | 2009-07-22 | 4 | -9/+8 | |
| | * | | | | Simplify the computation of the QProgressBar progress. | Olivier Goffart | 2009-07-22 | 3 | -8/+7 | |
| | * | | | | qdoc: Reported links to obsolete things that appear in non-obsolete things. | Martin Smith | 2009-07-22 | 1 | -0/+3 | |