summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master' into graphicseffectsBjørn Erik Nilsen2009-07-21248-9776/+7934
|\
| * Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-202-7/+7
| * Return selectedFilter in QGtkStyle file dialogsLukáš Lalinský2009-07-202-5/+27
| * Doc: clarify relevance for QGraphicsItem and add a few \saVolker Hilsheimer2009-07-201-26/+84
| * Doc: small improvementsVolker Hilsheimer2009-07-201-1/+1
| * Doc: Make QAction::priority/Priority documentation clearerVolker Hilsheimer2009-07-201-9/+9
| * Fixed includes in the gestures public headers.Denis Dzyubenko2009-07-202-10/+9
| * Fixes build for Windows MobileThomas Hartmann2009-07-201-1/+0
| * doc: Changed several \reimp to \internalMartin Smith2009-07-204-16/+2
| * compile against the Windows 7 SDK RCBradley T. Hughes2009-07-201-15/+16
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtOswald Buddenhagen2009-07-201-4/+208
| |\
| | * On Vista the native file dialog search feature return wrong paths.Prasanth Ullattil2009-07-201-4/+208
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-208-33/+67
| |\ \ | | |/ | |/|
| | * Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
| | * Fix crash when native socket notifiers would send a notification after being ...Norwegian Rock Cat2009-07-201-4/+8
| | * Fix deadlock in the QWS server when destroying lots of windowsTom Cooksey2009-07-172-3/+8
| | * Fix accidental selection of popup items under the mouse in QComboBoxmae2009-07-171-0/+2
| | * Enhanced QDirModel documentationMarkus Goetz2009-07-171-1/+4
| | * Better caching of file system icon providers.Norwegian Rock Cat2009-07-161-1/+36
| | * QFileDialog static functions doesn't honor the DontUseNativeDialog flag.Alexis Menard2009-07-151-3/+3
| | * Revert "QFileDialog: When passing an invalid path in static functions the nat...Alexis Menard2009-07-141-18/+3
| | * Fixed a potential memory leak on XPJens Bache-Wiig2009-07-131-2/+4
| * | compile fix after the last commitDenis Dzyubenko2009-07-201-1/+1
| * | QDesktopServices::openUrl failed for local file paths with a file schemaDenis Dzyubenko2009-07-201-2/+4
| * | Compile fix with namepaceshjk2009-07-203-16/+13
| * | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-196-11/+14
| * | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-197-8/+30
| * | Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-182-7/+27
| * | Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
| * | optimize painting of dithered disabled textOswald Buddenhagen2009-07-171-2/+3
| * | Fix for selection with Shift-Arrow/Shift-Click in QListView's IconModeFrank Reininghaus2009-07-171-2/+8
| * | Fix compilation on Mac.Volker Hilsheimer2009-07-171-1/+1
| * | Implement QDesktopWidget::screenCount as a property, and add Q_PROPERTYVolker Hilsheimer2009-07-171-0/+4
| * | Merge branch 'screencountchanged'Volker Hilsheimer2009-07-176-47/+80
| |\ \
| | * | Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-176-47/+80
| * | | Add priority property to QActionJens Bache-Wiig2009-07-175-4/+44
| * | | Lets the size of the completer be configurable in a way similar to QComboBox.Frédéric Mercille2009-07-173-3/+32
| * | | Add reading of kde colors Link and LinkVisited colors from qt apps in qapplic...Jeremy Whiting2009-07-171-0/+12
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-1724-257/+434
| |\ \ \
| | * | | Move QMacStyle icon handling down to the common style.Norwegian Rock Cat2009-07-176-146/+162
| | * | | Handle Jens' new variable.Norwegian Rock Cat2009-07-171-0/+3
| | * | | Fixes: ItemView text editor is not visible with empty text and iconsOlivier Goffart2009-07-172-4/+16
| | |/ /
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1710-21/+100
| | |\ \
| | | * | Fix MinGW (g++ 3.4.5) compilation.Friedemann Kleint2009-07-171-3/+4
| | | * | Allow picking up tool button style from the systemJens Bache-Wiig2009-07-167-4/+88
| | | * | ItemViews: don't commit data from editors when hiding the viewThierry Bastian2009-07-162-2/+2
| | | * | Small simplification of code in ItemViews (delegate)Thierry Bastian2009-07-162-12/+6
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1612-57/+130
| | |\ \ \ | | | |/ /
| | | * | QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
| | | * | Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58