summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QWidget::mapTo/mapFrom() take const pointers.Jason McDonald2012-03-262-6/+6
* Make QWidget::isEnabledTo() and isVisibleTo() to take const pointers.Jason McDonald2012-03-262-5/+4
* Make QGridLayout::getItemPosition() const.Jason McDonald2012-03-262-5/+5
* Add support for detecting SSE2 and SSE3 on WinCEThiago Macieira2012-03-261-0/+4
* Use ADD/SUB instructions on x86 and x86-64 atomics instead of INC/DECThiago Macieira2012-03-262-10/+10
* Fix the 64-bit i386 atomic according to assembly outputThiago Macieira2012-03-261-6/+6
* Enable endianness conversions on q(u)int8João Abecasis2012-03-254-1/+168
* Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-244-3388/+3427
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-2411-21/+13
* Get rid of compilation warning.Jędrzej Nowacki2012-03-231-0/+1
* Add the Q_CORE_EXPORT macros to unit-test-exported codeThiago Macieira2012-03-231-2/+2
* Optimise QHostAddress a littleThiago Macieira2012-03-231-7/+12
* Add detection of AVX and AVX2 support in the compiler.Thiago Macieira2012-03-234-1/+79
* Remove detection for MMX support and related technologyThiago Macieira2012-03-2312-330/+17
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-237-47/+165
* Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
* Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-23404-1822532/+4503
|\
| * Merge master into api_changesKent Hansen2012-03-23404-1822532/+4503
| |\
| | * QLocalSocket: remove double buffer on qlocalsocket_unixMartin Petersson2012-03-231-1/+1
| | * Check if Qt::ImEnabled is true before handling im events on MacTasuku Suzuki2012-03-233-17/+60
| | * Cocoa: Add window fullscreen button on OS X Lion.Morten Johan Sorvig2012-03-231-0/+9
| | * Add QPA readme.Morten Johan Sorvig2012-03-231-0/+49
| | * configure: Fix x86_64 detectionBradley T. Hughes2012-03-232-2/+2
| | * Fix udev building after commit 7a169fb52a2d57ec6b3b8e6196e5d4ce084e3eb0Thiago Macieira2012-03-231-1/+1
| | * Deprecate QInputMethodEvent::setTentativeCommitString()Pekka Vuorela2012-03-232-2/+4
| | * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| | * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
| | * Use the same ifdef-based debugging as the other engines.Robin Burchell2012-03-231-22/+28
| | * Fixed QLineEdit to emit selectionChangedPekka Vuorela2012-03-232-4/+19
| | * Fix QPrinter test in WindowsMiikka Heikkinen2012-03-237-89/+69
| | * Deprecate QApplication::setGraphicsSystemDonald Carr2012-03-221-2/+3
| | * Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
| | * Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
| | * Remove the workaround for GCC 3.3 on IRIXThiago Macieira2012-03-221-12/+0
| | * Make architecture detection more robust.Girish Ramakrishnan2012-03-224-43/+21
| | * Fix compilation on ARM with C++11: narrowing conversionThiago Macieira2012-03-223-3/+3
| | * Fix the build of qt-freetype with -system-zlibThiago Macieira2012-03-221-0/+1
| | * Fix the build of -qt-freetypeThiago Macieira2012-03-222-1/+1
| | * Fix compilation: std::min is in <algorithm>Thiago Macieira2012-03-221-0/+1
| | * Save the pkg-config settings in config.statusThiago Macieira2012-03-221-0/+4
| | * Add a non-implicit virtual destructor for QDashStrokerThiago Macieira2012-03-222-0/+5
| | * Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
| | * Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
| | * support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
| | * make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
| | * More UTF8 fix of raster autotestaavit2012-03-221-2/+1
| | * Fixed QScreen::name() return value on xcb.Samuel Rødal2012-03-221-1/+5
| | * Fix assert in libdbus-1 from tst_qdbusmarshall.David Faure2012-03-221-6/+10
| | * Add configure bootstrap generated files to .gitignoreShane Kearns2012-03-221-0/+4
| | * Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-224-3/+86