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.4.3
6.5
6.5.0
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QLatin1String::arg() directly
Edward Welbourne
2021-12-09
1
-18
/
+12
*
Tidy up in QTapTestLogger::addIncident()
Edward Welbourne
2021-12-09
1
-9
/
+7
*
TAP test logger: avoid dangling space on TODO and SKIP lines
Edward Welbourne
2021-12-09
1
-6
/
+20
*
Remove spurious class prefixes from subclass code
Edward Welbourne
2021-12-09
3
-9
/
+9
*
Avoid duplicated code by reworking #if-ery around an if/else
Edward Welbourne
2021-12-09
1
-9
/
+4
*
TAP test logger: skip XFail results as well as pass after an XFail
Edward Welbourne
2021-12-09
1
-1
/
+2
*
Ignore blackisted Pass and XFail when ignoring their plain forms
Edward Welbourne
2021-12-09
2
-4
/
+4
*
Make Skip an incident in test logging
Edward Welbourne
2021-12-09
9
-87
/
+75
*
Implement QTest::qWait() in terms of QTest::qWaitFor()
Edward Welbourne
2021-12-09
1
-18
/
+2
*
Replace out-of-date comment on QTRY_IMPL(), about qWaitFor()
Edward Welbourne
2021-12-09
1
-3
/
+9
*
Refactor QTEST*_MAIN() implementations
Edward Welbourne
2021-12-09
1
-59
/
+32
*
Tidy up testlib's parsing of -callgrind parameter
Edward Welbourne
2021-12-09
1
-9
/
+12
*
CMake: Mark the new deployment API as being in Technical Preview
Alexandru Croitor
2021-12-09
8
-0
/
+30
*
CMake: Fix some of the CMake commands not using the right doc group
Alexandru Croitor
2021-12-09
2
-2
/
+2
*
QVarLengthArray: make reallocation strongly exception safe
Marc Mutz
2021-12-09
2
-27
/
+30
*
QVarLengthArray: implement append() via emplace_back()
Marc Mutz
2021-12-09
1
-12
/
+5
*
QVarLengthArray: inline some trivial reallocate() wrappers
Marc Mutz
2021-12-09
1
-15
/
+3
*
QVarLengthArray: use C++14 4-arg std::equal()
Marc Mutz
2021-12-09
1
-6
/
+1
*
Re-enable parsing Qt code with LLVM (Qt for Python)
Friedemann Kleint
2021-12-09
1
-1
/
+1
*
QLocale: Extend support for language codes
Ievgenii Meshcheriakov
2021-12-09
6
-357
/
+533
*
Add unit test for moving of opaque widgets
Volker Hilsheimer
2021-12-08
1
-2
/
+3
*
Windows QPA: Fix cursors getting out of sync after restoring override cursors...
Friedemann Kleint
2021-12-08
5
-5
/
+24
*
Callbacks for begin/end of a frame on OpenGL
Eskil Abrahamsen Blomfeldt
2021-12-08
3
-0
/
+25
*
Code tidies: improve variable naming and add const where possible
Volker Hilsheimer
2021-12-08
1
-19
/
+17
*
Fall back to include() method for finalizers with CMake 3.17 or earlier
Craig Scott
2021-12-08
1
-5
/
+9
*
Add documentation for CMake deployment support
Craig Scott
2021-12-08
10
-5
/
+717
*
Add CMake deployment support
Craig Scott
2021-12-08
4
-0
/
+561
*
Recognize system apps also when apk has parent directory
Tinja PaavoseppÀ
2021-12-08
1
-2
/
+7
*
Fix typo in QAbstractItemModelTester
Andreas Buhr
2021-12-08
1
-1
/
+1
*
QVarLengthArray: fix size update on failed append()
Marc Mutz
2021-12-08
1
-6
/
+5
*
QCoffParser: Replace windows.h with qt_windows.h
Yuhang Zhao
2021-12-09
1
-4
/
+1
*
Widgets: setTransientParent() when a QMenu is a window
Liang Qi
2021-12-08
2
-0
/
+26
*
evdevkeyboard: Try opening as read-write first
Laszlo Agocs
2021-12-08
2
-1
/
+6
*
Revert "Compile: Work around false positive on gcc >= 900"
Joerg Bornemann
2021-12-08
1
-1
/
+1
*
QTableWidget doc: remove wrong comment for itemExpanded()
Christian Ehrlicher
2021-12-08
1
-3
/
+0
*
Implement fetching physical QStorageInfo::blockSize() under Windows
Karsten Heimrich
2021-12-08
4
-1
/
+240
*
wasm: improve clipboard support
Lorn Potter
2021-12-08
3
-77
/
+336
*
Fix incorrect rendering when moving widget into screen
Volker Hilsheimer
2021-12-08
1
-1
/
+1
*
Test for nullptr before dereferencing the screen
Volker Hilsheimer
2021-12-08
2
-2
/
+2
*
Doc: Reword, fix typos and some formatting
Ivan Tkachenko
2021-12-08
2
-7
/
+8
*
QVarLengthArray: remove unneeded copy in replace()
Marc Mutz
2021-12-07
1
-3
/
+2
*
QVarLengthArray: don't mix iterator/const_iterator in offset calc
Marc Mutz
2021-12-07
1
-4
/
+4
*
QVarLengthArray: port internal users from at() to op[]
Marc Mutz
2021-12-07
1
-2
/
+2
*
QThread::create(): request interruption and join on destruction
Giuseppe D'Angelo
2021-12-07
1
-0
/
+16
*
uic: Generate parameters for ambiguous signals
Friedemann Kleint
2021-12-07
5
-6
/
+47
*
Revert optimizations and fixes for moving/scrolling overlapped widgets
Volker Hilsheimer
2021-12-07
2
-80
/
+28
*
QVarLengthArray: merge remove(idx [,n]) into one function
Marc Mutz
2021-12-07
2
-16
/
+1
*
QLogging: mark all warning() and critical() functions as cold
Marc Mutz
2021-12-07
1
-0
/
+6
*
QVarLengthArray: centralize index checking
Marc Mutz
2021-12-07
1
-13
/
+22
*
QMultiHash: fix erase returning the wrong iterator
MÄrten Nordheim
2021-12-07
1
-2
/
+3
[next]