| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that sheets are hidden if the parents are hidden in Carbon. | Norwegian Rock Cat | 2009-05-13 | 1 | -0/+14 |
|
|
* | Fix warning | Olivier Goffart | 2009-05-13 | 1 | -2/+1 |
|
|
* | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-13 | 2 | -6/+8 |
|\ |
|
| * | Fixed bug with Qt::WidgetWithChildren shortcut context in QGraphicsWidget. | jasplin | 2009-05-12 | 1 | -0/+1 |
|
|
| * | Explaining details in QKeyEvent consruktor signature | Morten Engvoldsen | 2009-05-11 | 1 | -6/+7 |
|
|
* | | fix wince build | Maurice Kalinowski | 2009-05-13 | 1 | -1/+1 |
|
|
* | | Cleanup private QWidget functions. | Bjørn Erik Nilsen | 2009-05-12 | 6 | -114/+43 |
|
|
* | | Reduce QWidget footprint and do some cleanup. | Bjørn Erik Nilsen | 2009-05-12 | 7 | -350/+332 |
|
|
* | | Ensure that windows hidden by deletion affect closeOnLastWindow | Norwegian Rock Cat | 2009-05-12 | 1 | -1/+1 |
|
|
* | | Add a AA_MacDontSwapCtrlAndMeta application attribute. | Norwegian Rock Cat | 2009-05-11 | 4 | -23/+113 |
|
|
* | | Add QKeySequence::Quit and QKeySequence::Preferences for standard keys. | Norwegian Rock Cat | 2009-05-11 | 1 | -1/+7 |
|
|
* | | Almost 200 symbols that didn't need to be exported. | Thierry Bastian | 2009-05-11 | 1 | -2/+0 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-11 | 2 | -13/+14 |
|\ \
| |/ |
|
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-08 | 2 | -13/+14 |
|
|
* | | removed more exports on private classes (QMouseEventEx and QKeyEventEx) | Thierry Bastian | 2009-05-08 | 1 | -2/+2 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 2 | -2/+22 |
|\ \
| |/ |
|
| * | handle the back soft key on Windows mobile SmartPhones | Joerg Bornemann | 2009-05-07 | 1 | -0/+15 |
|
|
| * | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-07 | 4 | -119/+131 |
|
|
| * | Fix strange context menu related bug on Windows Mobile | Thomas Hartmann | 2009-05-07 | 1 | -2/+7 |
|
|
* | | qdoc: Moved platform-specific qdoc comments to common .cpp file. | Martin Smith | 2009-05-07 | 4 | -120/+132 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 8 | -32/+66 |
|\ \
| |/ |
|
| * | Crash in QWidget::render when passing an untransformed QPixmap painter. | Bjoern Erik Nilsen | 2009-05-06 | 1 | -1/+1 |
|
|
| * | Optimize QCocoaView::registerDragTypes and mode switching in QtCreator. | Morten Sørvig | 2009-05-06 | 3 | -8/+17 |
|
|
| * | QComboBox: Click-drag-release does not work for combo boxes using Cocoa | Richard Moe Gustavsen | 2009-05-06 | 1 | -4/+19 |
|
|
| * | Mac OS X QWidget::setMinimumSize locks. | Richard Moe Gustavsen | 2009-05-06 | 2 | -43/+46 |
|
|
| * | Make command-quit not terminate the program on Qt/Cocoa. | Morten Sørvig | 2009-05-05 | 1 | -3/+6 |
|
|
| * | On Windows loosing focus should result in clearing focus if widget is embedde... | Denis Dzyubenko | 2009-05-05 | 1 | -1/+3 |
|
|
| * | Added a check that X11 timestamp goes forward only. | Denis Dzyubenko | 2009-05-04 | 1 | -15/+20 |
|
|
* | | Fix focus issues in QX11EmbedContainer, affecting Flash plugin in QtWebKit. | Kenneth Rohde Christiansen | 2009-05-06 | 1 | -11/+8 |
|
|
* | | Fix QFormLayout which allowed fields to be smaller that their minimum size | Olivier Goffart | 2009-05-06 | 1 | -1/+5 |
|
|
* | | Fixed handling of XA_PIXMAP format type in QClipboard on X11. | Denis Dzyubenko | 2009-05-05 | 2 | -19/+6 |
|
|
* | | When data was copied from Mozilla Firefox to Qt, the text format was not valid. | Denis Dzyubenko | 2009-05-04 | 1 | -7/+17 |
|
|
* | | Deprecate qt_mac_set_show_menubar for a public cross-platform API. | Norwegian Rock Cat | 2009-05-04 | 3 | -9/+3 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-04 | 2 | -11/+23 |
|\ \
| |/ |
|
| * | Ensure that we send the Apple Events even when Cocoa isn't ready. | Norwegian Rock Cat | 2009-05-04 | 2 | -11/+23 |
|
|
* | | Mac: QWidget::setMinimumSize does not work | Richard Moe Gustavsen | 2009-05-04 | 2 | -43/+46 |
|
|
* | | Merge commit 'origin/4.5' | Bjoern Erik Nilsen | 2009-04-29 | 2 | -3/+8 |
|\ \
| |/ |
|
| * | Wrong clip in QWidget::render(QPainter *, ...) when using Qt::(Replace|No)Clip. | Bjoern Erik Nilsen | 2009-04-29 | 1 | -2/+7 |
|
|
| * | Corrected description of the QLayout::takeAt() function | Morten Engvoldsen | 2009-04-29 | 1 | -1/+1 |
|
|
* | | introduce Q_WS_WINCE | Maurice Kalinowski | 2009-04-29 | 10 | -106/+106 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 3 | -13/+33 |
|\ \
| |/ |
|
| * | Don't send extra events when using the scroll wheel in Cocoa | Norwegian Rock Cat | 2009-04-28 | 1 | -2/+2 |
|
|
| * | Cocoa: qwidget auto test fails (windowMoveResize) | Richard Moe Gustavsen | 2009-04-28 | 2 | -11/+31 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-27 | 2 | -0/+6 |
|\ \
| |/ |
|
| * | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent. | Bjoern Erik Nilsen | 2009-04-27 | 2 | -0/+2 |
|
|
| * | Document what QWidget::winId() returns on Mac OS X. | Norwegian Rock Cat | 2009-04-27 | 1 | -0/+4 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-25 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | Sometimes wrong clipping in QWidget::render() when passing a device or | Bjoern Erik Nilsen | 2009-04-24 | 1 | -4/+7 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-04-24 | 3 | -27/+62 |
|\ \
| |/ |
|
| * | Drag and drop examples not working correctly in Cocoa | Prasanth Ullattil | 2009-04-24 | 3 | -27/+62 |
|
|