summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove the Q_STATIC_TEMPLATE_SPECIALIZATION macroThiago Macieira2012-03-263-9/+0
| * Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
| * Use private futexes for QMutex on Linux if they're availableThiago Macieira2012-03-251-2/+35
| * Use XCB_TIME_CURRENT_TIME instead of CurrentTime from X.h in xcb plugin.Samuel Rødal2012-03-241-1/+1
| * Restore Qt4 compat in QDesktopServices::DataLocationDavid Faure2012-03-242-1/+21
| * Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
| * Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
| * Use QVector<int> instead of QList<int> for storing metatypes in QtDBusThiago Macieira2012-03-248-23/+18
| * Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-243-6/+27
| * Added QAccessibleGroupBoxFrederik Gladhorn2012-03-244-14/+113
| * Silence a warning about a change of sign.Thiago Macieira2012-03-241-1/+1
| * Update the header list for the QtDBus moduleThiago Macieira2012-03-241-3/+4
| * Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
| * Add the missing 'itt eq' instructions to the ARM atomics.Thiago Macieira2012-03-241-0/+2
| * Silence warnings about GCC #pragma in ICCThiago Macieira2012-03-241-2/+2
| * Fix warnings about commas at the end of enumsThiago Macieira2012-03-243-3/+3
| * Fix building the XCB platform pluginThiago Macieira2012-03-241-1/+2
| * Fix deprecation warning about QPlatformWindow::visibleThiago Macieira2012-03-241-1/+1
| * Fix loading of the ICU dynamic libraries on Windows.Friedemann Kleint2012-03-241-6/+23
| * Enable IAccessible for MinGW32, keep IAccessible2 disabled for MinGWJan-Arve Saether2012-03-246-93/+154
| * API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-247-45/+56
| * xcb: fix (negative) coordinate handlingMarc Mutz2012-03-241-5/+7
| * Compile fix for MinGW.Friedemann Kleint2012-03-241-1/+3
| * Fix warnings in qtbase.Friedemann Kleint2012-03-244-4/+3
| * Make QEglFSBackingStore use QtGui-only APIs.Samuel Rødal2012-03-233-55/+43
| * Initial implementation of QQnxServicesRafael Roquetto2012-03-235-0/+176
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-234-273/+154
| * Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
* | 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-251-0/+16
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-242-3385/+3404
* | Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-245-9/+11
* | Get rid of compilation warning.Jędrzej Nowacki2012-03-231-0/+1
* | Optimise QHostAddress a littleThiago Macieira2012-03-231-7/+12
* | Remove detection for MMX support and related technologyThiago Macieira2012-03-233-60/+13
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-235-17/+50
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-23200-988688/+3773
|\ \
| * | Merge master into api_changesKent Hansen2012-03-23200-988688/+3773
| |\|
| | * 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
| | * 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