summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-164-43/+44
* Limit the nesting depth of the Json parserLars Knoll2012-05-164-4/+107
* QElfParser: double check section size before using it.Arvid E. Picciani2012-05-161-1/+1
* MIPS DSPR2 optimization of routine fetchUntransformedRGB16Damir Tatalovic2012-05-163-0/+92
* Revert "Temporarily disable -Woverloaded-virtual in headersclean test"Kent Hansen2012-05-161-1/+1
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-163-7/+18
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-1611-119/+112
* QChar: add missing UCS-4 overloads, get rid of UCS-2 onesKonstantin Ritt2012-05-163-224/+231
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-164-30/+119
* Fix QFile::permissions for long filenamesShane Kearns2012-05-162-8/+60
* tst_QNetworkReply: enable the ioGetFromBuiltinHttp test.Martin Petersson2012-05-161-6/+5
* QHttpNetworkReply:readBodyFast return early if nothing to read.Martin Petersson2012-05-161-0/+2
* QNetworkAccessManager: Read all from socket on remote host closeMartin Petersson2012-05-161-0/+26
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-162-10/+34
* udev: improve device discovery with udev for add/removeJohannes Zellner2012-05-151-5/+10
* printsupport: set duplex setting correctly to CUPS printerTeemu Katajisto2012-05-151-14/+14
* Use IF(NOT TARGET ...) before creating imported targets.Stephen Kelly2012-05-154-3/+13
* Add Q_UINT64_C to 64 bit integer literal.Carl Schumann2012-05-151-1/+1
* input: Use UDev or specific device pathsJohannes Zellner2012-05-153-19/+23
* Restore the QEvent::d pointer to null after we're done using itThiago Macieira2012-05-151-1/+4
* QElfParser: fix type of sh_sizePino Toscano2012-05-152-3/+3
* qdoc: Improve fileToOpen detection for examples manifestAlessandro Portale2012-05-151-1/+1
* Windows: Trim filter specification of the native file dialog.Friedemann Kleint2012-05-151-1/+2
* Do not limit mingw mkspec to "win32-g++" only.kb2012-05-151-1/+1
* Set QMAKE_DOCS_INSTALLDIR to $$[QT_INSTALL_DOCS] to allow overriding in .proMarius Storm-Olsen2012-05-152-1/+6
* Fix font printing on Windows using the native engine.Friedemann Kleint2012-05-154-28/+55
* Rename QMimeDatabase method for consistency.David Faure2012-05-154-13/+22
* qdoc: Don't include internal QML properties in outputMartin Smith2012-05-155-8/+18
* QDoc: Use capitalized navtitles in ditamap.Casper van Donderen2012-05-151-10/+10
* qdoc: Fixed some terminology output by qdocMartin Smith2012-05-152-2/+2
* Fix include path to fb_base.priGirish Ramakrishnan2012-05-152-2/+2
* Fix QPA files inclusion headersGirish Ramakrishnan2012-05-158-24/+24
* Remove const char *-based connectNotify() APIKent Hansen2012-05-154-151/+28
* Deprecate the ability to change the FS encoding separate from the localeThiago Macieira2012-05-154-72/+51
* Add test case for link local TCP connectionsShane Kearns2012-05-151-0/+83
* Enable Gtk file iconsFrederik Gladhorn2012-05-153-7/+7
* Use org.qt-project for the QFactoryInterface's IIDThiago Macieira2012-05-151-1/+1
* Split Q_COMPILER_DEFAULT_DELETE_MEMBERSBradley T. Hughes2012-05-152-8/+25
* Properly handle unexpected EOF in QHttpThreadDelegateShane Kearns2012-05-151-6/+9
* device: don't set a default cross compile prefixDonald Carr2012-05-157-15/+2
* Add private API for finding symbols on LinuxGlenn Watson2012-05-151-0/+7
* Remove capitalization when specifying include-libraries.kb2012-05-1414-17/+17
* Do not override CO_E_NOT_SUPPORTEDkb2012-05-141-0/+2
* Windows: Query mouse double click interval from system.Friedemann Kleint2012-05-141-1/+4
* configure: save pkg-config env in qconfig.priJohannes Zellner2012-05-141-0/+8
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-142-1/+9
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-142-1/+10
* Port away from QString::{to,from}Ascii in qmakeThiago Macieira2012-05-142-3/+3
* Add missing include library to prevent link failurekb2012-05-141-0/+1
* clang: Use __has_feature() to detect C++11 featuresBradley T. Hughes2012-05-141-21/+74