summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-242-5/+5
* QKdeTheme: generate sensible disabled colors for the system paletteJ-P Nurmi2013-06-161-0/+36
* Read SingleClickActivation from KDE settings fileDominik Holland2013-06-161-0/+6
* Added rotation parameter to qevdevtouchMikko Harju2013-06-061-2/+23
* Prevent touch coordinates outside target geometryMikko Harju2013-06-051-3/+4
* Fixed raw coordinate reporting for touch eventsMikko Harju2013-06-051-0/+2
* Move QBasicDrag and QSimpleDrag to QtGui.Samuel Rødal2013-05-306-676/+0
* Android: Fix crash when using QBackingStorePaul Olav Tvete2013-05-223-1/+21
* mark private dependencies as suchOswald Buddenhagen2013-05-2010-11/+11
* remove redundant QT statementsOswald Buddenhagen2013-05-202-3/+0
* make sure that dependencies added by the pri files become visibleOswald Buddenhagen2013-05-201-2/+2
* QCFSocketNotifier: initialize member variable to avoid crashRichard Moe Gustavsen2013-05-131-0/+1
* Restore cursor before sending QDropEventGatis Paeglis2013-05-132-6/+4
* Fix QFontConfigDatabase crashRafael Roquetto2013-05-011-2/+2
* Added grabbing option for qevdevkeyboard and mouse.Libor Tomsik2013-04-232-0/+8
* Read correct font hinting config on Gnome/UnityEskil Abrahamsen Blomfeldt2013-04-221-0/+19
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-194-35/+27
* Make password mask characters themeable.Mitch Curtis2013-04-191-0/+2
* Move Fusion styles palette into QtGuiJørgen Lind2013-04-172-101/+153
* QFontConfigDatabase: Fix performance regressionKonstantin Ritt2013-04-161-2/+16
* QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-141-0/+2
* QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-112-3/+3
* Fix QFontconfigDatabase unable to fallback to a localized familyKonstantin Ritt2013-04-111-0/+5
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-082-8/+8
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-022-173/+111
* QFontConfigDatabase: fix fallbacksForFamily() for CJK languagesKonstantin Ritt2013-04-011-4/+4
* FontConfig: Correctly report Symbol writing system supportEskil Abrahamsen Blomfeldt2013-03-261-0/+23
* Accessibility: Fix crash when updating in dtorFrederik Gladhorn2013-03-231-2/+6
* Remove unused private membersThiago Macieira2013-03-232-2/+1
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2057-444/+4608
|\
| * Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
| * Make qaccessible2.h internal.Frederik Gladhorn2013-03-141-1/+1
| * Hide Harfbuzz from the outer worldKonstantin Ritt2013-03-131-2/+0
| * Get rid of qt_determine_writing_systems_from_truetype_bits()Konstantin Ritt2013-03-122-126/+1
| * Fixed android-no-sdk build by excluding platformsupport/jniconvenience.Samuel Rødal2013-03-071-1/+1
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-063-8/+11
| |\
| * \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-03-061-12/+53
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-12/+53
| | |\ \
| * | | | Added JNI convenience classes in QtPlatformSupport.Yoann Lopes2013-03-056-0/+3583
| |/ / /
| * | | Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
| * | | Fix selection of fonts that require OpenType featuresKonstantin Ritt2013-03-042-4/+2
| * | | Merge "Merge branch 'ios' into dev" into refs/staging/devTor Arne Vestbø2013-02-286-1/+361
| |\ \ \
| | * | | iOS: Implement socket notifiers.Morten Johan Sørvig2013-02-274-0/+350
| | * | | iOS: Add required public dependencies of the CoreText font databaseTor Arne Vestbø2013-02-271-0/+8
| | * | | iOS: Move Q_OS_IOS out of makesespec to qsystemdetection.hTor Arne Vestbø2013-02-261-0/+2
| | * | | Don't link QtPlatformSupport to CoreFoundation or CarbonTor Arne Vestbø2013-02-221-1/+1
| * | | | Style fixes for android enablersPaul Olav Tvete2013-02-272-3/+3
| * | | | Fix some warnings that have crept up since I last fixed warningsThiago Macieira2013-02-271-1/+1
| * | | | Pass the surface format to qglx_surfaceFormatFromGLXFBConfigGiuseppe D'Angelo2013-02-232-16/+11
| * | | | Enforce OpenGL context creation under XCBGiuseppe D'Angelo2013-02-231-0/+2