summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid a potential crash in unignoredChildrenJan Arve Saether2013-08-091-2/+1
* Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
* Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-08-075-29/+253
* Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
* Doc: Corrected the example path in the tutorialVenu2013-08-021-16/+16
* Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-312-22/+51
* Windows: Clear window under mouse in destruction of platform window.Friedemann Kleint2013-07-304-1/+11
* QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-1/+2
* HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-241-0/+3
* Doc: Update documentation of Qt::HANDLETopi Reinio2013-07-241-6/+2
* document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
* xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
* Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-222-1/+6
* Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
* Fix compilation of QtTest on Linux systems with old kernel headersThiago Macieira2013-07-211-0/+10
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-2010-10/+10
* Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
* Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-203-3/+5
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-206-55/+72
* Fix compilation of run-time-resolved SSL on AndroidEskil Abrahamsen Blomfeldt2013-07-191-3/+3
* fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
* XCB: Set WM_CLASS.Friedemann Kleint2013-07-185-0/+57
* Better errorhandling for the fontengine on WINCE.Bjoern Breitmeyer2013-07-181-5/+4
* QNX: Handle Qt::WindowDoesNotAcceptFocus correctly.Friedemann Kleint2013-07-171-1/+1
* Fix typo in qdoc's messages.Takumi Asaki2013-07-171-2/+2
* OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
* Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-1/+1
* Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-3/+11
* Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
* Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
* QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
* Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
* Mac OS: Fix a crash in tst_qgraphicsproxywidget.Friedemann Kleint2013-07-161-0/+3
* Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
* Windows: Synthesize expose event for shrinking windows.Friedemann Kleint2013-07-152-13/+25
* XCB: Append 0-character to atom name string.Friedemann Kleint2013-07-121-1/+1
* Display sizegrip on QMdiSubWindows, even on 10.7 and laterGabriel de Dietrich2013-07-122-5/+19
* QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
* Fix disconnectFrom{Peer,Bus} when the connection failedThiago Macieira2013-07-121-3/+3
* Consider virtual screen when determining dock widget visibility.Friedemann Kleint2013-07-121-2/+11
* DirectFB: Improve mapping of multimedia keysAllan Sandfeld Jensen2013-07-121-1/+3
* Correct algorithm for digest auth when using the CONNECT verbBradley Buda2013-07-121-1/+2
* Fix compilation of libGLESv2 with older MinGW-w64 headersKai Koehne2013-07-112-0/+71
* Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-114-5/+24
* Check if widget inherits from QTextEdit when drawing the frameAndy Shaw2013-07-111-2/+3
* Fix typo in setGraphicsEffect() occurrences.Mitch Curtis2013-07-112-2/+2
* QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
* Bugfix QDesktopServices on WindowsThiago Macieira2013-07-111-9/+9
* Windows/ActiveQt: Pass native parent handle property from widget to widget wi...Friedemann Kleint2013-07-111-0/+8
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2