summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove Qt5 to-do comment in qtexthtmlparser.cpp.Jason McDonald2012-04-111-1/+1
| | * eglfs: rework hooks designGirish Ramakrishnan2012-04-116-28/+128
| | * Extend eglhooks to include hasCapabilityDonald Carr2012-04-114-7/+17
| | * Add Mac OS X backend for QDesktopServices.Christoph Schleifenbaum2012-04-115-0/+138
| | * QHeaderView - remove some (nearly) unused span functionsThorbjørn Lund Martsum2012-04-112-21/+2
| | * QHeaderView - rename many spans classes and variablesThorbjørn Lund Martsum2012-04-112-94/+97
| | * Automatically query for Mac Proxy Server credentialsAron Rosenberg2012-04-112-0/+72
| | * Add Proxy Auto Config support (PAC) on MacAron Rosenberg2012-04-112-5/+113
| | * Minor clean up in QTextOption APIEskil Abrahamsen Blomfeldt2012-04-112-4/+4
| | * Made qt_accStripAmp handle "&&"José Millán Soto2012-04-111-12/+29
| | * minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-112-2/+3
| | * fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-1/+1
| | * Fix crash with evaluation licenseSamuli Piippo2012-04-111-7/+2
| | * Removed Qt 5 todo comments from qgl.h / qgl_p.h.Samuel Rødal2012-04-102-5/+2
| | * Removed Qt5 todo comment in qpaintengineex_p.hSamuel Rødal2012-04-101-1/+0
| | * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-1012-15/+15
| | * Add missing virtual destructor.Jan-Arve Saether2012-04-101-0/+2
| | * fix mingw detectionMark Brand2012-04-101-1/+1
| | * remove CODEC_FOR_C_STRINGS leftoversKonstantin Ritt2012-04-101-9/+1
| | * Document QEvent::ThreadChangeOlivier Goffart2012-04-101-1/+1
| | * Remove Qt5 to-do comments in qtextformat.cpp.Jason McDonald2012-04-101-2/+0
| | * Make it possible to enable non-scalable font scalingMiikka Heikkinen2012-04-108-12/+67
| | * Don't hardcode the default families in qfont_qpa.cppPierre Rossi2012-04-105-34/+64
| | * Fix crash with invalid pre-edit position.Andrew den Exter2012-04-101-1/+1
| | * Remove unused signal QWindow::backBufferReadyGirish Ramakrishnan2012-04-101-1/+0
| | * Blackberry OS implementation of QStandardPathsRafael Roquetto2012-04-102-0/+105
| | * Fixed build issue when using GLEW with MSVCAndy Nichols2012-04-103-0/+6
| | * eglfs: Implement xlib based hook for testingGirish Ramakrishnan2012-04-102-0/+94
| | * Remove QWS era pvr headersDonald Carr2012-04-103-748/+0
| | * Fix header inclusion guardsGirish Ramakrishnan2012-04-101-3/+3
| | * Fix constness of QPlatformCursorImage::hostpot()Girish Ramakrishnan2012-04-101-1/+1
| | * QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
| | * Fix compilation with MinGW-W64.Debao Zhang2012-04-051-0/+4
| | * Windows: Send empty region in expose event from setVisible(false).Friedemann Kleint2012-04-051-1/+3
* | | api: remove QWindow::moveGirish Ramakrishnan2012-04-171-5/+0
* | | api: Fix const correctness of api in QScreenGirish Ramakrishnan2012-04-172-12/+12
* | | api: Make QGuiApplication::styleHints() staticGirish Ramakrishnan2012-04-172-6/+5
* | | Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23
* | | Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
* | | Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
* | | Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
* | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
* | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
|/ /
* | api: fix constness of QOpenGLContext::getProcAddressGirish Ramakrishnan2012-04-162-3/+3
* | Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-162-18/+45
* | Introduce the new UnknownProperty and PropertyReadOnly errorsThiago Macieira2012-04-163-3/+24
* | Finish cleaning up com.trolltech -> org.qtproject in QtDBusThiago Macieira2012-04-165-10/+20
* | Update the error codes in QtDBusThiago Macieira2012-04-162-19/+20
* | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
* | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14