summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix QTimer with negative interval in QWidgetLineControl::setCursorBlinkPeriodİsmail Dönmez2014-07-061-1/+1
| | * Attempt to work with Visual Studio in -Za (strict ANSI) modeThiago Macieira2014-07-051-6/+15
| | * Improve QListWidget documentation.Mitch Curtis2014-07-041-1/+8
| | * Fix debug output of QTouchEvent.Friedemann Kleint2014-07-041-1/+1
| | * Doc: fix a link in QAbstractOpenGLFunctions documentationLiang Qi2014-07-031-1/+1
| | * Accessibility Linux: Fix crashes when accessing invalid functionsFrederik Gladhorn2014-07-031-6/+13
| | * QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-07-031-3/+3
| | * Make QDom/QXmlSimpleReader reentrant.David Faure2014-07-034-22/+22
| | * Move QXmlReaderPrivate to private header.David Faure2014-07-032-241/+307
| | * Add opt-out environment variable for @2x imagesMorten Johan Sørvig2014-07-032-3/+5
* | | Add QDebug::noquote() stream modifierKai Koehne2014-07-103-9/+69
* | | Added autoHide property to QTabBarIvan Komissarov2014-07-105-1/+74
|/ /
* | QFileDialog: compile with QT_NO_URL_CAST_FROM_STRING.David Faure2014-07-092-1/+3
* | qfiledialog: clean up dead code.David Faure2014-07-091-51/+0
* | Add missing doc file for cocoa native contextLaszlo Agocs2014-07-091-0/+58
* | Avoid calling glGetString on OpenGL 3.0+Laszlo Agocs2014-07-091-5/+6
* | Use RGBA8888 always in the eglfs backingstoreLaszlo Agocs2014-07-091-8/+1
* | Fix internalFormat in QOpenGLTexture for ES2Laszlo Agocs2014-07-091-1/+10
* | Port qdoc to QCommandLineParserDavid Faure2014-07-091-139/+121
* | Mention Qt::ToolButtonFollowStyle in QToolBar/QMainWindow documentationDavid Faure2014-07-093-2/+11
* | Make QExplicitlySharedDataPointer<T> copy-ctor from QESDP<X> more safeKevin Funk2014-07-092-5/+34
* | Update platformheaders docs about bc.Laszlo Agocs2014-07-085-3/+11
* | Improve debug output of QPalette.Friedemann Kleint2014-07-081-3/+27
* | Remove QHashDummyNode and avoid undifined behaviorOlivier Goffart2014-07-082-26/+17
* | Refactor custom/standard color selectors in QColorDialog.Friedemann Kleint2014-07-081-25/+33
* | QWidget: Set screen on top-level windows only.Friedemann Kleint2014-07-081-1/+2
* | Decrease code duplication by reusing QTextEngine::findItem()Konstantin Ritt2014-07-082-54/+6
* | Use QDropEvent::acceptProposedAction() in drop handlers of QAbstractItemView.Friedemann Kleint2014-07-081-10/+13
* | Rename QSysInfo::cpuArchitecture and fullCpuArchitectureThiago Macieira2014-07-072-35/+35
* | Add convenience function for checking screen changes to QPlatformWindow.Friedemann Kleint2014-07-074-33/+31
* | Add support for querying "glxconfig" from native interfaceAndras Becsi2014-07-074-0/+25
* | Expose internally QAuthenticator::setRealmJocelyn Turcotte2014-07-072-0/+10
* | Make QAccessibleEditableTextInterface docs publicFrederik Gladhorn2014-07-071-1/+0
* | Accessibility: Improve handling current valueFrederik Gladhorn2014-07-073-11/+3
* | Fix corruption with QQuickWidget and QOpenGLWidget on ANGLELaszlo Agocs2014-07-071-23/+26
* | Add context adoption support for WGLLaszlo Agocs2014-07-075-13/+281
* | QNX: Override QPlatformScreen::grabWindowBernd Weimer2014-07-072-2/+101
* | QObject: don't hold mutex when copying arguments in a QueuedConnectionOlivier Goffart2014-07-071-4/+25
* | Don't look up a QChar's digit value more than necessaryThiago Macieira2014-07-071-5/+8
* | Add missing detection for some 64-bit architecturesThiago Macieira2014-07-071-2/+12
* | Mark all QChar static functions as [[gnu::const]]Thiago Macieira2014-07-073-40/+40
* | Remove QT_STATIC_CONSTThiago Macieira2014-07-075-16/+4
* | Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-0/+2
* | Make QOpenGLTextureCache::bindTexture upload efficientlyAllan Sandfeld Jensen2014-07-044-23/+139
* | Support transparency in qt5 system tray icons, regardless of tray visualLeo Franchi2014-07-045-6/+124
* | Windows: Use native-looking drag cursorsAlessandro Portale2014-07-042-145/+169
* | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-0423-143/+178
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-0323-143/+178
| |\|
| | * Listen to touch events on the master device instead of slave.Maarten Lankhorst2014-07-021-36/+13
| | * Cocoa: Handle Qt::WA_ShowWithoutActivatingMorten Johan Sørvig2014-07-023-0/+16