| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | correctly fix compilation of NEON_ASM sources | Oswald Buddenhagen | 2013-10-18 | 1 | -2/+9 |
|
|
* | Properly paint QListView dragged item in icon mode | Samuel Gaist | 2013-10-18 | 2 | -28/+17 |
|
|
* | Windows: Fix tablet position in relative (mouse) mode. | Arthur Krebsbach | 2013-10-16 | 1 | -5/+37 |
|
|
* | Ensure lastPixel.y is also initalized to -1 when necessary | Andy Shaw | 2013-10-09 | 1 | -0/+3 |
|
|
* | Add missing variables initialization before requesting png offset | Samuel Gaist | 2013-09-20 | 1 | -7/+7 |
|
|
* | Compilation fix for libjpeg release 9 | aavit | 2013-09-13 | 1 | -22/+5 |
|
|
* | Revert "QTBUG-15319: fix shortcuts with secondary Xkb layout." | Gatis Paeglis | 2013-09-12 | 1 | -4/+1 |
|
|
* | Fix layouts with expanding items with maximum size | Paul Olav Tvete | 2013-09-10 | 1 | -9/+16 |
|
|
* | Windows: Introduce QFileDialog::DontUseCustomDirectoryIcons | Sergio Martins | 2013-09-09 | 5 | -11/+52 |
|
|
* | Fix QOleDropTarget object leak | Jian Liang | 2013-09-03 | 1 | -1/+15 |
|
|
* | Fix scrollbar appearance on Win8 | J-P Nurmi | 2013-08-23 | 1 | -23/+24 |
|
|
* | OSX: Disable window restoration for the Mac font panel | Liang Qi | 2013-08-23 | 1 | -0/+5 |
|
|
* | OSX: Disable window restoration for the Mac color panel | Liang Qi | 2013-08-23 | 1 | -0/+5 |
|
|
* | Fix unused private field warning in QMacMime. | Jake Petroules | 2013-08-21 | 1 | -1/+1 |
|
|
* | Only release when there is no lock on the object | Andy Shaw | 2013-08-20 | 1 | -2/+4 |
|
|
* | Do not send clipboard message to application under debugger. | Friedemann Kleint | 2013-08-19 | 1 | -0/+22 |
|
|
* | Sun CC: Fix QFileDialog compilation | Sergio Ahumada | 2013-08-16 | 1 | -1/+1 |
|
|
* | Add offset reading support in pnghandler | Samuel Gaist | 2013-08-08 | 1 | -0/+7 |
|
|
* | Link to correct function in QApplication documentation. | Mitch Curtis | 2013-08-08 | 1 | -1/+1 |
|
|
* | Return the correct system font on OS X Mavericks. | Jake Petroules | 2013-08-05 | 1 | -0/+7 |
|
|
* | Fix double transform for items ignoring parent transformations. | Andreas Aardal Hanssen | 2013-08-05 | 1 | -3/+8 |
|
|
* | Fix QListWidget item widget scroll bug | Samuel Gaist | 2013-08-05 | 1 | -3/+1 |
|
|
* | Fix build regression caused by 7b7c321d5f35b6ee70db5a72d5d37e19e125d7cf. | Jake Petroules | 2013-08-04 | 1 | -1/+1 |
|
|
* | Cleanup QFileIconProviderPrivate::getWinIcon(). | Sergio Martins | 2013-07-25 | 1 | -23/+18 |
|
|
* | Move the declaration of QFileIconProviderPrivate to it's own file. | Sérgio Martins | 2013-07-23 | 3 | -33/+92 |
|
|
* | evdev tablet support on Linux | Shawn Rutledge | 2013-07-18 | 2 | -1/+4 |
|
|
* | Consider virtual screen when determining dock widget visibility. | Friedemann Kleint | 2013-07-13 | 1 | -2/+5 |
|
|
* | qpa: Fix memory leak of QFontEngineBox object | Fabienne Semeria | 2013-07-12 | 1 | -1/+5 |
|
|
* | Fixes: ASSERT in qpaintengine_x11 when using native graphicssystem | aavit | 2013-07-10 | 1 | -1/+1 |
|
|
* | Mac: Handle the maximizing of the window ourselves when it is frameless | Andy Shaw | 2013-07-08 | 1 | -1/+8 |
|
|
* | Fix Mac static builds so they get the qt_menu.nib from the resource file | Andy Shaw | 2013-07-08 | 2 | -6/+40 |
|
|
* | Fix clipping of QTextList decorators. | Leonard Lee | 2013-07-08 | 1 | -1/+14 |
|
|
* | can show the Cocoa color panel repeatedly | Shawn Rutledge | 2013-07-05 | 1 | -0/+1 |
|
|
* | Fix drawing of 0-width polylines from outside the devicerect. | Gunnar Sletta | 2013-07-04 | 2 | -17/+27 |
|
|
* | Fix leak in QDragManager::drag on mac | Ivan Komissarov | 2013-06-28 | 1 | -1/+0 |
|
|
* | Doc: remove the duplicate for in QStyle documentation | Liang Qi | 2013-06-20 | 1 | -1/+1 |
|
|
* | Recognize separator item in QMenu. | Leonard Lee | 2013-06-17 | 1 | -2/+2 |
|
|
* | QGtkStyle: add getIconThemeName() helper function | Dmitry Shachnev | 2013-06-15 | 3 | -2/+27 |
|
|
* | QDockWidget: Keep position when undocking. | Friedemann Kleint | 2013-06-14 | 1 | -0/+3 |
|
|
* | Cleanup the QDrag when doing a drag with the right mouse button on Mac | Andy Shaw | 2013-06-11 | 1 | -1/+4 |
|
|
* | Only use Vista style for Wizards when on Vista or later | Andy Shaw | 2013-06-10 | 1 | -1/+1 |
|
|
* | Fix for OS X QFileDialog showing bundle as directory | Samuel Gaist | 2013-06-07 | 1 | -1/+1 |
|
|
* | Doc: Fixed typo in QDialog. | Jerome Pasion | 2013-06-03 | 1 | -1/+1 |
|
|
* | Fix creating new QWS surface only when it does not exist already | Pasi Petäjäjärvi | 2013-05-23 | 1 | -1/+6 |
|
|
* | Convert the new filename to native separators before checking it | Andy Shaw | 2013-05-18 | 1 | -1/+1 |
|
|
* | Respect specified minimum height for menuBar also if it has HFW. | Jan Arve Saether | 2013-05-15 | 1 | -6/+4 |
|
|
* | QGV: fix items not to be selected on right mouse button release | J-P Nurmi | 2013-05-15 | 1 | -1/+1 |
|
|
* | Prevent crash due to giving QWidget::update() a large region. | Samuel Rødal | 2013-05-15 | 1 | -3/+8 |
|
|
* | Prevent crash due to giving QWidget::update() a large rect. | Samuel Rødal | 2013-05-15 | 1 | -4/+9 |
|
|
* | Widgets: avoid integer divide by zero in QProgressDialog | Liang Qi | 2013-05-15 | 1 | -0/+1 |
|
|