summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-211-1/+1
* Doc: Indicated that press and release events occur with double clicks.David Boddie2009-09-211-5/+7
* Doc: Tidied up the QDesktopWidget documentation.David Boddie2009-09-211-28/+47
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-212-10/+20
* On Mac, the posted events are processed on the first time in the loopBenjamin Poulain2009-09-212-2/+32
* Compile fix for non-Symbian.Alessandro Portale2009-09-211-1/+1
* Get menubars working again with new softkey API.Jason Barron2009-09-211-1/+3
* Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-212-0/+5
* Introduce a d-pointer to QSoftKeyManager.Jason Barron2009-09-212-18/+31
* Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-214-25/+39
* Simplify the soft key roles of QAction.Jason Barron2009-09-214-78/+62
* Give the soft key functionality it's own macro.Jason Barron2009-09-211-3/+3
* Refactor soft keys implementation.Jason Barron2009-09-2110-166/+380
* Making Keypad Navigation more usableAlessandro Portale2009-09-193-13/+104
* Allow forcing an empty window title.Denis Dzyubenko2009-09-181-1/+1
* Improved a qt_x11_wait_for_window_manager.Denis Dzyubenko2009-09-181-7/+30
* More robust implementation of qt_x11_wait_for_window_managerOlivier Goffart2009-09-181-4/+9
* Introduce native Symbian bitmap support to QPixmapJani Hautakangas2009-09-181-2/+2
* Fixed a bug in QToolTip when internal tool tips where reused.Trond Kjernaasen2009-09-171-3/+3
* Fix regression after code reviewShane Kearns2009-09-172-3/+7
* Fix unused variable compiler warningShane Kearns2009-09-171-1/+0
* Enable compiling Symbian port with QT_NO_CURSORShane Kearns2009-09-175-5/+24
* Revert "Added support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-171-1/+1
* Don't crash on exit if the X11 clipboard owner has not been created.Bradley T. Hughes2009-09-161-1/+2
* doc: Fixed some qdoc errors.Martin Smith2009-09-161-1/+1
* Implemented the SAVE_TARGET in QClipboard on X11Denis Dzyubenko2009-09-163-1/+28
* Added support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-161-1/+1
* QCursor support for Symbian OSShane Kearns2009-09-1518-169/+1019
* Export again qt_set_sequence_auto_mnemonicOlivier Goffart2009-09-151-1/+1
* Bauhaus widgetbox drag and drop not working in CocoaPrasanth Ullattil2009-09-151-0/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-141-1/+1
|\
| * Fixed off-by-one error in call to XGetKeyboardMapping that meant that max_key...Thomas Sondergaard2009-09-141-1/+1
* | Implement synthetic enter/leave events for QWS.Paul Olav Tvete2009-09-144-9/+29
* | Fix -Wconversion warnings where possible.David Faure2009-09-131-2/+2
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-122-2/+7
|\ \ | |/
| * Fix memory leak when deleteLater is triggered via the main menu bar.Morten Sorvig2009-09-111-0/+2
| * Run on 10.3.Morten Sorvig2009-09-111-1/+1
| * Run on 10.3 Panther.Morten Sorvig2009-09-111-1/+4
| * restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-5/+12
| * Update license headers again.Jason McDonald2009-09-08151-604/+604
* | Fixed QWidget::activateWindow for Symbian.Janne Anttila2009-09-111-6/+5
* | Fixed QWidget::setWindowState for Symbian.Janne Anttila2009-09-111-16/+27
* | restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-7/+14
* | CompileAnders Bakken2009-09-091-1/+1
* | Removed some superfluous semicolonsAlessandro Portale2009-09-094-4/+4
* | Update license headers again.Jason McDonald2009-09-09174-696/+696
* | Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-081-0/+1
* | Fix crash when instantiating multiple QApplications on QWSPaul Olav Tvete2009-09-081-0/+7
* | doc: Fixed several qdoc errors.Martin Smith2009-09-081-0/+6
* | Merge commit 'origin/4.5' into 4.6Joerg Bornemann2009-09-081-2/+12
|\ \ | |/