summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Allow printf style for qCDebug, qCWarning, qCCritical macrosKai Koehne2014-01-216-8/+388
* | | QWindowVistaStyle: Always initialize text color of menu items.Friedemann Kleint2014-01-211-6/+4
* | | Android: Remove debug output from platform windowEskil Abrahamsen Blomfeldt2014-01-211-6/+0
* | | Testlib: Use QString for messages in QAbstractTestLogger::addMessage()Friedemann Kleint2014-01-218-27/+25
* | | Ensure weak ciphers are not part of the default SSL configuration.Richard J. Moore2014-01-213-2/+7
* | | Support logging direct to journald, if enabled.Robin Burchell2014-01-212-0/+54
* | | Fix compilation error on FreeBSDGabriel de Dietrich2014-01-211-0/+5
* | | xcb: Do not leak when compressing eventsLaszlo Agocs2014-01-201-2/+1
* | | Use pkg-config to find the prefix for X11 installGabriel de Dietrich2014-01-203-8/+5
* | | Document qRemovePostRoutine() function and update qAddPostRoutine() docBartosz Brachaczek2014-01-201-3/+23
* | | Remove duplicated code from moc generatorJędrzej Nowacki2014-01-201-6/+0
* | | Do not close string data by a double null terminator.Jędrzej Nowacki2014-01-201-2/+3
|/ /
* | Android: Don't crash on 100+ combo box itemsEskil Abrahamsen Blomfeldt2014-01-201-7/+8
* | Make xcb QPA plugin link on FreeBSDGabriel de Dietrich2014-01-201-1/+1
* | Revert commit 0893d2d7e5cadcbea5caca8a027ae3e28b6c5410Louai Al-Khanji2014-01-201-4/+2
* | move and build qlalrOswald Buddenhagen2014-01-2040-3/+6998
* | Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-202-32/+63
* | Reduce code duplicationKonstantin Ritt2014-01-202-15/+4
* | Add convenience method QTextFormat::isEmpty()Konstantin Ritt2014-01-202-0/+10
* | Add generic inplace converterAllan Sandfeld Jensen2014-01-183-0/+37
* | Optimize blend_transformed_tiled_argb().Sami Liedes2014-01-181-6/+14
* | QNX: Fix build on BB10 caused by missing linux fbWolfgang Bremer2014-01-181-2/+2
* | Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-1812-129/+129