summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent spurious SSL errors from local certificates.Richard J. Moore2014-01-161-3/+0
* Make QCommandLineParser not crash if passed a bad QCommandLineOptionThiago Macieira2014-01-161-1/+2
* Do not consider a signal to be connected if only a signal spy is installed.Volker Krause2014-01-162-5/+6
* eglfs: Allow using a different framebuffer deviceLaszlo Agocs2014-01-162-5/+24
* Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-164-6/+8
* Android: QStandardPaths implementationChristian Strømme2014-01-162-0/+333
* Android: Add convenience function to get the API level.Christian Strømme2014-01-162-0/+22
* Fix unused-function warning in qdrawhelper.cppThiago Macieira2014-01-161-6/+0
* Doc: Fix suggest parentheses GCC warningJonathan Liu2014-01-161-1/+1
* Bump Qt version to 5.2.2Sergio Ahumada2014-01-151-2/+2
* Document QAbstractItemModels::roleNames() better.Mitch Curtis2014-01-151-0/+28
* Fix some typosKurt Pattyn2014-01-151-3/+3
* Minor optimization use QString midRef instead of mid.Jędrzej Nowacki2014-01-151-1/+1
* Fix typo in QTextEdit documentationSimon Hausmann2014-01-151-1/+1
* Clear read- and write buffersKurt Pattyn2014-01-151-3/+5
* qdocconf: Remove nonexistent dependencySze Howe Koh2014-01-151-1/+0
* Saving physical size changes of screen on WindowsCyril Oblikov2014-01-151-0/+2
* Windows: Use focusWindow() as native dialog parent when 0 is passed.Friedemann Kleint2014-01-141-0/+2
* MIPS DSP build system fix and additional optimizations.lpapuga2014-01-1414-9/+2130
* Correct wordwrapped text handling in QListView icon modeSamuel Gaist2014-01-142-1/+9
* Windows: Do not print test output to both stdout and system debug logKai Koehne2014-01-132-2/+10
* Mac: Remove old unified toolbar implementation.Morten Johan Sørvig2014-01-138-705/+5
* Fix typos in commentsKurt Pattyn2014-01-131-6/+6
* QNX: Fix compiler warning about unused variable.Sérgio Martins2014-01-121-0/+1
* Mac: remove unified toolbar workarounds.Morten Johan Sørvig2014-01-121-25/+2
* Mac: Update unified toolbar drawing code.Morten Johan Sørvig2014-01-121-3/+37
* Fix Use android theme when definedThorsten Zachmann2014-01-111-8/+16
* Mac: Update PE_IndicatorToolBarHandle drawing.Morten Johan Sørvig2014-01-111-8/+4
* Enable window dragging code in QToolBar on MacMorten Johan Sørvig2014-01-112-5/+5
* QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+5
* QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+9
* QLocale - Check day number is validJohn Layt2014-01-111-0/+3
* Fix to comply with Qt coding guidelinesKurt Pattyn2014-01-111-32/+19
* Cocoa: Add setContentBorderThickness().Morten Johan Sørvig2014-01-116-2/+69
* Fix kms build with -qtnamespaceSérgio Martins2014-01-112-3/+5
* make 'AlwaysAsk' if found help determine whether the configuration is Discove...Lorn Potter2014-01-112-1/+8
* fix connman QNetworkConfiguration DiscoveredLorn Potter2014-01-111-5/+7
* update the network configuration listLorn Potter2014-01-114-0/+44
* Make qtbase compile with QT_NO_TEMPORARYFILETasuku Suzuki2014-01-101-1/+4
* Make qtbase compile with QT_NO_GESTURESTasuku Suzuki2014-01-103-0/+9
* Don't force create the platform window.Morten Johan Sørvig2014-01-101-5/+0
* Make qtbase compile with QT_NO_DOMTasuku Suzuki2014-01-101-0/+1
* Fix bug on X11 with WA_TranslucentBackground and native child windows.Gatis Paeglis2014-01-102-4/+9
* Make qtbase compile with QT_NO_XMLSTREAMWRITERTasuku Suzuki2014-01-101-0/+5
* Don't check if a file exists before opening itThiago Macieira2014-01-101-4/+2
* Fix QtWidget function-unused warnings found by Clang 3.4Thiago Macieira2014-01-101-9/+0
* Remove unused member m_eglApiThiago Macieira2014-01-102-3/+2
* Fix unused function warnings in qtriangulator.cppThiago Macieira2014-01-101-7/+2
* Fix function-not-used warnings detected by Clang 3.4Thiago Macieira2014-01-101-6/+6
* Fix file descriptor leak in the perf event counterThiago Macieira2014-01-101-9/+11