summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove a Q_ASSERT that could be triggered under some conditions.Thiago Macieira2009-06-041-1/+0
* Don't use inactivatable timers to calculate time to wait for next timer.Thomas Sondergaard2009-06-041-3/+11
* Document the proper signals that the ::open() convenience connects to.Norwegian Rock Cat2009-06-044-6/+15
* Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
* BT: Fixes Crash when deleting a QProgressBar which has been styled with QMoti...Olivier Goffart2009-06-041-1/+4
* fix catalan plural rulesOswald Buddenhagen2009-06-032-0/+4
* BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
* Fixed raster bug causing fully clipped images to be partially blended.Samuel Rødal2009-06-031-2/+2
* Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
* open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
* Add a note about what happens when passing 0 to qobject_cast in the docAndy Shaw2009-06-031-1/+2
* Fixed a byte ordering issue when using the raster graphicssystem.Trond Kjernåsen2009-06-021-7/+10
* Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
* BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
* Fixed aspect ratio on WindowsThierry Bastian2009-06-022-0/+3
* Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
* BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
* Improve readability of QDFBWindowSurface::scrollAnders Bakken2009-06-011-21/+18
* Don't support porter duff |= source overAnders Bakken2009-05-291-96/+24
* Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
* Remove unused variable.Alexis Menard2009-05-291-1/+0
* Fixed a crash in the GL 2 paintengine when drawing text.Trond Kjernåsen2009-05-291-0/+3
* Fixed build issues with MSVCThierry Bastian2009-05-291-0/+14
* Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
* Remove all force raster on RGB32 stuffAnders Bakken2009-05-284-75/+32
* Warn when trying to use an unsupported formatAnders Bakken2009-05-281-5/+10
* Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
* Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
* Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
* Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-3/+6
* Don't assume the tty was in K_XLATE when application startedTom Cooksey2009-05-281-1/+3
* BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-281-1/+1
* Fixed: Setting a border using stylesheet for QComboBox adds an unwated frame.Olivier Goffart2009-05-271-3/+6
* QNetworkReply internals: do not assert when aborted and reading dataPeter Hartmann2009-05-271-1/+2
* Fixed a possible assert in QGtkStyleJens Bache-Wiig2009-05-271-32/+31
* Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
* Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
* Fixed aliasing pointer corruption in QDataStream.Trond Kjernaasen2009-05-271-15/+77
* QFileDialog selection bug when calling it multiple times.Alexis Menard2009-05-261-5/+6
* Fix a painting issue in the QGtkStyle statusbarJens Bache-Wiig2009-05-261-1/+1
* SSL: Remove broken system certificate loading codeMarkus Goetz2009-05-261-24/+1
* BT: Fixed GL textdrawing in the Boxes demo.Trond Kjernaasen2009-05-262-5/+9
* Carbon, QFontDialog::getFont() ignore the "initial" parameterRichard Moe Gustavsen2009-05-261-8/+31
* Clearifying QWebFrame docsMorten Engvoldsen2009-05-261-2/+3
* Fix a crash in Phonon::EffectWidgetJens Bache-Wiig2009-05-261-1/+2
* qdoc: Indicate what iterator_categor means for container classes.Martin Smith2009-05-262-4/+8
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Martin Smith2009-05-2619-75/+108
|\
| * Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-263-5/+10
| * fix double slash prepending causing troubles on WinCEMaurice Kalinowski2009-05-261-6/+12