summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-1024-110/+802
* Remove the HAVE_DECLARATIVE define.Stephen Kelly2012-05-102-7/+0
* Fix warnings in evdevkeyboard-plugin.Friedemann Kleint2012-05-103-8/+9
* Change Wince functions definitionAndreas Holzammer2012-05-101-30/+84
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-2/+15
* QDoc: Generate images inline for \inlineimageCasper van Donderen2012-05-101-5/+3
* qdoc: Removed some obsolete ifdefsMartin Smith2012-05-105-20/+4
* Fix warnings about unused variable d.Friedemann Kleint2012-05-101-1/+0
* Compile with -qtnamespace on WindowsBradley T. Hughes2012-05-101-11/+11
* XShaping drag and drop fixesAlbert Astals Cid2012-05-102-9/+13
* qdoc: Fixed a qdoc error problemMartin Smith2012-05-103-63/+61
* Avoid trying to load libthai again and again if it's not presentSimon Hausmann2012-05-101-1/+3
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-1016-744/+497
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-105-45/+46
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-101108-912/+45537
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101108-912/+45537
| |\
| | * Don't add C-style copyright headers to qmake project filesMarius Storm-Olsen2012-05-106-240/+0
| | * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-09140-41/+10578
| | * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-097-0/+21
| | * Doc: Modularize QtTest documentation.Casper van Donderen2012-05-0914-33/+1709
| | * Doc: Modularize QtPrintSupport documentation.Casper van Donderen2012-05-0914-2/+690
| | * Doc: Modularize QtOpenGL documentation.Casper van Donderen2012-05-0912-15/+649
| | * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-09604-513/+21626
| | * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-09221-156/+6157
| | * Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-0931-47/+2112
| | * Doc: Modularize QtConcurrent documentation.Casper van Donderen2012-05-0915-46/+833
| | * Doc: Fix typo in QtNetwork qdocconf.Casper van Donderen2012-05-091-1/+1
| | * Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-0941-52/+1390
| | * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-0910-16/+21
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-1012-51/+31
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-1013-104/+104
|/ /
* | 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