summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-176-5/+45
* | 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-17181-838/+1452
|\ \
| * | 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
| * | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest()Geir Vattekar2009-07-172-1/+13
| * | Fixes: ItemView text editor is not visible with empty text and iconsOlivier Goffart2009-07-172-4/+16
| * | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-1715-108/+338
| * | Animations: animations with 0 duration would never be auto-deletedThierry Bastian2009-07-171-1/+1
| * | Fixed another memory leak in Phonon on windowsThierry Bastian2009-07-171-3/+1
| |/
| * Doc: Fixed grammar.David Boddie2009-07-171-1/+1
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-1717-81/+165
| |\
| | * Fix MinGW (g++ 3.4.5) compilation.Friedemann Kleint2009-07-171-3/+4
| | * Fixed failure of badxml selftest on Windows.Rohan McGovern2009-07-171-8/+17
| | * Allow picking up tool button style from the systemJens Bache-Wiig2009-07-168-5/+90
| | * 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
| | * Documentation and whitespace fixes in phononDavid Faure2009-07-165-51/+46
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-16146-466/+733
| |\ \ | | |/
| | * QTreeView: fix the scrollTo with position center and bottomThierry Bastian2009-07-161-10/+14
| | * Fixed text rendering with the GL2 paint engine.Kim Motoyoshi Kalland2009-07-161-2/+5
| | * Phonon: fixed a big memory leak on WindowsThierry Bastian2009-07-162-2/+4
| | * Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
| | * Fix warnings for mingwThierry Bastian2009-07-166-13/+12
| | * Fixed warnings on mingwThierry Bastian2009-07-161-2/+2
| | * Fix (some) spelling and grammatical errors in translatable strings.Volker Hilsheimer2009-07-166-8/+8
| | * A small optimisation for the utf8->utf16 conversion.Denis Dzyubenko2009-07-161-21/+11
| | * Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-164-250/+241
| | * XmlSchema: update license headersPeter Hartmann2009-07-163-12/+12
| | * XmlSchema: add license headers for some filesPeter Hartmann2009-07-164-0/+131
| | * 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-163-3/+3
| | * Update the license headers in XML Schema to the new formatThiago Macieira2009-07-16109-109/+109
| | * Use Unix signal handlers to properly close the test log when a test isRohan McGovern2009-07-151-5/+81
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-15277-1192/+39494
| |\ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-14954-5970/+22777
| |\ \ \
| * | | | 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
| |_|_|/ |/| | |
* | | | Fix HPUX compilationRobert Griebl2009-07-151-1/+1
* | | | Xml Schema: move license file to the right directoryPeter Hartmann2009-07-151-0/+0
* | | | QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
* | | | fix warnings with mingwThierry Bastian2009-07-154-2/+6