summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | Obsolete QDirModel and remove it from the doc.Alexis Menard2010-01-089-16/+75
| | | | |_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Merge branch '4.6'Thiago Macieira2010-01-0825-105/+187
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Fixes: Checked QPushbutton ignores stylesheet backround:Olivier Goffart2010-01-081-0/+6
| | | * | | | | | | | | | | | | Mac style doesn't honour QStyle::State_HasFocus for non-widgets.Prasanth Ullattil2010-01-071-0/+12
| | | * | | | | | | | | | | | | QMenuBar::triggered(QAction *) fires twice in Mac (carbon).Prasanth Ullattil2010-01-071-14/+6
| | | * | | | | | | | | | | | | Cocoa: problems quitting application when not using qApp::execRichard Moe Gustavsen2010-01-075-10/+18
| | * | | | | | | | | | | | | | Add an autorelease pool to QApplication instance.Morten Johan Sørvig2010-01-121-0/+10
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Add QImage::constBits() and QImage::constScanLine()Rhys Weatherley2010-01-062-2/+40
| | * | | | | | | | | | | | | Don't call invalidate when resetting the QSortFilterProxyModel.Stephen Kelly2010-01-061-1/+0
| | * | | | | | | | | | | | | Merge branch '4.6'Thiago Macieira2010-01-056-28/+36
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Don't use QPointer in objectve-c interfaces.Morten Johan Sørvig2010-01-051-2/+2
| | * | | | | | | | | | | | | Cocoa: exec() on a dialog with Qt::Tool windowflag is just a dialog.Richard Moe Gustavsen2010-01-041-3/+3
| | * | | | | | | | | | | | | Carbon: compile fixRichard Moe Gustavsen2010-01-041-1/+1
| | * | | | | | | | | | | | | Cocoa: app menu does now show before doing qApp::exec()Richard Moe Gustavsen2010-01-042-16/+28
| | * | | | | | | | | | | | | Merge branch '4.6'Thiago Macieira2009-12-2660-567/+1522
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | fix small leftovers from the Win9x removal in the codeminiak2009-12-223-14/+8
| | * | | | | | | | | | | | | | Cocoa: event dispatcher drops events on the floorRichard Moe Gustavsen2009-12-224-194/+293
| | * | | | | | | | | | | | | | Cocoa: added release poolRichard Moe Gustavsen2009-12-221-0/+1
| | * | | | | | | | | | | | | | Fixed gradients on text when coordinate mode != logical mode.Kim Motoyoshi Kalland2009-12-211-0/+30
| | * | | | | | | | | | | | | | Focus frames in mac style gets clipped.Prasanth Ullattil2009-12-181-11/+80
| | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Implemented caching of concave vector paths in the GL2 engine.Kim Motoyoshi Kalland2009-12-151-0/+2
| | * | | | | | | | | | | | | Merge commit 'origin/4.6'Olivier Goffart2009-12-1567-1044/+1428
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | QPlainTextEdit scrolling issue with folded paragraphsmae2009-12-141-3/+7
| | * | | | | | | | | | | | | | QGuiEventDispatcherGlib::flush() does nothing despite documentationBradley T. Hughes2009-12-112-0/+6
| | * | | | | | | | | | | | | | Don't react to X errors on displays that are not the Qt display.Bradley T. Hughes2009-12-111-0/+5
| | * | | | | | | | | | | | | | Mac: add support for public.vcard UTI (DnD)Richard Moe Gustavsen2009-12-101-0/+57
| | * | | | | | | | | | | | | | Cocoa: scrolling viewports containing many widgets is slowRichard Moe Gustavsen2009-12-091-0/+4
| | * | | | | | | | | | | | | | Fix the int validator not handling the localeThierry Bastian2009-12-092-2/+19
| | * | | | | | | | | | | | | | Merge branch '4.6'Thiago Macieira2009-12-082-4/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Added QToolBar::visibilityChanged(bool) signal.J-P Nurmi2009-12-082-0/+10
| | * | | | | | | | | | | | | | | Fix performance issue with live resizeRichard Moe Gustavsen2009-12-071-0/+4
| | * | | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-12-059-20/+19
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Cocoa: amend dnd optimization: 067cab5afRichard Moe Gustavsen2009-12-041-10/+16
| | * | | | | | | | | | | | | | | | Cocoa: impl. performance boost for dndRichard Moe Gustavsen2009-12-047-65/+151
| | * | | | | | | | | | | | | | | | Merge commit 'oslo-staging-1/4.6' into master-mainlineRichard Moe Gustavsen2009-12-0414-307/+281
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Fix QPlainTextEdit cursorUp/Down in combination with non-visible blocksmae2009-12-031-0/+1
| | * | | | | | | | | | | | | | | | | Merge branch '4.6'Thiago Macieira2009-12-038-5/+65
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Added QGraphicsWidget::autoFillBackground property.J-P Nurmi2009-12-034-0/+38
| | * | | | | | | | | | | | | | | | | | Merge branch '4.6'Thiago Macieira2009-12-0244-492/+403
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Add data: URL handling to QTextDocument::loadResourceThorvald Natvig2009-12-021-0/+5
| | * | | | | | | | | | | | | | | | | | | fix QKeySequence::fromStringChani Armitage2009-12-022-12/+36
| | * | | | | | | | | | | | | | | | | | | Added QTriangulator.Kim Motoyoshi Kalland2009-12-021-0/+7
| | * | | | | | | | | | | | | | | | | | | Revert back to using the native graphics system on Mac.Morten Johan Sørvig2009-12-021-8/+0
| | * | | | | | | | | | | | | | | | | | | Adjust documentation on QCombobox::maxVisibleItems to mention that this does ...Olivier Goffart2009-11-301-2/+3
* | | | | | | | | | | | | | | | | | | | | Merge commit 'origin/4.6' into oslo1-masterRohan McGovern2010-02-011122-3906/+5663
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-01-226-6/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Move avkon component transparency check to app initialization.Jani Hautakangas2010-01-224-34/+23
| | * | | | | | | | | | | | | | | | | | | | Fix for symbian dialog background transparency.Jani Hautakangas2010-01-225-6/+62
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Fix missing focus rect for check and radio buttons in some GTK+ themesJens Bache-Wiig2010-01-211-3/+17
| |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | Menubar and dock disappear after hiding a fullscreen widget on Cocoa.Carlos Manuel Duclos Vergara2010-01-211-0/+32