profile/ivi/qtbase.git
2011-08-10 Samuel RødalRemoved unnecessary debug output in xcb plugin.
2011-08-10 Samuel RødalMade QWindow::setVisible() send show and hide events.
2011-08-09 Matthew Cattellbuild without dbus
2011-08-09 Samuel RødalRemoved Q_XCB_NOOP's from QGLXContext.
2011-08-09 Samuel RødalRemoved QPaintDevice dependency in blitFramebuffer().
2011-08-09 Gunnar SlettaGet linux input plugin compiling by removing keyboard...
2011-08-08 Gunnar Slettamake eglfs compile
2011-08-08 Gunnar SlettaImplement map/unmap and force geometry EglFS
2011-08-05 Samuel RødalProperly initialize window properties in xcb plugin.
2011-08-05 Samuel RødalGet wayland plugin working after latest QPA API changes.
2011-08-05 Samuel RødalGet rid of missing qmake warning.
2011-08-05 Gunnar SlettaAdded some convenience to QWindow
2011-08-05 Friedemann... Add WindowStateChanged event.
2011-08-05 Gunnar SlettaUndefine "slots" before including cocoa headers to...
2011-08-04 Jørgen LindFix wayland config test
2011-08-04 Jørgen Lindcompile fix for compiling without ssl
2011-08-04 Jørgen LindMerge "Merge remote branch 'gerrit/master' into refacto...
2011-08-04 Andy NicholsInitial support for Qt using Kernel Mode-setting (KMS)
2011-08-03 Richard Moe... Mac: fix crash when creating a new window
2011-08-03 Friedemann... QPlatformFontDatabase: Add default fonts.
2011-08-03 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-08-03 Jørgen Lindibus depends on dbus
2011-08-02 Friedemann... Fix QString/QByteArray literals for MSVC2010 (compilati...
2011-08-02 Richard Moe... Mac: build fix
2011-08-02 Rohan McGoverntest: mark tst_qtconcurrentfilter as insignificant...
2011-08-02 Rohan McGoverntest: mark tst_qabstractnetworkcache as insignificant
2011-08-02 Rohan McGovernMake failure messages from tst_QSslCertificate::verify...
2011-08-02 Jason McDonaldEliminate reference to Trolltech.
2011-08-02 Rohan McGoverntest: skip some tst_qtextscriptengine tests when fonts...
2011-08-02 Thorbjørn LindeijerIntroduced a CONFIG option that enables declarative...
2011-08-02 Rohan McGoverntest: remove CONFIG+=insignificant_test for tst_qgraphi...
2011-08-02 Rohan McGoverntest: fixed failure of tst_qicon
2011-08-02 Rohan McGoverntest: fixed crash of tst_qdialog and removed CONFIG...
2011-08-02 Rohan McGoverntest: improved stability of tst_qiodevice on slow machines
2011-08-02 Rohan McGoverntest: fixed tst_qimagereader and removed CONFIG+=insign...
2011-08-02 Rohan McGoverntest: improved stability of tst_qwaitcondition
2011-08-02 Rohan McGoverntest: fixed tst_qmessagebox and removed CONFIG+=insigni...
2011-08-02 Rohan McGoverntest: fixed spelling errors in tst_qtextscriptengine
2011-08-02 Rohan McGoverntest: replace CONFIG+=insignificant_test with QEXPECT_F...
2011-08-01 Rohan McGoverntest: fixed tst_qfilesystemmodel and removed insignific...
2011-08-01 Friedemann... Bring back QPixmap::grabWidget() (with a warning).
2011-08-01 Rohan McGovernFixed tst_qprocess, tst_qtcpserver when crashing is...
2011-07-31 Olivier GoffartFix tst_qgraphicsview::task255529_transformationAnchorM...
2011-07-29 Friedemann... Compilation of tst_qwidget.cpp.
2011-07-29 Bradley T.... Fix compilation with namespaced builds
2011-07-29 Jiang JiangSwitch to use floating point pixelSize in QRawFont...
2011-07-29 Olivier GoffartSimplify the mutexpool used in QObject.
2011-07-29 Olivier GoffartQMutex is now just a pointer
2011-07-29 Friedemann... Fix compilation of Minimalplugin, add documentation.
2011-07-29 Jiang JiangFix off-by-one error in binary search
2011-07-29 Aaron KennedyFlag meta objects generated by QtDBus
2011-07-29 Charles YinAdd notify signals for QIntvalidator, QDoubleValidator...
2011-07-29 Andy ShawMake it possible to update a related table after an...
2011-07-28 Denis DzyubenkoAdded meta type info for Q[Explicitly]SharedDataPointer
2011-07-28 Olivier GoffartGet rid of compiler warnings with MSVC
2011-07-28 Andrew den... Emit selectionChanged signals when input method alters...
2011-07-28 Jørgen LindMake QPlatformIntegration not have a factory for eventd...
2011-07-28 Jason McDonaldFix typo in padnavigator example docs
2011-07-28 Jason McDonaldFix obsolete contact email
2011-07-28 Rohan McGovernconfigure: fixed setting of CFG_MAC_ARCHS for mac qpa...
2011-07-27 Rohan McGovernMark tst_qsslcertificate::verify with QEXPECT_FAIL
2011-07-27 Jørgen LindInitial OpenWFD support
2011-07-27 Jørgen LindMake it possible to use QSocketNotifier in Lighthouse...
2011-07-27 Samuel RødalMore graceful choosing of EGL configs.
2011-07-27 Samuel RødalAdded Q_GUI_EXPORT for some internal symbols needed...
2011-07-27 Samuel RødalRemove nativeimagehandleprovider.
2011-07-26 Friedemann... QWindow: Do not call setters for window state, type...
2011-07-26 Michael GoddardRevert "test: unmark tst_QWidget::getSetCheck() as...
2011-07-26 Michael GoddardTry to make sure the config test script is installed.
2011-07-26 Michael GoddardTighten up the config test success checking.
2011-07-26 Bradley T.... Use QFreeList for timer id allocation
2011-07-26 Bradley T.... Add QFreeList as an internal class
2011-07-26 Samuel RødalCompile fix for QImage autotest.
2011-07-26 Samuel RødalGet the eglfs plugin compiling.
2011-07-26 David FaureMake QTabWidget::tabBar() public.
2011-07-26 Friedemann... Set an object name matching the Widget on QWidgetWindow.
2011-07-26 Friedemann... Retrieve QPlatformScreen from top level when querying...
2011-07-26 Friedemann... Fix MSVC compiler warning.
2011-07-26 Rohan McGovernWindows: fixed qtmain.lib not going to `lib' directory
2011-07-26 Sarah SmithImprove doc to avoid row vs col major confusion.
2011-07-25 Andrew den... Emit selectionChanged signals when input method alters...
2011-07-25 Andrew den... Update cursor position when selection is reversed.
2011-07-25 Sergio Ahumadatest: unmark tst_QWidget::getSetCheck() as "insignifica...
2011-07-25 Friedemann... Lighthouse: Provide default plugin.
2011-07-25 Friedemann... Compile fix.
2011-07-25 Friedemann... Compile fix.
2011-07-25 Samuel RødalCompile fix.
2011-07-25 Olivier GoffartAdd the missing function in bootstrap
2011-07-25 Sergio Ahumadatestlib: fix include of `qttestversion.h' in testlib.pro
2011-07-25 Laszlo AgocsDrag and drop support in Wayland plug-in.
2011-07-25 Laszlo AgocsAdd drag and drop events to QWindowSystemInterface.
2011-07-25 Ilya KonkovAdd initial support for bitmap version 4/5 headers.
2011-07-25 Laszlo AgocsPixmap cursor support in QWaylandCursor.
2011-07-25 Laszlo AgocsSupport non-desktop platforms better with QDragManager.
2011-07-25 Laszlo AgocsFix for not calling QPlatformCursor's pointerEvent.
2011-07-25 Samuel RødalAdded workable QScreen API on top of QPlatformScreen.
2011-07-25 Kim Motoyoshi... Changed QLibrary::resolve() to return a function pointer.
2011-07-25 Jiang JiangMaking cached glyphs drawing check clearer
2011-07-25 Friedemann... Build fix for examples.
2011-07-25 Andrew den... Delay masking the last character in Password echo mode.
next