summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Upgrade PCRE to r1546Giuseppe D'Angelo2015-04-126-67/+126
* Update bundled libpng to version 1.6.17Eirik Aavitsland2015-04-0930-8828/+17657
* Add a null pointer check for parent before derefencing itAndy Shaw2015-04-091-1/+1
* Add a cast to glTexImage2D to keep QNX happyLaszlo Agocs2015-04-081-1/+1
* Windows: Fix -no-widgets buildAndy Shaw2015-04-072-5/+1
* Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-019-6/+27
* Windows: Do not crash if SSL context is gone after root cert lookupDaniel Molkentin2015-04-011-1/+1
* Use allConfigurations instead of onlineConfigurations in isOnline()Albert Astals Cid2015-04-011-1/+3
* QSslSocket: try to send all data on close()Alex Trotsenko2015-04-011-1/+1
* Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-3125-88/+88
* Explicitly cast to a uint to fix a compile errorAndy Shaw2015-03-311-1/+1
* Windows: Fallback to 0 samples if ARB::choosePixelFormat() fails with 1Andy Shaw2015-03-311-0/+8
* fix high memory usage on large downloadLudger Krämer2015-03-311-7/+6
* Fix use of the window geometry specificationAlexander Volkov2015-03-274-30/+22
* xcb: Determine the window gravity just before the window is shownAlexander Volkov2015-03-271-5/+3
* Handle SelectionWindowDestroy in QXcbClipboardMartin Gräßlin2015-03-261-1/+2
* Windows: Add support for horizontal scroll on some touchpads.Sérgio Martins2015-03-264-18/+69
* Android MessageDialog: order buttons according to OS X button layoutShawn Rutledge2015-03-262-5/+23
* Doc: Added the missing description for WindowShadeButtonHintVenugopal Shivashankar2015-03-251-1/+2
* Re-add documentation for QStandardPaths::GenericDataLocation.Friedemann Kleint2015-03-251-0/+3
* Fix a crash in connman bearer backend on d'tor when using QStringLiteralLorn Potter2015-03-222-47/+47
* Doc: warn about resize event bugPaul Olav Tvete2015-03-211-0/+3
* Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-12/+8
* Avoid using the current frame as the previous in layoutAllan Sandfeld Jensen2015-03-181-1/+1
* OSX Fix disapearing tray iconJocelyn Turcotte2015-03-181-14/+3
* QComboBox: Update completer on setCurrentIndex()Andre Hartmann2015-03-181-1/+4
* Fallback to malloc for insanely large windowsPaul Olav Tvete2015-03-181-1/+1
* Add note clarifying return value of QDesktopServices::openUrl()Aaron McCarthy2015-03-171-0/+5
* Do not colorizing images to invalid premultiplied colorsAllan Sandfeld Jensen2015-03-161-1/+4
* Avoid deadlock on suspend/resumePaul Olav Tvete2015-03-161-4/+7
* Fix crash in QDesktopServices::openUrl() without QGuiApplicationTasuku Suzuki2015-03-131-1/+6
* Android: Also populate database with otf fontsEskil Abrahamsen Blomfeldt2015-03-131-4/+4
* Windows: Get the normal virtual key when not composingAndy Shaw2015-03-132-1/+5
* Fixes crash in bmp and ico image decodingEirik Aavitsland2015-03-132-7/+8
* Fixes crash in gif image decoderEirik Aavitsland2015-03-131-0/+2
* Remove #ifndef QT_NO_HTTP that does nothingAlbert Astals Cid2015-03-131-13/+1
* Cocoa: Send mouse release as a right button when clicking right buttonAndy Shaw2015-03-131-0/+2
* Cocoa integration - invalid backing store on geometry updateTimur Pocheptsov2015-03-131-0/+2
* Revert adding dispatchLocker to QDBusConnection::connectAlbert Astals Cid2015-03-131-1/+0
* Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
* Core: fix crash in QCollator if ucol_open() failedLiang Qi2015-03-111-13/+30
* Clarify InputMethodHint documentationPaul Olav Tvete2015-03-111-1/+2
* Windows Embedded: GetTickCount64 won't be available so just remove itAndy Shaw2015-03-111-8/+2
* Workaround for programs depending on previous layout bugPaul Olav Tvete2015-03-111-0/+5
* Cocoa: Fix systray SVG icons.Morten Johan Sørvig2015-03-111-0/+4
* [Android]: Ensure clicking on the arrow shows the popupAndy Shaw2015-03-111-0/+4
* Avoid deadlock when suspending app at startupPaul Olav Tvete2015-03-111-1/+6
* Lock dispatchLock before the regular lockAlbert Astals Cid2015-03-111-0/+1
* QMimeDatabase: Fix magic rules with \tEike Ziller2015-03-101-0/+2
* Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-099-97/+49