profile/ivi/qtbase.git
2012-09-09 Marc MutzUse QStringList::join(QChar) overload where applicable...
2012-09-09 Thiago MacieiraMove the non-C++ parts of qglobal.h outside of __cplusplus
2012-09-09 Thiago MacieiraMove the constructor and destruction function macros...
2012-09-09 Lars KnollUse the same hash for 8 bit strings as in QByteArray
2012-09-09 Sean HarmerQNX: Add some optional debug output to event dispatcher
2012-09-09 Sean HarmerRemove temporary constructor used to make qreal->float...
2012-09-09 Sergio AhumadaRemoving duplicate includes
2012-09-09 Sergio Ahumadatest: QFtp tests require `private_tests' set
2012-09-09 Sergio AhumadaFix missing or improper include guard in headers
2012-09-08 Frederik GladhornMove tutorials to widgets.
2012-09-08 Sergio Ahumadaqdoc: Renaming include guard in qmlmarkupvisitor.h...
2012-09-08 Sergio Ahumadaprintsupport: Fix missing or improper include guard...
2012-09-08 Thiago MacieiraAdd support for the Intel Composer XE 2013.
2012-09-08 Thiago MacieiraMake the default Qt API be Qt 5.0's
2012-09-08 Oswald Buddenhagendon't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlessly
2012-09-08 Oswald Buddenhagencentralize initialization of CONFIG in mkspecs
2012-09-08 Oswald Buddenhagencentralize initialization of QT in specs
2012-09-08 Oswald Buddenhagenremove useless TEMPLATE assignments from specs
2012-09-08 Oswald Buddenhagenadjust specs to the new target mode handling
2012-09-08 Oswald Buddenhagenenable depend_includepath by default
2012-09-08 Sergio AhumadaCheck for C++ operators that should be 'const'
2012-09-07 Jeremy LainéFix QTest::qExec crash with no command line arguments
2012-09-07 Marc MutzQDBusIntegrator: fix unprotected QDBusPendingCallPrivat...
2012-09-07 Kai KoehneMention logging related changes in changes-5.0.0 file
2012-09-07 Jędrzej NowackiFix warning about not enough actual parameters for...
2012-09-07 Oswald Buddenhagenfix c string comparison
2012-09-07 Oswald Buddenhagende-duplicate MODULE_DEPENDS
2012-09-07 Oswald Buddenhagenuse each module's lib_bundle setting
2012-09-07 Oswald Buddenhagengeneralize environment additions to tool invocation
2012-09-07 Oswald Buddenhagencache the right variable
2012-09-07 Marc MutzQVariant: prevent QVariant(QMetaType::Type) from compiling
2012-09-07 Marc MutzUse QStringList::join(QChar) overload where applicable...
2012-09-07 Marc MutzUse QStringList::join(QChar) overload where applicable...
2012-09-07 Marc MutzUse QStringList::join(QChar) overload where applicable...
2012-09-07 Sean HarmerQNX: Enable support for hardware buttons in QPA plugin
2012-09-07 Jorgen LindEnable autodetecting of EGL event for desktop GL
2012-09-07 Eskil Abrahamsen... doc: Clean up QAbstractItemModel documentation
2012-09-07 Thiago MacieiraUse setenv in qputenv if possible, since it won't leak
2012-09-07 Kai KoehneLogging: Fix mingw32-gcc compiler warning about unused...
2012-09-07 Lars KnollFix performance regression when appending one vector...
2012-09-07 Julien BrianceauQtNetwork: bypass proxy for local connections
2012-09-07 Thiago MacieiraQWeakPointer use for tracking QObjects is deprecated.
2012-09-07 Jerome PasionAdded API Reference Style Guidelines
2012-09-07 Oswald Buddenhagenintroduce qmake variable abstractions
2012-09-07 Thiago MacieiraAdd a way to benchmark sem_t on Unix too
2012-09-07 Thiago MacieiraUpdate the git-archive export options
2012-09-07 Marc MutzQtGlobal: mark qVersion() and qSharedBuild() as nothrow
2012-09-07 Mitch CurtisDocument how opacity affects QGraphicsScene item queries.
2012-09-07 Caroline ChaoTest: Replace QSKIP by XFAIL
2012-09-07 Caroline ChaoTest: Remove QSKIP for tst_QXmlSimpleReader::inputFromS...
2012-09-07 Giuseppe D... Fix QRegularExpression* docs
2012-09-07 Frederik GladhornMark plugin class docs as internal.
2012-09-07 Jan-Arve SaetherFix a bug in qdoc where to look for index files.
2012-09-07 Sean HarmerMake gui/math3d classes use float rather than qreal
2012-09-07 Sergio MartinsFix compilation error of qcursor_qpa.cpp with QT_NO_CURSOR.
2012-09-07 Arvid Piccianilinuxfb: use linux/kd.h instead of the glibc dummy
2012-09-07 Oliver WolffFixed behaviour of mouse clicks for menu bars on Windows
2012-09-07 Olivier GoffartFix crash when QTextLayout::setAdditionalFormats is...
2012-09-07 Friedemann... Add example to test widget grab.
2012-09-07 Friedemann... Stabilize test of QSpinBox.
2012-09-07 Friedemann... Revert "Implement automatic mouse grabbing on mouse...
2012-09-07 Kai KoehneRemove declarative_debug feature (qmake)
2012-09-07 Kai Koehneconfigure: Unify order of options in help
2012-09-07 Jan-Arve SaetherMove enums that was part of the Qt namespace to qnamesp...
2012-09-07 Sergio AhumadaRevert "Use true and false in preference to TRUE and...
2012-09-07 Friedemann... Fix g++ compiler warnings.
2012-09-05 Mitch CurtisFix QDateEdit displaying day as a number for short...
2012-09-05 Mitch CurtisFix 3 digit day being displayed by QDateEdit.
2012-09-05 aavitDoc: Missing documentation added and doc errors fixed.
2012-09-05 Jorgen LindDon't use string comparison to figure out how to use...
2012-09-05 Jorgen LindMove assignment of mousePressed variable in QWidgetText...
2012-09-05 Oswald Buddenhagenrestore support for QMAKE_LIBDIR_FLAGS
2012-09-05 Oswald Buddenhagenbypass configure bootstrap for non-git builds
2012-09-05 Oswald Buddenhagenremove pretenses of supporting projects on stdin
2012-09-05 Oswald Buddenhagenmake QMakeMetaInfo a little less inefficient with libto...
2012-09-05 Oswald Buddenhagenpre-initialize more invariant properties
2012-09-05 Oswald Buddenhagenremove QMAKE_MKSPECS property from qmake -query's view
2012-09-05 Sergio AhumadaUse true and false in preference to TRUE and FALSE
2012-09-05 Sergio Ahumadatest: Check for null string comparison
2012-09-05 Milian WolffOptimize QTextLayout/QTextEngine usage outside of QText...
2012-09-05 Jonathan LiuFix Windows platform plugin narrowing conversion compil...
2012-09-04 Robin BurchellRemove custom sort implementation in QTriangulator...
2012-09-04 Mitch CurtisCorrect the QFileDialog's delete warning message.
2012-09-04 Mitch CurtisClarify QDateTime::secsTo and QDateTime::msecsTo docume...
2012-09-04 Sean HarmerQNX: Move qpa-based mkspecs out of the unsupported...
2012-09-04 Oswald Buddenhagenfix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixup
2012-09-04 Rafael RoquettoAuto test for 'qmake -project' use case.
2012-09-04 Morten SorvigFix indentation.
2012-09-04 Jonathan LiuQWizard/Win: Fix vista helper cache state invalidation
2012-09-04 Robin Burchellgraphicsview: use std::sort instead of qSort
2012-09-04 aavitDoc: fix yet more errors reported by qdoc
2012-09-03 Sean HarmerQNX: Tidy up QMAKE_LFLAGS in qnx mkspecs
2012-09-03 Stephen KellyGenerate includes for Qt containers used as auto-metatypes.
2012-09-03 Oswald Buddenhagenremove handling of QMAKE_FILETAGS
2012-09-03 Oswald Buddenhagenremove unnecessary QMAKESPEC fallback code
2012-09-03 Oswald Buddenhagenremove pretenses of manual dependencies
2012-09-03 Oswald Buddenhagenunbreak "make depend" for shadow builds
2012-09-03 Oswald Buddenhagenunify c*flags in the hand-written makefiles somewhat
2012-09-03 Oswald Buddenhagenfix assignment of MSVCPROJ_TARGET
2012-09-03 Gabriel de... Cleaner support for window flags in QCocoaWindow
next