summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
| * QJpegHandler: fix race conditionDavid Faure2015-03-261-9/+12
| * Fix soft-hyphen appearance at line-breakKonstantin Ritt2015-03-261-0/+13
| * Set dontPrint flag for the respective glyphKonstantin Ritt2015-03-261-15/+14
| * Better detection of Symbol fontsKonstantin Ritt2015-03-261-1/+7
| * Detect Thai writing system support from the font's Code Page BitfieldsKonstantin Ritt2015-03-261-0/+6
| * Remove extra semi-colons: clang doesn't like itThiago Macieira2015-03-261-8/+8
| * Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-262-215/+55
| * QtOpenGL: Fix const correctness in old style castsThiago Macieira2015-03-262-2/+2
| * Don't remove mnemonics and parentheses under non-Mac system.Debao Zhang2015-03-261-0/+2
| * iOS: Implement basic QPlatformOffscreenSurface subclassTor Arne Vestbø2015-03-251-1/+15
| * Add a section about QOpenGLWidget alternativesLaszlo Agocs2015-03-251-0/+17
| * Avoid crashing in the vao when not supportedLaszlo Agocs2015-03-251-6/+7
| * Resize backingstore properly on devicePixelRatio changesPaul Olav Tvete2015-03-251-6/+17
| * Proper geometry conversion for devicePixelRatio > 1Paul Olav Tvete2015-03-251-1/+6
| * Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-66/+233
| * Don't replay mouse press event which closes a popup on X11Alexander Volkov2015-03-254-2/+8
| * iOS: support SH_ComboBox_UseNativePopup in fusion styleRichard Moe Gustavsen2015-03-251-0/+5
| * QComboBox: use native popup on iOSRichard Moe Gustavsen2015-03-252-7/+7
| * QComboBox: change showNativePopup to be non-blockingRichard Moe Gustavsen2015-03-252-51/+81
| * qdoc: Duplicate QML types in the "All QML Types" list are distinguishedMartin Smith2015-03-257-146/+96
| * qdoc: Remove obsolete stuff from the qdoc manualMartin Smith2015-03-259-104/+7
| * libinput: Reorganize touch frame handlerLaszlo Agocs2015-03-251-11/+15
| * Make QAbstractProxyModel API invokable.Stephen Kelly2015-03-251-4/+4
| * QAbstractItemModel: Make the match() method Q_INVOKABLEStephen Kelly2015-03-251-4/+4
| * Improve debug formatting of key and mouse events.Friedemann Kleint2015-03-251-5/+5
| * QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-252-35/+35
| * QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
| * QTime: optimize toString()Marc Mutz2015-03-251-3/+1
| * Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28
| * QDate: don't spend code size covering the impossible caseMarc Mutz2015-03-251-1/+1
| * QDate: remove some useless default case labelsMarc Mutz2015-03-251-8/+0
| * Skip non-exported slots early when creating a XML interface description.Robert Griebl2015-03-251-1/+6
| * Export the symbols of libdbus-1 when loading it at runtime.Robert Griebl2015-03-251-0/+1
| * Accessibility Linux: Fix text attributesBoris Dušek2015-03-251-2/+124
| * OS X Accessibility: Make checkboxes etc. checkable with VoiceOverBoris Dušek2015-03-253-6/+10
| * Fix QAccessibleTextWidget::characterRect for off-cursor positionsBoris Dušek2015-03-251-1/+14
| * Fix QAccessibleTextWidget::characterRect for complex linesBoris Dušek2015-03-251-1/+1
| * Support all underline types in accessibilityBoris Dušek2015-03-251-1/+36
* | Adds qFindFirstSetBit() and qFindLastSetBit().Glen Mabey2015-03-282-0/+195
* | Cocoa integration - menus and Qt::Tool windowsTimur Pocheptsov2015-03-273-2/+22
* | QWidgetWindow: use sendEvent to forward events to the wrapped QWidgetGiuseppe D'Angelo2015-03-262-3/+10
* | Fixed bug in QLayout::replaceWidget()Jan Arve Saether2015-03-261-2/+1
* | Haiku: Fix clipboard implementationTobias Koenig2015-03-252-9/+40
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-24762-140169/+46376
|\|
| * OSX: add another missing AutoReleasePool.Erik Verbruggen2015-03-231-0/+1
| * Use glFinish() in QOpenGLWidget unless glFlush() is known to be enoughLaszlo Agocs2015-03-233-4/+39
| * eglfs: Unblank on startupLaszlo Agocs2015-03-231-0/+4
| * eglfs: Disable the blinking cursorLaszlo Agocs2015-03-232-7/+24
| * QVarLengthArray: Do not require operator!= for element comparisonKai Koehne2015-03-231-5/+4