summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinRT: Use correct architecture values in manifests and vsOliver Wolff2014-02-077-3/+9
* qmake WinRT: Default to x86 for lib pathAndrew Knight2014-02-071-0/+2
* QUtfCodec: don't encode invalid UCS-4 codepointsGiuseppe D'Angelo2014-02-071-8/+9
* Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-072-24/+88
* Refactor and remove dead code, add property caching.Lorn Potter2014-02-077-2013/+606
* Fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-02-071-0/+4
* Long live QStringIterator!Giuseppe D'Angelo2014-02-077-0/+1315
* QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-076-12/+61
* Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-072-3/+47
* Force surface repaint after is (re)created.BogDan Vatra2014-02-071-0/+1
* Cocoa: Handle gracefully closing a window without event dispatcherGabriel de Dietrich2014-02-061-4/+7
* iOS: return correct uiview for IM rectanglesRichard Moe Gustavsen2014-02-061-0/+12
* iOS: be more specific about IM callbacks to iOSRichard Moe Gustavsen2014-02-061-11/+16
* iOS: return styling hints for text correction pop-upsRichard Moe Gustavsen2014-02-061-0/+18
* iOS: send backspace events directlyRichard Moe Gustavsen2014-02-061-5/+7
* iOS: send IM events instead of fake key eventsRichard Moe Gustavsen2014-02-061-12/+9
* iOS: add spell checking supportRichard Moe Gustavsen2014-02-062-0/+3
* iOS: implement support for input methodsRichard Moe Gustavsen2014-02-065-17/+420
* iOS: move key/text input into separate categoryRichard Moe Gustavsen2014-02-064-104/+156
* iOS: move QUIView interface decl into separate header fileRichard Moe Gustavsen2014-02-063-26/+71
* iOS: change logic for when to scroll screenRichard Moe Gustavsen2014-02-062-50/+76
* Get rid of SpecialData::addFormatIndicesKonstantin Ritt2014-02-063-54/+35
* Decrease code duplicationKonstantin Ritt2014-02-0613-52/+30
* Clean-up some leftoversKonstantin Ritt2014-02-062-6/+3
* Fix japanese text rendering with Harfbuzz-NGKonstantin Ritt2014-02-061-2/+12
* 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-058-51/+1086
* QPrinter - Enable changing of Orientation on MacJohn Layt2014-02-052-15/+10
* QPrinter - Fix PaperSourcesJohn Layt2014-02-053-10/+4
* QPageSetupDialog - Add manual dialog testJohn Layt2014-02-052-0/+13
* QPrinter - Fix Printer Selection option on WindowsJohn Layt2014-02-053-19/+13
* QPrintEngne - Fix PPK_CreatorJohn Layt2014-02-055-17/+18
* QPrintEngine - Fix PPK_CollateCopiesJohn Layt2014-02-055-30/+30
* QPrintEngine - Fix PPK_DocumentNameJohn Layt2014-02-053-19/+15
* QPrinter - Clean up Print Engine Key defaults and testsJohn Layt2014-02-055-441/+1189
* 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-052-1/+8
* Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-052-2/+2
* Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-053-17/+14
* Cocoa: Establish pattern for accessing globalsMorten Johan Sørvig2014-02-046-30/+50
* Set QMAKE_X11_PREFIX also when Qt configure with -qt-xcbGatis Paeglis2014-02-041-8/+8
* Add suspend and resume event handling for WinRTMaurice Kalinowski2014-02-042-0/+39
* Fix character mirroring issue with HarfBuzz-NGKonstantin Ritt2014-02-048-63/+44
* Logging: Don't use for loop in qCDebug macrosKai Koehne2014-02-041-3/+3
* Clean up QXCBSessionManagerSamuel Gaist2014-02-032-25/+2