summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Change coreservices -> iosIan Dean2012-04-191-1/+1
* Optimized EGLFS backing store a bit.Samuel Rødal2012-04-181-8/+29
* change NSTextInput to NSTextInputClient in Cocoa pluginTasuku Suzuki2012-04-182-25/+23
* Accessibility: Check for valid range of tree items.Frederik Gladhorn2012-04-171-0/+4
* Use parentheses in statement with && and ||.Frederik Gladhorn2012-04-171-1/+1
* Fixed RGBA <-> BGRA bug in EGLFS backingstore.Samuel Rødal2012-04-171-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1714-75/+63
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1676-571/+2111
| |\
| * | Define usagePolicies API in QNetworkSessionShane Kearns2012-04-112-1/+18
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-112-3/+3
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1082-7076/+1624
| |\ \
| * | | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-032-0/+15
| * | | Merge master into api_changesKent Hansen2012-03-2743-1470/+587
| |\ \ \
| * \ \ \ Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2329-243/+439
| |\ \ \ \
| | * \ \ \ Merge master into api_changesKent Hansen2012-03-2329-243/+439
| | |\ \ \ \
| * | | | | | Remove QWorkspace.Debao Zhang2012-03-234-65/+0
| |/ / / / /
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-223-6/+26
| * | | | | Merge master into api_changesKent Hansen2012-03-193-27/+36
| |\ \ \ \ \
| * \ \ \ \ \ Merge master into api_changesKent Hansen2012-03-1697-6229/+7514
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-1255-1112/+1061
| |\ \ \ \ \ \ \
| * | | | | | | | QtDBus: make some constructors explicitMarc Mutz2012-03-121-1/+1
* | | | | | | | | Cocoa: allow timer activation to recurseBradley T. Hughes2012-04-172-23/+57
* | | | | | | | | Add QPlatformWindow::setWindowModified(bool)Bradley T. Hughes2012-04-172-0/+9
* | | | | | | | | Fix tst_QDialog::deleteInExec() crash on Mac OS XBradley T. Hughes2012-04-171-1/+0
* | | | | | | | | Handle window state changes correctly in EGLFSDonald Carr2012-04-162-4/+8
* | | | | | | | | Implemented raster based backing store for EGLFS plugin.Samuel Rødal2012-04-162-2/+138
* | | | | | | | | Made the evdev mouse plugin clamp coordinates to screen.Samuel Rødal2012-04-162-4/+23
* | | | | | | | | Remove OpenKode OpenVG and qvfb platformpluginsJørgen Lind2012-04-1626-2876/+0
* | | | | | | | | Initialize reference count for QWindowsMsaaAccessibleJian Liang2012-04-161-0/+1
* | | | | | | | | Use the new plugin metadata method in the QNX QPA plugin.Sean Harmer2012-04-164-11/+63
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix incorrect state of show/hide menu items in Mac application menuPasi Matilainen2012-04-163-0/+13
* | | | | | | | Fixed broken logic in evdev input plugins.Samuel Rødal2012-04-153-29/+41
* | | | | | | | Windows: Determine suitable font engine from application.Friedemann Kleint2012-04-131-7/+34
* | | | | | | | Use QPointer to store accessible object.Frederik Gladhorn2012-04-132-83/+96
* | | | | | | | directfb: Integrate building into configure.Holger Hans Peter Freyther2012-04-132-9/+9
* | | | | | | | Minor cleanup of the header file.Jan-Arve Saether2012-04-132-70/+78
* | | | | | | | Windows QPA plugin: Fix logging.Friedemann Kleint2012-04-133-5/+1
* | | | | | | | replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-132-10/+11
* | | | | | | | Fix compiling with XCode 4.3Aron Rosenberg2012-04-131-1/+1
* | | | | | | | Implement modality in the Windows plugin.Friedemann Kleint2012-04-133-1/+76
* | | | | | | | Use the new udev based framework for detecting graphics cards.Hannu Lyytinen2012-04-135-17/+157
* | | | | | | | Implement basic bits for device autodetection via udev.Hannu Lyytinen2012-04-135-3/+305
* | | | | | | | device: Introduce hooks for the directfb plugin and use themHolger Hans Peter Freyther2012-04-135-4/+151
* | | | | | | | Fix compiler warning in evdevmouse plugin.Friedemann Kleint2012-04-131-1/+3
* | | | | | | | Fix possible crash issue when testing the state of a QAccessibleMenuItemYan Shapochnik2012-04-121-2/+2
* | | | | | | | Refactor navigator event handlingKevin Krammer2012-04-127-210/+357
* | | | | | | | Remove input plugins hard libudev dependencyBhooshan Supe2012-04-1210-7/+34
* | | | | | | | Cocoa: Proper handling of mDelegateChristoph Schleifenbaum2012-04-122-0/+8
* | | | | | | | Fix ownership / lifetime of QCocoaNativeInterfaceJames Turner2012-04-122-1/+3
* | | | | | | | XCB: Compress window state change events.Friedemann Kleint2012-04-112-78/+97