summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Backported fix for WebKit libc++ support on OS X MavricksBrian Jensen2013-11-282-2/+2
* WebKit Nullptr type fixes when using libc++Brian Jensen2013-11-283-10/+10
* Fix WebKit TimerHeap implementaiton to work with more standard librariesDarin Adler2013-11-282-77/+110
* QNX: Make use of _readdir64_rBernd Weimer2013-11-281-2/+2
* QPrintDialog - Fix Windows Current Page option selectionJohn Layt2013-11-271-2/+4
* 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
* 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-151-25/+36
* 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-152-18/+13
* QThreadPool: fix counting of waiting threadsDavid Faure2013-11-151-2/+8
* 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-151-13/+16
* Optimize macDisplayColorSpaceMorten Johan Sørvig2013-11-145-18/+41
* 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
* 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-071-0/+51
* 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-044-0/+27
* 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
* BlackBerry: improve BPS event lifetime managementJonathan Hoffmann2013-10-312-2/+88
* network: fix multi-phased NTLM authenticationPeter Hartmann2013-10-311-2/+3
* Revert "Return the correct system font on OS X Mavericks."Jake Petroules2013-10-301-7/+0
* QLocale: Update Portuguese and Greek locales dataEl Mehdi Fekari2013-10-291-1061/+1059
* QLocale - Fix Mac date format code translationJohn Layt2013-10-281-29/+76
* Fix the assert failure in QShortcutMap::findGatis Paeglis2013-10-271-0/+3
* Introduce Windows version 8.1 and detect by checking the version.Friedemann Kleint2013-10-252-3/+39
* Fix compilation of Qt Script with MSVC 2013.Friedemann Kleint2013-10-251-2/+2
* Fix misaligned selection region with text when centeredJonathan Liu2013-10-231-5/+14