summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix AArch64/arm64 detection.Lisandro Damián Nicanor Pérez Meyer2014-08-291-6/+6
* Allow Qt4 to also build in ppc64[el le]Lisandro Damián Nicanor Pérez Meyer2014-08-291-1/+1
* Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-291-4/+4
* QThread snippet: add missing & from connection statementSamuel Gaist2014-08-231-1/+1
* QMacStyle: Fix focus frame rendering in YosemiteJari Tenhunen2014-08-201-5/+14
* Mac Style: Fix QLineEdit frame in 10.10Jari Tenhunen2014-08-191-10/+8
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-183-12/+42
* qmake: Add object_parallel_to_source config optionTor Arne Vestbø2014-08-141-0/+23
* Remove use of 'register' from Qt.Kevin Funk2014-08-1128-213/+213
* Fix Flickable mouse grab issue.Robert Griebl2014-08-061-0/+1
* Add handling of value-type lists to QDeclarativeExpression::evaluate()Robert Griebl2014-08-052-1/+23
* Fix at lot of QT_NO_ define guards for very tiny Qt builds.Robert Griebl2014-08-0517-0/+96
* Fix compilation warnings due to superfluous commas at the end of enums.Robert Griebl2014-08-052-4/+4
* qmlplugindumper: do not pop up a window if an assert is triggeredFawzi Mohamed2014-08-011-0/+11
* Don't convert signed to unsigned when we need all 32bitAllan Sandfeld Jensen2014-07-301-2/+2
* qwidget_win.cpp: Initialize WINDOWPLACEMENT correctly.Friedemann Kleint2014-07-281-0/+1
* Fix compilation of QWinInputContext with Q_IME_DEBUG defined.Friedemann Kleint2014-07-281-13/+13
* Fix crashes in QtHelp when too many connections are madeRobert Loehning2014-07-251-5/+3
* Move the C++11 support macros to a central place.Raphael Kubo da Costa2014-07-231-39/+112
* generate QGL header file from qgl.hLiang Qi2014-07-221-0/+2
* QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-104-0/+81
* Mac: Fix mixing unified and non-unified toolbarsDavid Garcia2014-06-181-1/+1
* network internals: do not try to cache a deleted entryPeter Hartmann2014-06-183-0/+52
* fix compilation errors with OS X 10.7 SDK or later for the Carbon flavorAshish Kulkarni2014-06-161-0/+56
* Use correct values for MAC_OS_X_VERSION_10_* defines.Jake Petroules2014-06-131-12/+47
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-122-2/+28
* Windows: Added Comma to list of possible numpad keysOliver Wolff2014-06-121-0/+1
* Cleanlooks style: Fix floating point exceptionAlexandre Rostovtsev2014-06-071-1/+1
* Update for OS X Yosemite.Jake Petroules2014-06-062-1/+8
* Fix trailing whitespace.Jake Petroules2014-06-061-1/+1
* QClipboard Windows debugging: fix compilation with VS2005.Samuel Gaist2014-06-021-3/+3