summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Fix warnings for mingwThierry Bastian2009-07-161-2/+2
| | * | Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
| | * | Wrapped the XInput include with an ifdef.Denis Dzyubenko2009-07-161-0/+4
| | * | With license it's better.Alexis Menard2009-07-161-0/+41
| | * | Update the license header in a few more placesThiago Macieira2009-07-162-2/+2
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1535-295/+260
| |\ \ \
| * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1432-55/+180
| |\ \ \ \
| * | | | | Doc: Review of documentation forDavid Boddie2009-07-141-31/+30
* | | | | | Fixes: Do not create a mapping for filtered items in QSortFilterProxyModel.Marius Bugge Monsen2009-07-171-16/+26
| |_|_|/ / |/| | | |
* | | | | QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
* | | | | fix warnings with mingwThierry Bastian2009-07-154-2/+6
| |_|/ / |/| | |
* | | | fix build on linuxThierry Bastian2009-07-151-11/+1