summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtDBus: add member-swap to shared classesMarc Mutz2012-05-094-0/+21
* QTextEngine: simplify the code a bitKonstantin Ritt2012-05-091-22/+7
* qdoc: Fixed qdoc error messagesMartin Smith2012-05-0911-86/+113
* Remove qplatformdrag.h dependency in qguiapplication_p.hLars Knoll2012-05-094-2/+4
* Divehi is written right to leftLars Knoll2012-05-091-1/+2
* QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-096-59/+69
* Connect bearer engines to manager with QueuedConnectionShane Kearns2012-05-091-4/+8
* Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
* Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-092-2/+2
* Don't leak native dialog resourcesBradley T. Hughes2012-05-096-21/+16
* Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-0818-4/+162
* Fix typoFrederik Gladhorn2012-05-081-1/+1
* Add 'FullScreen' into QKeySequence::StandardKeystockton2012-05-082-4/+13
* Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-084-7/+40
* QTextEngine: drop unused leftoversKonstantin Ritt2012-05-081-8/+0
* fix glyph's CMAP index might be corruptedKonstantin Ritt2012-05-081-1/+1
* Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-082-0/+11
* QDoc: Remove the unused \expire command.Casper van Donderen2012-05-082-80/+0
* The \enum should use the enum name not the flags.Richard Moore2012-05-081-1/+1
* Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-0821-115/+1319
* QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-0721-1319/+115
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-07267-353/+341
* Remove definitions of INV_EPS and M_SQRT2.Robin Burchell2012-05-071-11/+0
* QMimeType performance fix: don't reload from XML files over and over.David Faure2012-05-073-1/+8
* Fix typo in name of included headerkb2012-05-071-1/+1
* Rename setResizeMode to setSectionResizeMode.Stephen Kelly2012-05-073-13/+24
* Windows: Fix helper routine for formatting errors.Friedemann Kleint2012-05-071-17/+19
* QFactoryLoader: Add API for supporting the metadata containing keys.Friedemann Kleint2012-05-072-0/+65
* Fix MSVC warnings about inconsistent DLL linkage.Friedemann Kleint2012-05-072-8/+8
* Fixed QOpenGLBuffer::map and unmap implementations.Samuel Rødal2012-05-071-23/+2
* Added clarification to platform screen documentation.Samuel Rødal2012-05-071-2/+2
* QArrayData: Suppress MSVC warnning.Debao Zhang2012-05-071-1/+1
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-072-9/+34
* Change QString's default codec to be UTF-8Thiago Macieira2012-05-072-16/+51
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]Thiago Macieira2012-05-071-1/+1
* Query the screen physical size rather than assuming fixed dpi of 96Sean Harmer2012-05-071-10/+1
* Various minor fixes for qdoc warnings.Richard Moore2012-05-065-37/+38
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-066-8/+17
* Add default value for getters in QJsonValueLiang Qi2012-05-062-18/+44
* Fix typos in bcd477e0bc48bDavid Faure2012-05-062-2/+2
* QDoc: Examples: Move list of files/images to bottom of output.Casper van Donderen2012-05-051-5/+5
* Make sure we export the non-inline qMalloc & friends functionsThiago Macieira2012-05-051-0/+10
* Publish the fact of whether Qt was built with hidden visibility.Stephen Kelly2012-05-051-0/+4
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtSql]Thiago Macieira2012-05-055-23/+23
* Place the plugin metadata into special sections for Mac and WinLars Knoll2012-05-051-3/+15
* QNetworkProxyFactory: check all the proxy environment variablesAdrien Bustany2012-05-051-1/+17
* Use reference count to close down idle network sessionShane Kearns2012-05-051-4/+4
* Document dependency of bearer management on network interfaceShane Kearns2012-05-051-1/+1
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-051-2/+1
* qdoc: Fixed minor version number in DITA XMLMartin Smith2012-05-048-123/+129