summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * xcb: Don't cache the screen for a windowAlexander Volkov2015-12-112-12/+6
| | * Don't ignore first character after a string.Edward Welbourne2015-12-112-7/+7
| | * winrt: Readd parameters to the pid-file's CreateFile2 callOliver Wolff2015-12-111-1/+1
| | * QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
| | * winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
| | * automatically put TESTDATA into RESOURCES on android/ios/winrtOswald Buddenhagen2015-12-112-1/+18
| | * QJsonObject::(const_)iterator: add pointer typedefGiuseppe D'Angelo2015-12-112-0/+12
| | * Fix broken QIOSContext setup due to missing 0-initialization of EAGLContextTor Arne Vestbø2015-12-101-3/+4
| | * QFileDialog test: make the right subwidget visibleGiuseppe D'Angelo2015-12-101-4/+6
| | * xcb: compare to previous state when sending geometry and expose eventsTor Arne Vestbø2015-12-101-6/+27
| | * XCB: prevent a fp division by zeroGiuseppe D'Angelo2015-12-101-4/+7
| | * QFileSystemModel: do not unwatch directories if removal failsGiuseppe D'Angelo2015-12-102-8/+43
| | * QPlatformTheme: added TabButtonFont and GroupBoxTitleFontLiang Qi2015-12-101-0/+2
| | * configureapp: Print FontConfig in "Third Party Libraries" sectionKonstantin Ritt2015-12-101-3/+3
| | * configureapp: Add missing empty line between paragraphsKonstantin Ritt2015-12-101-1/+1
| | * Fix swapped descriptions for [-no]-optimized-toolsKonstantin Ritt2015-12-101-2/+2
| | * Register QPA Menu, Dialog & SysTray enums & flagsJ-P Nurmi2015-12-093-0/+21
| | * Doc: Online style: CSS fixes for image alignmentTopi Reinio2015-12-091-4/+4
| | * Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
| | * winrt: Store exit code in pid fileMaurice Kalinowski2015-12-091-4/+13
| | * QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
| | * Add generic g++ spec for arm devices.Christian Stromme2015-12-092-0/+43
| | * Use CROSS_COMPILE when setting PKG_CONFIG.Christian Stromme2015-12-091-0/+3
| | * Check for any existing file in XCOMPOSEFILE.Giuseppe D'Angelo2015-12-091-3/+3
| | * Doc: Online template: dynamically load footer contentTopi Reinio2015-12-091-0/+1
| | * Standarddialogs example: Adapt layout for fullscreen platforms.Friedemann Kleint2015-12-092-7/+21
| | * fortuneserver/fortuneclient: Fix layout for WinRT.Friedemann Kleint2015-12-092-2/+2
| | * Fix debug operator for QRegion.Friedemann Kleint2015-12-091-6/+27
| | * Fix URL to "The Microsoft Windows User Experience".Friedemann Kleint2015-12-091-1/+1
| | * Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
| | * Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
| | * Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-094-0/+27
| | * Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
| | * Doc: do not claim that SUBDIRS.depends is only available for MakefilesJoerg Bornemann2015-12-091-1/+0
| | * doc: fix the shortcut for QListWidget::itemActivatedLiang Qi2015-12-091-1/+1
| | * Align signature with generic native socket engineMaurice Kalinowski2015-12-091-1/+1
| | * iOS: filter edit menu actions depending on selection stateRichard Moe Gustavsen2015-12-091-0/+26
| | * iOS: support edit action 'select'Richard Moe Gustavsen2015-12-091-0/+7
| | * QFileDialog: Call reject() on Key_Escape even when itemview has focusGiuseppe D'Angelo2015-12-092-12/+23
| | * Favor OpenGLES 3 on iOS if availableMike Krus2015-12-091-3/+5
| | * QWinRTFontDatabase: Add "Arial" as alias for "Helvetica".Friedemann Kleint2015-12-092-0/+16
| | * QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-083-7/+88
| | * Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
| | * Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-085-9/+139
| | * Remove Wow6432Node versions of Visual Studio registry keysJoerg Bornemann2015-12-085-43/+21
| | * syncqt.pl: say "ERROR" when it's an errorThiago Macieira2015-12-081-2/+2
| | * QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-082-7/+50
| | * Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-082-7/+45
| | * QVariant: retain duplicate keys when convertingThiago Macieira2015-12-082-2/+43
* | | QFlickGestureRecognizer: hoist a constant subexpression out of a for loopMarc Mutz2015-12-181-1/+2
|/ /