summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix empty arrays in QML 1Robert Griebl2015-01-082-0/+8
* Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-081-10/+67
* QDateTime: Fix time format in docOrgad Shaneh2015-01-071-1/+1
* Fix compilation with QDND_DEBUG.Friedemann Kleint2015-01-062-5/+7
* Add Hebrew translation for Qt LinguistOrgad Shaneh2015-01-041-0/+2259
* Check world matrix is true when seeing if transformations are supportedAndy Shaw2015-01-021-0/+2
* QIdentityProxyModel: remove slow bounds-checking, for more performanceDavid Faure2014-12-241-3/+0
* Autotest: Setting tst_qaudiooutput and tst_qsound as insignificantSimo Fält2014-12-242-1/+2
* Use metrics returned by GetGlyphOutline in GGO_METRICS modelasconic2014-12-161-3/+26
* Fix OpenType fonts with cmap tables on WindowsJosh Faust2014-12-132-3/+11
* Make distance fields rendering work with Opentype CFF fontsEskil Abrahamsen Blomfeldt2014-12-132-1/+14
* fix glyph's CMAP index might be corruptedKonstantin Ritt2014-12-131-1/+1
* fix QWebSettings::setUserStyleSheetUrl() not working with windows pathsAshish Kulkarni2014-12-131-1/+1
* Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-102-1/+18
* Windows: Fix return value of QDesktopServices::storageLocation(DataLocation).Friedemann Kleint2014-12-041-6/+7
* Rewrite debug output of event classes.Friedemann Kleint2014-12-031-242/+359
* Bump Qt version to 4.8.7Akseli Salovaara2014-12-0320-40/+146
* Auto-scroll while selecting entire rows/columns did not workJan Arve Saether2014-12-031-2/+4
* Fix minor compiler warningKevin Funk2014-11-271-1/+1
* Only add the res_file to the generated files if there is no rc_fileAndy Shaw2014-11-271-1/+2
* Remove the use of a template qUnused function for ICCThiago Macieira2014-11-261-1/+1
* Fix string placeholders in two translationsAndy Shaw2014-11-251-2/+2
* Fix thai symbol rendering slownessKonstantin Ritt2014-11-221-1/+3
* Parse multiple buttons during mouse press and releaseAllan Sandfeld Jensen2014-11-041-3/+5
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-316-1/+131
* Fix compiler warningLars Knoll2014-10-301-1/+1
* Handle relative paths correctly for files in QMAKE_BUNDLE_DATAAndy Shaw2014-10-271-0/+1
* qmake vcxproj generator: write PrimaryOutputExtension valueJoerg Bornemann2014-10-274-8/+33
* fix warning when generating VS 2013 projectJoerg Bornemann2014-10-271-0/+5
* Windows native socket: handle WSAENETRESET the same as WSAECONNRESETShawn Rutledge2014-10-221-1/+1
* Fix license text and URLs in QMessageBox::aboutQt().Friedemann Kleint2014-10-201-14/+14
* QTreeView: speed up isRowHidden for the case where no rows are hidden.David Faure2014-10-131-0/+2
* [OS X]: respect icon visibility preference in system tray menusRené J.V. Bertin2014-10-091-1/+1
* QMacStyle: Fix QTabBar appearance on YosemiteJari Tenhunen2014-10-071-10/+19
* Make sure the content widget never replaces valid data with empty data.Christian Kandeler2014-10-071-9/+18
* Update Hebrew translationGenghis Khan2014-10-041-334/+334
* Backport: use backslashes for UNCs pathSamuel Gaist2014-10-011-16/+23
* QLineEdit: Disable standard key 'cut' when there is no selection.Dyami Caliri2014-09-292-1/+30
* Fix libmng test.Lisandro Damián Nicanor Pérez Meyer2014-09-251-0/+1
* Fix DateTime with recent versions of tzdataAllan Sandfeld Jensen2014-09-2313-244/+218
* Fix crash when accessing the content model.Christian Kandeler2014-09-194-8/+16
* OSX: make QFileDialog::getSaveFileName honor the initial file name.Erik Verbruggen2014-09-161-1/+1
* QPdf::addImage(): avoid a QImage detach when it's in an acceptable FormatMartin Pley2014-09-111-3/+3
* admitting defeatOswald Buddenhagen2014-09-111-4/+6
* QListView: Catch stack overflow on mutual scrollbar calculation.Lars Knoll2014-09-101-2/+32
* Fix font cache check in QFontEngineFT::recalcAdvances()Miikka Heikkinen2014-09-091-1/+3
* Revert previous QFileDialog fix for SolarisSamuli Piippo2014-09-051-1/+1
* QSwipeGestureRecognizer: Use qAbs() to check distances.Friedemann Kleint2014-09-041-1/+1
* Don't call virtual methods after the source model is destroyed.Andreas Hartmetz2014-09-033-1/+37
* Replace all ocurrences of NSApp with [NSApplication sharedApplication].Jake Petroules2014-09-0117-90/+92