summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-09107-228/+0
* Android: Add QAndroidJniXxx as friend classes in qjni.Christian Strømme2013-10-091-2/+2
* Android: Fix backspace bug with 4.3 stock keyboardPaul Olav Tvete2013-10-093-3/+118
* Android: Correctly escape backslashes in deployment settingsEskil Abrahamsen Blomfeldt2013-10-091-17/+21
* Fix broken text layout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2013-10-091-0/+3
* Android: Fix black screen when changing orientationEskil Abrahamsen Blomfeldt2013-10-091-1/+1
* eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-0910-241/+412
* *.sln not generated correctly for VS2012 and VS2010Katja2013-10-091-4/+4
* Suppress automatic positioning of popup windows.Friedemann Kleint2013-10-091-1/+2
* Fix compilation for MSVC 2008 and std::tupleThomas Hartmann2013-10-092-1/+37
* Mention that the c++11 CONFIG flag sometimes has no effect.Mitch Curtis2013-10-091-2/+3
* iOS: Generalize jumping event-dispatcher to handle QEventLoop:exec()Tor Arne Vestbø2013-10-092-39/+33
* iOS: Handle qApp re-exec after application termination from iOS' sideTor Arne Vestbø2013-10-091-2/+13
* iOS: Cleanup, remove unneeded Q_UNUSEDTor Arne Vestbø2013-10-091-1/+0
* iOS: Update Xcode check to include Xcode 5.0Tor Arne Vestbø2013-10-091-2/+3
* Doc: Remove Plug & Paint plugins from the list of examplesTopi Reinio2013-10-091-2/+0
* xcb: every window should have a title in debug modeShawn Rutledge2013-10-095-0/+59
* don't unnecessarily use qtguiOswald Buddenhagen2013-10-082-8/+8
* Doc: Added external page link to "The LLDB Debugger".Jerome Pasion2013-10-081-0/+5
* Document c++11 CONFIG flag.Mitch Curtis2013-10-081-0/+2
* Ensure lastPixel.y is also initalized to -1 when necessaryAndy Shaw2013-10-081-0/+3
* Fix "Empty or null file name(s)" warning textKai Koehne2013-10-081-4/+4
* Update ofono backendLorn Potter2013-10-081-1/+1
* Reorder the members in QThreadData to avoid padding holesThiago Macieira2013-10-082-10/+14
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-08388-3087/+3087
* Android: Default to toolchain version 4.8 on Windows as wellEskil Abrahamsen Blomfeldt2013-10-071-1/+1
* clarify intended operator precedenceOswald Buddenhagen2013-10-071-1/+1
* add default branch to switch in platformToolSetVersion()Oswald Buddenhagen2013-10-071-1/+2
* make setting a bad $$[QMAKEFEATURES] not crash qmakeOswald Buddenhagen2013-10-073-12/+17
* iOS: Skip qtconnectivity and qtlocation modulesSergio Ahumada2013-10-071-1/+1
* Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-072-0/+25
* QPA: Fix event dispatcher dependent operations in platform integrationLaszlo Agocs2013-10-0710-9/+55
* Require Windows VistaKai Koehne2013-10-071-0/+2
* Fix typo in define guardsKai Koehne2013-10-071-1/+1
* Remove default label for QtMsgTypeKai Koehne2013-10-071-3/+1
* Improve QLoggingCategory documentationKai Koehne2013-10-071-42/+21
* Fallback to the original application font handlingAndy Shaw2013-10-072-10/+8
* Fix QScreen::grabWindow for multiple screens on MacAndy Shaw2013-10-071-1/+2
* QCommandLineOption: declare as sharedMarc Mutz2013-10-071-0/+2
* Fix typos of QWheelEvent exampleIvan Romanov2013-10-071-3/+3
* Output the CMAKE_CXX_LIBRARY_ARCHITECTURE when reporting missing dependencies.Stephen Kelly2013-10-061-1/+1
* Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-064-77/+99
* Improve the QWinSettingsPrivate constructor's performanceSebastian Schuberth2013-10-061-21/+26
* Doc: Expand on thread synchronization detailsSze Howe Koh2013-10-062-57/+43
* Doc: Generalize problems and solutions of mutex useSze Howe Koh2013-10-062-20/+24
* Doc: Remove convoluted details of uncommon QMutex use caseSze Howe Koh2013-10-061-9/+0
* Doc: Show both low- and high-level thread syncing on the same pageSze Howe Koh2013-10-062-25/+29
* Doc: Rewrite section on threaded event loopsSze Howe Koh2013-10-061-20/+20
* Doc: Discuss the concept of thread affinity in more detailSze Howe Koh2013-10-062-31/+37
* Add Q_DECL_OVERRIDE to accessibility classesFrederik Gladhorn2013-10-058-312/+312