Window geometry manual tests: Add Window state controls.
[profile/ivi/qtbase.git] / src /
2012-04-20 Miikka HeikkinenFix missing Windows native fonts in QML applications
2012-04-20 Casper van DonderenQDoc: Remove the text around previous and next page...
2012-04-20 Lars KnollRevert "List QtPrintSupport as a dependency of QtPlatfo...
2012-04-20 Friedemann KleintFix MSVC conversion warnings in new bytearray code.
2012-04-20 Martin PeterssonQSslSocket: call to ERR_free_strings to free loaded...
2012-04-20 Morten Johan SorvigFix crash in QCocoaBackingStore.
2012-04-20 Konstantin Rittmingw: fix a lot of annoying warnings
2012-04-20 Morten Johan SorvigImplement QCocoaWindow::setWindowState.
2012-04-20 Eskil Abrahamsen... Retain bidirectional marks when eliding text
2012-04-20 Martin JonesProvide versions of qRegisterMetaType() that do not...
2012-04-19 Michael BrasserMinor QObject::receivers() optimization.
2012-04-19 Michael BrasserMinor QObject::receivers() cleanup.
2012-04-19 Michael BrasserAdd a receivers callback to QAbstractDeclarativeData.
2012-04-19 Andy ShawFix compilation with QT_NO_DEBUG_OUTPUT defined
2012-04-19 Konstantin RittQImage: fix declaration of inline methods
2012-04-19 Thiago MacieiraMark qt_assert and qFatal as non-returning functions...
2012-04-19 John LaytPrintSupport - Remove Qt5 To-do Messages
2012-04-19 Shane KearnsAbort background requests if policy changes to disallow...
2012-04-19 Shane KearnsConnect usagePoliciesChanged signal to the QNetworkReply
2012-04-19 Shane KearnsSet ConnectInBackground also for http implementation
2012-04-19 Kim Motoyoshi KallandRemoved legacy pixmap and image cleanup hooks.
2012-04-19 Konstantin Rittfix qsslsocket build in -permissive mode (assigning...
2012-04-19 Girish RamakrishnanFix detection of default platform plugin.
2012-04-19 Bjoern BreitmeyerFixed QSimd WindowsCE build
2012-04-19 Konstantin Rittfix undefined behavior issue on Integrity
2012-04-19 Konstantin Rittoptimize canonicalOrderHelper() for generic case
2012-04-19 Konstantin Rittqwindowsintegration: fix build with -no-accessibility...
2012-04-19 Casper van DonderenQDoc: Generate index file for DITAXML.
2012-04-19 Thiago MacieiraDon't use QByteArrayLiteral for a non-stored QByteArray
2012-04-19 Friedemann KleintFix font substitutions.
2012-04-19 Konstantin Rittreplace getenv("HOME") with a "centralized" QDir::homeP...
2012-04-19 Samuel RødalGet rid of warning when building qplatformwindow_qpa...
2012-04-19 Sean HarmerDo not force OpenGL sample buffers on in the qnx qpa...
2012-04-19 Laszlo AgocsRemove internal QClipboardEvent
2012-04-19 Hannu LyytinenExtend QUDeviceHelper to detect DRM graphics devices.
2012-04-19 Toby Tomkinsdirectfb: Fix namespace compilation.
2012-04-19 Casper van DonderenDoc: Prepare for building modular QtCore docs.
2012-04-18 Ian DeanChange coreservices -> ios
2012-04-18 Konstantin Rittqdbusxml2cpp: fix build on Windows
2012-04-18 Jędrzej NowackiDo not assert when QVariant is constructed from an...
2012-04-18 Eskil Abrahamsen... Fix memory leak when drawing text in non-common script
2012-04-18 Samuel RødalOptimized EGLFS backing store a bit.
2012-04-18 Stephen KellyFix unused variable warning.
2012-04-18 Stephen KellyFix some unused variable warnings.
2012-04-18 Stephen KellyFix some unsigned comparison warnings.
2012-04-18 Stephen KellyFix build with QT_NO_CLIPBOARD.
2012-04-18 Kim Motoyoshi KallandRemove todo comments that are no longer relevant.
2012-04-18 Lars KnollRevert "Fix memory leak of QFontEngineData"
2012-04-17 Tasuku Suzukichange NSTextInput to NSTextInputClient in Cocoa plugin
2012-04-17 Janne AnttilaFixed libjpeg compiler warning about macro redefinition.
2012-04-17 Mark Brandremove useless workaround
2012-04-17 Mark BrandQTBUG-18435 fix stored procedure output parameters...
2012-04-17 Frederik GladhornOnly send progress bar updates when visible.
2012-04-17 Frederik GladhornAccessibility: Check for valid range of tree items.
2012-04-17 Frederik GladhornUse parentheses in statement with && and ||.
2012-04-17 Konstantin RittQThreadPool: unify waitForDone() overloads
2012-04-17 Konstantin RittQThreadPool: optimize enqueueTask() for common case
2012-04-17 Konstantin Rittfix QChar::decompositionTag() returns wrong result...
2012-04-17 Konstantin Rittfix QChar::isPrint() returns an incorrect result.
2012-04-17 Samuel RødalFixed RGBA <-> BGRA bug in EGLFS backingstore.
2012-04-17 Janne AnttilaFixed MSVC compiler warning for zlib when compiling...
2012-04-17 Pierre RossiFix a thread safety issue with QTextLine::glyphRuns
2012-04-17 Jian LiangFix memory leak of QFontEngineData
2012-04-17 Jørgen LindAdd function getters in the native interface
2012-04-17 Casper van DonderenQDoc: Write subclasses of namespaces in automatic ditamap.
2012-04-17 Jan-Arve SaetherAdd some missing \internal for accessibility
2012-04-17 Stephen KellyFix out of bounds use of QVector API.
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/master...
2012-04-17 aavitUpgrading libpng: Patches to libpng 1.5.10 for Qt usage
2012-04-17 aavitUpgrading libpng: Adding clean copy of libpng 1.5.10
2012-04-17 Bradley T. HughesCocoa: allow timer activation to recurse
2012-04-17 Bradley T. HughesAdd QPlatformWindow::setWindowModified(bool)
2012-04-17 Girish Ramakrishnanapi: remove QWindow::move
2012-04-17 Girish Ramakrishnanapi: Fix const correctness of api in QScreen
2012-04-17 Girish Ramakrishnanapi: Make QGuiApplication::styleHints() static
2012-04-17 Bradley T. HughesFix tst_QDialog::deleteInExec() crash on Mac OS X
2012-04-17 Donald CarrReintroduce testlib to widget free builds
2012-04-17 Qt4iOSAdd support for iOS.
2012-04-16 Bradley T. HughesAdd QPlatformWindow::windowEvent()
2012-04-16 Donald CarrRemove incorrect inclusion of GL support headers given...
2012-04-16 hjkMake {TCBPoint,QEasingCurveFunction}::operator==()...
2012-04-16 Donald CarrHandle window state changes correctly in EGLFS
2012-04-16 Samuel RødalImplemented raster based backing store for EGLFS plugin.
2012-04-16 Bjoern BreitmeyerFixed networkproxy build under WinCE
2012-04-16 Martin PeterssonResponses to request with AlwaysNetwork set should...
2012-04-16 Richard MooreTrivial doc fix.
2012-04-16 Richard MooreMinor doc improvements.
2012-04-16 Girish RamakrishnanAdd 'we mean it' header to qpa headers
2012-04-16 Girish Ramakrishnandoc: Mark all qpa classes as internal
2012-04-16 Holger Hans Peter... gui: Clear the QPixmapCache before destroying the QPlat...
2012-04-16 Thiago MacieiraRemove the Qt 5 todo about empty string lists in QSettings
2012-04-16 Samuel RødalMade the evdev mouse plugin clamp coordinates to screen.
2012-04-16 João AbecasisMake reallocData use QArrayData::AllocationOptions
2012-04-16 João AbecasisDrop unnecessary assignment
2012-04-16 Jędrzej NowackiMigrate QByteArray over QArrayData.
2012-04-16 João AbecasisRemove explicit checks for shared_null/empty
2012-04-16 João AbecasisMake QByteArray and QString keep track of terminating...
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
next