Cocoa: Implement propagateSizeHints.
[profile/ivi/qtbase.git] / src /
2011-10-27 Morten SorvigCocoa: Implement propagateSizeHints.
2011-10-26 Morten SorvigFix spelling
2011-10-26 Ritt Konstantinreplace 'const QChar &' with 'QChar ' for QChar and...
2011-10-26 Friedemann KleintWindows: Fix Open GL formats.
2011-10-26 Oswald BuddenhagenRevert "Use memmove in QListData::append(int) as region...
2011-10-26 Frederik GladhornImplement child instead of navigate in QAccessibleMainW...
2011-10-26 Friedemann KleintQtPrintSupport: Remove Q_WS_QPA, qpa sections from...
2011-10-25 Bradley T. HughesRemove unnecessary sources from the bootstrap library
2011-10-25 Bradley T. HughesSilence warning from clang
2011-10-25 Xizhi ZhuRemove the QT_MOBILITY_BEARER macro.
2011-10-25 Oliver WolffReadded PrintSupport for Windows
2011-10-25 Laszlo AgocsUpdate readme about xcb plugin dependencies
2011-10-25 Friedemann KleintQtGui: Remove Q_WS and qpa.
2011-10-25 Arvid Ephraim PiccianiQNAM: make systemProxyForQuery respect http_proxy
2011-10-25 Frederik GladhornSanitize QAccessible includes.
2011-10-24 Bradley T. HughesCompile with clang
2011-10-24 Olivier GoffartImprove drawing scaled image with raster using SSE2
2011-10-24 Shane KearnsNetwork - Use isLoopback API in place of existing local...
2011-10-24 Shane KearnsNetwork - Add QHostAddress::isLoopback API.
2011-10-24 Shane KearnsQIODevice - disallow setTextMode when not open
2011-10-24 Friedemann Kleintcorelib: Remove Q_WS-macros.
2011-10-24 Jiang JiangKeep Multi font engine in QFontCache
2011-10-24 Michael BrasserAllow commiting and then reusing a QTouchEventSequence...
2011-10-24 Jason McDonaldRemove legacy Symbian code from qtestlib.
2011-10-24 Pekka VuorelaMultiline editors not to limit anchor position inputMet...
2011-10-23 Frederik GladhornRemove QAccessibleWidgetPrivate inheritance of QAccessible
2011-10-23 David FaureDeprecate QDesktopServices::storageLocation/displayName
2011-10-23 Jason McDonaldMake some qtestlib headers private.
2011-10-23 Morten SorvigRemove "duplicate objective-c class" warning.
2011-10-23 Morten SorvigCocoa: clean up compiler warnings.
2011-10-22 David FaureRename storageLocation() to writableLocation().
2011-10-22 David FaureAdd QStandardPaths::RuntimeLocation, for sockets (...
2011-10-22 David FaureAdd QStandardPaths::findExecutable.
2011-10-22 David FaureQStandardPaths: add Config and GenericData, add methods
2011-10-22 David FaureMove path information from QDesktopServices (gui) to...
2011-10-22 Friedemann KleintQWindow: Re-create platform window only if screen actua...
2011-10-22 Lars KnollAdd virtual QWindow::focusObject() method
2011-10-22 David FaureFix two typos: docu for "deprecated since" and Q_DEPR...
2011-10-22 Bradley T. HughesCompile with clang
2011-10-21 Thiago MacieiraAdd Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin...
2011-10-21 João AbecasisOff-by-one error in assert condition...
2011-10-21 João AbecasisLeftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6
2011-10-21 João AbecasisFix QTemporaryFile regressions and new found issues
2011-10-21 João AbecasisUse "native paths" on POSIX platforms as well
2011-10-21 João AbecasisCleanup #includes
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).
next