summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Forward the correct compilers to the actual cmake tests.Stephen Kelly2013-08-091-0/+8
* | Doc: a minimal qdocconf file with commentsNico Vertriest2013-08-091-0/+78
* | Merge "Merge branch 'release' into stable" into refs/staging/stableSergio Ahumada2013-08-0910-45/+82
|\ \
| * | Merge branch 'release' into stableSergio Ahumada2013-08-0910-45/+82
| |\|
| | * Don't release the printer after using it to change a propertyAndy Shaw2013-08-081-4/+1
| | * Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-08-075-29/+253
| | * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
| | * Doc: Corrected the example path in the tutorialVenu2013-08-021-16/+16
| | * Fix handling of non-latin1 shortcutsGatis Paeglis2013-07-312-22/+51
| | * Windows: Clear window under mouse in destruction of platform window.Friedemann Kleint2013-07-304-1/+11
| | * QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-1/+2
* | | Return EGLNativeWindowType instead of window number in winId()Alexey Chernov2013-08-092-5/+2
|/ /
* | Android: Fix QCoreApplication::applicationDirPath()Eskil Abrahamsen Blomfeldt2013-08-081-1/+1
* | Doc: preliminary review of qdoc-manual.qdocNico Vertriest2013-08-081-323/+298
* | [Mac] Fix modifier reporting issue in the key eventsGatis Paeglis2013-08-081-1/+1
* | Revert c3f485c5250a503832e767e1fe5e40595126f6c5Albert Astals Cid2013-08-081-3/+2
* | QComboBox: fix item activation via completerJ-P Nurmi2013-08-083-9/+30
* | Add offset reading support in pnghandlerSamuel Gaist2013-08-071-1/+17
* | Fix QCompleter::activated(QModelIndex)J-P Nurmi2013-08-071-0/+1
* | qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-8/+26
* | Mac Style: Fix 1-pixel text offset in combo boxGabriel de Dietrich2013-08-071-0/+2
* | Don't crash if the QWindow's screen is temporarily invalidShawn Rutledge2013-08-071-0/+4
* | Avoid one extra if_indextoname per address in QNetworkInterfaceThiago Macieira2013-08-061-5/+9
* | Remove unused socket from QNetworkInterface Unix codeThiago Macieira2013-08-061-6/+0
* | Fix typosFrederik Gladhorn2013-08-062-2/+2
* | Fix clang detection of thread_local variablesThiago Macieira2013-08-061-1/+1
* | Fix double transform for items ignoring parent transformations.Andreas Aardal Hanssen2013-08-051-3/+8
* | Fix typo in Model/View Programming documentation.Mitch Curtis2013-08-051-1/+1
* | Fix ignoring closeEvents on OSX for QtQuick.Daiwei Li2013-08-032-3/+4
* | QMimeDatabase: Fix handling of duplicate mimetype definitions (2/2).David Faure2013-08-031-3/+5
* | Doc: porting from QDesktopServices::DataLocation to QStandardPathsDavid Faure2013-08-031-1/+21
* | Add how to create a udev rule for the evdev pluginsJorgen Lind2013-08-022-0/+15
* | Fix CapsLock handling in EvdevKeyboard pluginSamuli Piippo2013-08-022-420/+425
* | OSX: do not force a plain window to be on the same level as its parentShawn Rutledge2013-08-021-5/+7
* | Fix stuck modifier issue in the non-xcb_xkb code pathGatis Paeglis2013-08-021-19/+24
* | Fix typo form->fromStephen Kelly2013-07-311-1/+1
* | Fix build with QT_NO_CURSOR.Sérgio Martins2013-07-311-17/+19
* | Don't run this code on WinCE, the variable will be unused.Sérgio Martins2013-07-311-1/+1
* | eglfs: allow egl native window to be zeroSamuli Piippo2013-07-312-4/+7
* | Clear focus if the widget being deleted is the parent's focus child.Andy Shaw2013-07-311-1/+1
* | Mark qt5_use_modules as obsolete.Stephen Kelly2013-07-311-0/+12
* | eglfs: Fix updates when resizing backing storeEskil Abrahamsen Blomfeldt2013-07-311-1/+3
* | Check if the widgetItem is valid before accessing widget() on itAndy Shaw2013-07-311-1/+1
* | xcb: mouse wheel does not focus a windowShawn Rutledge2013-07-311-2/+3
* | Gtk theme: emit currentFontChanged() in font dialog helperLiang Qi2013-07-301-0/+1
* | Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-301-2/+3
* | QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-302-4/+4
* | Fix upload of glyphs when using RGB32 masks on OpenGL ESGunnar Sletta2013-07-302-16/+10
* | Cocoa: Make sure that resizeEvent is invoked after calling resizeNils Jeisecke2013-07-301-2/+5
* | Fix crash on qdbus when return type is a raw dbus typeAlbert Astals Cid2013-07-301-2/+10