summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Clang Build Fix: Cocoa platform pluginTakumi ASAKI2011-09-094-5/+5
* Make inputcontext plugin loading a bit more genericLars Knoll2011-09-083-19/+2
* Fixup a few minor errors in the previous commitLars Knoll2011-09-083-8/+8
* Add plugin mechanism to load platform input contextsJoona Petrell2011-09-0816-11/+1245
* Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+1
* More xlib plugin fixesPaul Olav Tvete2011-09-083-28/+27
* Fix compile error on Mac.Takumi ASAKI2011-09-081-0/+2
* Make the xlib platform plugin work againPaul Olav Tvete2011-09-072-3/+3
* Cocoa: QMenu refactor.Morten Sorvig2011-09-0717-93/+2942
* Fixed symbol lookup failure with xcb when using GLX and XRender.Samuel Rødal2011-09-071-1/+1
* Fixed tst_QGL::partialGLWidgetUpdates.Samuel Rødal2011-09-071-2/+31
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-069-158/+342
|\
| * Generic property support for platform windowsLasse Holmstedt2011-09-059-158/+345
* | Propogate that the size has changedJørgen Lind2011-09-021-1/+4
* | Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-011-2/+4
* | Make xcb plugin compile again.Laszlo Agocs2011-09-011-1/+1
* | The XCB plugin should not rely on QT_CONFIG=opengl anymoreGunnar Sletta2011-08-312-23/+18
* | Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-315-7/+10
* | Cocoa: Make the hellowindow opengl example work.Morten Sorvig2011-08-304-20/+5
* | Cocoa: Fix qmlscene flicker on resize.Morten Sorvig2011-08-291-3/+3
* | Make plain executables foreground processes.Morten Sorvig2011-08-294-2/+215
* | Cocoa: Load the standard app menu.Morten Sorvig2011-08-2914-3/+511
* | Merge "Merge remote branch 'gerrit/master' into refactor" into refactorGunnar Sletta2011-08-291-1/+1
|\ \
| * | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-1/+1
| |\|
| | * Incorrect property name in QAccessibleAbstractSpinBox::setCurrentValueJosé Millán Soto2011-08-261-1/+1
* | | Get cocoa plugin compiling after OpenGL refactoringGunnar Sletta2011-08-292-3/+3
|/ /
* | Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-2973-138/+137
* | Always relay configure notify events from XCB plugin.Samuel Rødal2011-08-291-3/+0
* | directfb: Follow coding standards, add hints of memleaks, remove varsHolger Hans Peter Freyther2011-08-265-36/+36
* | directfb: Convert the directfb plugin, disable the OpenGL supportHolger Hans Peter Freyther2011-08-2611-84/+57
* | xcb: Disable GLX when xcb-xlib is not present due xlib usageHolger Hans Peter Freyther2011-08-262-2/+2
* | xcb: Be able to compile without xlib supportHolger Hans Peter Freyther2011-08-261-4/+5
* | Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-261-1/+0
* | Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-266-0/+16
* | Move XCB event reading to a separate thread.Samuel Rødal2011-08-263-19/+137
* | Merge "Merge branch 'master' into refactor" into refactorGunnar Sletta2011-08-2514-74/+1715
|\ \
| * | Merge branch 'master' into refactorGunnar Sletta2011-08-2514-74/+1715
| |\|
| | * Do not expose text when echo mode is not Normal.José Millán Soto2011-08-231-0/+4
| | * Check validator when changing text using accessibility functions.José Millán Soto2011-08-231-1/+8
| | * Implemented QAccessibleTextEdit::attributes()Frederik Gladhorn2011-08-231-5/+106
| | * Add IAccessible2 table2 implementation.Frederik Gladhorn2011-08-224-10/+1382
| | * Use name for combobox on Unix.Frederik Gladhorn2011-08-181-5/+7
| | * Rename textBeforeOffsetFromString to start with q.Frederik Gladhorn2011-08-181-6/+6
| | * Implement text interface for QLineEdit.Frederik Gladhorn2011-08-181-12/+28
| | * Fix a11y crash: dock doesn't always have a widget.Frederik Gladhorn2011-08-181-7/+12
| | * Remove more inconsistencies with invisible.Frederik Gladhorn2011-08-161-18/+0
| | * QAccessibleToolButton::text should return accessibleName if set.Frederik Gladhorn2011-08-161-1/+1
| | * Remove stray semicolon.Frederik Gladhorn2011-08-161-1/+1
| | * Changing cursor position in all boundariesJosé Millán Soto2011-08-161-1/+1
| | * Handle EINTR gracefully in Wayland clipboard.Laszlo Agocs2011-08-121-1/+2