summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-2913-9/+1495
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-2818-0/+69
* Re-enable the Windows plugin.Friedemann Kleint2011-09-281-4/+1
* Fix compiler warnings.Friedemann Kleint2011-09-281-0/+4
* Simplify QAccessibleTextEdit.Frederik Gladhorn2011-09-282-474/+400
* Always return something.Frederik Gladhorn2011-09-281-0/+1
* Remove dead code from QAccessibleTabBar.Frederik Gladhorn2011-09-282-84/+17
* QAccessibleToolButton fixes.Frederik Gladhorn2011-09-282-106/+121
* Remove debug outputLars Knoll2011-09-281-1/+0
* Prevent potential crash in QXcbConnection::checkEvent().Samuel Rødal2011-09-281-1/+1
* Fix mouse coordinate translation when searching for a drop targetLars Knoll2011-09-281-11/+5
* Unlock the eventreader before calling handleEvent()Lars Knoll2011-09-281-0/+2
* Respect the QSurfaceFormat when constructing a QOpenGLContext on MacGunnar Sletta2011-09-272-4/+4
* Simplify QAccessibleDial and make it inherit QAccessibleAbstractSlider.Frederik Gladhorn2011-09-272-120/+5
* Simplify QAccessibleSpinboxes.Frederik Gladhorn2011-09-272-131/+4
* Implemented QWidget's move() vs setGeometry() distinction in QWindow.Samuel Rødal2011-09-231-3/+8
* Don't flood expose events in the xcb plugin.Samuel Rødal2011-09-232-1/+13
* Only set frame margins as dirty when we get a configure notify event.Samuel Rødal2011-09-231-5/+2
* Fixed geometry issues.Samuel Rødal2011-09-231-9/+3
* Accessible ComboBox: remove virt children, add actions.Frederik Gladhorn2011-09-233-117/+65
* Support adding application fonts with QFontconfigDatabaseJiang Jiang2011-09-231-6/+4
* Fix preedit text on XCBEskil Abrahamsen Blomfeldt2011-09-231-1/+1
* Accessible SpinBox remove dead code.Frederik Gladhorn2011-09-232-144/+5
* workaround XCB-ICCCM 3.8 breakage, second instanceOswald Buddenhagen2011-09-231-0/+2
* Cocoa: Enable native menus.Morten Sorvig2011-09-222-4/+7
* Accessible Slider: Remove virtual children.Frederik Gladhorn2011-09-212-127/+3
* Accessible Scrollbar: Remove virtual children, value interfaceFrederik Gladhorn2011-09-212-124/+2
* Fixes to the Xdnd code in xcbLars Knoll2011-09-212-61/+63
* Add Qt::WindowTransparentForMouseEventsLars Knoll2011-09-212-0/+42
* Create the window when neededLars Knoll2011-09-211-1/+6
* Check argument count before accessing argument.Frederik Gladhorn2011-09-211-2/+2
* Implemented key filter support on platform input contextPekka Vuorela2011-09-201-2/+11
* Cocoa: Adjust touch point rectangle by -0.5.Bjørn Erik Nilsen2011-09-201-1/+8
* Cocoa: Update the geometry whenever the window moves.Bjørn Erik Nilsen2011-09-201-1/+10
* Cocoa: Add helper functions for NSPoint <-> QPoint(F) conversion.Bjørn Erik Nilsen2011-09-202-2/+19
* Cocoa platform plugin: Reduce multitouch area to be one pixel.Bjørn Erik Nilsen2011-09-192-2/+5
* Cocoa platform plugin: update headers for multitouch.Bjørn Erik Nilsen2011-09-192-2/+2
* Cocoa platform plugin: Implement multitouch support.Bjørn Erik Nilsen2011-09-193-0/+34
* Mac: Adapt multitouch code for cocoa to QWindowSystemInterface.Bjørn Erik Nilsen2011-09-192-32/+20
* Mac: Move multitouch support from widgets to cocoa platform plugin.Bjørn Erik Nilsen2011-09-192-0/+320
* Make sure to clip in QXcbBackingStore::flush()Samuel Rødal2011-09-191-3/+12
* Add parent and child functions to QAccessibleInterface.Frederik Gladhorn2011-09-199-376/+347
* Fixed XComposite hardware integration in wayland plugin.Samuel Rødal2011-09-172-2/+2
* Set the correct buffer pointer (protected member variables are evil).Samuel Rødal2011-09-171-1/+1
* Accessibility: TabWidget - remove virt children, add action interface.Frederik Gladhorn2011-09-162-73/+159
* Fix xcb-icccm 3.8 supportJędrzej Nowacki2011-09-151-3/+15
* The Q_WS_X11 define exists no longer. Use Q_OS_UNIX.Frederik Gladhorn2011-09-152-3/+3
* Get the Windows GL context to compile.Jason Barron2011-09-151-5/+1
* Make the Windows input context compile after the refactoring.Jason Barron2011-09-152-23/+14
* Remove AccessibleEx classes.Frederik Gladhorn2011-09-1513-189/+189