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
/
corelib
/
global
/
qnamespace.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Long live QPermissions!
Tor Arne Vestbø
2022-11-01
1
-0
/
+7
*
Add enum class Qt::Appearance
Axel Spoerl
2022-09-16
1
-0
/
+7
*
Long live QT6_{DECL,IMPL,CALL}_NEW_OVERLOAD!
Marc Mutz
2022-07-20
1
-0
/
+5
*
Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"
Tor Arne Vestbø
2022-07-14
1
-1
/
+0
*
Windows QPA: Add MSWindowsNoRedirectionBitmap flag
Yuhang Zhao
2022-07-14
1
-0
/
+1
*
Add the qt_class pragma to file listed in sync.profile classnames map
Alexey Edelev
2022-06-22
1
-0
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Restore C++20-deprecated mixed-enum bitwise operators
Marc Mutz
2022-03-15
1
-0
/
+2
*
Qt namespace: fix Q_FLAG_NS declaration for Qt::MouseEventFlags
Giuseppe D'Angelo
2022-03-02
1
-1
/
+1
*
Qt namespace: add a Qt 7 note about enumerator order
Marc Mutz
2021-08-06
1
-0
/
+1
*
QKeyCombination: code tidies
Giuseppe D'Angelo
2021-05-19
1
-3
/
+3
*
QAbstractItemModel::match: code tidies
Giuseppe D'Angelo
2021-05-12
1
-0
/
+1
*
Delete less-than operator for QKeyCombination
Volker Hilsheimer
2021-05-04
1
-0
/
+2
*
Android: Add select and copy capability to read-only text widgets
Piotr Mikolajczyk
2021-03-30
1
-0
/
+1
*
Fix XCB launch key mapping
Allan Sandfeld Jensen
2021-01-15
1
-0
/
+1
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-1
/
+1
*
Drop a [[maybe_unused]] on a variable
Giuseppe D'Angelo
2020-11-23
1
-1
/
+1
*
Get rid of Q_COMPILER_CONSTEXPR checks
Allan Sandfeld Jensen
2020-11-17
1
-7
/
+1
*
Expunge WA_GroupLeader
Shawn Rutledge
2020-10-27
1
-1
/
+0
*
Long live Q_IMPLICIT!
Giuseppe D'Angelo
2020-10-14
1
-2
/
+2
*
macOS: Remove WA_MacVariableSize widget attribute
Tor Arne Vestbø
2020-10-06
1
-1
/
+1
*
macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum value
Tor Arne Vestbø
2020-10-06
1
-1
/
+0
*
macOS: Remove dead widget attribute WA_MacNoShadow
Tor Arne Vestbø
2020-10-06
1
-1
/
+1
*
Replace Q_DECL_UNUSED with [[maybe_unused]]
Allan Sandfeld Jensen
2020-10-03
1
-1
/
+1
*
Use C++17 [[maybe_unused]]
Allan Sandfeld Jensen
2020-09-06
1
-1
/
+1
*
Long live QKeyCombination!
Giuseppe D'Angelo
2020-09-03
1
-0
/
+156
*
QObject: add a single shot connection flag
Giuseppe D'Angelo
2020-09-01
1
-1
/
+2
*
Deprecate and remove uses of AA_DisableHighDpiScaling
Tor Arne Vestbø
2020-08-31
1
-2
/
+6
*
Deprecate and remove all uses of AA_UseHighDpiPixmaps
Tor Arne Vestbø
2020-08-31
1
-1
/
+5
*
Qt namespace: purge deprecated enum members and a typedef
Edward Welbourne
2020-08-28
1
-40
/
+6
*
High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling
Tor Arne Vestbø
2020-08-28
1
-1
/
+3
*
Mark some Qt namespace enum members properly as deprecated
Edward Welbourne
2020-08-27
1
-6
/
+12
*
Properly deprecate Qt::MidButton in favor of Qt::MiddleButton
Edward Welbourne
2020-08-22
1
-2
/
+4
*
Clarify relation between Qt::Keys and Unicode ranges
Tor Arne Vestbø
2020-07-10
1
-101
/
+114
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-0
/
+2
*
Qt::Modifier: do some cleanups
Giuseppe D'Angelo
2020-07-09
1
-1
/
+1
*
Remove deprecated roles BackgroundColorRole and TextColorRole
Christian Ehrlicher
2020-06-20
1
-4
/
+0
*
Remove deprecated text-related enums
Eskil Abrahamsen Blomfeldt
2020-06-08
1
-4
/
+0
*
Remove all locale-dependence from Q(Date|Time)+
Edward Welbourne
2020-05-08
1
-9
/
+0
*
Remove deprecated ApplicationAttribute enum values
Volker Hilsheimer
2020-04-24
1
-10
/
+3
*
Don't set WindowContextHelpButtonHint by default for dialogs and sheets
Volker Hilsheimer
2020-04-09
1
-1
/
+1
*
Make MatchRegExp an alias to MatchRegularExpression
Lars Knoll
2020-03-30
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
1
-1
/
+1
|
\
|
*
Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboard
Andre de la Rocha
2020-02-25
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-02-13
1
-10
/
+12
|
\
\
|
|
/
|
*
Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstant
Sze Howe Koh
2020-02-06
1
-1
/
+1
|
*
Deprecate locale-related DateFormat enum members
Edward Welbourne
2020-01-31
1
-9
/
+11
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-28
1
-0
/
+3
|
\
\
|
|
/
|
*
QLabel: Allow pixmap() and picture() to return by-value
Sze Howe Koh
2020-01-26
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-01-04
1
-0
/
+1
|
\
\
|
|
/
[next]