profile/ivi/qtbase.git
2012-02-29 Jason McDonaldRemove unused selftest data file.
2012-02-28 Thorbjørn Lund... QHeaderView - remove sectionCount variable
2012-02-28 Stephen KellyAdd support for QT_NO_SIGNALS_SLOTS_KEYWORDS
2012-02-28 Marc MutzQRingBuffer: make constructor explicit
2012-02-28 Hib ErisActivate replacements when installing .pc files for...
2012-02-28 Marc MutzQPair: don't copy-initialise 'first'/'second' in the...
2012-02-28 Hib ErisDe-duplicate platform-dependent paths
2012-02-28 Marc MutzQPair: remove user-defined copy assignment operator
2012-02-28 Hib ErisImplement missing replacements when installing .pc...
2012-02-28 Oswald Buddenhagendon't abuse $$fromfile() for inspecting entire projects
2012-02-28 Oswald Buddenhagenlook for mkspecs in the project root, not next to every...
2012-02-28 Oswald Buddenhagenfactor out code to install default mkspec
2012-02-28 Jason BarronAdd a new qmake feature to support OpenGL ES 1 apps
2012-02-28 Stephen KellyMake the CMake files work with directory overrides.
2012-02-28 Bradley T.... Compile SHA-2 code on systems without stdint.h
2012-02-28 Friedemann... Skip QLocale test on Windows, improve process handling.
2012-02-28 Pekka VuorelaRename remaining references to QInputPanel
2012-02-28 Miikka HeikkinenFix QLibrary autotest for Windows
2012-02-28 Sean HarmerInitial import of the Blackberry QPA plugin for Qt5
2012-02-28 Oswald Buddenhagensimplify loop over modules
2012-02-28 Olivier Goffartmoc: Only generate IndexOfMethod for signals.
2012-02-28 Rohan McGovernconfigure: fixed qconfig.h symlink warnings
2012-02-28 Marc MutzQDomNode: don't needlessly call virtual functions
2012-02-28 Donald CarrRemove stale QWS considerations from configure
2012-02-28 Oswald Buddenhagenresolve relative spec paths already on the command...
2012-02-28 Oswald Buddenhagenmove .qmake.cache search to Option
2012-02-28 Oswald Buddenhagendon't look for features in PrefixPath
2012-02-28 Oswald Buddenhagenscope context saving more minimally
2012-02-28 Debao ZhangFix QSettings autotest fails under Windows
2012-02-28 Friedemann... QComboBox: Use platform theme hint to determine popup...
2012-02-28 Mark BrandQSqlTableModel: unify code for cache-clearing before...
2012-02-28 Rohan McGovernconfigure: fixed stray output from endian.test when...
2012-02-28 Mark BrandQSqlTableModel::isDirty(): simplify and improve logic
2012-02-28 Mark Brandrestore previously non-working disabled test
2012-02-28 Jason McDonaldtestlib: Improve the silent logging mode
2012-02-28 Jason McDonaldtestlib: Remove commented-out code from plain text...
2012-02-28 Jan-Arve SaetherMake accessible interfaces private for Qt 5.0
2012-02-28 Jiang JiangFix divide by zero when glyphWidth is 0
2012-02-27 Sean HarmerPrevent stack corruption when using OpenGL Core Profile
2012-02-27 Holger Hans... directfb: Switch to the new style plugins
2012-02-27 Bradley T.... Add SHA-224, SHA-256, SHA-384, and SHA-512 support...
2012-02-27 Olivier GoffartRemove use of deprecated conversion from QKeySequence
2012-02-27 Thorbjørn Lund... QHeaderView - minor cleanup in viewportEvent
2012-02-27 Olivier GoffartDetect QMetaType::QReal from the definition of qreal
2012-02-27 Miikka HeikkinenFix submenu positioning
2012-02-27 Bradley T.... Make configure.exe only detect each compiler once
2012-02-27 Oswald Buddenhagenremove useless init() function
2012-02-27 Oswald Buddenhagenmove resetEnvironment() call to cleanup()
2012-02-27 Oswald Buddenhagenmake qmake test suite a tad more verbose on failure
2012-02-27 Oswald BuddenhagenTestCompiler: split commands from arguments
2012-02-27 Oswald Buddenhagendon't rely on $PATH for finding rcc
2012-02-27 Oswald Buddenhagenremove over-uses of $$list()
2012-02-27 Oswald Buddenhagenavoid using infile() needlessly
2012-02-27 Debao ZhangFix tst_qmenu.
2012-02-27 Debao ZhangQClipboard: Fix autotest fails
2012-02-27 Oswald Buddenhagendon't generate bogus TARGETs
2012-02-27 Oswald Buddenhagenbump version of QMAKE_TARGET_PRODUCT
2012-02-27 Friedemann... Fix QThreadstorage test.
2012-02-27 Friedemann... Fix icon loading in style sheets.
2012-02-27 David FaureQtTest: add missing \since 5.0 to the new macros
2012-02-27 David FaureFix inconsistent auto test executable names
2012-02-27 Giuseppe D... QRegExp: fix crash
2012-02-27 Oswald Buddenhagenremove library version matching from qt.conf
2012-02-27 Friedemann... Use new plugin system in qtbase.
2012-02-27 Jędrzej NowackiSimplify QMetaTypeSwitcher.
2012-02-27 Stephen KellyOptimize space for the QEventLoopQuitLocker.
2012-02-27 Jędrzej NowackiReduce QtCore lib binary size by around ~3KB, by removi...
2012-02-27 Olivier GoffartFix selftests while using QStringBuilder
2012-02-27 Olivier GoffartRemove deprecated usage of QKeySequence from qguivariant
2012-02-27 Olivier GoffartRemove usage of deprecated QAbstractItemModel::setRoleNames
2012-02-27 Olivier GoffartDon't use deprecated QAbstractItemModel::reset()
2012-02-27 Jędrzej NowackiCleanup usage of QVariant::Type.
2012-02-27 Stephen KellyRemove more support for unsupported GCC versions.
2012-02-27 Toby TomkinsSkip unstable qlineedit autotest on Ubuntu 11.10.
2012-02-27 Toby Tomkinsqfiledialog2: Skip test that is passing on CI and faili...
2012-02-27 Kurt KorbatitsChanged qnetworkreply unittest to return correct code
2012-02-26 Marc MutzQFlags<>: let the compiler generate copy ctor/op=
2012-02-26 Oswald Buddenhagenremove fallback re-initialization of TARGET after parsi...
2012-02-26 Olivier GoffartRemoveRef should not remove the const
2012-02-26 Marc MutzQFixed: make constexpr
2012-02-26 Marc MutzQFixed{,Size}: reformulate some functions in a constexp...
2012-02-26 Giuseppe D... uic: remove unused QRegExp #includes
2012-02-26 Marc MutzQPrinterInfo: remove unused variable
2012-02-26 Olivier GoffartRemove usage of deprecated QRect::unite
2012-02-26 ABBAPOHFix doc according to current method signature
2012-02-25 Olivier GoffartFix compilation of examples with QStringBuilder
2012-02-25 Marc MutzQSslError: fix wrong #endif placement
2012-02-25 Jonathan LiuFix MinGW configure bootstrap
2012-02-25 Oswald Buddenhagenprocess variable assignments with tabs as well
2012-02-25 Shane Kearnsconfigure - fix detection of MSVC compiler in x64
2012-02-25 Friedemann... Fix a crash in QSystemLocalePrivate::uiLanguages().
2012-02-25 Olivier GoffartFix compilation without QT_DEPRECATED_SINCE
2012-02-25 Teemu KatajistoImplement isSharing() and isValid() methods for QCocoaG...
2012-02-25 Marc MutzQFutureWatcher: Make constructors explicit
2012-02-25 jian liangFix to exit of adopted thread watcher in Windows
2012-02-24 Marc Mutzcompile fix: parse under C++11
2012-02-24 Marc Mutzexamples: compile w/o opengl
2012-02-24 Friedemann... Use new plugin system for SQL drivers.
2012-02-24 Friedemann... Use new plugin system for network bearer plugins.
2012-02-24 Marc Mutzrcc: micro-optimization
next