profile/ivi/qtbase.git
2012-04-03 John LaytQLocale: Merge month name data storage to save 50KB...
2012-04-03 Giuseppe D... QHash security fix (1/2): add global QHash seed
2012-04-03 Thiago MacieiraRemove old comment restored by mistake
2012-04-03 Laszlo PappAdd a remainingTime() method to the public interface...
2012-04-03 Jędrzej NowackiRemove duplicated template code.
2012-04-02 João AbecasisDon't use qstrlen if string is not null
2012-04-02 Matt NewellQSqlDriver functions made virtual
2012-04-02 Stephen KellyDeprecate QItemSelectionModel::intersect().
2012-04-02 Marc MutzQUuid: mark as Q_PRIMITIVE_TYPE
2012-04-02 João AbecasisIntroduce QArrayDataPointer::needsDetach
2012-04-02 João AbecasisIntroduce QArrayDataOps::truncate
2012-04-02 João AbecasisIntroduce QArrayData::detachCapacity
2012-04-02 João AbecasisIntroduce QArrayDataOps::appendInitialize
2012-04-02 João AbecasisAdd missing include on 32-bit builds
2012-03-31 Robin BurchellRemove all calls to, and deprecate qMalloc, qRealloc...
2012-03-30 João AbecasisMake numerus unsigned
2012-03-30 João AbecasisPre-validate numerus rules: fail early, fail gracefully
2012-03-30 João AbecasisVerify presence of "magic cookie" before more expensive...
2012-03-30 João AbecasisAdd tests to verify QByteArray's zero termination
2012-03-30 João AbecasisUse unsigned variable for size and index
2012-03-30 João AbecasisFix comments out of touch with reality
2012-03-29 Thiago MacieiraRevert to Qt4 behaviour that QUrl().isValid() == false
2012-03-29 Thiago MacieiraMove the #include "tst_qurlinternal.moc" up to workarou...
2012-03-29 Thiago MacieiraFix the license headers for the files in the new-qurl...
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()
next