summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Doc: keypad navigation is supported on Windows CEJoerg Bornemann2009-09-081-2/+10
* | Fixed the spelling of canceled in the QGesture api brought up by David Boddie.Denis Dzyubenko2009-09-072-6/+6
* | Doc: Clarified that certain KDE widgets are KDE 3 widgets.David Boddie2009-09-041-4/+4
* | Make sure that top-level windows respect hfw/wfh constraint.Jan-Arve Sæther2009-09-041-0/+12
* | Small corrections in the documentationBradley T. Hughes2009-09-041-2/+2
* | qapplication_win.cpp compile fix for Q_WS_WINCE_WMJoerg Bornemann2009-09-041-1/+0
* | Removing a few superfluous semicolons.Alessandro Portale2009-09-032-2/+2
* | Merge branch 'minimizeWrapperApp' into 4.6axis2009-09-033-5/+34
|\ \
| * | Move the S60/Avkon framework initialization into QtGui.axis2009-09-033-5/+34