Fixed potential use of uninitialized variable in qgl.cpp
[profile/ivi/qtbase.git] / src /
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 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'AngeloMake QTimer::singleShot take a pointer-to-const QObject
2012-09-19 Giuseppe D'AngeloRemove qUpperBound usages from qtbase
2012-09-19 Giuseppe D'AngeloRemove qLowerBound usages from qtbase
2012-09-19 Sergio Ahumadasql: Include own headers first
2012-09-18 Gabriel de DietrichIntroducing NoDropShadowWindowHint window flag
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 Samuel RødalPrevent buffer overflow in QXcbWindow.
2012-09-18 Jan-Arve SaetherMake qdoc read multiline macros in files with CRLF...
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 John LaytSIC: QtPrintSupport - Remove QAbstractPageSetupDialog
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-14 Laszlo PappMake maemo scope syntax in project files more generic
2012-09-14 Kai KoehneQErrorMessage: Use qInstallMessageHandler instead of...
2012-09-14 Martin Smithqdoc: Refactoring of qdoc data structures
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 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 VuorelaRemove deprecated QInputMethod::visible()
2012-09-14 Simon HausmannFix compilation on Harmattan
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 Markku HeikkilaFixed: QFileInfo::lastModified() returning wrong value.
2012-09-13 Venugopal ShivashankarDoc: Marked the QUrlInfo class documentation as \internal
2012-09-13 Mitch CurtisFix QAbstractItemModel documentation errors.
2012-09-13 Mitch CurtisFix QPrinter documentation errors.
2012-09-13 Mitch CurtisFix qtestlib-manual.qdoc errors.
2012-09-13 Mitch CurtisRemove documentation for non-existent QToolButton funct...
2012-09-13 Mitch CurtisRemove documentation for non-existent QToolBox functions.
2012-09-13 Christian KandelerDocs: Add "\since" info for QEventLoopLocker.
2012-09-13 Mitch CurtisRemove documentation for non-existent QTextEdit functions.
2012-09-13 Mitch CurtisFix QByteArray documentation errors.
2012-09-13 Kai KoehneFix compilation for win32-g++ and C++11
2012-09-13 Kai KoehneNetwork: Fix gcc warning about conversion from string...
2012-09-13 Kai KoehneKernel: Fix gcc warning in qsharedmemory_win.cpp
2012-09-13 Kai KoehneKernel: Fix gcc warning about narrowing conversion
2012-09-13 Kai KoehneThreads: Fix mingw-gcc warning about 'cast to pointer...
2012-09-13 Jędrzej NowackiImprove QMetaType docs.
2012-09-13 Stephen KellyFix crash when invalidating a QSortFilterProxyModel
2012-09-12 Mitch CurtisRemove documentation for non-existent QLineEdit functions.
2012-09-12 Eskil Abrahamsen... Fix regression in QTextDocument::toHtml() with font...
2012-09-12 Harald FernengelFix build with QT_NO_EXCEPTIONS
2012-09-12 Julien Brianceauqpa: extend drawPixmap capabilities
2012-09-12 Richard Moe GustavsenCocoaPlugin: add missing auto release pools
2012-09-12 aavitDoc: Fix misc. doc errors and document undocumented...
2012-09-11 João AbecasisDon't manipulate immutable data
2012-09-11 Rafael RoquettoQFileSystemEngine: fix realpath() buffer size
2012-09-11 Rafael RoquettoQNX: fix call to realpath() on QFileSystemEngine
2012-09-11 Oswald Buddenhagendon't require (dummy) qconfig.h for qmake build
2012-09-11 Oswald Buddenhagencompile without CamelCase headers
2012-09-11 Nico VertriestSeveral modifications in phrasing.
2012-09-11 Geir VattekarDoc: Remove references to the deprecated QGraphicsItemA...
2012-09-11 Friedemann KleintClose popups when switching applications on Windows.
2012-09-11 Julien Brianceauqpa: add non-opaque fill support
2012-09-11 Teemu KatajistoQtPrintSupport: set QPrinter margins also to QPagedPain...
2012-09-11 Samuel RødalAdded link to the OpenGL window example from the QOpenG...
2012-09-11 Samuel RødalAdd links to raster and opengl window examples in the...
2012-09-11 Samuel RødalImproved the QBackingStore documentation.
2012-09-11 Frederik GladhornFix example includes for qdoc.
2012-09-11 Frederik GladhornRemove unused file.
2012-09-11 Frederik GladhornOutput absolute paths in qdoc messages.
2012-09-11 Frederik GladhornFix qdoc tag.
2012-09-11 Frederik GladhornMove gui example doc example images.
2012-09-11 Frederik GladhornDo not include /examples in qdocconfs.
2012-09-11 Frederik GladhornAdd TableModelChange event for accessibility.
2012-09-11 Pekka VuorelaRemove deprecated inputItem and inputWindow from QInput...
2012-09-11 Casper van DonderenDoc: Centralize more common settings in 1 global qdocconf.
next