summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix argv parameter to main() on WindowsJoni Poikelin2015-02-031-1/+2
| | * CMake: Fix QObject::connect failing on ARMAlbert Astals Cid2015-02-032-4/+0
| | * QHeaderView: check that length is correct and fix restoring Qt4 state.Arnaud Bienner2015-02-032-23/+85
| | * Suppress Ctrl/Ctrl+Shift keypresses in line/text edits.Friedemann Kleint2015-02-035-21/+65
| | * Windows: Pass geometry in device-independent pixel when determining screen.Friedemann Kleint2015-02-031-1/+1
| | * QWindowContainer: Restrict check for negative position to child windows.Friedemann Kleint2015-02-031-1/+1
| | * Windows: Rewrite font database to use delayed population.Friedemann Kleint2015-02-032-35/+51
| | * CoreWLan: properly wait for scan thread to finishDyami Caliri2015-02-031-1/+0
| | * Cocoa: Keep menu invisible when adding it to a menubarDaiwei Li2015-02-031-1/+3
| | * Windows: Fix screen changed emission for programmatic moves.Friedemann Kleint2015-02-021-1/+2
| | * Add qopenglconfig test.Friedemann Kleint2015-02-023-1/+234
| | * Fix QGraphicsWidget window frame section logicDyami Caliri2015-02-022-2/+31
| | * Fix leaks in OS X bundle detectionDyami Caliri2015-02-021-3/+3
| | * Partially revert "QFixed: fix undefined behavior"Marc Mutz2015-02-021-1/+1
| | * uic: don't use QStringLiteral in comparisonsMarc Mutz2015-02-021-273/+273
| | * uic: update sources from current generate_uiMarc Mutz2015-02-022-63/+66
| | * Add some punctuation to QTextCursor's detailed description.Mitch Curtis2015-02-021-5/+5
| | * Fix build of egl integrationStephan Binner2015-02-028-23/+29
| | * Only use Xft font settings as defaults, and let fontconfig overrideAllan Sandfeld Jensen2015-02-021-38/+38
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-2976-222/+810
| | |\
| | | * Use qt.io rather than qt-project.org for network testsShawn Rutledge2015-01-283-3/+3
| | | * Windows/ANGLE: Fix initialization of contexts.Friedemann Kleint2015-01-281-4/+9
| | | * Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-2420-25/+49
| | | * QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-222-1/+18
| | | * Fix finding widgets for Windows Embedded CompactAndreas Holzammer2015-01-221-1/+1
| | | * QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-222-1/+42
| | | * Fix crash with multi threaded QFont/QTextEngine usageKonstantin Ritt2015-01-201-1/+6
| | | * tst_qstring_mac: Correct memory management.Morten Johan Sørvig2015-01-201-2/+8
| | | * Make harfbuzz-old fallback available at run-timeEskil Abrahamsen Blomfeldt2015-01-192-8/+13
| | | * Windows: Delay creation of the static OpenGL context.Friedemann Kleint2015-01-193-28/+20
| | | * rcc: fix build failure on Windows XP / MinGW 4.9Giuseppe D'Angelo2015-01-191-0/+1
| | | * Fix possible divide by zero in QMacStyleLiang Qi2015-01-191-5/+6
| | | * Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
| | | * Set pendingClose to false on init in QSslSocketMichael Marley2015-01-191-0/+1
| | | * Fix drag and drop regressionGatis Paeglis2015-01-195-7/+29
| | | * Fall back to ANGLE on OpenGL 1.xLaszlo Agocs2015-01-191-0/+32
| | | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-16102-373/+1234
| | | |\
| | | * | Fix compile error if openssl is built with no-ssl3-methodAndré Klitzing2015-01-162-0/+18
| | | * | Fix regression with frameless dialogs on WindowsLaszlo Agocs2015-01-161-2/+6
| | | * | Windows: Fix crash when focus window does not have a native window.Friedemann Kleint2015-01-151-1/+1
| | | * | Windows: Add infrastructure to be able to a GL renderer based on GPU.Friedemann Kleint2015-01-156-42/+162
| | | * | Windows: Add GPU detection.Friedemann Kleint2015-01-155-11/+213
| | | * | Bump copyright year to 2015Kai Koehne2015-01-1514-23/+23
| | | * | Swallow wheel events while a popup widget is open.Friedemann Kleint2015-01-122-9/+10
| | | * | QMacPasteboardMimeFileUri: Use file paths instead of file referencesGabriel de Dietrich2015-01-121-1/+13
| | | * | Resolve GLES3 functions from the shared libLaszlo Agocs2015-01-104-51/+124
| | * | | src/gui/painting/painting.pri: add missing qfixed_p.hMarc Mutz2015-01-241-0/+1
| | * | | QTextCharFormat: fix word spacing setupMaks Naumov2015-01-231-1/+1
| | * | | Fix typo in the docsKonstantin Ritt2015-01-231-1/+1
| | * | | Enter/Return should cause an edit inside an itemview on OS XAndy Shaw2015-01-233-8/+2