summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Only create the Qt5::WinMain target if it doesn't exist yet.Stephen Kelly2012-07-131-11/+13
* Make sure the emulated mouse event comes lastKevin Ottens2012-07-131-17/+17
* statemachine: Micro-optimization for signal transition connectKent Hansen2012-07-131-4/+4
* statemachine: Use new Qt5 api for obtaining method parameter typesKent Hansen2012-07-131-3/+2
* statemachine: Make signal transition registration thread-safeKent Hansen2012-07-132-0/+11
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-2/+8
* statemachine: Small refactoring of transition registrationKent Hansen2012-07-135-14/+46
* linuxfb: fix style in QFbCursorGirish Ramakrishnan2012-07-132-45/+46
* statemachine: Fix dynamic transition registration edge casesKent Hansen2012-07-132-0/+3
* statemachine: Avoid warning when setting up signal transitionKent Hansen2012-07-131-0/+2
* statemachine: Set correct signal index when signal is non-normalizedKent Hansen2012-07-131-0/+1
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-1310-27/+27
* QtWidgets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* QNX: Fix flushing the backing store to non-owner windowsThomas McGuire2012-07-134-15/+63
* QNX: Extract and move adjustBufferSize() functionThomas McGuire2012-07-133-5/+9
* QNX: Apply state from QWindow when creating new QQnxWindowThomas McGuire2012-07-131-2/+5
* Improve accessibility test helpers.Friedemann Kleint2012-07-131-4/+27
* Analog clock and raster window examplesGunnar Sletta2012-07-136-30/+316
* QtGui: normalize signals/slotsMarc Mutz2012-07-131-3/+3
* meego: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* Make it possible to connect to QAbstract{State,Transtion} private signals.Stephen Kelly2012-07-134-10/+16
* Make it possible to use new syntax to connect to model signals.Stephen Kelly2012-07-132-31/+83
* Create a way to inform moc about private signals.Stephen Kelly2012-07-134-9/+38
* qdoc: Clean path names before using themMartin Smith2012-07-132-3/+3
* Mac: Fix crash on Mac OS 10.6 with new scrollbars.Christoph Schleifenbaum2012-07-131-10/+14
* statemachine: Fix state entry bug for parallel state groupsKent Hansen2012-07-122-23/+37
* statemachine: Move invariant code out of loop bodyKent Hansen2012-07-121-6/+6
* Fix compilation for some glxext.h header versionsGunnar Sletta2012-07-121-0/+13
* Enable modularization of translation files.Jan-Arve Saether2012-07-122-18/+61
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-3/+23
* remove QT_NO_SIGNALMAPPER from featuresTasuku Suzuki2012-07-124-16/+0
* Fix wince buildAndreas Holzammer2012-07-121-0/+2
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-123-15/+5
* Implement qWaitForWindowShown using qWaitForWindowExposed.Friedemann Kleint2012-07-121-2/+4
* QNX: Rename copyBack() to blitPreviousToCurrent()Thomas McGuire2012-07-122-6/+8
* QNX: Factor out blitHelper() functionThomas McGuire2012-07-122-30/+30
* QNX: Add comment in post() explaining how buffering worksThomas McGuire2012-07-121-0/+22
* android: fix build mistake from earlier mkspec namingRobin Burchell2012-07-121-1/+1
* Fix static plugin loading.Thiago Macieira2012-07-121-4/+11
* Write qHash functions for QDate, QTime and QDateTime.Mitch Curtis2012-07-122-0/+41
* Add unary operator+ to QPoint and QPointF.Mitch Curtis2012-07-122-0/+26
* Put the ICU libraries in LIBS_PRIVATEThiago Macieira2012-07-111-2/+2
* eglfs: add virtual destructor to QEglFsHooksRobin Burchell2012-07-111-0/+1
* linuxfb: Add config.test and configure supportGirish Ramakrishnan2012-07-111-0/+2
* Fix some spelling errorsSergio Ahumada2012-07-1128-41/+41
* Add protected virtual ensureActiveTarget() to QOpenGLPaintDeviceJocelyn Turcotte2012-07-113-0/+15
* Avoid loading multiple bearer plugins of the same keyJiang Jiang2012-07-111-0/+5
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-119-21/+23
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-115-0/+29
* Don't set the resize and move flags when activating fullscreen modeThomas McGuire2012-07-111-0/+8