summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-1/+1
* Don't ignore default font's font capitalization in QTextDocumentEskil Abrahamsen Blomfeldt2012-05-101-4/+6
* Remove QAbstractDeclarativeData::objectNameChanged.Michael Brasser2012-05-102-4/+0
* qdoc: Fixed three qdoc error problemsMartin Smith2012-05-094-20/+29
* QDoc: Remove generateQmlDesc and use generateApiDesc instead.Casper van Donderen2012-05-092-22/+6
* Remove garbage.Stephen Kelly2012-05-091-1/+1
* Fix various NTLM/Digest multi-threading and usage issuesAron Rosenberg2012-05-092-37/+54
* Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-091-2/+2
* qdoc: Fixed a qdoc error problemMartin Smith2012-05-091-4/+6
* Compile fix for kms plugin.Samuel Rødal2012-05-091-1/+0
* 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
* 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-099-40/+159
* 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
* Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-1/+1
* 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