Add PLUGIN_CLASS_NAME to qtbase plugins
[profile/ivi/qtbase.git] / src / plugins / platforms / qnx /
2012-12-10 Miikka HeikkinenAdd PLUGIN_CLASS_NAME to qtbase plugins
2012-12-10 Sergio MartinsBlackberry: Fix crash when opening file dialog without...
2012-12-04 Rafael RoquettoQNX: Fix plugin compilation
2012-12-03 Oswald BuddenhagenMerge branch 'master' into stable
2012-12-03 Shawn RutledgeRemoved temporary backwards-compat properties and acces...
2012-12-01 Rafael RoquettoQNX: Move buffer count check to appropriate location
2012-11-28 Sergio MartinsQNX: Fix window focus problems when using QNX 6.5.0.
2012-11-21 Sergio MartinsQNX: Fix crash due to re-entering QToolTip::show().
2012-11-20 Eskil Abrahamsen... Merge branch 'newdocs'
2012-11-09 Sergio MartinsQNX: Don't crash on application exit.
2012-11-02 Jerome PasionMerge branch 'master' of ssh://codereview.qt-project...
2012-11-01 Oswald Buddenhagenbeef up qt_plugin.prf
2012-10-26 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-26 Rafael RoquettoQNX: Query dynamic buffer count at runtime
2012-10-26 Oswald Buddenhagenremove last traces of qpluginbase.pri
2012-10-25 Sergio MartinsAdd DnD support for QNX.
2012-10-19 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-18 Kevin KrammerQNX: Change base font sizes from pixels to points
2012-10-17 Richard Moe GustavsenQPlatformWindow: change API for QPlatformWindow::setWin...
2012-10-16 Tor Arne VestbøMerge remote-tracking branch 'gerrit/master' into newdocs
2012-10-13 Rafael RoquettoQNX: code cleanup, use '0' instead of 'NULL'
2012-10-10 Morten Johan SorvigRemove handleSynchronous* functions.
2012-10-09 James TurnerQNX: Add and remove screens dynamically.
2012-10-03 Sergio MartinsIntroducing the PlatformPanel event type.
2012-10-01 Thomas McGuireQNX: Also support input method hints from QtQuick elements
2012-10-01 Rafael RoquettoQNX: Only set parent window if it is not NULL
2012-09-29 Marc MutzQQnxWindow: use a proper cast
2012-09-28 Rafael RoquettoQNX: fix bug on window hierarchy list
2012-09-28 Rafael RoquettoQNX: fix assert condition on the destructor
2012-09-28 Thomas McGuireBlackberry: Support input method hints
2012-09-28 Rafael RoquettoQNX: use assert on QQnxWindow destructor
2012-09-27 Thomas McGuireBlackberry: Fix hardware button detection on the BB...
2012-09-22 Iikka EklundChange copyrights from Nokia to Digia
2012-09-19 Rafael RoquettoRotate non maximized windows
2012-09-10 Thomas McGuireQNX: Compile. Adapting to change in QString API.
2012-09-07 Sean HarmerQNX: Enable support for hardware buttons in QPA plugin
2012-08-30 James TurnerAvoid a warning from the QNX QPA plugin.
2012-08-17 Sergio AhumadaDoc: Fix spelling errors
2012-08-17 Sean HarmerQNX: Allow app to run when spurious 2nd screen is reported
2012-08-14 Andreas Holzammer(QNX) Make it possible to set physical screen size
2012-08-03 Sean HarmerQNX: Ensure that m_requestedBufferSize is properly...
2012-08-02 Paul Olav TveteRevert "Move QWindowSystemInterface out of qpa."
2012-08-01 Sean HarmerQNX: Do not send geometry change events to Qt too early
2012-08-01 Sean HarmerQNX: Ensure that the QQnxWindow has a valid size for...
2012-08-01 Sean HarmerQNX: Remove dependency on QtWidgets from QNX QPA plugin
2012-07-29 Kevin KrammerQNX: Reduce dependency on QtWidgets
2012-07-24 Kevin OttensQNX: Remove mouse events synthetized from touch events
2012-07-23 Friedemann KleintWindowSystemInterface::sendWindowSystemEvents(): Remove...
2012-07-20 David FaureProvide public API for native event filtering, moved...
2012-07-19 Stephen KellyMove QWindowSystemInterface out of qpa.
2012-07-13 Marc MutzQNX: normalize signals/slots
2012-07-13 Kevin OttensMake sure the emulated mouse event comes last
2012-07-13 Thomas McGuireQNX: Fix flushing the backing store to non-owner windows
2012-07-13 Thomas McGuireQNX: Extract and move adjustBufferSize() function
2012-07-13 Thomas McGuireQNX: Apply state from QWindow when creating new QQnxWindow
2012-07-12 Thomas McGuireQNX: Rename copyBack() to blitPreviousToCurrent()
2012-07-12 Thomas McGuireQNX: Factor out blitHelper() function
2012-07-12 Thomas McGuireQNX: Add comment in post() explaining how buffering...
2012-07-05 Rafael RoquettoDisable dedicated screen event thread by default.
2012-07-03 Girish RamakrishnanSuppress QWindowSystemInterface inclusion warnings.
2012-07-02 Sean HarmerQNX: Enable threaded OpenGL rendering on QNX
2012-06-29 Mark BrandMerge "Merge branch 'buildsystem' (second round)" into...
2012-06-29 Marc MutzQQnxWindow: properly scope a local variable
2012-06-29 Oswald BuddenhagenMerge branch 'buildsystem' (second round)
2012-06-28 Thomas McGuireQNX: Don't detach when iterating over child windows
2012-06-28 Thomas McGuireQNX: Make geometry changes sync to fix QWidget::showFul...
2012-06-27 Thomas McGuireQNX: Add support for window states
2012-06-27 Thomas McGuireQNX: Flush after changing rotation
2012-06-27 Friedemann KleintAdd QPA prefix and version number to QPA plugin factory...
2012-06-26 Rafael Roquetto[QNX] Enable MT screen event handling on Blackberry
2012-06-07 Lars KnollRemove the QFactoryInterface dependency from platform...
2012-06-06 Sean HarmerQNX: Take nativeOrientation into account for QNX device...
2012-06-05 Holger Hans Peter... Verify the surfaceType before activating the GL context
2012-06-05 Kevin OttensQNX: Implement QQnxScreen::nativeOrientation()
2012-05-25 Sean HarmerQNX: Adding native file dialog support for Blackberry
2012-05-25 Sean HarmerQNX: Rationalise the usage of qDebug() to remove lots...
2012-05-24 Kevin OttensQNX: Recreate EGL surface when the window geometry...
2012-05-24 Kevin OttensQNX: Make sure calls to (create/destroy)Surface are...
2012-05-24 Kevin OttensQNX: Advertise geometry changes to Qt event system
2012-05-24 Kevin OttensQNX: Force windows resizing when the screen orientation...
2012-05-23 Kevin OttensQNX: Post orientation change events
2012-05-23 Sean HarmerQNX: Implementing QPlatformScreen::refreshRate() for...
2012-05-23 Sean HarmerQNX: Register for navigator events before any window...
2012-05-21 Sean HarmerQNX: Take orientation into account when reporting physi...
2012-05-21 Sean HarmerQNX: Implement the QPlatformScreen::orientation() function
2012-05-18 Sean HarmerAdding QPlatformTheme support for Blackberry devices.
2012-05-18 Sean HarmerQNX: Special case z-ordering of the QDesktopWidget...
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-07 Girish RamakrishnanExpose QPA API under qpa/*
2012-05-07 Sean HarmerQuery the screen physical size rather than assuming...
2012-05-04 Thiago MacieiraChange remaining uses of {to,from}Ascii to {to,from...
2012-05-03 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-05-03 Kevin OttensAdvertise window (de)activation to Qt event system
2012-05-03 Kevin OttensEmit signals to notify window (de)activation
2012-05-02 Kevin KrammerAdd implementation of virtual keyboard based on BPS...
2012-05-02 Debao ZhangDon't use obsolete qVariantValue, qVariantCanConvert...
2012-05-01 Kevin KrammerHandle navigator events in BPS event filter
2012-05-01 Kevin KrammerRegister for and handle screen events delivered through BPS
2012-04-30 Kevin KrammerUse BPS based event dispatcher
next