summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * 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
| | | | * Revert "OS X: main window doesn't become key."Timur Pocheptsov2015-03-091-28/+0
| | | | * Upgrade PCRE to r1530Giuseppe D'Angelo2015-03-0631-6209/+7658
| | | | * Win QPA: Pass in the top level setting instead of relying on isTopLevel()Andy Shaw2015-03-062-6/+6
| | | | * Always clear QWindowPrivate::positionAutomatic in setFramePosition()Alexander Volkov2015-03-061-1/+1
| | | | * Improved Windows printer support and fixed crashes due to NULL devModeMike Kuta2015-03-064-7/+75
| | | | * Remove C++11 usage from NetworkManager bearer pluginAlex Blasche2015-03-051-1/+0
| | | | * Avoid deadlock with two consecutive suspended notificationLiang Jian2015-03-051-0/+7
| | | | * Adjust wiki links to the new redirectSergio Ahumada2015-03-041-1/+1
| | | | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-0/+8
| | | | * Call MoveFile() anyway if the delete failed because it did not existAndy Shaw2015-03-041-1/+1
| | * | | Update documentation snippets related to QDebug.Friedemann Kleint2015-04-012-6/+8
| | * | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-017-59/+257
* | | | | qdoc: No longer creates empty subdirectoriesMartin Smith2015-04-071-28/+34
* | | | | QErrorMessage: sort statements in ctorMarc Mutz2015-04-071-13/+16
* | | | | QErrorMessage: streamline conditionals in done()Marc Mutz2015-04-071-5/+7
* | | | | QErrorMessage: avoid some code duplicationMarc Mutz2015-04-071-9/+11
* | | | | QErrorMessage: add some strategic qMove()sMarc Mutz2015-04-071-5/+5
* | | | | QErrorMessage: replace inefficient QQueue with std::queueMarc Mutz2015-04-071-6/+8
* | | | | QErrorMessage: put local types into the unnamed namespaceMarc Mutz2015-04-071-0/+2
|/ / / /
* | | | qppdprintdevice.h: Don't rely on indirect includesMarc Mutz2015-04-051-0/+4
* | | | qgtk2dialoghelpers.h: Don't rely on indirect includesMarc Mutz2015-04-051-0/+5
* | | | QString::section: scope a variable betterMarc Mutz2015-04-051-2/+1
* | | | Optimize QString::section(QString)Marc Mutz2015-04-051-4/+3
* | | | Add Q_DECL_RELAXED_CONSTEXPR to QCharOlivier Goffart2015-04-051-3/+3
* | | | QChar: plaster API with Q_DECL_NOTHROWMarc Mutz2015-04-052-137/+137
* | | | QChar: move definitions of inline methods into the class bodyMarc Mutz2015-04-051-48/+31
* | | | QVarLengthArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+69
* | | | QVarLengthArray: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-052-0/+86
* | | | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-052-0/+78
* | | | Virtualize options setting on TCP server socketAlex Trotsenko2015-04-052-11/+20