summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | | Compile fix.Denis Dzyubenko2009-07-151-0/+1
* | | | Fix warnings for mingwThierry Bastian2009-07-1516-195/+92
* | | | Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
* | | | Compile after a72c30020bdadbe0d82e583e17acd25715604f7bBjørn Erik Nilsen2009-07-151-1/+1
* | | | repair the mouse cursor on Windows CEJoerg Bornemann2009-07-151-0/+4
* | | | Bad drawing of styled viewports within QAbstractScrollAreaOlivier Goffart2009-07-155-52/+40
* | | | Fix painting of the background of QAbstractItemView, QTextEdit and coOlivier Goffart2009-07-151-1/+1
* | | | support context menu for system tray icons on Windows CEJoerg Bornemann2009-07-141-2/+11
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-143-15/+19
|\ \ \ \
| * | | | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-143-15/+19
| | |/ / | |/| |
* | | | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
* | | | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
|/ / /
* | | Use the correct font metrics function.Olivier Goffart2009-07-142-8/+2
* | | Make the window title set by setWindowFilePath() match our docs.Norwegian Rock Cat2009-07-142-4/+4
* | | Remove this foundItem boolean.Norwegian Rock Cat2009-07-141-4/+1