summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove invalid comment from qabstractanimation_p.Jędrzej Nowacki2014-01-241-2/+2
| * | Remove obsolete parts from QNAM documentationAlex Blasche2014-01-241-6/+1
| * | Cleanup of the android clipboard handlingSamuel Gaist2014-01-232-5/+13
| * | Revert "Fix mix of new[] / malloc in QTest::toHexRepresentation"Thiago Macieira2014-01-231-3/+4
| * | Doc: corrected broken linksNico Vertriest2014-01-233-5/+2
| * | QAbstractSocket: make build with debug statements compilePeter Hartmann2014-01-231-1/+1
| * | Don't include <gnu/lib-names.h> when compiling with uClibcJorgen Lind2014-01-232-2/+2
| * | EvdevTouch: Don't remove released touch data for Type B; only ignore slotRobin Burchell2014-01-221-8/+29
| * | Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-3/+4
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-01-2223-64/+193
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-2223-64/+193
| | |\|
| | | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-4/+4
| | | * Work around FBO readback bug on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-213-7/+9
| | | * Fix compilation of ANGLE with mingw-tdm64 gcc 4.8.1Kai Koehne2014-01-212-1/+34
| | | * Cocoa: avoid a crash for cursor in QCocoaWindowLiang Qi2014-01-211-1/+5
| | | * Use non-threaded render loop on Samsung Galaxy Tab 3Eskil Abrahamsen Blomfeldt2014-01-174-1/+29
| | | * Windows: Do not try to update keymap on WM_IME_CHAR messagesOliver Wolff2014-01-171-2/+2
| | | * [QNX] Set Window usageAndreas Holzammer2014-01-162-0/+13
| | | * Fix crash due to a stale pointer dereferencingKonstantin Ritt2014-01-164-18/+51
| | | * Revert "Cocoa: fix single punctuation input via CJK input method"Liang Qi2014-01-161-0/+5
| | | * Cocoa: Popups should not become keyGabriel de Dietrich2014-01-162-9/+1
| | | * Implement QMainWindow::setUnifiedTitleAndToolBarOnMacMorten Johan Sørvig2014-01-151-10/+33
| | | * Remove Mac unified toolbar workarounds.Morten Johan Sørvig2014-01-151-6/+2
| | | * Revert "QAIV - Fix scollbars with ScrollPerPixel to scroll 1 pixel."Thorbjørn Martsum2014-01-143-8/+8
| * | | qdoc: Fix crash in Generator::generateInnerNodeAlbert Astals Cid2014-01-221-5/+6
| |/ /
| * | Fix the alignment for non-ASCII stringsThiago Macieira2014-01-221-2/+4
| * | Fix mix of new[] / malloc in QTest::toHexRepresentationThiago Macieira2014-01-221-4/+3
| * | QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-4/+5
| * | X11: Qt::ActiveWindowFocusReason in QFocusEvent when appropriateShawn Rutledge2014-01-211-3/+3
| * | Conditionally disable deprecated warningsKurt Pattyn2014-01-211-2/+6
| * | Initialize QGuiApplicationPrivate::lastCursorPosition to infFrederik Gladhorn2014-01-211-1/+2
| * | Don't skip content drawing for QtQuickControls SpinBoxMartin Klapetek2014-01-211-1/+5
| * | Retain compiler warning stateKurt Pattyn2014-01-211-2/+5
| * | Fix a possible crash in StyleSheetStyleJens Bache-Wiig2014-01-201-1/+3
* | | Emit ScreenChanged events on X11Allan Sandfeld Jensen2014-02-061-0/+10
* | | Remove TableFormat as FormatType from QTextFormatLars Knoll2014-02-062-1/+3
* | | Cocoa: Add improved cursor updating code path.Morten Johan Sørvig2014-02-062-6/+22
* | | Remove unused private member (fixes compilation with Clang 3.4)Thiago Macieira2014-02-062-2/+0
* | | QOpenGLTextureHelper: de-inline the DSA / DSA emulator wrappersGiuseppe D'Angelo2014-02-062-383/+482
* | | Cocoa: Allow frameless NSWindow child QWindowsGabriel de Dietrich2014-02-053-48/+331
* | | QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-052-15/+10
* | | QPrinter - Fix PaperSourcesJohn Layt2014-02-053-10/+4
* | | QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-052-14/+10
* | | QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-054-12/+16
* | | QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-054-13/+16
* | | QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-052-10/+13
* | | QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-054-34/+180
* | | Move documentation of AA_MSWindowsUseDirect3DByDefault into obsolete section.Friedemann Kleint2014-02-051-2/+3
* | | Adds the ability to not have an activity on AndroidThierry Bastian2014-02-051-31/+43
* | | Support empty inline elements in block tags in QTextDocumentEskil Abrahamsen Blomfeldt2014-02-051-1/+1