summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add an assert to QMetaObjectBuilder.Jędrzej Nowacki2012-03-291-0/+1
* Compile QArrayData in bootstrap phase.Jędrzej Nowacki2012-03-291-0/+1
* Fix operator precedence order.Thiago Macieira2012-03-291-1/+1
* Make qsimd.cpp also complain if required features are missingThiago Macieira2012-03-281-2/+58
* Clean up and make robust the file loading codeJoão Abecasis2012-03-281-37/+51
* Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-132/+12
* Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-282-2/+218
* Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-0/+204
* Remove the -no-stl option from configureThiago Macieira2012-03-284-12/+0
* Remove the old code using MMX registers.Thiago Macieira2012-03-2810-1687/+8
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-285-31/+3
* Remove AutoCompatConnectionDebao Zhang2012-03-283-35/+4
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-286-8/+131
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Remove workaround for QComboBox not having a USER property.Stephen Kelly2012-03-282-8/+0
* Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-284-24/+28
* Unify the atomic implementation for x86 architecturesThiago Macieira2012-03-284-394/+96
* Rename qatomic_x86_64.h to qatomic_x86.hThiago Macieira2012-03-283-3/+3
* Fail when no translations found, reset pointers on failureJoão Abecasis2012-03-281-0/+14
* Use Big-Endian conversion functions from qendian.hJoão Abecasis2012-03-281-6/+4
* Remove unused argumentJoão Abecasis2012-03-281-7/+1
* There's no need to check pre-validated inputJoão Abecasis2012-03-281-8/+6
* Use accumulating hash, instead of allocating intermediate stringJoão Abecasis2012-03-281-4/+17
* Avoid overflow in boundary checkJoão Abecasis2012-03-271-1/+1
* Merge master into api_changesKent Hansen2012-03-2799-1975/+1154
|\
| * Cocoa: initialize QCocoaEventDispacherPrivate::lastSerialBradley T. Hughes2012-03-261-0/+1
| * Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
| * Fix annoying deprecation warning about QImageTextKeyLangThiago Macieira2012-03-261-3/+18
| * Cocoa: Remove unused qt_mac_is_sheet() functionBradley T. Hughes2012-03-261-11/+0
| * Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-266-3/+6
| * Cocoa: silence warnings from QCocoaBackingStoreBradley T. Hughes2012-03-261-16/+1
| * Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup properlyBradley T. Hughes2012-03-261-1/+3
| * Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-2/+6
| * Fix measurement system for the UKLars Knoll2012-03-264-9/+18
| * Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-266-31/+15
| * Cocoa: reimplement QPlatformWindow::setOpacity()Bradley T. Hughes2012-03-262-0/+7
| * Fix for fontconfig 2.9 behavior changeJiang Jiang2012-03-261-11/+9
| * Remove dummy impl. of shared graphics cache in XCB pluginEskil Abrahamsen Blomfeldt2012-03-267-1279/+2
| * Cocoa: reimplement QPlatformBackingStore::scroll()Bradley T. Hughes2012-03-262-0/+13
| * Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-263-21/+9
| * Cocoa: send key events for modifier keysBradley T. Hughes2012-03-261-0/+37
| * Cocoa: keep a NSWindow pointer in QCocoaWindowBradley T. Hughes2012-03-261-1/+1
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-267-12/+18
| * 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