summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
Commit message (Expand)AuthorAgeFilesLines
* fbbackingstore: Don't overload inherited virtual functionKent Hansen2012-08-242-3/+2
* Replace deprecated ATS calls with CTFontManager calls in 10.8Jiang Jiang2012-08-211-1/+48
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-202-0/+121
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-1/+1
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-2/+2
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-1/+1
* Add Linux Accessibility BridgeFrederik Gladhorn2012-08-1417-0/+4296
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-036-6/+6
* Fix default font for X11.Friedemann Kleint2012-08-022-3/+43
* Send the native scancode in evdevkeyboardLaszlo Agocs2012-07-282-4/+8
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-232-4/+3
* Create CMake files conditionally on the internal_module CONFIG option.Stephen Kelly2012-07-231-7/+1
* Don't create cmake files for QtPlatformSupport.Stephen Kelly2012-07-201-0/+6
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-196-6/+6
* input/evdevmouse: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* linuxfb: fix style in QFbCursorGirish Ramakrishnan2012-07-132-45/+46
* linuxfb: Remove QFbWindow::setVisibleGirish Ramakrishnan2012-07-113-13/+2
* linuxfb: Add m prefix to all member variablesGirish Ramakrishnan2012-07-114-69/+69
* linuxfb: raise and lower should take QFbWindow as argsGirish Ramakrishnan2012-07-113-25/+23
* linuxfb: let the window register itself with the screenGirish Ramakrishnan2012-07-111-0/+2
* linuxfb: Rework screen codeGirish Ramakrishnan2012-07-112-67/+35
* linuxfb: remove mScreens from QFbWindowGirish Ramakrishnan2012-07-113-65/+33
* linuxfb: create image only on resizeGirish Ramakrishnan2012-07-112-11/+3
* linuxfb: don't store window in backingstoreGirish Ramakrishnan2012-07-115-17/+16
* linuxfb: make platformsupport convenience compileGirish Ramakrishnan2012-07-1113-722/+1037
* Fix the UCS-2 surrogates handling in Q*FontEndine*::stringToCmap()Konstantin Ritt2012-07-101-0/+2
* Move ShaperFlags enum from QTextEngine to QFontEngineKonstantin Ritt2012-07-102-6/+6
* Remove Library dependency on SettingsTasuku Suzuki2012-07-092-0/+10
* android: work around android's linux/input.h being retarded.Robin Burchell2012-07-062-0/+35
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-037-7/+7
* Remove _qpa from cpp filenamesGirish Ramakrishnan2012-07-032-1/+1
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-1/+1
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-06-281-1/+1
* Move QPlatformInputContextPlugin/Factory to QtGuiWeng Xuetian2012-06-286-333/+0
* Set window's surface format to support alpha channel.Gatis Paeglis2012-06-281-0/+4
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-272-2/+2
* Fixed missing way of choosing EGL renderable type with QSurfaceFormat.Samuel Rødal2012-06-273-8/+41
* Don't try build devicediscovery if evdev is not available.Robin Burchell2012-06-261-1/+1
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-2/+0
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-5/+1
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* remove last traces of qbase.pri, qt_targets.pri and qt_installs.priOswald Buddenhagen2012-06-191-2/+0
* egl: return EGL config when r/g/b sizes are not setGirish Ramakrishnan2012-06-141-5/+4
* evdevmouse: send correct event position for wheel eventsJohannes Zellner2012-06-104-8/+17
* Remove widgets lib dependency on platformsupport.Frederik Gladhorn2012-06-083-27/+15