summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix WebKit TimerHeap implementaiton to work with more standard librariesDarin Adler2013-11-282-77/+110
* QNX: Make use of _readdir64_rBernd Weimer2013-11-284-2/+23
* Keep the copied files as writableThiago Macieira2013-11-281-0/+2
* Recognize newer libmng versions in config testaavit2013-11-281-0/+2
* QPrintDialog - Fix Windows Current Page option selectionJohn Layt2013-11-271-2/+4
* Update 4.8.6 changelogGabriel de Dietrich2013-11-271-0/+2
* CoreWLan: Fix potential unhandled exception assertGabriel de Dietrich2013-11-272-4/+6
* Mac style: Fix selected tab text color on 10.6Gabriel de Dietrich2013-11-271-3/+4
* Fixed assert in Windows key handlingOliver Wolff2013-11-271-2/+8
* Fix bug in updatePossibleKeyCodes() with dead keys and modifiersJuan Luis Boya García2013-11-251-2/+2
* Fix virtual key mapping on MS WindowsJuan Luis Boya García2013-11-252-25/+17
* QThread: Fix link to snippet in documentationJonathan Liu2013-11-221-1/+1
* Multimedia: Fix MinGW-warning about assigning NULL to int-type.Friedemann Kleint2013-11-211-1/+1
* Fix signature of the waveInProc/waveOutProc callbacks.Friedemann Kleint2013-11-214-4/+4
* QLocale: Fix infinite loop in error caseEl Mehdi Fekari2013-11-201-5/+12
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2013-11-201-4/+4
* QUiLoader/Designer: Fix gcc 4.8 warnings about unused typedefs.Friedemann Kleint2013-11-202-4/+0
* Make sure .qch file is opened read-onlyKai Koehne2013-11-191-0/+1
* Kernel: Fix gcc warning in qsharedmemory_win.cppKai Koehne2013-11-181-1/+1
* qsimd: Fix compilation with MinGW 64.Friedemann Kleint2013-11-181-1/+1
* Fix MinGW-warnings about narrowing/invalid conversions.Friedemann Kleint2013-11-183-3/+3
* MinGW: Fix warnings about assigned but not used variables.Friedemann Kleint2013-11-183-9/+0
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-11-162-14/+28
* Fully expand entities to ensure deep or widely nested ones fail parsingMitch Curtis2013-11-152-26/+37
* When reparenting a widget, children need to reregister as a drop siteAndy Shaw2013-11-151-1/+11
* QThreadPool: fix race at time of thread expiry.David Faure2013-11-153-22/+34
* QThreadPool: fix counting of waiting threadsDavid Faure2013-11-152-2/+82
* QThreadPool: fix data races in activeThreadCount()David Faure2013-11-151-5/+3
* QThreadPool: fix typosDavid Faure2013-11-151-12/+14
* QWizard: provoke 'enum value not handled in switch' warnings in object_name_f...Marc Mutz2013-11-151-1/+13
* QWizard: give all buttons an objectNameMarc Mutz2013-11-152-13/+58
* Optimize macDisplayColorSpaceMorten Johan Sørvig2013-11-145-18/+41
* Designer: remove dead code in QStackedWidgetPreviewEventFilter::updateButtonT...Marc Mutz2013-11-121-3/+0
* Update Hebrew translationGenghis Khan2013-11-112-2927/+6121
* Use the correct system font on OS X Mavericks.Jake Petroules2013-11-112-2/+10
* Active Qt: Remove invalid memset()-call.Friedemann Kleint2013-11-111-1/+0
* Qt Designer: Implement property() for QAxWidgetPropertySheet.Friedemann Kleint2013-11-112-0/+10
* Cocoa File Dialog: Remove sandbox-ufriendly QDir::entryList() callGabriel de Dietrich2013-11-081-18/+48
* Disallow deep or widely nested entity references.Mitch Curtis2013-11-075-0/+147
* BlackBerry: Prevent superfluous removal of socket notifiersBernd Weimer2013-11-061-12/+11
* Correct QToolBar layout on retina displays.Morten Johan Sørvig2013-11-051-0/+5
* QPdfEngine - Remove Producer copyright noticeSamuel Gaist2013-11-041-1/+1
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsSamuel Gaist2013-11-046-34/+68
* Backport of Qt5 applicationName handlingSamuel Gaist2013-11-022-7/+18
* Fix tab-completion for variables that have digits in themAndy Shaw2013-11-011-1/+1
* Make QCoreWlan plugin compile on 10.9Morten Johan Sørvig2013-10-312-177/+1009
* Keep web fontdata alive as long as CG uses itAllan Sandfeld Jensen2013-10-311-2/+10
* Fix resetting of string properties.Friedemann Kleint2013-10-311-0/+6
* BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-312-2/+88
* network: fix multi-phased NTLM authenticationPeter Hartmann2013-10-311-2/+3