summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Return format as specified in original QWindowMike Krus2015-06-262-0/+9
| * | Fix warning with MSVC 2013Thiago Macieira2015-06-261-0/+1
| * | Windows / Wifi plugin: Refactor code resolving symbols from wlanapi.dll.Friedemann Kleint2015-06-261-10/+11
| * | Simplify permission flag handling a bitKonstantin Ritt2015-06-253-31/+11
| * | [QFontMetrics] Mark obsolete charWidth() method for deletion in 6.0Konstantin Ritt2015-06-252-1/+5
| * | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-241-0/+2
| * | QPageSetupDialog: Add missing Q_DECL_OVERRIDEGabriel de Dietrich2015-06-241-3/+3
| * | Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-248-101/+101
| * | Doc: Improve code snippet in QTranslator overviewKai Koehne2015-06-241-3/+4
| * | QLocale: Fix example return value for uiLanguages()Kai Koehne2015-06-241-1/+1
| * | cocoa: QNSView - guard implementation against deleted windowTim Blechmann2015-06-242-21/+21
| * | Only require polling when running on Windows XPAndy Shaw2015-06-231-1/+1
| * | winrt: don't return invalidated timers in QEventDispatcherWinRT::registeredTi...Oliver Wolff2015-06-231-1/+1
| * | Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-236-487/+61
| * | Disable C++11 thread_local with ICC on OS XThiago Macieira2015-06-221-1/+4
| * | QtTest: Increase the size of the alternate stackThiago Macieira2015-06-221-1/+6
| * | Do not claim TextureRGFormats on Mesa with GLESLaszlo Agocs2015-06-221-2/+6
| * | Disable surfaceless QOffscreenSurface with MesaLaszlo Agocs2015-06-221-1/+12
| * | Fix incorrect warning message in QOpenGLWidgetLaszlo Agocs2015-06-221-1/+1
| * | xcb: make it possible to disable gl integrationsLaszlo Agocs2015-06-221-3/+8
| * | Further tune curveThreshold setting based on strokeWidthEirik Aavitsland2015-06-221-1/+1
| * | Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-22/+24
| * | QCocoaMenu: Fix crash with 10.7 QFileDialog shortcutsDyami Caliri2015-06-201-0/+2
| * | Improve QString doc when using non-spaced numbered place markerSamuel Gaist2015-06-192-0/+32
| * | Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-192-1/+12
| * | Use the default QLocale for QFileSelector, not the system localeThiago Macieira2015-06-191-3/+3
| * | xcb: Map touch points to screen coordinatesAlexander Volkov2015-06-193-3/+19
| * | doc: mark QWindow::requestUpdate() as \since 5.5Gunnar Sletta2015-06-181-0/+2
| * | Respect manual set icon themes.Sune Vuorela2015-06-182-1/+3
| * | Compile fix for QT_DEBUG_ANDROID_IM_PROTOCOLPaul Olav Tvete2015-06-161-1/+1
| * | Workaround for Google Keyboard strangenessPaul Olav Tvete2015-06-161-0/+5
| * | Fix GLX backend in static buildsLaszlo Agocs2015-06-161-0/+4
| * | Fix gles lib loading on AndroidLaszlo Agocs2015-06-161-0/+4
| * | update bundled sqlite to 3.8.10.2Mark Brand2015-06-163-2411/+5328
| * | Extend generated style strings to include new font weightsAllan Sandfeld Jensen2015-06-151-9/+20
| * | Let QtTest use an alternate stack for its signal handlersThiago Macieira2015-06-151-1/+14
| * | xcb: Set _NET_WM_WINDOW_TYPE from a single placeAlexander Volkov2015-06-132-57/+63
| * | fix decoding of file paths in QLockFilePrivate::processNameByPidJoerg Bornemann2015-06-121-3/+3
| * | fix unterminated char buffer glitchJoerg Bornemann2015-06-121-3/+4
| * | QPicturePaintEngine: Avoid slow QPainter::clipRegionKai Pastor2015-06-121-1/+1
| * | Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-112-4/+9
| * | QCoreApplication::applicationFilePath(): Fix array bounds violation of argv.Friedemann Kleint2015-06-111-5/+7
| * | iOS: handle loading assets with different format than jpgRichard Moe Gustavsen2015-06-101-2/+2
| * | Doc: corrected qdoc syntax errorNico Vertriest2015-06-101-0/+1
| * | Refactor handling of environment variable QT_WINVER_OVERRIDE.Friedemann Kleint2015-06-101-28/+21
| * | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-2/+1
| * | Don't manually delete QPlatformScreenKai Uwe Broulik2015-06-091-1/+3
| * | Added support for Windows 10 in QSysInfo::productVersion()Marcel Krems2015-06-091-0/+4
| * | QTest::qExtractTestData(): Set permissions of extracted files.Friedemann Kleint2015-06-081-0/+4
| * | Remove useless truncation to the size the string already hasThiago Macieira2015-06-081-4/+2