summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtConcurrent: remove a using declaration in a header fileMarc Mutz2013-10-053-14/+12
* QObject: use per-thread storage for qFlagLocation()Marc Mutz2013-10-052-14/+27
* Android: Add private ctors in QJNIObjectPrivate that takes va_list.Christian Strømme2013-10-042-0/+40
* Cocoa: Properly unhide views after they're moved to their own windowGabriel de Dietrich2013-10-041-2/+5
* Refactor OS X bundle detection for QFileInfoSamuel Gaist2013-10-041-11/+72
* Doc: Remove unused variable in QThread snippetSze Howe Koh2013-10-041-1/+0
* qdoc: Remove algorithm to find common prefixMartin Smith2013-10-044-56/+30
* qdoc: Eliminate uses of qmlModuleIdentifier()Martin Smith2013-10-047-34/+35
* fix off-by-one error in NTLM proxy authenticationMark Brand2013-10-041-1/+1
* Fix ssh root certificates path for Blackberry playbook OS.sfabry2013-10-031-0/+1
* QTemporaryDir: Output warnings on removal failure.Friedemann Kleint2013-10-031-1/+7
* iOS: Implement QPlatformServices to handle opening URLsTor Arne Vestbø2013-10-035-2/+144
* iOS: Delete members in platform integrationTor Arne Vestbø2013-10-032-0/+13
* 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