profile/ivi/qtbase.git
2012-03-29 Thiago MacieiraDe-inline qHash(const QUrl&) and improve
2012-03-29 Thiago MacieiraFix QUrl operator== and operator<
2012-03-29 Thiago MacieiraDisallow spaces in URLs when parsing in StrictMode.
2012-03-29 Thiago MacieiraReimplement the StrictMode URL parsing
2012-03-29 Thiago MacieiraRe-introduce support for QUrl::errorString()
2012-03-29 Thiago MacieiraPort to the new QUrl API
2012-03-29 Thiago MacieiraAdd QUrl::setQuery overload with QUrlQuery
2012-03-29 Thiago MacieiraQUrl: optimise setHost for the common case
2012-03-29 Thiago MacieiraQUrl: Always lowercase the scheme
2012-03-29 Thiago MacieiraLong live the new QUrl implementation.
2012-03-29 Thiago MacieiraMove some of qurl.cpp into other files for ease of...
2012-03-29 Thiago MacieiraForward the methods dealing with the break down of...
2012-03-29 Thiago MacieiraLong live QUrlQuery
2012-03-29 Thiago MacieiraRefactor the URL recoder a little
2012-03-29 Thiago MacieiraRemove the tolerant parsing function and make the recod...
2012-03-29 Thiago MacieiraAdd the code that recodes URLs.
2012-03-29 Thiago MacieiraMark QUrl::{to,from}Punycode as deprecated since 5.0
2012-03-29 Thiago MacieiraMove the QByteArray-based percent-encoding activities...
2012-03-29 Jędrzej NowackiMake QArrayData::shared_null zero terminated.
2012-03-29 Jędrzej NowackiRemove compression support from moc.
2012-03-29 Jędrzej NowackiAdd an assert to QMetaObjectBuilder.
2012-03-29 Jędrzej NowackiCompile QArrayData in bootstrap phase.
2012-03-29 Thiago MacieiraFix operator precedence order.
2012-03-28 Thiago MacieiraMake qsimd.cpp also complain if required features are...
2012-03-28 João AbecasisClean up and make robust the file loading code
2012-03-28 Thiago MacieiraPort QHostAddress to use the new IP utilities in QtCore
2012-03-28 Thiago MacieiraAdd support for IPv6 parsing and reconstructing the...
2012-03-28 Thiago MacieiraAdd a function to parse IPv4 addresses in QtCore
2012-03-28 Thiago MacieiraRemove the -no-stl option from configure
2012-03-28 Thiago MacieiraRemove the old code using MMX registers.
2012-03-28 Debao ZhangRemove WA_PaintOutsidePaintEvent
2012-03-28 Debao ZhangRemove AutoCompatConnection
2012-03-28 David FaureAllow auto tests to stay away from the user's configura...
2012-03-28 João AbecasisEnsure QTypedArrayData is just a shim over QArrayData
2012-03-28 João AbecasisImprove output on test failures
2012-03-28 João AbecasisSilence unused comparison result warnings (clang)
2012-03-28 João AbecasisFix loop conditions, after warnings from clang
2012-03-28 Thiago MacieiraDon't hardcode the order of elements in QHashes
2012-03-28 Thiago MacieiraUnit-test the additional QBasicAtomicXXX expansions
2012-03-28 Stephen KellyRemove workaround for QComboBox not having a USER property.
2012-03-28 Stephen KellyAdd USER properties to QDateEdit and QTimeEdit.
2012-03-27 Thiago MacieiraUnify the atomic implementation for x86 architectures
2012-03-27 Thiago MacieiraRename qatomic_x86_64.h to qatomic_x86.h
2012-03-27 João AbecasisFail when no translations found, reset pointers on...
2012-03-27 João AbecasisUse Big-Endian conversion functions from qendian.h
2012-03-27 João AbecasisRemove unused argument
2012-03-27 João AbecasisThere's no need to check pre-validated input
2012-03-27 João AbecasisUse accumulating hash, instead of allocating intermedia...
2012-03-27 João AbecasisMake QTranslator testcase independent of Widgets
2012-03-27 João AbecasisAvoid overflow in boundary check
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Thiago MacieiraDisable ICC diagnostic 2261 about __assume with side...
2012-03-27 Girish Ramakrishnandevice: Add -device and -device-option to configure
2012-03-27 Rohan McGovernMark tst_qdialog as insignificant on mac.
2012-03-27 Marius Storm... Sync configure with Unix version (-make/-nomake)
2012-03-26 Jason McDonaldMake QWidget::mapTo/mapFrom() take const pointers.
2012-03-26 Jason McDonaldMake QWidget::isEnabledTo() and isVisibleTo() to take...
2012-03-26 Jason McDonaldMake QGridLayout::getItemPosition() const.
2012-03-26 Thiago MacieiraAdd support for detecting SSE2 and SSE3 on WinCE
2012-03-26 Bradley T.... Cocoa: initialize QCocoaEventDispacherPrivate::lastSerial
2012-03-26 Thiago MacieiraUse ADD/SUB instructions on x86 and x86-64 atomics...
2012-03-26 Thiago MacieiraFix the 64-bit i386 atomic according to assembly output
2012-03-26 Thiago MacieiraRemove old code that was for the MIPSpro compiler
2012-03-26 Thiago MacieiraFix annoying deprecation warning about QImageTextKeyLang
2012-03-26 Bai Jinglet qtPrepareTool give right path for app_bundle
2012-03-26 Rafael RoquettoBlackberry mkspecs
2012-03-26 Bradley T.... Cocoa: Remove unused qt_mac_is_sheet() function
2012-03-26 Bradley T.... Cocoa: silence warnings about unused variables
2012-03-26 Bradley T.... Cocoa: silence warnings from QCocoaBackingStore
2012-03-26 Bradley T.... Cocoa: QCocoaWindow::clearNSWindow() needs to cleanup...
2012-03-26 Donald CarrReunite NAS support in configure with QSound
2012-03-26 Bradley T.... Cocoa: don't show window when calling raise()
2012-03-26 Lars KnollFix measurement system for the UK
2012-03-26 Pekka VuorelaPassword editor mask delay stylable by platform plugin
2012-03-26 Laszlo AgocsTest mouse events more thoroughly in QWindow autotest
2012-03-26 Bradley T.... Cocoa: reimplement QPlatformWindow::setOpacity()
2012-03-26 Jiang JiangFix for fontconfig 2.9 behavior change
2012-03-26 Eskil Abrahamsen... Remove dummy impl. of shared graphics cache in XCB...
2012-03-26 Bradley T.... Cocoa: reimplement QPlatformBackingStore::scroll()
2012-03-26 Bradley T.... Fix QGuiApplication::keyboardModifiers()
2012-03-26 Bradley T.... Cocoa: send key events for modifier keys
2012-03-26 Bradley T.... Cocoa: keep a NSWindow pointer in QCocoaWindow
2012-03-26 Sarah SmithFix qtnamespace compile break on Mac.
2012-03-26 Kurt KorbatitsFixed qthreadstorage unittest to work from install...
2012-03-25 Thiago MacieiraRemove the Q_STATIC_TEMPLATE_SPECIALIZATION macro
2012-03-25 Thiago MacieiraRemove the use of a template qUnused function for ICC
2012-03-25 Thiago MacieiraWork around what apparently is a GCC 4.6.0 bug
2012-03-25 João AbecasisEnable endianness conversions on q(u)int8
2012-03-25 Frederik GladhornImprove accessibility test to handle more text events.
2012-03-25 Thiago MacieiraUse private futexes for QMutex on Linux if they're...
2012-03-24 Samuel RødalUse XCB_TIME_CURRENT_TIME instead of CurrentTime from...
2012-03-24 David FaureRestore Qt4 compat in QDesktopServices::DataLocation
2012-03-24 Thiago MacieiraAdd macros for assuming and unreachable code
2012-03-24 Thiago MacieiraUpdate the C++11 support macros
2012-03-24 Jędrzej NowackiUpdate QLocale data from CLDR v1.8.1 to CLDR v1.9.1
2012-03-24 Thiago MacieiraQPrinterInfo: remove a test that is too early
2012-03-24 Thiago MacieiraUse QVector<int> instead of QList<int> for storing...
2012-03-24 Thiago MacieiraFix compilation of tst_QSqlThread: no need to use QBasi...
2012-03-24 Frederik GladhornMake sure windows send accessibility activated updates.
2012-03-24 Thiago MacieiraDisable QUrl support in QVariant in bootstrapped mode
next