summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* a11y: Report strikethrough via text attributeMichael Weghorn2023-11-151-0/+2
* Cocoa plugin: make sure popups' collection behavior knows about spacesTimur Pocheptsov2023-11-151-2/+3
* Add QUniqueHandle - a general purpose RAII wrapper for non-memory typesJøger Hansegård2023-11-152-0/+226
* a11y uia: Map 3 more roles to UIA control type IDsMichael Weghorn2023-11-151-0/+3
* a11y atspi: Bridge IA2 strikeout text attrs to AT-SPIMichael Weghorn2023-11-151-0/+7
* QGuiApplication: check return value of platformTheme::palette()Christian Ehrlicher2023-11-141-1/+2
* QStandardItem: store Qt::UserRole-1 in a static constexpr varAhmad Samir2023-11-141-4/+8
* QStandardItem: add note about reimplementing data/setData() wrt. flagsAhmad Samir2023-11-142-3/+16
* Fix setting SysTrayIcon visible after explicitly hiding itWladimir Leuschner2023-11-141-2/+0
* Fix android buildMichal Klocek2023-11-145-5/+17
* a11y atspi: Unescape commas in color text attributeMichael Weghorn2023-11-141-1/+1
* QDockWidget: Always show dock widgets with the main windowAxel Spoerl2023-11-143-0/+19
* QMainWindowLayout: remove redundant #ifdef'ryAxel Spoerl2023-11-141-4/+0
* Fix the broken condition of -fno-reorder-blocks-and-partition flag in QtGuiAlexey Edelev2023-11-141-1/+4
* Don't reuse iterator var to avoid -D_GLIBCXX_DEBUG crashMichael Weghorn2023-11-141-9/+9
* JNI: Add convenience overloads for registerNativeMethodsVolker Hilsheimer2023-11-133-0/+29
* Fix memory leak when resolving named instances in fontsEskil Abrahamsen Blomfeldt2023-11-131-0/+4
* Bump androix dependency to 1.12.0André Klitzing2023-11-131-1/+1
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-132-8/+16
* iOS: Fix foreign window auto testTor Arne Vestbø2023-11-132-11/+23
* De-inline qt_ignore_sigpipe()Marc Mutz2023-11-132-16/+17
* Doc: Fix template information for QTypeRevision membersLuca Di Sera2023-11-131-6/+6
* Doc: Fix template information for QVariant membersLuca Di Sera2023-11-131-6/+6
* Doc: Fix template information for QStringView membersLuca Di Sera2023-11-131-3/+3
* Doc: Fix template information for a QSet constructorLuca Di Sera2023-11-131-1/+1
* Doc: Fix template information for QRandomGenerator::fillRangeLuca Di Sera2023-11-131-2/+2
* QSystemTrayIcon: properly disconnect old menu in setContextMenu()Vladimir Belyavsky2023-11-131-1/+1
* TestLib: provide helper functions to test relational operatorsIvan Solovev2023-11-133-0/+262
* Doc: Merge dangling text with \note paragraphAndreas Eliasson2023-11-131-8/+6
* doc: fix QScrollBar stylesheet code exampleSamuel Gaist2023-11-131-2/+2
* QDial: don't crash when min==max and setting a value != min & maxChristian Ehrlicher2023-11-121-0/+2
* QSystemTrayIcon: Allow resetting context menuVladimir Belyavsky2023-11-122-4/+12
* macOS: Clarify relation between occlusion state, hidden state, and exposeTor Arne Vestbø2023-11-122-7/+23
* macOS: Respect QPlatformDialogHelper::ButtonLayout in native alertsTor Arne Vestbø2023-11-121-3/+49
* macOS: Activate all windows on launch, not just key/main windowsTor Arne Vestbø2023-11-121-0/+8
* macOS: Only bring application forward on launch if neededTor Arne Vestbø2023-11-121-5/+14
* macOS: Remove dead code for activating application on startupTor Arne Vestbø2023-11-121-10/+0
* macOS: Implement NSTextInputClient.windowLevelWs ShawnWoo2023-11-121-0/+17
* macOS: Work around key view loop crossing NSWindow boundariesTor Arne Vestbø2023-11-121-0/+18
* QCocoaSystemTrayIcon: fix updateMenu() logicVladimir Belyavsky2023-11-121-1/+12
* QStandardItemModel: don't leak in mimeData()Christian Ehrlicher2023-11-121-3/+3
* QStandardItem: Fix reset parent in takeItem()Christian Ehrlicher2023-11-121-19/+21
* Make all QPainter operations warn if there's no engineSergio Martins2023-11-111-10/+30
* QBitArray: move a few methods more into the class bodyThiago Macieira2023-11-101-7/+4
* Beautify QGuiApplication::event()Axel Spoerl2023-11-101-5/+9
* Android: get rid of the redundant ENVIRONMENT_VARIABLES QtActivity fieldAssam Boudjelthia2023-11-103-19/+1
* Android: add call QtActivity.appendApplicationParameters() to set argsAssam Boudjelthia2023-11-102-14/+9
* Android: set the default theme directly in QtActivity without reflectionAssam Boudjelthia2023-11-103-64/+11
* Android: don't call delegates outside of the ActivityAssam Boudjelthia2023-11-1014-454/+342
* Android: don't call setApplicationDisplayMetrics() from QtNativeAssam Boudjelthia2023-11-102-14/+1