summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix the initial cursor state for the VNC pluginMagnaboscoL2020-10-171-1/+4
* sqlite: Upgrade to 3.33.0Andy Shaw2020-10-173-9937/+10673
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* Don't divide by zero when calculating number of itemsVolker Hilsheimer2020-10-161-1/+1
* QAbstractItemView: don't lose items if model only allows MoveActionVolker Hilsheimer2020-10-165-15/+28
* QESDP::take(): document that it doesn't derefGiuseppe D'Angelo2020-10-161-1/+4
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+6
* Return false from canFetchMore for uninitialized QFileSystem modelsDoris Verria2020-10-151-0/+2
* Revert "Fix detach on bool check of QSharedDataPointer"Allan Sandfeld Jensen2020-10-151-1/+0
* Add some missing QStringView overloads to QStringLars Knoll2020-10-152-0/+95
* Add QStringView::count(...)Lars Knoll2020-10-153-0/+43
* Add QStringView::split()Lars Knoll2020-10-154-0/+70
* Fix infinite loop triggered when displaying model with QTreeViewDoris Verria2020-10-141-1/+5
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-141-2/+2
* Fix detach on bool check of QSharedDataPointerAllan Sandfeld Jensen2020-10-141-0/+1
* Document QApplication::desktop as obsoleteVolker Hilsheimer2020-10-141-0/+2
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-131-6/+23
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-124-6/+6
* FileChooser portal: skip empty filters to avoid rejection from portalsJan Grulich2020-10-121-0/+5
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Add toInt() and friends to QStringViewLars Knoll2020-10-123-0/+280
* Loosen the API contract for QStringView::left() and friendsLars Knoll2020-10-122-9/+22
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-092-17/+27
* Avoid double pixel-ratio scaling of dbus tray iconsAllan Sandfeld Jensen2020-10-092-11/+14
* CMake: Do not use versionless targets in examples (Qt Core)Kai Koehne2020-10-092-6/+6
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-081-3/+11
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Doc: Fix typo in snippetPaul Wicking2020-10-071-1/+1
* WinTab: Fix updating tablet pressure resolution on every proximity enter eventDmitry Kazakov2020-10-061-0/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-061-23/+25
* macOS: Update slider metrics by explicitly asking it to layoutTor Arne Vestbø2020-10-061-33/+4
* Do not generate CMake files for bootstrap libKai Koehne2020-10-061-0/+2
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* xdgdesktopportal: properly fix a dangling pointerGiuseppe D'Angelo2020-10-061-6/+5
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30
* Close popups on windowWillMiniaturize notificationTimur Pocheptsov2020-10-054-10/+23
* Doc: Qt GUI: Depend on qtprintsupport documentation moduleTopi Reinio2020-10-051-0/+1
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-031-2/+2
* Ignore mouse events where globalPos contains NaNSteffen Kieß2020-10-021-0/+5
* QTreeView: fetch as many nested entries as fit into the viewVolker Hilsheimer2020-10-021-2/+10
* Reference proper SplitBehaviour enum in docsNicolas Fella2020-10-021-1/+1
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-022-17/+35
* QAbstractItemView: Don't allow CopyAction for InternalMove viewsVolker Hilsheimer2020-10-021-0/+2
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-3/+3
* Emit QScreen::geometryChanged when the logical DPI changesFriedemann Kleint2020-10-012-6/+11
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-013-3/+6
* Doc: Fix incorrectly placed closing bracket in Q_PROPERTY codeKai Koehne2020-09-301-2/+2