summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Decouple rate-limiting of paint-on-screen widgets from top level widgetTor Arne Vestbø2024-04-041-1/+5
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Fix data() with long datatype for Mimer SQLFredrik Ålund2024-04-031-1/+1
* QRhiVulkan: fix random values in pipelineCacheData() resultMarc Mutz2024-04-011-0/+1
* Documentation: Clarify palette/font/stylesheet inheritance/propagationAxel Spoerl2024-03-292-7/+16
* Add the note about data size to QByteArray::operator=(const char*)Alexey Edelev2024-03-281-0/+3
* QMenu: clear popup screen after exec()Axel Spoerl2024-03-281-0/+1
* qfloat16: further disable the -Wfloat-conversion warningThiago Macieira2024-03-281-1/+3
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-271-18/+2
* QMainWindowLayout: rewrite validateToolBarArea() to return by valueMarc Mutz2024-03-271-5/+6
* xcb: try to repopulate xinput2 devices when neededLiang Qi2024-03-241-1/+10
* QFutureWatcher: Fix race for initial emission of resultReadyAt()Jarek Kobus2024-03-221-16/+10
* Add the error output for syncqt normilizedPath functionAlexey Edelev2024-03-221-5/+12
* Use the correctly versioned variable when resolving ABI-specific cmake directoryAlexey Edelev2024-03-221-1/+2
* Don't accept QFileDialog when disabled item is activatedKeith Kyzivat2024-03-221-2/+3
* gui: fix build against gcc-14 (-Werror=calloc-transposed-args)Liang Qi2024-03-221-1/+1
* UDP: Protect call to UDP API based on featureMårten Nordheim2024-03-221-1/+5
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-221-1/+1
* QSignalSpy: fix indexed loop (int instead of qsizetype)Marc Mutz2024-03-211-1/+1
* QObjectPrivate::Signal: initialize all membersMarc Mutz2024-03-211-1/+1
* Doc: Fix QDoc syntax in bindable properties overviewPaul Wicking2024-03-211-2/+2
* QObjectPrivate: fix data race on ConnectionData contentsDavid Faure2024-03-202-22/+29
* Reparent QWindow children when reparenting QWidgetTor Arne Vestbø2024-03-202-39/+93
* xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()Liang Qi2024-03-201-1/+6
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-201-15/+25
* Suppress bogus warning from gcc 12Ulf Hermann2024-03-201-2/+1
* QSignalSpy: fix C'n'P mistake in a qWarning()Marc Mutz2024-03-201-1/+1
* Fix dangling references - GCC 14Liang Qi2024-03-191-1/+1
* QDBusArgument: disambiguate between QMap on std::pair and std::mapThiago Macieira2024-03-191-1/+5
* qxkbcommon: fix isKeypadYifan Zhu2024-03-191-1/+40
* dwrite: Fix crash when loading unsupported font in QRawFontEskil Abrahamsen Blomfeldt2024-03-191-0/+3
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* QSignalSpy: fix data race between wait() and emit from another threadDavid Faure2024-03-191-6/+21
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-192-9/+16
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-193-7/+9
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-03-163-2/+23
* CMake: Avoid dsmyutil warnings on shared libraries using libjpegAlexandru Croitor2024-03-161-8/+28
* Windeployqt: prevent output for --list optionTimothée Keller2024-03-161-4/+5
* Fix offscreen rendering in QOpenGLWidgetInho Lee2024-03-161-3/+5
* Fix QTextEdit/QPlanTextEdit palette not updatedMike Chen2024-03-162-9/+9
* wasm: Dont access QNetworkReply header data through dangling pointerPiotr Wierciński2024-03-162-2/+2
* SQLite: Update SQLite to v3.45.2Christian Ehrlicher2024-03-163-85/+218
* CMake: Check for qtpaths6.exe existence during windows deploymentAlexandru Croitor2024-03-162-2/+30
* SQL/MySQL: merge toMySqlDate (which returned MYSQL_TIME) into exec()Thiago Macieira2024-03-151-33/+25
* QFutureInterface: fix build with GCC14/C++20: template-id not allowedThiago Macieira2024-03-151-1/+1
* QMessageBox: Respect explicit accept/reject after closing dialogTor Arne Vestbø2024-03-141-7/+21
* macOS: Forward application{Will,Did}FinishLaunching to reflection delegateTor Arne Vestbø2024-03-141-2/+5
* Http: fix issues after early abort()Mårten Nordheim2024-03-141-2/+6
* Delete QComboBoxPrivateContainer while the combo box is still aliveTor Arne Vestbø2024-03-142-1/+4