Atomic implementation of create file and obtain handle for Win/Symbian
[profile/ivi/qtbase.git] / src /
2011-10-21 João AbecasisAtomic implementation of create file and obtain handle...
2011-10-21 João AbecasisMinimize encoding conversions when generating unique...
2011-10-21 João AbecasisUse QStringBuilder when copying template for modification
2011-10-21 João AbecasisMake Symbian follow Windows code in temporary path...
2011-10-21 João AbecasisEncapsulate pointer manipulations to createFileTemplate...
2011-10-21 Friedemann KleintWidgets: Remove Q_WS_QPA and qpa-sections from .pro...
2011-10-21 Holger Hans Peter... [directfb] Implement grab/ungrab of keyboard/pointer
2011-10-21 Holger Hans Peter... [directfb] Remove grabbing of the pointer on input
2011-10-21 Holger Hans Peter... [directfb] Implement QPixmap::fromFile using DirectFB...
2011-10-21 Holger Hans Peter... [directfb] Prepare to select the alpha/opaque pixel...
2011-10-21 Holger Hans Peter... [directfb] Manage the font database with a QScopedPointer
2011-10-21 Holger Hans Peter... [directfb] Remove some duplication in the QDirectFbBlit...
2011-10-21 Holger Hans Peter... directfb: Initialize m_dfb after DirectFBInit has been...
2011-10-21 Holger Hans Peter... [directfb] Introduce the QDirectFBPointer from QWS...
2011-10-21 Holger Hans Peter... [directfb] Make QDirectFBInput a QThread to allow prope...
2011-10-21 Holger Hans Peter... [directfb] Use QScopedPointer to manage heap allocated...
2011-10-21 Holger Hans Peter... [directfb] Fix memory leak when passing arguments to...
2011-10-21 Holger Hans Peter... [directfb] Do not call a pure virtual function
2011-10-21 Holger Hans Peter... [directfb] Rename class from WindowSurface to BackingStore
2011-10-21 Holger Hans Peter... [blitter] Work on tst_QPixmap::clear()
2011-10-21 Holger Hans Peter... [blitter] Generate a new serial number when resizing...
2011-10-21 Friedemann KleintTestlib: Fixed compilation with MSVC.
2011-10-21 Sergio AhumadaFix compiler warnings when using QT_DEPRECATED
2011-10-21 Laszlo AgocsRemove mtdev dependency from the touchscreen QPA plugin.
2011-10-21 Shane KearnsUse QBasicAtomicInt as a static variable
2011-10-21 Jan-Arve SaetherExpand QT_TR_NOOP("str") to "str", not ("str").
2011-10-21 Sergio AhumadaFix some compiler warnings on Mac
2011-10-21 Jason McDonaldMake testlib use #include consistently.
2011-10-20 Jason McDonaldFix misleading comment on test execution order.
2011-10-20 Jason McDonaldUpdate QSKIP documentation.
2011-10-20 Jason McDonaldRemove SkipMode parameter from QSKIP calls.
2011-10-20 Jason McDonaldRemove QTest::SkipMode from qtestlib API.
2011-10-20 Shane KearnsFTP - fix interoperability issues with SIZE command
2011-10-20 Richard MooreAdd the ability to enable various SSL bug workarounds.
2011-10-20 João Abecasisret is an "internal" path, no need to re-process it
2011-10-20 João AbecasisWe prefer capitalized drive letters, make it so sooner
2011-10-20 João AbecasisAvoid spurious detaching in QDir::to/fromNativeSeparators
2011-10-20 Kent HansenRevert "Update V8"
2011-10-20 Frederik GladhornMake foreground and backgroundColor proper functions.
2011-10-20 Thiago MacieiraMove the non-atomic and implicit functions from QBasicA...
2011-10-20 Jędrzej NowackiRemove unused variable from qdbusintegrator.cpp.
2011-10-20 João AbecasisUse fromLocal8Bit for reversing toLocal8Bit
2011-10-20 João AbecasisDon't convert template's path separators again
2011-10-20 João AbecasisChanged if/if/else/if/eleven chain to switch
2011-10-20 João AbecasisModulus of negative dividends is undefined or negative
2011-10-20 Jan-Arve SaetherMark the most important MSAA functions as "moz: [import...
2011-10-20 Morten SorvigMove a11y inspector from tools to util.
2011-10-19 Liang QiUpdate keyToValue and keysToValue in QMetaEnum
2011-10-19 Kevin SimonsFixed missing return statement in QPrintSupport
2011-10-19 Friedemann KleintWindows: Fix Geometry, OpenGL formats
2011-10-19 Aaron KennedyUpdate V8
2011-10-19 Frederik GladhornRefactor QAccessibleActionInterface.
2011-10-19 Jędrzej NowackiIntroduce Q_STATIC_ASSERT
2011-10-19 Friedemann KleintMetatype: Silence MSVC warnings about unused variables.
2011-10-19 Friedemann KleintWidgets: Fix a startup crash in QSplashScreen (Linguist).
2011-10-19 Morten SorvigFix "may be used uninitialized" compiler warning.
2011-10-19 Kent HansenProvide API for "placement new" construction of meta...
2011-10-19 Friedemann KleintWidgets: Remove Symbian-specific code.
2011-10-19 Laszlo AgocsDestroy generic plugins on exit.
2011-10-19 Jason McDonaldRemove DEPENDS_ON from qtestlib API.
2011-10-19 Jason McDonaldMove QTRY_VERIFY/QTRY_COMPARE into testlib.
2011-10-19 Jason McDonaldRemove QTEST_NOOP_MAIN from qtestlib API.
2011-10-19 alexRemove Sensors and Location related macros/defines...
2011-10-19 Morten SorvigCocoa: Add initial accessibility implementation.
2011-10-18 Friedemann KleintWindows platform: Improve Open GL.
2011-10-18 Friedemann KleintQSurfaceFormat: Use version in comparison and debug...
2011-10-18 Lars KnollMake some more methods private
2011-10-18 Konstantin Rittmake fromWCharArray() and toWCharArray() inlined
2011-10-18 Lars KnollMove QShortcutMap to QtGui
2011-10-18 Lars KnollMove the widget dependent code away from the shortcutmap
2011-10-18 Laszlo AgocsDo not call swapBuffers when surfaceHandle is NULL.
2011-10-18 Casper van DonderenRemove stale documentation.
2011-10-18 Friedemann KleintRemove Q_WS_ in text codecs.
2011-10-18 Friedemann KleintOpenGL: Remove Q_WS_ defines.
2011-10-17 Jocelyn TurcotteFix TouchEnd events not being received on Harmattan.
2011-10-17 Jocelyn TurcotteAdd multipoint touch support for Harmattan to the xcb...
2011-10-17 Jocelyn TurcotteFix TouchPoint::lastPos() after TouchPointStationary...
2011-10-17 Simon HausmannFix scaled text rendering with the raster paint engine...
2011-10-17 Casper van DonderenUse a QFunctionPointer for getProcAddress()
2011-10-17 Friedemann KleintReplace Q_WS_WIN by Q_OS_WIN in uic/network.
2011-10-17 Laszlo AgocsAdd a warning and a return value to xcb's createGLPlatf...
2011-10-17 Laszlo AgocsDo not fail user time window creation when xcb is using...
2011-10-16 Lars KnollLess friends is good, at least for C++ code :)
2011-10-14 Martin PeterssonQHttpNetworkConnection: fix compile warning
2011-10-14 Eskil Abrahamsen... Add QGlyphRun::SplitLigature flag
2011-10-14 Harald FernengelDisable ELF interpreter check when cross-compiling
2011-10-14 Laszlo AgocsAvoid using 0 as the default winId in QPlatformWindow.
2011-10-14 Laszlo AgocsMake the window active in eglfs and minimal plaform...
2011-10-14 Lars KnollRemove commented out reference to QShortcutMap
2011-10-14 Lars KnollRemove dependencies of QShortcutMap onto widgets
2011-10-14 Frederik GladhornAccessibility plugin for mac and xcb.
2011-10-13 Jocelyn TurcotteFix OpenGL on Harmattan showing only the first frame.
2011-10-13 Laszlo AgocsCalculate an area in the touchscreen qpa plugin.
2011-10-13 Friedemann KleintRemove Q_WS_ and Q_OS_SYMBIAN from QtGui.
2011-10-13 Friedemann KleintFix struct/class mismatch.
2011-10-13 Morten SorvigCocoa: Update QPlatformWindow geometry on move
2011-10-13 Laszlo AgocsMigrate the touchscreen generic qpa plugin to QWindow.
2011-10-12 Martin PeterssonQNetworkAccessManager: hostInfo lookup should use proxy...
2011-10-11 Shane KearnsFix construction races in QtNetwork
2011-10-11 Friedemann KleintWindows: Adapt to new Lighthouse API
next