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
Commit message (
Expand
)
Author
Age
Files
Lines
*
rhi: Drop the zeroing out of resource binding structs
v6.0.0-alpha1
Laszlo Agocs
2020-09-25
2
-10
/
+2
*
rhi: vulkan: Fix mipmap generation for cubemaps
Laszlo Agocs
2020-09-25
5
-81
/
+85
*
CMake: fix minor line indentation
Assam Boudjelthia
2020-09-25
1
-2
/
+2
*
CMake Build: Fix iOS build with PCH and CMake 3.18.3
Cristian Adam
2020-09-25
1
-0
/
+8
*
qt_add_plugin: Get CLASS_NAME as a one value parameter, add TYPE
Mårten Nordheim
2020-09-25
1
-2
/
+1
*
CMake: Expose XKB::XKB as public dependency of Qt::GuiPrivate
Joerg Bornemann
2020-09-25
1
-0
/
+4
*
tst_qmetacontainer: Remove non-existing typeflags.bin from build system
Ulf Hermann
2020-09-25
2
-6
/
+0
*
Use c++20 when available at compile time
Allan Sandfeld Jensen
2020-09-25
1
-8
/
+7
*
.gitignore: Qt Creator files cleanup
Kai Koehne
2020-09-25
1
-3
/
+5
*
git: ignore CLion configuration files
Andreas Buhr
2020-09-25
1
-0
/
+3
*
Doc: Update CMake snippets to Qt 6
Kai Koehne
2020-09-25
3
-6
/
+6
*
Replace Q_REQUIRED_RESULT with [[nodiscard]]
Allan Sandfeld Jensen
2020-09-25
40
-478
/
+465
*
Fusion: Don't add unnecessarily extra padding for a groupbox
Andy Shaw
2020-09-25
1
-1
/
+6
*
QFontEngine: Do not call getSfntTable with uninitalized value
Christoph Schleifenbaum
2020-09-25
1
-2
/
+2
*
CMake: Export 3rdparty dependency find_package calls of private modules
Joerg Bornemann
2020-09-25
1
-1
/
+12
*
Get rid of QMutableEventPoint::stationaryWithModifiedProperty
Shawn Rutledge
2020-09-25
3
-20
/
+0
*
qwaitcondition_win.cpp: Fix deprecation warning about QMutex::isRecursive()
Friedemann Kleint
2020-09-25
1
-4
/
+0
*
fix QComboBox currentText return placeholderText
Wang ChunLin
2020-09-25
2
-4
/
+3
*
fix qcombobox code style
Wang ChunLin
2020-09-25
1
-2
/
+2
*
Fix some qdoc warnings: undocumented parameters
Volker Hilsheimer
2020-09-25
2
-3
/
+4
*
Fix qdoc warning from undocumented enum value
Volker Hilsheimer
2020-09-25
1
-0
/
+1
*
QScopedValueRollback: code tidies
Giuseppe D'Angelo
2020-09-25
1
-5
/
+7
*
wasm: fix network status code propagation
Lorn Potter
2020-09-25
2
-6
/
+14
*
CMake: Fix sanitizer build when using Clang on Linux
Alexandru Croitor
2020-09-24
1
-0
/
+3
*
QWindowsPrintDevice: Fix signedness warnings
Friedemann Kleint
2020-09-24
1
-7
/
+6
*
QWindowsPrintDevice: Brush up the code
Friedemann Kleint
2020-09-24
1
-19
/
+22
*
Windows: Build print support plugin directly into QtPrintSupport
Friedemann Kleint
2020-09-24
19
-142
/
+101
*
Fix qdoc warning from QLibraryInfo after API change
Volker Hilsheimer
2020-09-24
1
-18
/
+23
*
Fix some qdoc warnings in QMetaType and QVariant
Volker Hilsheimer
2020-09-24
2
-50
/
+33
*
Fix redundant emission of editingFinished from QLineEdit with Return key
Christian Heimlich
2020-09-23
5
-5
/
+84
*
Fix compiler warnings from deprecated QTouchEvent::touchPoints
Volker Hilsheimer
2020-09-23
4
-38
/
+36
*
Use QMetaType instead of integer based type ids
Lars Knoll
2020-09-23
30
-183
/
+173
*
Use a hash to store the DBus marshalling data
Lars Knoll
2020-09-23
2
-38
/
+44
*
Cleanup DBus type registration code
Lars Knoll
2020-09-23
11
-71
/
+47
*
Cleanup QDBusPendingReply
Lars Knoll
2020-09-23
2
-96
/
+93
*
QCocoaDrag::drag - make sure clipboard is ours and populated
Timur Pocheptsov
2020-09-23
1
-4
/
+4
*
Initialize trayWatcher from QSystemTrayIconPrivate
Volker Hilsheimer
2020-09-23
1
-1
/
+1
*
Give QPixmap a move constructor
Volker Hilsheimer
2020-09-23
3
-0
/
+26
*
rhi: gl: Enable seamless cubemap filtering
Laszlo Agocs
2020-09-23
1
-0
/
+10
*
Simplify QHighDpi::fromNativeLocalExposedRegion()
Alexander Volkov
2020-09-23
1
-7
/
+3
*
QDateTime change documentation to reflect usage of C locale
Andreas Buhr
2020-09-23
2
-48
/
+29
*
CMake Build: Add support for -qtlibinfix configure parameter
Cristian Adam
2020-09-23
6
-6
/
+10
*
Add a ValidWhenMask to QDateTimePrivate::StatusFlag
Edward Welbourne
2020-09-23
2
-14
/
+6
*
Make QDateTime() unconditionally noexcept
Edward Welbourne
2020-09-23
2
-6
/
+7
*
macOS: Don't assume NSSlider is never flipped
Tor Arne Vestbø
2020-09-23
1
-7
/
+7
*
Fix Qt6 todo in qcssparser
Allan Sandfeld Jensen
2020-09-23
2
-6
/
+8
*
Assert some conditions instead of testing for them
Edward Welbourne
2020-09-23
1
-14
/
+7
*
Make more consistent use of m_offsetFromUtc()
Edward Welbourne
2020-09-23
2
-19
/
+25
*
Use same-msecs optimization more in QDateTime comparison
Edward Welbourne
2020-09-23
2
-5
/
+50
*
QStringBuilder: use qsizetype for size() methods
Edward Welbourne
2020-09-23
1
-15
/
+15
[next]