summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add QScopedPointerDeleteLater, a custom deleter for QObjectsMatt Broadstone2013-08-122-0/+14
* qdoc: Let default output subdir be htmlMartin Smith2013-08-122-1/+6
* QScrollBar: handle QWheelEvent::Phase for transient scrollbarsJ-P Nurmi2013-08-101-0/+5
* Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-092-1/+15
* Cocoa: support QWheelEvent::PhaseJ-P Nurmi2013-08-091-1/+17
* Doc: Removed extra "\group events" page in Qt GUI.Jerome Pasion2013-08-091-8/+0
* Introduce QWheelEvent::Phase (Begin, Changed, Ended)J-P Nurmi2013-08-087-16/+83
* Pass Xcb errors through the native event filterMartin Gräßlin2013-08-081-0/+5
* Doc: Get QDoc to not display the \qtvariable if it is empty.Jerome Pasion2013-08-081-1/+1
* QNX: Enable rendering on different displays using OpenGLFabian Bumberger2013-08-086-148/+180
* Add clearButton-property to QLineEdit.Friedemann Kleint2013-08-084-1/+56
* qdoc: Restore support for output in one directoryMartin Smith2013-08-0810-41/+78
* Doc: exclude snippets subdir.David Faure2013-08-071-0/+2
* QTreeView - allow users to control data in the treestructureThorbjørn Lund Martsum2013-08-073-8/+58
* Export getTimestamp to the native interfaceMartin Gräßlin2013-08-072-1/+12
* eglfs: Implement nativeResourceForWindowJan Arne Petersen2013-08-062-0/+15
* eglfs: Implement nativeResourceFunctionForContextJan Arne Petersen2013-08-062-0/+24
* Added automatic input device discovery to kms plugin.Samuel Rødal2013-08-061-0/+12
* Made EGLFS handle multiple surfaces with more grace.Samuel Rødal2013-08-064-1/+47
* Find primary GPU onlyPier Luigi Fiorini2013-08-063-4/+13
* Add side widgets to QLineEdit via QAction.Friedemann Kleint2013-08-064-12/+320
* OSX: Make QSslSocket compile on 10.9Liang Qi2013-08-062-15/+15
* Ensure that output is world readable on AndroidEskil Abrahamsen Blomfeldt2013-08-051-0/+10
* Bypass eglMakeCurrent where possible.Robin Burchell2013-08-051-0/+8
* QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-3/+3
* Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+23
* Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-28/+39
* QUrl: remove temporary codeThiago Macieira2013-08-041-3/+0
* Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-042-28/+102
* QUrlQuery: update our understanding of delimitersThiago Macieira2013-08-042-35/+27
* QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-042-249/+160
* Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-0211-0/+11
* Doc: Added \qtvariable command to QDoc.Jerome Pasion2013-08-024-7/+36
* Added SH_Widget_Animate in QStyleÀlex Fiestas2013-08-027-16/+45
* Cocoa: emit currentFontChanged signal in font dialog helperLiang Qi2013-07-311-1/+4
* Android: Fix crash when setting WA_NativeWindowEskil Abrahamsen Blomfeldt2013-07-314-2/+11
* qdoc: Ensure obsolete members file is writtenMartin Smith2013-07-311-0/+7
* Cocoa: align font dialog helper with the color oneLiang Qi2013-07-312-121/+142
* Fix application font population on OS XSimon Hausmann2013-07-312-66/+127
* Doc: Unified the summary for C++ classes and QML types.Jerome Pasion2013-07-304-26/+275
* Assign icons to actions of QLineEdit context menuAurélien Gâteau2013-07-301-0/+13
* Assign icons to actions of QTextEdit context menuAurélien Gâteau2013-07-301-0/+13
* Move the X11 system tray code from widgets into XCB-plugin.Friedemann Kleint2013-07-3011-100/+404
* Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* Uic: remove unused option -3David Faure2013-07-292-8/+0
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-12/+28
* Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+40
* QNX: adapt SSL lib file name lookup heuristicsPeter Hartmann2013-07-261-1/+1
* QUrl: add matches(url, options) method.David Faure2013-07-262-0/+71