summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable float coords in evdevtouchLaszlo Agocs2012-05-091-4/+4
* QDoc: Use node name for page DITA title when name argument is empty.Casper van Donderen2012-05-091-1/+4
* gettingStarted: sanitize parameter names and compile fix for Qt 5hjk2012-05-094-5/+7
* Windows: Disable Non-modal native file dialogs.Friedemann Kleint2012-05-091-0/+8
* QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-0917-167/+40
* Make sure QWidgetPrivate::hide_sys() really hidesBradley T. Hughes2012-05-091-11/+9
* Don't handle window events after Qt::WA_DontShowOnScreen is setBradley T. Hughes2012-05-091-0/+6
* No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-0914-150/+204
* Improve widget geometry.Friedemann Kleint2012-05-0912-58/+164
* Use bool for the template argument.Stephen Kelly2012-05-091-1/+1
* Avoid assert in QTextLayout for certain stringsEskil Abrahamsen Blomfeldt2012-05-091-0/+4
* Ensure qstring.h compiles with QT_NO_CAST_FROM_BYTEARRAYDavid Faure2012-05-093-0/+66
* Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-092-1/+2
* Fix qpa legacy headers installationGirish Ramakrishnan2012-05-091-7/+7
* 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-0820-5/+164
* Fix qpa files installationGirish Ramakrishnan2012-05-082-0/+10
* 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-086-10/+70
* 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-083-0/+16
* QDoc: Remove the unused \expire command.Casper van Donderen2012-05-082-80/+0
* Don't attempt to ask cmake to find the glib dependencies.Stephen Kelly2012-05-081-2/+5
* 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-0823-118/+1327
* QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-0723-1327/+118
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-07282-370/+447
* 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-0712-31/+42
* 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
* Add some extra tests to tst_QString to ensure the encoding is correctThiago Macieira2012-05-071-3/+193
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-073-25/+35