summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-95/+173
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-2/+3
* Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happenThiago Macieira2012-10-021-1/+7
* Move QUrlPrivate to qurl.cpp and mark all methods as inlineThiago Macieira2012-10-022-126/+125
* Change QUrlPrivate::setAuthority to return voidThiago Macieira2012-10-022-4/+4
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-1/+0
* Update QUrlPrivate::setScheme: EmptySchemeError never happensThiago Macieira2012-10-022-8/+5
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-022-21/+56
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-5/+4
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-022-13/+59
* Fix DIB image reading.Friedemann Kleint2012-10-021-1/+4
* fix #includesMark Brand2012-10-021-1/+2
* Remove Cleanlooks as a dependency of QGtkStyleJens Bache-Wiig2012-10-025-96/+694
* Set CWD when launched from Finder.Morten Johan Sorvig2012-10-022-1/+17
* Cocoa: add missing auto release poolsRichard Moe Gustavsen2012-10-021-0/+4
* Cocoa: bugfix staysOnTopFlag in combination with transient parentRichard Moe Gustavsen2012-10-021-15/+8
* Fix a crash with xcb on 64bit systems when hitting any key.Jocelyn Turcotte2012-10-024-38/+138
* Stop delivering messages when drop has occurred.Gatis Paeglis2012-10-022-1/+7
* Retrieve drop data with a proper timestampGatis Paeglis2012-10-024-4/+8
* Ensure that QDrag is set correctly at all times.Gatis Paeglis2012-10-021-5/+7
* Fixed xdnd protocol-version detection codeGatis Paeglis2012-10-021-3/+3
* Don't let mimeData return 0.Gatis Paeglis2012-10-021-12/+25
* Fix filter regular expression for native Windows file dialog.Friedemann Kleint2012-10-021-1/+1
* OpenGL: Propagate version and profile from QSurfaceFormat to QGLFormatSean Harmer2012-10-021-0/+2
* Forward the layout change hint through QSortFilterProxyModel.Stephen Kelly2012-10-022-20/+20
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-022-4/+4
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-022-10/+41
* fix QWidget::setWindowFilePath on Mac OSJoerg Bornemann2012-10-025-3/+25
* QWindow::setWindowFilePath addedJoerg Bornemann2012-10-025-0/+32
* QWindowsPipeReader: use CancelIoEx on Windows >= VistaJoerg Bornemann2012-10-021-1/+16
* QWinOverlappedIoNotifier: multiple I/O operations on the same handleJoerg Bornemann2012-10-024-34/+64
* QNX: Also support input method hints from QtQuick elementsThomas McGuire2012-10-011-1/+1
* Document QPA implementation aspects.Friedemann Kleint2012-10-011-0/+31
* Fixed Qt GUI landing page.Samuel Rødal2012-10-011-11/+26
* QXcbWindow: Don't recreate window when reparenting.Yoann Lopes2012-10-011-3/+0
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-011-0/+8
* Fixed qglxconvenience.cpp compile for GLX 1.3.Samuel Rødal2012-10-011-1/+3
* QNX: Only set parent window if it is not NULLRafael Roquetto2012-10-011-1/+1
* Return QPersistentModelIndexes from QItemSelectionRange.Stephen Kelly2012-10-011-2/+2
* Emit layout change hint from QStandardItemModel.Stephen Kelly2012-09-301-3/+7
* Emit layout change hint from QStringListModel.Stephen Kelly2012-09-301-2/+2
* Process and forward the layout change hint through the QIdentityProxyModel.Stephen Kelly2012-09-302-16/+40
* Add hint API to QAIM::layout*Change signals.Stephen Kelly2012-09-292-7/+29
* QQnxWindow: use a proper castMarc Mutz2012-09-291-4/+1
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-1/+11
* qdoc: Augment imagedirs listMartin Smith2012-09-295-8/+54
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-293-7/+7
* QNX: fix bug on window hierarchy listRafael Roquetto2012-09-281-8/+6
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-282-4/+25
* qfuturesynchronizer.cpp: fix whitespace errorsMarc Mutz2012-09-281-14/+14