Partially revert e84e86dc.
[profile/ivi/qtbase.git] / src / widgets / kernel /
2012-12-11 J-P NurmiQApplication docs: restore console mode -snippet
2012-12-11 Nico VertriestHardcoded url for Mac Os X Aqua QTBUG-28500
2012-12-07 Volker KrauseCompile with QT_NO_CURSOR.
2012-12-05 Montel Laurentcompile with QT_NO_TOOLTIP
2012-12-01 Marc Mutz[QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt(...
2012-12-01 Shawn RutledgeMove gestures overview from qtdoc to qtbase; mention...
2012-12-01 Morten Johan SørvigBasic high-dpi "retina" support for Qt 5.
2012-12-01 Shawn RutledgeQWidget windows have fullscreen button by default;...
2012-12-01 Shawn RutledgeRenamed the keyboard-focus doc to make clear it's about...
2012-11-30 Shawn RutledgeMention the QT_STYLE_OVERRIDE env variable.
2012-11-30 Richard Moe GustavsenQPA: update backingstore also when moving QWindows
2012-11-28 David FaureMove session management code from QApplication to QGuiA...
2012-11-26 Friedemann KleintFix keyboard grab in QWidgetWindow.
2012-11-23 J-P NurmiRemove QApplication::type() and make QCoreApplication...
2012-11-23 Lars KnollEmit destroyed() signal before children get deleted
2012-11-23 J-P NurmiQWidgetPrivate::init(): clarify that QWidget requires...
2012-11-22 Oliver WolffDo not hide fullscreen widgets having a 0x0 geometry
2012-11-20 Friedemann KleintHandle Qt::WA_MacSmallSize in QApplication::font(const...
2012-11-20 Eskil Abrahamsen... Merge branch 'newdocs'
2012-11-16 Friedemann KleintAccept subsequent drag moves in QWidgetWindow if enter...
2012-11-15 Samuel RødalDisable static contents optimization for now.
2012-11-15 Miikka HeikkinenChange to enter/leave policy while grabbing.
2012-11-14 Friedemann KleintSend enter to the child at the position of the QEnterEvent.
2012-11-12 Gabriel de DietrichQWidget: Move break statement to the right place
2012-11-10 Friedemann KleintAdd a QEnterEvent containing the mouse position.
2012-11-08 Rafael RoquettoFix TapAndHoldGesture (others) for QWidgets
2012-11-08 Oliver WolffDo not call QWidget::show/hideEvent twice
2012-11-07 Shawn RutledgeRename all QWindow properties that have "window" in...
2012-11-07 Miikka HeikkinenFix excess enter events when showing modal dialog on...
2012-11-06 Miikka HeikkinenFix inconsistent leave/enter events for main window...
2012-11-06 Marc MutzDe-inline some destructors in QtWidgets
2012-11-05 Marc MutzQtWidgets: add some explicit
2012-11-02 Jerome PasionMerge branch 'master' of ssh://codereview.qt-project...
2012-10-30 Miikka HeikkinenSend leave to most recently entered window when modal...
2012-10-29 Jan Arve SaetherDo the actual removal of the Soft Keys API and related...
2012-10-26 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-26 Miikka HeikkinenFix enter/leave event generation between native widgets...
2012-10-25 Konstantin RittRemove stale QT_MODULE() usage cases
2012-10-25 aavitFix: don't override the new non-cosmetic default pen...
2012-10-25 Miikka HeikkinenAdd ContextMenu event to QWindowSystemInterface
2012-10-22 Jan Arve SaetherRemove softkey API, it was only implemented for Symbian.
2012-10-22 Jens Bache-WiigRemove Cleanlooks and Plastique
2012-10-22 Marc MutzDelete QWhatsThis() and QToolTip()
2012-10-19 Miikka HeikkinenFix excess enter/leave event generation for native...
2012-10-19 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-18 Gabriel de DietrichBring back Mac dependent code in QBoxLayout, QGridLayout
2012-10-17 Richard Moe GustavsenQPlatformWindow: change API for QPlatformWindow::setWin...
2012-10-17 Gabriel de DietrichBring back MacSizeChange event
2012-10-16 Miikka HeikkinenFix setting custom cursor for widgets and windows befor...
2012-10-16 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-15 Miikka HeikkinenImprove Qt::WA_UnderMouse accuracy
2012-10-13 Oliver WolffDo not accept key events if a widget is disabled
2012-10-10 Jan Arve SaetherFix a regression with regards to hfw behavior in QStack...
2012-10-10 Konstantin RittAvoid warnings about an unreachable code
2012-10-10 Gabriel de DietrichMac: Bring back "Text boxes and list only" tab navigation
2012-10-10 Miikka HeikkinenDon't try to emit focusObjectChanged if window pointer...
2012-10-08 J-P NurmiAdd QEvent::StyleAnimationUpdate: style animation targe...
2012-10-08 Thiago A. CorreaQApplication::palette missing Q_NO_USING_KEYWORD implem...
2012-10-04 Miikka HeikkinenShow widget cursor after restoring last override cursor
2012-10-02 Joerg Bornemannfix QWidget::setWindowFilePath on Mac OS
2012-09-27 jian liangFix drag and drop with native widgets
2012-09-27 Joerg Bornemannuse QLatin1String::size() in qt_setWindowTitle_helperHelper
2012-09-27 Jens Bache-WiigRemove CDE and Motif styles from qtbase
2012-09-26 Marc Mutz[docs] QApplication: fix keyboardInputDirection() docs
2012-09-26 Mitch CurtisRemove duplicate words and punctuation from documentation.
2012-09-22 Friedemann KleintRedirect keyboard/mouse grab to the widget parent window.
2012-09-22 Iikka EklundChange copyrights from Nokia to Digia
2012-09-21 Frederik GladhornDocumentation fixes.
2012-09-18 Miikka HeikkinenFix mapping to/from global coordinates for child/embedd...
2012-09-11 Friedemann KleintClose popups when switching applications on Windows.
2012-09-11 Friedemann KleintStreamline forwarding of blocked events.
2012-09-10 Sérgio MartinsFix build with QT_NO_WHEELEVENT.
2012-09-10 Friedemann KleintDo not call requestActivateWindow() on popups.
2012-09-09 Richard MooreRename QPaintDevice::init() to initPainter()
2012-09-09 Sergio AhumadaRemoving duplicate includes
2012-09-08 Oswald Buddenhagendon't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlessly
2012-09-07 Friedemann KleintRevert "Implement automatic mouse grabbing on mouse...
2012-08-31 Friedemann KleintFix updating of drag icons.
2012-08-28 Frederik Gladhorndoc: remove links to Qt Designer
2012-08-24 Frederik GladhornImprove docs.
2012-08-22 Sergio AhumadaDoc: Really minor typo fix
2012-08-22 Morten Johan SorvigAdd hint for touch -> mouse event synthesizing
2012-08-21 Friedemann KleintPropagate initial size constraints to QWidgetWindow.
2012-08-20 Thomas HartmannEnable QComboBox animation on Windows and fixing relate...
2012-08-20 Miikka HeikkinenFix in-process QAxServers inside modal windows.
2012-08-20 Andy ShawEnsure that all the children get the new stylesheet...
2012-08-18 Stephen KellyRemove QWidgetStar.
2012-08-18 Frederik GladhornRemove docs for removed functions.
2012-08-18 Frederik GladhornReference proper example.
2012-08-18 Frederik GladhornRemove outdated docs.
2012-08-15 Frederik GladhornDocumentation for QWidgetItem::controlTypes.
2012-08-15 Frederik GladhornUpdate docs.
2012-08-15 Frederik GladhornRemove docs for removed enum values.
2012-08-15 Frederik GladhornMove docs for QSessionManager to the right file.
2012-08-15 Frederik GladhornRemove outdated docs.
2012-08-15 Frederik GladhornRemove deprecated docs for QActionGroup.
2012-08-06 Samuel RødalDo not call markDirty() for hidden widgets.
2012-08-02 Paul Olav TveteRevert "Move QWindowSystemInterface out of qpa."
2012-08-01 Jeremy Katzfix a few qdoc command typos
2012-08-01 Jeremy Katzchange \img to \image in docs
next