Added QWindow::requestedFormat()
[profile/ivi/qtbase.git] / src /
2011-10-03 Gunnar SlettaAdded QWindow::requestedFormat()
2011-10-03 Gunnar Slettaadd a latency after simulating keyevets since they...
2011-10-03 Friedemann KleintWindows plugin: Fix compilation with MinGW.
2011-10-03 Lars KnollRemove the remaining traces of QT3_SUPPORT
2011-10-03 Tor Arne VestbøDon't use un-guarded printfs for debug logging in XCB...
2011-09-29 Lars KnollRemove QT_MOC_COMPAT signals
2011-09-29 Laszlo AgocsSend key events to the active window when tlw in qpa...
2011-09-29 David FaureRename Qt::escape to QString::toHtmlEscaped, add compat...
2011-09-29 David FaureMove Qt::escape to QtCore
2011-09-29 Jan-Arve SaetherRefactor accessibility for Qt5
2011-09-29 Frederik GladhornRemove obsolete function isHeaderVisible.
2011-09-29 Lars KnollFix the qtranslator autotest
2011-09-29 Lars KnollGet rid of the last traces of QMimeSource
2011-09-28 Eskil Abrahamsen... Register whether a glyph run goes from RTL or LTR
2011-09-28 David FaureQTemporaryFile: use QCoreApplication::applicationName...
2011-09-28 Lars KnollImplement support for QGuiApp::setOverrideCursor()
2011-09-28 Pekka VuorelaAdapted most QInputContext usage on widgets to QInputPanel
2011-09-28 Pekka VuorelaRemove support for QWidget specific input contexts
2011-09-28 Pekka VuorelaAdapt QGraphicsView from QInputContext to QInputPanel
2011-09-28 Joona PetrellAdd missing Q_ENUMS macro to QInputPanel
2011-09-28 Kent HansenMake qtbase build with Qt-in-namespace again
2011-09-28 Jason McDonaldMake QTest::qWarn() use __FILE__ and __LINE__.
2011-09-28 Friedemann KleintRe-enable the Windows plugin.
2011-09-28 Pekka VuorelaUse module prefixed include paths, avoids warnings...
2011-09-28 Friedemann KleintWidgets: Remove QT3_SUPPPORT.
2011-09-28 Pekka VuorelaRemoved obsolete QWidget::resetInputContext()
2011-09-28 Friedemann KleintFix compiler warnings.
2011-09-28 Frederik GladhornSimplify QAccessibleTextEdit.
2011-09-28 Frederik GladhornAlways return something.
2011-09-28 Frederik GladhornRemove dead code from QAccessibleTabBar.
2011-09-28 Frederik GladhornQAccessibleToolButton fixes.
2011-09-28 Lars KnollRemove debug output
2011-09-28 Samuel RødalPrevent potential crash in QXcbConnection::checkEvent().
2011-09-28 Lars KnollDon't crash if qApp->overrideCursor() is 0
2011-09-28 Lars KnollUse the drag cursor shapes
2011-09-28 Lars KnollFix mouse coordinate translation when searching for...
2011-09-28 Lars KnollUnlock the eventreader before calling handleEvent()
2011-09-27 Andrew den ExterUpdate QLineControl's state correctly with QT_NO_ACCESS...
2011-09-27 Gunnar SlettaRespect the QSurfaceFormat when constructing a QOpenGLC...
2011-09-27 Paul Olav TveteOops, adding Q_EXPORT to QPlatformScreenPageFlipper
2011-09-27 Samuel RødalFixed crash in QOpenGLFramebufferObject.
2011-09-27 Frederik GladhornSimplify QAccessibleDial and make it inherit QAccessibl...
2011-09-27 Frederik GladhornSimplify QAccessibleSpinboxes.
2011-09-26 Bradley T. HughesUpdate QHash for Qt 5
2011-09-26 Oswald Buddenhagen"empty translation" does not mean "no translation"
2011-09-26 Eskil Abrahamsen... Fix possible assert in QFontEngineFT
2011-09-26 Eskil Abrahamsen... Add some enablers to QTextDocumentLayout
2011-09-26 Eskil Abrahamsen... Fix possible crash in QFontEngineFT
2011-09-26 Bradley T. HughesMake QVectorData::shared_null const
2011-09-26 Samuel RødalFixed tst_QWidget::updateWhileMinimized()
2011-09-26 Bradley T. HughesMake QMapData::shared_null const
2011-09-26 Bradley T. HughesMake QListData::shared_null const
2011-09-26 Bradley T. HughesMake QLinkedListData::shared_null const
2011-09-26 Bradley T. HughesMake QHashData::shared_null const
2011-09-26 Oswald Buddenhagendon't calculate hash when the map is empty and we are...
2011-09-26 David BoddieDoc: Fixed \since declarations.
2011-09-26 David BoddieDoc: Clarified the range of return values from QLineF...
2011-09-26 David BoddieDoc: Moved general notes about character conversion.
2011-09-26 Jan KundrátImplement QTEST_GUILESS_MAIN
2011-09-23 Olivier GoffartUse the right callback in QObject::disconnect()
2011-09-23 Jiang JiangMake sure cursor position doesn't exceed line end
2011-09-23 Bradley T. HughesFix QString and QByteArray reserve() and squeeze()
2011-09-23 Bradley T. HughesQByteArray's shared_null and shared_empty should be...
2011-09-23 Lars KnollRemove Q_GLOBAL_STATIC_WITH_INITIALIZER from QtWidgets
2011-09-23 Samuel RødalImplemented QWidget's move() vs setGeometry() distincti...
2011-09-23 Samuel RødalPatch toward fixing tst_QWidget::windowState().
2011-09-23 Samuel RødalDon't flood expose events in the xcb plugin.
2011-09-23 Samuel RødalOnly set frame margins as dirty when we get a configure...
2011-09-23 Samuel RødalFixed geometry issues.
2011-09-23 Frederik GladhornAccessible ComboBox: remove virt children, add actions.
2011-09-23 Joona PetrellAdd autotest for QInputPanel
2011-09-23 Bradley T. HughesDon't call ref() in QByteArray::QByteArray()
2011-09-23 Jiang JiangSupport adding application fonts with QFontconfigDatabase
2011-09-23 Laszlo AgocsAvoid crash in handleTouchEvent and remove superfluous...
2011-09-23 Eskil Abrahamsen... Fix preedit text on XCB
2011-09-23 Paul Olav TvetePage flipping API for QPlatformScreen
2011-09-22 Frederik GladhornAccessible SpinBox remove dead code.
2011-09-22 Oswald Buddenhagenworkaround XCB-ICCCM 3.8 breakage, second instance
2011-09-22 Jason McDonaldAllow tests to log to multiple destinations
2011-09-22 Morten SorvigCocoa: Enable native menus.
2011-09-22 Samuel RødalAllocate 16-byte aligned memory independent of platform...
2011-09-21 Frederik GladhornAccessible Slider: Remove virtual children.
2011-09-21 Eskil Abrahamsen... Export QTextImageHandler and add accessor for image
2011-09-21 Kent Hansentestlib: Separate the gui- and widgets-specific api
2011-09-21 Kevin SimonsFix QApplication::startDragDistance()
2011-09-21 Oswald Buddenhagenmerge translate() overloads
2011-09-21 Frederik GladhornAccessible Scrollbar: Remove virtual children, value...
2011-09-21 Lars KnollFixes to the Xdnd code in xcb
2011-09-21 Lars KnollFix support for drag pixmaps
2011-09-21 Lars KnollAdd Qt::WindowTransparentForMouseEvents
2011-09-21 Lars KnollCreate the window when needed
2011-09-21 Lars KnollReturn the correct geometry
2011-09-21 Jan-Arve SaetherCompile
2011-09-21 Frederik GladhornCheck argument count before accessing argument.
2011-09-21 Kent HansenRemove testlib's dependency on gui and widgets
2011-09-21 Kent Hansentestlib: Remove widgets dependency when only using gui
2011-09-20 Pekka VuorelaImplemented key filter support on platform input context
2011-09-20 Bjørn Erik NilsenCocoa: Adjust touch point rectangle by -0.5.
2011-09-20 Bjørn Erik NilsenCocoa: Update the geometry whenever the window moves.
2011-09-20 Bjørn Erik NilsenCocoa: Add helper functions for NSPoint <-> QPoint...
next