summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QCocoaBackingStore: Initialize non-opaque images with transparent colorGabriel de Dietrich2013-09-261-0/+2
* Doc: remove duplicate \externalpage definitionsTopi Reinio2013-09-263-55/+0
* [QNSView viewWillMoveToWindow:] remove observer from previous windowShawn Rutledge2013-09-261-2/+2
* Mac: QWizard default background pixmap works againLiang Qi2013-09-263-29/+52
* Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-266-5/+14
* QLocale - Fix Mac date format code translationJohn Layt2013-09-261-29/+76
* Correct the detection of Windows-generated mouse eventsLaszlo Agocs2013-09-261-2/+4
* evdevtouch: Fix ABS limit queriesLaszlo Agocs2013-09-261-2/+11
* evdevtouch: Avoid duplicating points in released stateLaszlo Agocs2013-09-261-3/+10
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-2/+2
* Remove code that doesn't do anything.Gunnar Sletta2013-09-262-31/+0
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-265-10/+20
* Make QCoreApplicationPrivate::appName() thread-safeTor Arne Vestbø2013-09-261-0/+3
* Doc: Adding "qtdoc" to the depends qdocconf variable.Jerome Pasion2013-09-261-1/+1
* Remove logic which changes install rules inside Qt dirEskil Abrahamsen Blomfeldt2013-09-261-1/+1
* QtConcurrent::IterateKernel: fix a race on a cache variableMarc Mutz2013-09-261-3/+6
* QKeySequenceEdit: cleanup unused member variableJ-P Nurmi2013-09-262-3/+1
* Don't assume QCoreApplication::applicationName() will never changev5.2.0-alpha1Tor Arne Vestbø2013-09-252-6/+9
* Allow QDir::mkpath() to work on QNX QNet pathsMatt Hoosier2013-09-251-1/+8
* Android: Use the application's class loader when loading Java classes.Christian Strømme2013-09-253-4/+33