summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set the style mask manually.Morten Sorvig2011-08-181-2/+2
* Fix crash-on-exit in qmlscene.Morten Sorvig2011-08-183-2/+17
* Create NSWindow subclass.Morten Sorvig2011-08-182-4/+27
* Cocoa: Remove autorelease warnings from qmlscene.Morten Sorvig2011-08-181-0/+3
* Readded (and fixed) WindowsXP and -Vista stylesOlli Werwolff2011-08-174-16/+58
* compile after removal of OpenGL 1 paint engineGunnar Sletta2011-08-173-14/+2
* Build fix after setPreferredPaintEngine was removedPaul Olav Tvete2011-08-171-2/+0
* Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-1634-15323/+53
* Don't set platform input context if it's not properly created.Samuel Rødal2011-08-164-4/+14
* Get rid of unused convenience class in QtOpenGL.Samuel Rødal2011-08-163-76/+0
* Cocoa: Fix flicker on window resize.Morten Sorvig2011-08-163-2/+7
* Disable WindowsXP/-Vista styles for nowOlli Werwolff2011-08-151-0/+1
* Fixed compilation of qfiledialog_win.cppOlli Werwolff2011-08-151-1/+14
* Fix platformsupport as installable moduleJørgen Lind2011-08-112-2/+5
* Cocoa: Set child window geometry correctly.Morten Sorvig2011-08-112-15/+58
* Cocoa: Activate Qt apps on startup.Morten Sorvig2011-08-111-0/+6
* Implement "quit on last window closed" logic for QWindowGunnar Sletta2011-08-115-2/+88
* Don't try to use IBUS when dbus is not configured.Samuel Rødal2011-08-102-1/+5
* Removed unnecessary debug output in xcb plugin.Samuel Rødal2011-08-102-6/+0
* Made QWindow::setVisible() send show and hide events.Samuel Rødal2011-08-103-14/+19
* build without dbusMatthew Cattell2011-08-091-0/+2
* Removed Q_XCB_NOOP's from QGLXContext.Samuel Rødal2011-08-091-13/+1
* Removed QPaintDevice dependency in blitFramebuffer().Samuel Rødal2011-08-093-2/+21
* Get linux input plugin compiling by removing keyboard supportGunnar Sletta2011-08-094-227/+1
* make eglfs compileGunnar Sletta2011-08-083-3/+3
* Implement map/unmap and force geometry EglFSGunnar Sletta2011-08-082-1/+18
* Properly initialize window properties in xcb plugin.Samuel Rødal2011-08-051-2/+3
* Get wayland plugin working after latest QPA API changes.Samuel Rødal2011-08-053-11/+8
* Get rid of missing qmake warning.Samuel Rødal2011-08-051-2/+0
* Added some convenience to QWindowGunnar Sletta2011-08-052-0/+26
* Add WindowStateChanged event.Friedemann Kleint2011-08-057-5/+52
* Undefine "slots" before including cocoa headers to make it compileGunnar Sletta2011-08-052-0/+2
* Merge "Merge remote branch 'gerrit/master' into refactor" into refactorJørgen Lind2011-08-0469-797/+1462
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-0369-797/+1462
| |\
| | * Fix QString/QByteArray literals for MSVC2010 (compilation of tests).Friedemann Kleint2011-08-022-9/+16
| | * Fix compilation with namespaced buildsBradley T. Hughes2011-07-291-0/+5
| | * Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-297-13/+13
| | * Simplify the mutexpool used in QObject.Olivier Goffart2011-07-291-19/+5
| | * QMutex is now just a pointerOlivier Goffart2011-07-2912-427/+592
| | * Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
| | * Flag meta objects generated by QtDBusAaron Kennedy2011-07-292-2/+13
| | * Add notify signals for QIntvalidator, QDoubleValidator, QRegExpValidatorCharles Yin2011-07-292-16/+112
| | * Make it possible to update a related table after an external updateAndy Shaw2011-07-291-2/+34
| | * Added meta type info for Q[Explicitly]SharedDataPointerDenis Dzyubenko2011-07-281-0/+3
| | * Get rid of compiler warnings with MSVCOlivier Goffart2011-07-283-21/+22
| | * Emit selectionChanged signals when input method alters selection.Andrew den Exter2011-07-281-5/+12
| | * Fix obsolete contact emailJason McDonald2011-07-283-4/+4
| | * Use QFreeList for timer id allocationBradley T. Hughes2011-07-261-167/+43
| | * Add QFreeList as an internal classBradley T. Hughes2011-07-263-0/+358
| | * Make QTabWidget::tabBar() public.David Faure2011-07-261-1/+2