summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QComboBox - optimize (improve stupid code at enter-key)Thorbjørn Martsum2013-07-101-3/+2
* Add reconnect attempts in more cases in QHNCC.Azat Khuzhin2013-07-101-0/+16
* Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
* Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-102-18/+1
* Search toplevel when setting the active window from focus window.Friedemann Kleint2013-07-101-0/+2
* QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-103-3/+14
* docs: QSystemTrayIcon referenceShawn Rutledge2013-07-101-1/+1
* Doc: fix typo in QXmlStreamNamespaceDeclaration[s]Thiago Macieira2013-07-101-1/+1
* Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-085-26/+86
* Doc: Renamed generated list keyword.Jerome Pasion2013-07-081-1/+1
* xml-processing: Small documentation correctionsThorbjørn Lindeijer2013-07-081-3/+3
* Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-072-1/+37
* Speed up font database loading with fontconfigLars Knoll2013-07-061-89/+7
* REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1
* QWinOverlappedIoNotifier: fix race conditionJoerg Bornemann2013-07-051-5/+38
* bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-0/+7
* REG: Fix character size when exporting PDF on WindowsEskil Abrahamsen Blomfeldt2013-07-051-0/+4
* iOS: Make sure we're deleting framebuffers in the right contextTor Arne Vestbø2013-07-051-0/+3
* Clean up evaluation license logicTor Arne Vestbø2013-07-055-50/+47
* doc: Build fix to QSettings documentation snippets.Robin Burchell2013-07-041-3/+3
* Fix crash caused by ~QWindowsWindow flushing the event queue.Friedemann Kleint2013-07-041-1/+0
* QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-1/+1
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-042-23/+40
* Show native file dialog on Windows XP Professional x64 Edition.Friedemann Kleint2013-07-041-2/+2
* Add cmake related information to the test output.Stephen Kelly2013-07-031-0/+8
* Remove qWarning() in qt_mac_image_to_cgimage()Ivan Komissarov2013-07-031-4/+1
* Cocoa: fix shared color panel usageJ-P Nurmi2013-07-032-122/+144
* Set correct cell when selecting custom color cell with arrow keysJ-P Nurmi2013-07-033-1/+12
* Set projection matrix for systems with OpenGL 3.1Wouter Huysentruit2013-07-032-0/+4
* Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* Don't crash if the relayed signal was emitted from the wrong threadThiago Macieira2013-07-031-1/+10
* Fix rotation of text in vertical QDockWidget titlebars in QFusionStyle.Parker Coates2013-07-021-0/+4
* Do not call QAccessible::child() with a negative index.Jan Arve Saether2013-07-021-9/+4
* Windows: Fix detection of synthesized mouse events for MSVC / 64bit.Friedemann Kleint2013-07-021-2/+7
* Avoid warnings when fetching file icons without a CGContextRefGabriel de Dietrich2013-07-021-1/+2
* Cocoa: Re-establish platform menu QObject hierarchyGabriel de Dietrich2013-07-021-0/+2
* Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-023-3/+14
* Windows: Fix the code of the native color dialog.Friedemann Kleint2013-07-021-2/+4
* Fix dropshadow and blur graphics effects.Gunnar Sletta2013-07-021-4/+0
* Windows: Fix bug where windows stopped painting after a restore.Sérgio Martins2013-07-021-1/+14
* QtCore: Fix remaining MSVC-64 warnings about integer truncation.Friedemann Kleint2013-07-021-5/+5
* fix off-by-one index checkMark Brand2013-07-011-1/+1
* QIcon: Avoid fetching twice the same pixmapGabriel de Dietrich2013-07-011-1/+1
* Cocoa: Let Cocoa pick the right pixmap for menu item iconsGabriel de Dietrich2013-07-013-1/+21
* Cocoa: Simplify qt_mac_cgimage_to_nsimage codeGabriel de Dietrich2013-07-011-10/+1
* Fix build when QIMAGEREADER_DEBUG is enabled in qimagereader.cppKeonil Jeong2013-07-011-2/+2
* Fix comma warning found by ICCThiago Macieira2013-07-011-1/+1
* Change error text for missing platform pluginKai Koehne2013-07-011-4/+5
* Remove unused variables (as found by ICC)Thiago Macieira2013-07-011-4/+0