QPlatformWindow: Add Window masks.
[profile/ivi/qtbase.git] / src /
2012-06-26 Friedemann KleintQPlatformWindow: Add Window masks.
2012-06-26 Thiago MacieiraMake QRegion not need to be friends with QVector
2012-06-26 Oswald Buddenhagenmake using testlib automatically "promote" all modules...
2012-06-26 Sukhyun KimMake QGtkStyle build with QT_NO_FILEDIALOG
2012-06-26 Martin PeterssonQIODevice: free memory when buffer is cleared
2012-06-26 Martin PeterssonQAbstractSocket: Enable readNotifier on read from buffer
2012-06-26 Martin PeterssonQtNetwork: remove double buffering on sockets
2012-06-26 Rafael Roquetto[QNX] Enable MT screen event handling on Blackberry
2012-06-26 Tasuku SuzukiFixed inputMethodQuery() for Qt::ImHints
2012-06-26 Tarja SundqvistQTBUG-26035: Remove positive sign from start of string
2012-06-26 Girish RamakrishnanUse valSeen since it results in unused warning otherwise
2012-06-25 Lars KnollSmall documentation fix about the text streams default...
2012-06-25 Lars KnollWe shouldn't have a Makefile here.
2012-06-25 Lars KnollRemove the font codecs
2012-06-24 Lars KnollThe codecForTr() should be utf8
2012-06-24 Lars KnollFix docs mentioning Q_EXPORT_PLUGIN2
2012-06-24 Lars KnollUse the new plugin system
2012-06-24 Tasuku SuzukiMake qtbase compile with QT_NO_DRAGANDDROP
2012-06-24 Thiago MacieiraEnsure that no extra bits can leak into QUrl::toEncoded.
2012-06-24 Tasuku SuzukiMake qtbase compile with QT_NO_CSSPARSER
2012-06-24 Thiago MacieiraWrap QObject usage in qsharedpointer_impl.h with ifndef...
2012-06-24 Robin BurchellRemove documentation for QIconEnginePlugin::keys().
2012-06-24 Robin BurchellGuard evdev specifics with QT_NO_EVDEV.
2012-06-23 Laszlo AgocsFix setMouseTracking on QGLWidget
2012-06-23 João AbecasisDon't operate on bogus data, assert on preconditions...
2012-06-23 Stephen KellyForward-port change to QT4_ADD_RESOURCES macro for...
2012-06-22 David FaureImplement QXcbIntegration::queryKeyboardModifiers()
2012-06-22 David FaureDocu: fix copy/paste typo
2012-06-22 David FaureQPA docs: list the platform names that the method is...
2012-06-22 Girish RamakrishnanAdd gui-private to generic plugins
2012-06-22 Girish Ramakrishnaneglfs: move m_pos into Cursor
2012-06-22 Shane KearnsFix non inheritable socket creation on old windows...
2012-06-22 Andy ShawEnsure that Proxy-Connection: Keep-Alive is respected...
2012-06-22 Glenn WatsonFix key modifiers in mouse wheel events on Windows.
2012-06-22 Uli SchlachterReimplement QXcbWindow::startSystemResize() with xcb
2012-06-22 Daniele E. Domenic... qtdbus: Export org.freedesktop.DBus.Peer interface...
2012-06-22 Konstantin RittQUnicodeTables: some internal API renamings
2012-06-22 Konstantin RittClean-up the Unicode tables generator code and the...
2012-06-21 Daniel Thor Kristj... Fixes high CPU usage on timer expiration when using...
2012-06-21 Stephen KellyUpdate the docs about setRoleNames deprecation.
2012-06-21 Joerg Bornemannfix doc typo in qwindow.cpp
2012-06-21 Kim Motoyoshi KallandFix possible crash when copying QImage.
2012-06-21 Casper van DonderenQDoc: Use the module page as link in qt.ditamap.
2012-06-21 Casper van DonderenQDoc: Use 'Type' instead of 'element' in instantiates.
2012-06-21 Girish RamakrishnanRemove QWS references from testlib
2012-06-21 Kim Motoyoshi KallandAvoid unnecessary detach when saving to BMP.
2012-06-21 Konstantin RittQTextLayout docs: a minor typo fix
2012-06-21 Konrad Grochowskiproper filling when using Qt::TexturePattern
2012-06-20 Samuel RødalFixed mouse grabbing preventing popups from being closed.
2012-06-20 Shane KearnsHandle fragmented responses on SOCKS5 control channel
2012-06-20 Chris AdamsAdd new benchmark metrics to testlib
2012-06-20 Daniel MolkentinDoc: tmake -> qmake, it's about time
2012-06-20 Shane KearnsChange default Content-Type for http POST to match...
2012-06-20 Girish RamakrishnanRemove references to Q_WS_QWS
2012-06-20 Girish Ramakrishnanplastique: Use QPlatformTheme::DialogButtonBoxButtonsHa...
2012-06-20 Girish RamakrishnanRemove dead code
2012-06-20 James TurnerFix QWidgetWindow sending duplicate drag-drop events
2012-06-20 Stephen KellyRecord if a metatype is a smart pointer to a QObject...
2012-06-20 Stephen KellyAdd some internal API for extracting a QSharedPointer...
2012-06-20 Martin PeterssonQNetworkAccessManager: delete the httpThread
2012-06-20 Bradley T. HughesChange *-clang mkspec globs to *-clang*
2012-06-20 Jeremy KatzMake QUuid compile with QT_NO_QUUID_STRING without...
2012-06-20 Jeremy Katzdefine QT_NO_ICONV if QT_NO_TEXTCODEC
2012-06-20 Jeremy KatzMake QVariant compile with QT_NO_QUUID_STRING
2012-06-20 Eike ZillerMac: Fix rendering of non-int sized fonts.
2012-06-20 Girish RamakrishnanDocument and use UserEvent::nullWindow for event delivery
2012-06-20 Oswald BuddenhagenMerge "Merge branch 'buildsystem'" into refs/staging...
2012-06-20 Mitch CurtisMake QDateTime::fromString()/Time::fromString() adhere...
2012-06-20 Mitch CurtisAdd leading zeros to years below 1000 in QDate::toString().
2012-06-20 Stephen KellyUse the POSITION_INDEPENDENT_CODE property on targets...
2012-06-20 Martin PeterssonQUrl::setEncodedQueryItems should replace
2012-06-20 Samuel RødalImproved QCursor::setPos() robustness on xcb.
2012-06-20 Kent HansenQMetaMethod::invoke: Use normalizedType() to normalize...
2012-06-20 Frederik GladhornAccessibility: Do not automatically add controllers
2012-06-20 Yuchen DengMOC: Avoiding MAX_PATH limit on Windows
2012-06-20 Gabor BallabasFix compile-time error macro when building with -fPIE
2012-06-20 Tobias HungerFix access to uninitialized pointer
2012-06-20 Olivier GoffartAdd qMove macro to support std::move
2012-06-20 Friedemann KleintWindows: Fix MinGW warnings.
2012-06-19 Oswald BuddenhagenMerge branch 'buildsystem'
2012-06-19 Oswald Buddenhagenfix misnomer: qt_module.prf => qt_build_config.prf
2012-06-19 Oswald Buddenhagenautomatically add QT_BUILD_FOO_LIB to DEFINES
2012-06-19 Oswald Buddenhagenclean up projects from QPRO_PWD nonsense, etc.
2012-06-19 Oswald Buddenhagenauto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCON...
2012-06-19 Oswald Buddenhagenmove QMAKE_PKGCONFIG_VARIABLES stuff out of qt_module_c...
2012-06-19 Oswald Buddenhagendon't use qt_module_config for winmain
2012-06-19 Oswald Buddenhagenauto-generate module pris
2012-06-19 Oswald Buddenhagendon't refer to module versions during bootstrap
2012-06-19 Oswald Buddenhagenautomatically add the version header to HEADERS
2012-06-19 Oswald Buddenhagenremove explicit RCC_DIR addition to INCLUDEPATH
2012-06-19 Oswald Buddenhagenmake qt_module_config.prf install the module pri file
2012-06-19 Oswald Buddenhagenintroduce /get property variants
2012-06-19 Oswald Buddenhagenmove moc, rcc and uic CONFIG additions to the respectiv...
2012-06-19 Oswald Buddenhagenremove last traces of qbase.pri, qt_targets.pri and...
2012-06-19 Oswald Buddenhagenremove some qmake -project boilerplate from project...
2012-06-19 Oswald Buddenhagenclean up path normalization in configure.exe and QLibra...
2012-06-19 Oswald Buddenhagenrewrite SUBDIRS construction logic
2012-06-19 Oswald Buddenhagendetach src/src.pro and src/tools/tools.pro from qtbase.pro
2012-06-19 Oswald Buddenhagenremove convoluted recursive debug/release target magic
2012-06-19 Oswald Buddenhagenproperly declare the host tools as such in the project...
next