index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
accessible
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtGui: Disambiguate static variables
Friedemann Kleint
4 days
1
-3
/
+3
*
Remove redundant qsharedpointer.h #includes
Ahmad Samir
7 days
1
-1
/
+0
*
Doc: Move documentation for QAI::selectionInterface to source file
Kai Köhne
2023-01-16
2
-3
/
+5
*
Use qtversion.h instead of qlibraryinfo.h
Marc Mutz
2022-12-09
1
-1
/
+1
*
a11y atspi: Bridge newly introduced QAccessibleSelectionInterface
Michael Weghorn
2022-11-13
2
-0
/
+98
*
a11y: Add new QAccessibleSelectionInterface
Michael Weghorn
2022-11-11
3
-2
/
+134
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
4
-13
/
+13
*
a11y atspi: Clean up logging a bit
Michael Weghorn
2022-10-26
1
-26
/
+26
*
a11y: support GetAccessibleId for at-spi
Harald Sitter
2022-10-25
1
-0
/
+26
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
Send string to Atspi DBus interface on name/description changed
Fushan Wen
2022-10-10
1
-4
/
+22
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
4
-27
/
+27
*
Send string to Atspi DBus interface on value changed for comboboxes
Fushan Wen
2022-09-29
1
-1
/
+3
*
QtGui: Use isEmpty() to check for empty string
Mate Barany
2022-09-21
1
-1
/
+1
*
QtGui: Fix mismatches between string types and string literals
Mate Barany
2022-09-21
2
-15
/
+15
*
a11y: Fix QAccessibleTableInterface::selectedRows doc
Michael Weghorn
2022-09-19
1
-1
/
+1
*
a11y: Fix typo in QAccessible::ObjectHide doc
Michael Weghorn
2022-09-16
1
-1
/
+1
*
a11y atspi: Forward table model change to AT-SPI
Michael Weghorn
2022-09-10
1
-1
/
+64
*
a11y atspi: Move comment to better place
Michael Weghorn
2022-09-10
1
-3
/
+3
*
a11y atspi: Add null check in GetRowHeader handling
Michael Weghorn
2022-09-05
1
-3
/
+3
*
Move qVersion() from qglobal.h to qlibraryinfo.h
Sona Kurazyan
2022-09-01
1
-0
/
+1
*
a11y: Don't reassign unique ID to other object right away
Michael Weghorn
2022-08-30
1
-6
/
+6
*
a11y: Prevent one case of losing a11y interface when setting event child
Michael Weghorn
2022-08-27
1
-1
/
+2
*
a11y atspi: Send SelectionChanged AT-SPI event on selection change
Michael Weghorn
2022-08-27
1
-0
/
+13
*
a11y atspi: Forward SelectionWithin change to AT-SPI
Michael Weghorn
2022-08-27
1
-1
/
+11
*
a11y atspi: Drop FIXME that doesn't need action
Michael Weghorn
2022-08-27
1
-1
/
+1
*
a11y atspi: Drop methods that are only declared
Michael Weghorn
2022-08-27
1
-2
/
+0
*
a11y atspi: Support text interface's GetStringAtOffset
Michael Weghorn
2022-08-27
2
-5
/
+56
*
a11y atspi: Handle AT-SPI Text's ScrollSubstringTo
Michael Weghorn
2022-08-27
1
-0
/
+13
*
a11y atspi: Drop commented out "say hello to d-bus" code
Michael Weghorn
2022-08-19
1
-3
/
+0
*
a11y atspi: Send correct D-Bus reply for GetAttributeValue
Michael Weghorn
2022-08-19
2
-12
/
+4
*
a11y atspi: Add missing closing tag in introspection XML
Michael Weghorn
2022-08-19
1
-0
/
+1
*
a11y atspi: Support AT-SPI table cell interface
Michael Weghorn
2022-08-17
2
-0
/
+63
*
a11y atspi: Forward change of focused state
Michael Weghorn
2022-08-17
1
-0
/
+5
*
a11y atspi: Drop unused forward-declaration QSpiAccessibleInterface
Michael Weghorn
2022-08-17
1
-1
/
+0
*
a11y atspi: Drop 'if (0)' branch
Michael Weghorn
2022-08-17
1
-3
/
+1
*
a11y atspi: Send D-Bus reply for "GetCaption" in expected format
Michael Weghorn
2022-08-17
1
-3
/
+3
*
a11y atspi: Add support for ATSPI_COORD_TYPE_PARENT
Michael Weghorn
2022-08-17
2
-56
/
+66
*
a11y atspi: translate coords for GetOffsetAtPoint the right way
Michael Weghorn
2022-08-17
1
-1
/
+1
*
a11y atspi: Take dialog into account as top-level window
Michael Weghorn
2022-08-17
1
-2
/
+3
*
a11y atspi: Fix incorrect use of x instead of y position
Michael Weghorn
2022-08-17
1
-1
/
+1
*
Use class scope to refer to static function
Mårten Nordheim
2022-07-25
1
-1
/
+1
*
fix AT_SPI_BUS_ADDRESS actually working
Harald Sitter
2022-07-22
1
-2
/
+9
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
19
-43
/
+41
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
42
-1596
/
+84
*
Revert "a11y: Do not cache classes that don't have a factory plugin"
Fabian Kosmale
2022-05-06
1
-4
/
+25
*
QtGui: includemocs
Marc Mutz
2022-04-29
8
-0
/
+16
*
QtGui: replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-04-28
3
-12
/
+12
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
6
-305
/
+299
[next]