profile/ivi/qtbase.git
2012-07-13 Stephen KellyOnly create the Qt5::WinMain target if it doesn't exist...
2012-07-13 Kevin OttensMake sure the emulated mouse event comes last
2012-07-13 Kent Hansenstatemachine: Micro-optimization for signal transition...
2012-07-13 Kent Hansenstatemachine: Use new Qt5 api for obtaining method...
2012-07-13 Kent Hansenstatemachine: Make signal transition registration threa...
2012-07-13 Kent Hansenstatemachine: Fix signal transition handling in multi...
2012-07-13 Kent Hansenstatemachine: Small refactoring of transition registration
2012-07-13 Girish Ramakrishnanlinuxfb: fix style in QFbCursor
2012-07-13 Kent Hansenstatemachine: Fix dynamic transition registration edge...
2012-07-13 Kent Hansenstatemachine: Avoid warning when setting up signal...
2012-07-13 Kent Hansenstatemachine: Set correct signal index when signal...
2012-07-13 Marc Mutzdoc/snippets: normalize signals/slots
2012-07-13 Marc MutzQtWidgets: normalize signals/slots
2012-07-13 Thomas McGuireQNX: Fix flushing the backing store to non-owner windows
2012-07-13 Thomas McGuireQNX: Extract and move adjustBufferSize() function
2012-07-13 Thomas McGuireQNX: Apply state from QWindow when creating new QQnxWindow
2012-07-13 Friedemann... Improve accessibility test helpers.
2012-07-13 Gunnar SlettaAnalog clock and raster window examples
2012-07-13 Marc MutzQtGui: normalize signals/slots
2012-07-13 Marc Mutzmeego: normalize signals/slots
2012-07-12 Stephen KellyMake it possible to connect to QAbstract{State,Transtio...
2012-07-12 Stephen KellyMake it possible to use new syntax to connect to model...
2012-07-12 Stephen KellyCreate a way to inform moc about private signals.
2012-07-12 Jason McDonaldMake it clear that stickman example animations are...
2012-07-12 Jędrzej NowackiTest for QMetaType binary breakage.
2012-07-12 Martin Smithqdoc: Clean path names before using them
2012-07-12 Christoph SchleifenbaumMac: Fix crash on Mac OS 10.6 with new scrollbars.
2012-07-12 Marc Mutztst_QMimeDatabase: use QFutureSynchronizer
2012-07-12 Kent Hansenstatemachine: Fix state entry bug for parallel state...
2012-07-12 Kent Hansenstatemachine: Move invariant code out of loop body
2012-07-12 Gunnar SlettaFix compilation for some glxext.h header versions
2012-07-12 Thiago MacieiraFix small problems with tst_QProcess
2012-07-12 Jan-Arve SaetherEnable modularization of translation files.
2012-07-12 Eskil Abrahamsen... Fix crash when column is inserted before rowspanned...
2012-07-12 Oswald Buddenhagenfix splitting of $PATH when looking for sh.exe
2012-07-12 Oswald Buddenhagenremove another symbian remnant: QMAKE_RVCT_LINKSTYLE
2012-07-12 Oswald Buddenhagentest behavior of $${absolute,relative}_path() with...
2012-07-12 Oswald Buddenhagenremove pointless checking/fallback code for $$TARGET
2012-07-12 Oswald Buddenhagenremove support for syncqt-based config tests
2012-07-12 Tasuku Suzukiremove QT_NO_SIGNALMAPPER from features
2012-07-12 Andreas HolzammerFix wince build
2012-07-12 Girish RamakrishnanQPA: pass cmdline arguments to QPlatformIntegrationPlug...
2012-07-12 Friedemann... Implement qWaitForWindowShown using qWaitForWindowExposed.
2012-07-12 Oswald Buddenhagendon't unnecessarily normalize $$[QT_INSTALL_*] any...
2012-07-12 Thomas McGuireQNX: Rename copyBack() to blitPreviousToCurrent()
2012-07-12 Thomas McGuireQNX: Factor out blitHelper() function
2012-07-12 Thomas McGuireQNX: Add comment in post() explaining how buffering...
2012-07-12 Friedemann... Tests: Fix printsupport profiles.
2012-07-12 Oswald Buddenhagenmake the prl lookup search in standard locations
2012-07-12 Robin Burchellandroid: fix build mistake from earlier mkspec naming
2012-07-12 Thiago MacieiraFix static plugin loading.
2012-07-11 Mitch CurtisWrite qHash functions for QDate, QTime and QDateTime.
2012-07-11 Mitch CurtisAdd unary operator+ to QPoint and QPointF.
2012-07-11 Thiago MacieiraPut the ICU libraries in LIBS_PRIVATE
2012-07-11 Oswald Buddenhagenfix QT.<module>.*_VERSION references
2012-07-11 Oswald Buddenhagendo not mess with VERSION
2012-07-11 Friedemann... Improve windowflags, windowgeometry manual tests.
2012-07-11 Robin Burchelleglfs: add virtual destructor to QEglFsHooks
2012-07-11 Girish Ramakrishnanlinuxfb: Add config.test and configure support
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-11 Jocelyn TurcotteAdd protected virtual ensureActiveTarget() to QOpenGLPa...
2012-07-11 Mitch CurtisImprove QPoint and QPointF auto tests.
2012-07-11 Jiang JiangAvoid loading multiple bearer plugins of the same key
2012-07-11 Friedemann... Add stylehint to use querying RTL keyboard support.
2012-07-11 Friedemann... Clear qt_button_down widget when starting a drag.
2012-07-11 Oswald Buddenhagenfix build with namespaced qt
2012-07-11 Thomas McGuireDon't set the resize and move flags when activating...
2012-07-11 Stephen KellyFix unit tests when CMAKE_PREFIX_PATH env var is not...
2012-07-11 Girish Ramakrishnanlinuxfb: Remove QFbWindow::setVisible
2012-07-11 Girish Ramakrishnanlinuxfb: Add m prefix to all member variables
2012-07-11 Girish Ramakrishnanlinuxfb: raise and lower should take QFbWindow as args
2012-07-11 Girish Ramakrishnanlinuxfb: let the window register itself with the screen
2012-07-11 Girish Ramakrishnanlinuxfb: Add option to not switch to graphics mode
2012-07-11 Girish Ramakrishnanlinuxfb: Rework screen code
2012-07-11 Girish Ramakrishnanlinuxfb: remove mScreens from QFbWindow
2012-07-11 Girish Ramakrishnanlinuxfb: create image only on resize
2012-07-11 Girish Ramakrishnanlinuxfb: don't store window in backingstore
2012-07-11 Marc MutzQNX: fix linking by implementing QStandardPaths::enable...
2012-07-11 Kent Hansenstatemachine: Support parallel root state
2012-07-11 Kent Hansenstatemachine: Emit finished() signal when the initial...
2012-07-11 Kent Hansenstatemachine: Small refactoring of initial transition...
2012-07-11 Kent Hansenstatemachine: Get rid of hidden start state
2012-07-11 Girish Ramakrishnanlinuxfb: add linuxfb.json and moc main.cpp
2012-07-11 Girish Ramakrishnanlinuxfb: make linuxfb compile
2012-07-11 Girish Ramakrishnanlinuxfb: make platformsupport convenience compile
2012-07-11 Oswald Buddenhagensupport building tools as application bundles
2012-07-11 Jason McDonaldList required xcb packages for Ubuntu 12.04.
2012-07-11 Kent Hansenstatemachine: Revamp property assignments implementation
2012-07-11 Kent Hansenstatemachine: Refactor {enter,exit}States() functions
2012-07-11 Sean HarmerXCB: Use glXCreateContextAttribsARB if available
2012-07-11 Jan-Arve SaetherRemove clipboard operations from QAccessibleEditableTex...
2012-07-11 Sergio AhumadaChange deprecated use of qgenericplugin_qpa.h to qgener...
2012-07-11 Oswald Buddenhagenadd feature file for centralized qml plugin project...
2012-07-11 Stephen KellySet the IMPORTED_SONAME for imported targets.
2012-07-11 Stephen KellyFix the name of _debug libraries on APPLE.
2012-07-10 Oswald Buddenhagenfix linking against installations in /usr/lib
2012-07-10 Oswald Buddenhagenmake sure that building tests implies building other...
2012-07-10 Thomas McGuireFix showNormal() and friends for platforms with fullscr...
2012-07-10 Friedemann... qtbase: Add missing example installs and files.
2012-07-10 Jeremy Katzmake gui compile with QT_NO_SHORTCUT
next