Properly initialize window properties in xcb plugin.
[profile/ivi/qtbase.git] / src /
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 KleintAdd WindowStateChanged event.
2011-08-05 Gunnar SlettaUndefine "slots" before including cocoa headers to...
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 GustavsenMac: fix crash when creating a new window
2011-08-03 Friedemann KleintQPlatformFontDatabase: 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 KleintFix QString/QByteArray literals for MSVC2010 (compilati...
2011-08-02 Richard Moe GustavsenMac: build fix
2011-08-01 Friedemann KleintBring back QPixmap::grabWidget() (with a warning).
2011-07-29 Bradley T. HughesFix 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 KleintFix 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 ExterEmit selectionChanged signals when input method alters...
2011-07-28 Jørgen LindMake QPlatformIntegration not have a factory for eventd...
2011-07-28 Jason McDonaldFix obsolete contact email
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 KleintQWindow: Do not call setters for window state, type...
2011-07-26 Bradley T. HughesUse QFreeList for timer id allocation
2011-07-26 Bradley T. HughesAdd QFreeList as an internal class
2011-07-26 Samuel RødalGet the eglfs plugin compiling.
2011-07-26 David FaureMake QTabWidget::tabBar() public.
2011-07-26 Friedemann KleintSet an object name matching the Widget on QWidgetWindow.
2011-07-26 Friedemann KleintRetrieve QPlatformScreen from top level when querying...
2011-07-26 Friedemann KleintFix 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 ExterEmit selectionChanged signals when input method alters...
2011-07-25 Andrew den ExterUpdate cursor position when selection is reversed.
2011-07-25 Friedemann KleintLighthouse: Provide default plugin.
2011-07-25 Friedemann KleintCompile fix.
2011-07-25 Friedemann KleintCompile 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 KallandChanged QLibrary::resolve() to return a function pointer.
2011-07-25 Jiang JiangMaking cached glyphs drawing check clearer
2011-07-25 Andrew den ExterDelay masking the last character in Password echo mode.
2011-07-22 liangqiUse QUuid::toByteArray() instead of QUuid::toString...
2011-07-22 Olivier GoffartQAbstractConcatenable::convertFromAscii: make len the...
2011-07-22 Ritt Konstantinremove Qt3 leftovers
2011-07-22 Martin JonesOptimize QMetaObject::property().
2011-07-21 Thiago MacieiraAdd unit tests to QStringLiteral and QByteArrayLiteral...
2011-07-21 Thiago MacieiraFix the timeout calculation again.
2011-07-21 Pierre RossiAdd support for rawFonts loaded from data in FaceId
2011-07-21 Thiago MacieiraMake the N parameter to the QXXXLiterals be the actual...
2011-07-21 Kim Motoyoshi KallandFixed memory leak in the TIF handler.
2011-07-21 Samuel RødalHandle failed SHM attach in XCB backing store.
2011-07-21 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-21 Ritt Konstantinminor improvements to QChar documentation
2011-07-21 Olivier GoffartFix more use of C style cast.
2011-07-21 Samuel RødalFixed clipping errors for non-extended paint engines.
2011-07-21 Samuel RødalGet rid of unused function in qpaintengine_raster.cpp.
2011-07-21 David BoddieDoc: Removed documentation for deleted code.
2011-07-21 Thiago MacieiraGet rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZER
2011-07-21 Charles YinForward port qt modifications for sqlite3.c
2011-07-21 Charles YinForward port the vxworks changes
2011-07-21 Charles YinUpdate sqlite to 3.7.7.1
2011-07-20 Pierre RossiAdd a way to check if we have a matching family in...
2011-07-20 Samuel RødalFixed build of generic linuxinput plugin.
2011-07-20 Thiago MacieiraCleanup qRound and qRound64: provide overloads for...
2011-07-20 Olivier GoffartDo not use qRound with integers
2011-07-20 Charles YinAdd docs for QSqlRelationalTableModel::JoinMode
2011-07-20 DaNiMoThFixed behavior on NULL foreign keys
2011-07-19 Jiang JiangUse truncate only for subpixel boundingBox x position
2011-07-19 Joerg Bornemannfix QFileInfo::isSymLink() for NTFS mount points
2011-07-19 Olivier GoffartAdd a qHash for QUuid
2011-07-19 Olivier GoffartUpdate the documentation of QUuid::operator QString
2011-07-19 Olivier GoffartFix use of C style cast.
2011-07-19 Laszlo AgocsImplement todos in touchscreen generic plug-in.
2011-07-19 Martin PeterssonQNetworkAccessFileBackend: Do not accept file url witho...
2011-07-19 Samuel RødalRename QPixmapData to QPlatformPixmap.
2011-07-19 Friedemann KleintImages: Implement internal DIB image plugin.
2011-07-18 Samuel RødalGet rid of some obsolete functions in QImage / QPixmap...
2011-07-15 Olivier Goffart"Fix" the crash at startup on MSVC
2011-07-15 Kim Motoyoshi KallandMoved red-black tree from qtriangulator.cpp into its...
next