summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Implement QWindow::resize(int, int) by calling to resize(QSize).Friedemann Kleint2012-05-041-1/+1
* Add missing include file.Jędrzej Nowacki2012-05-041-0/+1
* Reuse QArray initializer macro in QByteArrayJędrzej Nowacki2012-05-042-5/+8
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-042-21/+3
* QDoc: Generate unique ids for qmlMethods.Casper van Donderen2012-05-044-27/+17
* Avoid glyph rendering with FT when not neededJiang Jiang2012-05-042-7/+25
* Load resources in in QTextDocument correctlyLars Knoll2012-05-044-22/+16
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport]Thiago Macieira2012-05-042-3/+3
* Add an assert simplifying debugging.Jędrzej Nowacki2012-05-041-0/+1
* removed unneccessary wince ifdefBjoern Breitmeyer2012-05-041-2/+0
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-044-3/+226
* Guard some pthread API with the appropriate POSIX check, or Android.Robin Burchell2012-05-041-0/+12
* Properly guard rand_r use with _POSIX_THREAD_SAFE_FUNCTIONS for Android.Robin Burchell2012-05-041-1/+1
* Enable some SQLITE extensions by defaultRafael Roquetto2012-05-041-1/+1
* Add Android to conditionals around langinfo.h usage.Robin Burchell2012-05-041-3/+5
* stop ignoring unassigned codepointsKonstantin Ritt2012-05-042-6/+5
* add support for non-BMP ligaturesKonstantin Ritt2012-05-042-70/+176
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1