profile/ivi/qtbase.git
2012-09-19 Rafael RoquettoRotate non maximized windows
2012-09-19 Oswald Buddenhagenmake src/tools/ compile without CamelCase headers
2012-09-19 Oswald Buddenhagendon't require a fake qconfig.h for the configure bootstrap
2012-09-19 Oswald Buddenhagensyncqt only the QtCore headers for the bootstrap
2012-09-19 Oswald Buddenhagenmove the module validation below the loading of sync...
2012-09-19 Oswald Buddenhagensimplify forwarding include() statement in default...
2012-09-19 Oswald Buddenhagenresolve only one level of symlinks, and only for the...
2012-09-19 Oswald Buddenhagenfold m_qmakespecFull back into m_qmakespec
2012-09-19 Oswald Buddenhagenmake 'make check' work with non-installed prefix builds
2012-09-19 Oswald Buddenhagenfactor out qtAddTargetEnv()
2012-09-19 Oswald Buddenhagenremove pointless conditionals+branches
2012-09-19 Oswald Buddenhagenremove mentions of borland from project files
2012-09-19 Oswald Buddenhagendon't make the outputs depend on $$QMAKE_DUMPCPP
2012-09-19 Oswald Buddenhagenremove now unnecessary indirections
2012-09-19 Frederik GladhornFix typo in docs.
2012-09-19 Tilman SauerbeckMake QStatusBar text available via accessibility.
2012-09-19 Samuel RødalFixed potential use of uninitialized variable in qgl.cpp
2012-09-19 Thiago MacieiraSplit the qt_message_output function in two
2012-09-19 Marc MutzQFileInfoGatherer: remove unused members userId/groupId
2012-09-19 Marc MutzQFileInfoGatherer: fix race conditions pt.1: abort
2012-09-19 Mitch CurtisPass correct argument to QShortcutEvent ctor in tst_qab...
2012-09-19 Marc MutzQVarLengthArray: provide STL-compatible member function...
2012-09-19 Sean HarmerOpenGL: Make use of the requested version and profile...
2012-09-19 Sean HarmerOpenGL: Add flags and logic for newer versions of OpenG...
2012-09-19 Sean HarmerOpenGL: Request latest GL version when using QGLTempora...
2012-09-19 Giuseppe D... Make QTimer::singleShot take a pointer-to-const QObject
2012-09-19 Giuseppe D... Remove qUpperBound usages from qtbase
2012-09-19 Giuseppe D... Remove qLowerBound usages from qtbase
2012-09-19 Kai Koehneconfigure.exe: Improve help output
2012-09-19 Kai KoehneFix configure.exe output
2012-09-19 Sergio Ahumadasql: Include own headers first
2012-09-18 Geir VattekarDoc: Use QStyledItemDelegate and frameless spinboxes...
2012-09-18 Gabriel de... Fix tab navigation in windowflags example
2012-09-18 Gabriel de... Introducing NoDropShadowWindowHint window flag
2012-09-18 Oswald Buddenhagenfix non-bootstrapped $$system()'s line end conversions...
2012-09-18 Kai KoehneCore: Fix gcc warning about signed/unsigned integer...
2012-09-18 Kai KoehneNetwork: Fix mingw-gcc warning
2012-09-18 Kai KoehneNetwork: Fix gcc warning about qDebug format
2012-09-18 Jonathan LiuQElapsedTimer: Fix typo in restart() documentation
2012-09-18 Miikka HeikkinenFix mapping to/from global coordinates for child/embedd...
2012-09-18 Shawn RutledgeX11 (xcb) support for QScreen-per-output and runtime...
2012-09-18 Richard MooreDisable SSL compression by default.
2012-09-18 Thiago MacieiraFix thread-safety of qt_ignore_sigpipe
2012-09-18 Oswald Buddenhagendon't allow overloading of built-in functions
2012-09-18 Oswald Buddenhagenremove the entirely insane whitespace compression
2012-09-18 Yuchen DengBuild tools in release mode if using -debug-and-release...
2012-09-18 Samuel RødalPrevent buffer overflow in QXcbWindow.
2012-09-18 Jan-Arve SaetherMake qdoc read multiline macros in files with CRLF...
2012-09-17 Oswald Buddenhagenfix QMAKE_MANIFEST for shadow builds
2012-09-17 Oswald Buddenhagenproperly C-quote the manifest file name in the rc file
2012-09-17 Oswald Buddenhagenrewrite *_manifest.rc unconditionally
2012-09-17 Oswald Buddenhagenfactor out qtAddToolEnv()
2012-09-17 Oswald Buddenhagenremove 3rd parameter from qtPrepareTool()
2012-09-17 John Petersondefine QT_OPEN_LARGEFILE
2012-09-17 Frederik GladhornAdd Q_PRINTSUPPORT_EXPORT to qdoc ignores.
2012-09-17 Thiago MacieiraLet qVersion() be extern "C" if this is not a namespace...
2012-09-17 Tomasz DudaHTTP header may be damaged - fix, unit test
2012-09-17 Sergio Ahumadaexamples: Mark ctor's as explicit
2012-09-17 Sergio Ahumadaqmake: Include own header first
2012-09-17 John LaytSIC: QtPrintSupport - Remove QAbstractPageSetupDialog
2012-09-17 Mark Branduse qmake to get PKG_CONFIG in configure script
2012-09-17 Sergio Ahumadatest: Mark tst_QTabBar::sizeHints() failure as XFAIL
2012-09-16 J-P NurmiExclude QIcuCodec when QT_NO_TEXTCODEC is defined
2012-09-15 Sergio Ahumadanetwork: Fix missing or improper include guard in headers
2012-09-15 Sergio Ahumadaconcurrent: Fix missing or improper include guard in...
2012-09-15 Sergio Ahumadagui/opengl: Fix missing or improper include guard in...
2012-09-15 J-P NurmiAttempt to stabilize QMenu auto tests
2012-09-14 Laszlo PappMake maemo scope syntax in project files more generic
2012-09-14 Rafael RoquettoBlackberry: fix tst_QFileInfo::fileTimes()
2012-09-14 Kai KoehneQErrorMessage: Use qInstallMessageHandler instead of...
2012-09-14 Kai KoehneAutotests: Use qInstallMessageHandler
2012-09-14 Martin Smithqdoc: Refactoring of qdoc data structures
2012-09-14 Laszlo PappFix the comment for the maemo mkspecs since it does...
2012-09-14 Laszlo PappRename the N9 device mkspecs folder to match the *...
2012-09-14 Sergio AhumadaMark (non-public API's) ctor's as explicit
2012-09-14 Joerg Bornemannremove usage of QT_MAKEDLL in favor of the new QT_STATI...
2012-09-14 Thiago MacieiraRemove support for Intel C++ 7.1 and 8.0
2012-09-14 Miikka HeikkinenFix repaint issue when resizing a window in Windows
2012-09-14 Jerome PasionQDoc manual: ordered command list
2012-09-14 Samuel RødalDocumented QtOpenGL classes that have better replacemen...
2012-09-14 Julien Brianceauqpa: avoid useless resize in DirectFB platform
2012-09-14 Pekka VuorelaAvoid deprecated QTest method in unit test
2012-09-14 Pekka VuorelaRemove deprecated QInputMethod::visible()
2012-09-14 Simon HausmannFix compilation on Harmattan
2012-09-14 Sergio Ahumadatests: Don't omit the body of a test function with...
2012-09-14 Thiago MacieiraMove QRecursiveMutexPrivate to qmutex.cpp and mark...
2012-09-14 Thiago MacieiraRemove QBasicAtomic::tryLock with a timer
2012-09-14 Thiago Macieira#include the qmutex_xxx.cpp at the end of qmutex.cpp
2012-09-14 Thiago MacieiraUse storeRelease to unlock a mutex instead of fetchAndS...
2012-09-14 Thiago MacieiraAvoid calling QElapsedTimer::nsecsElapsed before the...
2012-09-14 Thiago MacieiraSplit the timed mutex lock from the non-timed lock...
2012-09-14 Thiago MacieiraSimplify the futex lock loop: no need for nested while
2012-09-14 Thiago MacieiraMake QBasicMutex be exclusively non-recursive
2012-09-14 Thiago MacieiraDon't recheck about timeout == 0 during mutex locking
2012-09-14 Thiago MacieiraHoist the recursive mutex check out of the inner loop
2012-09-13 J-P NurmiQtDBus: added missing QT_NO_DBUS guards
2012-09-13 Jan Arne PetersenFix QDBusServer with more than one connection
2012-09-13 Thiago MacieiraAdd qdbusconnectionmanager_p.h to the HEADER list.
2012-09-13 Thiago Macieirathrow() is C++, so don't use it in C mode
2012-09-13 Mark Brandconfig.tests/arch: make distclean on the test, not qt
next