summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Change crazy casts from QString to NSSting to qt_mac_QStringToNSString.Norwegian Rock Cat2009-06-031-7/+7
* Fixed the QMenu to open submenus even if the pointing device is movingThierry Bastian2009-06-031-5/+7
* Removed a warning (qreal should be used, and not float)Thierry Bastian2009-06-031-1/+1
* force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
* fix typosKent Hansen2009-06-032-2/+2
* missing opening paragraph tagFrederik Schwarzer2009-06-031-1/+1
* Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-032-29/+43
* Revert "Avoid a crash when setting a focus in a widget hierarchy containing"Denis Dzyubenko2009-06-021-3/+2
* Merge branch '4.5'Denis Dzyubenko2009-06-025-24/+12
|\
| * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| * BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
| * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
| * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-021-1/+10
* | Ensure small and mini headers aren't bigger than "large" ones.Norwegian Rock Cat2009-06-021-1/+1
* | Change QDesktopServices::TempLocation on Mac to be the same as QDir.Norwegian Rock Cat2009-06-021-5/+6
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-027-13/+37
|\ \ | |/
| * Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| * Remove unused variable.Alexis Menard2009-05-291-1/+0
| * Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
| * Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
| * Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
| * Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
| * Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-3/+6
* | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-2/+0
* | Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
* | Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90
* | QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81
* | Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-022-30/+65
* | Wrong default argument for my previous fix.Norwegian Rock Cat2009-05-291-1/+1
* | Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-292-0/+6
* | Remove icon when setting an empty window icon on X11.Denis Dzyubenko2009-05-291-22/+31
* | Do not hide the left edge of widget in statusbarOlivier Goffart2009-05-291-1/+1
* | Mac: App menus reactivated when a sheet is used on a modal dialog.Richard Moe Gustavsen2009-05-291-14/+14
* | Ensure a hierarchy of menus fade out together.Norwegian Rock Cat2009-05-294-33/+103
* | Fixed compile of Qt/Embedded.Rohan McGovern2009-05-281-1/+1
* | Further optimized fast scaling of ARGB8565 images onto RGB16 images.Michael Brasser2009-05-282-5/+11
* | Integrate merge-request #548 into branch 'master'Norwegian Rock Cat2009-05-281-2/+0
|\ \
| * | Remove duplicate qpdf_p.h include.Brad Hards2009-05-281-2/+0
* | | oops, build was broken on embeddedThierry Bastian2009-05-281-1/+1
* | | Polished aboutQt dialog a little bit.Denis Dzyubenko2009-05-281-5/+8
|/ /
* | Merge branch '4.5'Tom Cooksey2009-05-282-3/+6
|\ \ | |/
| * Don't assume the tty was in K_XLATE when application startedTom Cooksey2009-05-281-1/+3
| * BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-281-1/+1
* | Forgot to close the TTY handle.Robert Griebl2009-05-281-0/+1
* | Compile fix with namespaces.hjk2009-05-281-2/+2
* | Send ParentChanged event to QGLWidgets when the wId changes on EGLTom Cooksey2009-05-281-4/+5
* | Do not deduce scrollbar extent twice if scrollbar policy is Qt::ScrollBarAlwa...Aurélien Gâteau2009-05-281-4/+10
* | Respect PM_ScrollView_ScrollBarSpacing in QAbstractScrollArea::minimumSizeHint()Christoph Feck2009-05-281-0/+6
* | improved string operations all over the placeThierry Bastian2009-05-2833-102/+102