Fix FullScreen for Windows CE
[profile/ivi/qtbase.git] / src / widgets /
2012-08-02 Paul Olav TveteRevert "Move QWindowSystemInterface out of qpa."
2012-08-02 Lars KnollRemove the obsolete scene argument for constructors...
2012-08-01 Jeremy Katzfix a few qdoc command typos
2012-08-01 Jeremy Katzchange \img to \image in docs
2012-08-01 Jeremy Katzreplace \key and \gui qdoc commands with \uicontrol
2012-07-31 Kent HansenAvoid qobject_cast
2012-07-31 Joerg Bornemannfix QWidget::activateWindow for child widgets
2012-07-27 Mitch CurtisDescribe an example usage of stretch in QSizePolicy...
2012-07-26 Andrew den ExterFix position of mouse events generated from touch events.
2012-07-26 Lars KnollFixup the plugin documentation
2012-07-26 Frederik SchwarzerFix some typos.
2012-07-25 Stephen KellyDe-inline QItemEditorCreatorBase destructor.
2012-07-25 Gatis PaeglisRemove Qt5 to-do remark
2012-07-25 Stephen KellyCreate IMPORTED CMake targets for executables.
2012-07-25 Marc MutzQtWidgets: use nullary version of qRegisterMetaType...
2012-07-24 Ali AkhtarzadaFix typo in QMdiArea docs
2012-07-24 Mitch CurtisDocument emission of commitDataRequest() signal in...
2012-07-24 Mitch CurtisCorrect reference to nonexistent Qt::QA_Window flag...
2012-07-24 Mitch CurtisFix error in sample code on the Layout Management page.
2012-07-24 Stephen KellyRemove obsolete or commented use of Q_DECLARE_METATYPE.
2012-07-24 Stephen KellyRemove obsolete TODO.
2012-07-24 Kevin OttensPropagate synthesized mouse events in parallel (lock...
2012-07-24 Marc MutzQAbstractItemView: don't qRegisterMetaType<QModelIndex>
2012-07-23 Mitch CurtisCorrect QLineEdit::inputMask documentation.
2012-07-23 Marc MutzQStyleFactory: remove unused typedef (GCC 4.8 warning)
2012-07-23 James TurnerQTBUG-26296, dock widget moving
2012-07-19 Stephen KellyMove QWindowSystemInterface out of qpa.
2012-07-18 Miikka HeikkinenFix rendering glitches when using native widgets in...
2012-07-18 Sergio AhumadaWidgets: Fix duplicated line in QMdiArea
2012-07-17 Friedemann KleintFix widget animations.
2012-07-16 Joerg BornemannQWidget::showFullScreen fixed for widgets with valid...
2012-07-16 Friedemann KleintRemove #ifdef Q_WS_ / include / #endif conditionals.
2012-07-16 David FaureFix applicationName() being empty in QApplication.
2012-07-16 Sergio AhumadaDoc: Fix typo
2012-07-16 Ivan KomissarovRemove QToolButton's protected constructor
2012-07-16 Friedemann KleintFix QSplashScreen on X11.
2012-07-16 Friedemann KleintUse DropShadow from QPlatformTheme everywhere in qwhats...
2012-07-16 Friedemann KleintReplace some Q_WS_X11 by check for platform's name.
2012-07-13 Marc Mutzdoc/snippets: normalize signals/slots
2012-07-13 Marc MutzQtWidgets: normalize signals/slots
2012-07-12 Christoph Schleife... Mac: Fix crash on Mac OS 10.6 with new scrollbars.
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-11 Friedemann KleintAdd stylehint to use querying RTL keyboard support.
2012-07-11 Friedemann KleintClear qt_button_down widget when starting a drag.
2012-07-11 Thomas McGuireDon't set the resize and move flags when activating...
2012-07-10 Thomas McGuireFix showNormal() and friends for platforms with fullscr...
2012-07-09 Joerg Bornemannfix "paintEngine: Should no longer be called" warnings...
2012-07-09 Tasuku SuzukiRemove Library dependency on Settings
2012-07-09 Joerg Bornemannfix fullscreen state in QWidgetWindow::handleWindowStat...
2012-07-06 Casper van DonderenDoc: Replace all occurences of \BR with \br.
2012-07-06 Miikka HeikkinenUpdate framestrut initially after window creation
2012-07-05 Thorbjørn Lund MartsumQHeaderView - resizeSection improvement
2012-07-05 Christoph Schleife... Support for overlay-scrollbars on Mac
2012-07-04 Thorbjørn Lund MartsumQHeaderView - prevent negative default+minimum section...
2012-07-04 Girish RamakrishnanMake QGenericPlugin and QGenericPluginFactory public API
2012-07-03 Christoph Schleife... Platform-plugin support for QSystemTrayIcon.
2012-07-03 Miikka HeikkinenFix focus handling when the application has QAxWidgets.
2012-07-03 Miikka HeikkinenImplement automatic mouse grabbing on mouse button...
2012-07-03 Friedemann KleintFix QDockWidgets on XCB.
2012-07-03 Girish RamakrishnanSuppress QWindowSystemInterface inclusion warnings.
2012-07-03 Joerg Bornemannfix QWidget::grab(QRect(x, y, -1, -1))
2012-07-03 Joerg Bornemannrevive the noPaintOnScreen fix on Windows
2012-07-03 Girish RamakrishnanRemove _qpa from cpp filenames
2012-07-02 Joerg Bornemannremove unused variable from QPlainTextEdit::paintEvent
2012-07-01 Stephen KellyStore the QMetaObject with the QMetaType.
2012-06-30 Thomas McGuireSupport the showIsFullScreen style hint in widgets.
2012-06-29 Giuseppe D'AngeloMove QStandardItem/QStandardItemModel to QtGui
2012-06-29 Mark BrandMerge "Merge branch 'buildsystem' (second round)" into...
2012-06-29 Friedemann KleintAdd framestrut mouse events.
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Mitch CurtisMake QCalendarWidget use its locale's firstDayOfWeek.
2012-06-28 Miikka HeikkinenFurther fixes to widget masking
2012-06-28 Thiago MacieiraMove the QDataStream operator<< for QPair to qdatastream.h
2012-06-28 Gunnar SlettaGet started with patching up the Qt GUI docs
2012-06-27 Friedemann KleintWidgets: Apply masks to native windows only.
2012-06-27 Albert Astals CidAdd const & to foreach 'iterators'
2012-06-27 Albert Astals CidRemove .values() call in foreach
2012-06-27 Miikka HeikkinenFix raising and lowering native widgets
2012-06-26 James TurnerConvert QPA menus to use QIcon, and enable icons.
2012-06-26 Jan-Arve SaetherRemove some unused variables from QAccessibleWidgetPrivate
2012-06-26 Markku HeikkilaClarified documentation for QStandardItem::parent()
2012-06-26 Friedemann KleintQPlatformWindow: Add Window masks.
2012-06-26 Sukhyun KimMake QGtkStyle build with QT_NO_FILEDIALOG
2012-06-26 Tasuku SuzukiFixed inputMethodQuery() for Qt::ImHints
2012-06-24 Lars KnollFix docs mentioning Q_EXPORT_PLUGIN2
2012-06-24 Tasuku SuzukiMake qtbase compile with QT_NO_CSSPARSER
2012-06-20 Samuel RødalFixed mouse grabbing preventing popups from being closed.
2012-06-20 Girish RamakrishnanRemove references to Q_WS_QWS
2012-06-20 Girish Ramakrishnanplastique: Use QPlatformTheme::DialogButtonBoxButtonsHa...
2012-06-20 Girish RamakrishnanRemove dead code
2012-06-20 James TurnerFix QWidgetWindow sending duplicate drag-drop events
2012-06-20 Eike ZillerMac: Fix rendering of non-int sized fonts.
2012-06-20 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-20 Frederik GladhornAccessibility: Do not automatically add controllers
2012-06-20 Friedemann KleintWindows: Fix MinGW warnings.
2012-06-19 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-19 Oswald Buddenhagenfix misnomer: qt_module.prf => qt_build_config.prf
2012-06-19 Oswald Buddenhagenautomatically add QT_BUILD_FOO_LIB to DEFINES
2012-06-19 Oswald Buddenhagenclean up projects from QPRO_PWD nonsense, etc.
2012-06-19 Oswald Buddenhagenauto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCON...
next