summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Don't throw away slow-moving mouse/touch eventsPaul Olav Tvete2013-10-031-2/+2
* testlib: Don't link to IOKit on iOS, it's not part of the SDKTor Arne Vestbø2013-10-031-4/+2
* Add two enums that weren't handled in the ibase SQL driverThiago Macieira2013-10-031-0/+4
* iOS: Use PROT_READ, not PROT_NONE, for custom stack memory guardTor Arne Vestbø2013-10-031-1/+3
* Update QSessionManager and related classes documentationSamuel Gaist2013-10-028-91/+147
* Remove a duplicate conversion to QLatin1StringSebastian Schuberth2013-10-021-1/+1
* qdoc: Remove debug codeTopi Reinio2013-10-021-3/+0
* QProcess/Win: fix crash in drainOutputPipesJoerg Bornemann2013-10-021-2/+2
* Windows/Linux: Cache cursors by mask/pixmap keys and shape.Friedemann Kleint2013-10-024-27/+111
* QProcess: remove now superfluous calls to setEnabled(false)Joerg Bornemann2013-10-021-11/+2
* qdoc: Use empty common prefix for alphabetical QML type listsTopi Reinio2013-10-021-8/+8
* Android: update copied enum values in Java codePaul Olav Tvete2013-10-021-12/+17
* Fix race condition in ~QFileInfoGathererFrederik Gladhorn2013-10-021-0/+2
* Doc: correct QTimer accuracy information - it depends on the timer typeThiago Macieira2013-10-021-7/+12
* AccessibleRelation::get_relationType didn't handle all enum values.Jan Arve Saether2013-10-021-0/+12
* qdoc: Fixed handling of QML referencesMartin Smith2013-10-018-99/+133
* xcb: Initialize accessibility lazily, since it requires an event-dispatcherTor Arne Vestbø2013-10-012-4/+9
* eglfs: Make QML root objects sized to view working againLaszlo Agocs2013-10-012-3/+15
* remove usage of qDeleteInEventHandler from QProcessJoerg Bornemann2013-10-011-9/+8
* Correct the bit field sizes in QTextOptionThiago Macieira2013-10-012-1/+5
* Remove unused static function msecsToSystemtime() from qtimezoneprivate_win.cpp.Friedemann Kleint2013-10-011-11/+0
* QPA: Fix semantics of GUI event dispatcher ownership in platform pluginsTor Arne Vestbø2013-09-3032-116/+91
* Fix syncqt warning about include in qopenglpixeltransferoptions.h.Friedemann Kleint2013-09-301-1/+1
* QMessageBox - make detail text work on set after showThorbjørn Martsum2013-09-301-1/+3
* xcb: Don't connect() to event-dispatcher until we are sure we have oneTor Arne Vestbø2013-09-302-14/+23
* evdevtouch: Do not print device information by defaultLaszlo Agocs2013-09-301-13/+26
* Fix check in texture cleanup codeSean Harmer2013-09-301-1/+1
* Fix grammar in QScopedPointer.Mitch Curtis2013-09-301-1/+1
* Fix bootstrapped build of QCoreApplicationThiago Macieira2013-09-301-0/+1
* qfeatures: Allow QFileSystemModel without QFileSystemWatcherAndrew Knight2013-09-302-6/+1
* Fix error signal supression for failed DNS lookupsMandeep Sandhu2013-09-291-1/+1
* Remove redundant code.Jędrzej Nowacki2013-09-291-2/+0
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-272-15/+55
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-2734-0/+414
* iOS: Add explicit dependency on the Foundation framework for QtCoreTor Arne Vestbø2013-09-271-1/+1
* Reduce QtNetwork lib size by 16111 bytes.Jędrzej Nowacki2013-09-271-1/+6
* Fix open ssl forwarding macros.Jędrzej Nowacki2013-09-272-16/+24
* Android: Handle new QtTraceMsg in message handlerPaul Olav Tvete2013-09-271-0/+1
* QVarLengthArray - doc fix.Thorbjørn Martsum2013-09-271-2/+2
* Use a pimpl in QLoggingCategoryhjk2013-09-272-9/+26
* Fix regression in trackpad scroll event handling.Morten Johan Sørvig2013-09-271-10/+11
* Clear m_activePopupWindow on popup close.Morten Johan Sørvig2013-09-271-7/+9
* QWindowsWindow: Output warnings with classname/objectname.Friedemann Kleint2013-09-271-8/+11
* qdbusxml2cpp: Fix annotation value in an introspection string generatorMichael Krasnyk2013-09-271-1/+1
* Win: Fixed namespaced build with QT_NO_FILESYSTEMWATCHEROliver Wolff2013-09-271-2/+2
* qdoc: Correct location info for typedefs with associated enumsTopi Reinio2013-09-271-0/+6
* Windows: Use PostMessage for clipboard notifications for debugged apps.Friedemann Kleint2013-09-271-6/+5
* rcc: Remove compile dependency on private headers.hjk2013-09-262-2/+0
* Cocoa: Allow widgets to receive events event when no app is runningGabriel de Dietrich2013-09-262-2/+11
* QMacNativeWidget: Background should be transparentGabriel de Dietrich2013-09-261-0/+1