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
/
tests
/
auto
/
widgets
/
kernel
/
qapplication
/
tst_qapplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use native dialogs for tst_QApplication::closeAllWindows()
Tor Arne Vestbø
2023-01-02
1
-0
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-60
/
+60
*
Proper clearing of WinRT factory cache
Andreas Buhr
2022-10-31
1
-0
/
+15
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-4
/
+4
*
tests: skip tst_QApplication::activateDeactivateEvent() on Wayland
Liang Qi
2022-10-07
1
-0
/
+3
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-3
/
+3
*
Deprecate QApplication::setActiveWindow() and mark as internal
Tor Arne Vestbø
2022-08-27
1
-9
/
+9
*
qputenv: port to QByteArrayView
Marc Mutz
2022-08-06
1
-1
/
+1
*
QGuiApplication: do not emit deprecated signals
Ivan Solovev
2022-07-21
1
-0
/
+7
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
Add override keyword to avoid warning from compiler
Oliver Eftevaag
2022-05-13
1
-1
/
+1
*
QApplication: deliver activation events for non-widget windows
Richard Moe Gustavsen
2022-04-21
1
-0
/
+48
*
QProcess/Unix: ensure we don't accidentally execute something from CWD
Thiago Macieira
2022-02-09
1
-2
/
+2
*
Deprecate QContextMenuEvent and QMouseEvent ctors without globalPos
Shawn Rutledge
2022-02-05
1
-1
/
+1
*
Fix references to QGuiApplication::lastWindowClosed
Tor Arne Vestbø
2021-10-13
1
-2
/
+2
*
tst_qapplication: Prevent desktopaware test from deactivating main test
Tor Arne Vestbø
2021-02-15
1
-0
/
+5
*
Fix setting active window as application's focus widget
Sona Kurazyan
2021-01-15
1
-0
/
+40
*
Fix QApplication::font returns the font unstable according to the object
ChunLin Wang
2021-01-15
1
-0
/
+42
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
1
-2
/
+2
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+6
*
Get rid of all instance usage of QFontDatabase
Volker Hilsheimer
2020-11-03
1
-6
/
+3
*
CMake: Fix tst_qapplication to respect blacklists in CMake builds
Alexandru Croitor
2020-10-30
1
-0
/
+1
*
Swallow some runtime warnings from tst_qapplication
Volker Hilsheimer
2020-10-18
1
-0
/
+2
*
Fix compile warning from testing deprecated signal
Volker Hilsheimer
2020-10-18
1
-7
/
+46
*
Get rid of all usage of QApplication:desktop
Volker Hilsheimer
2020-10-14
1
-1
/
+0
*
Rename QLibraryInfo::location() to path()
Lars Knoll
2020-09-12
1
-5
/
+5
*
Remove most compiler warnings about missing overrides
Lars Knoll
2020-09-11
1
-2
/
+2
*
Deliver Quit event when calling QCoreApplication::quit()
Tor Arne Vestbø
2020-09-07
1
-1
/
+1
*
Rename confusingly named QFont/QPalette::resolve overloads
Volker Hilsheimer
2020-08-25
1
-5
/
+5
*
Move QStringRef and remains to Qt5Compat
Karsten Heimrich
2020-08-20
1
-1
/
+1
*
Ensure styles always get to polish the application palette
Tor Arne Vestbø
2020-07-21
1
-0
/
+76
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-13
/
+9
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-1
/
+1
*
Remove winrt
Oliver Wolff
2020-06-06
1
-15
/
+0
*
QApplication: refactor delivery and propagation of wheel events
Volker Hilsheimer
2020-05-13
1
-18
/
+55
*
QApplication: deliver all wheel events to widget that accepts the first
Volker Hilsheimer
2020-04-25
1
-0
/
+123
*
Remove deprecated ApplicationAttribute enum values
Volker Hilsheimer
2020-04-24
1
-12
/
+11
*
QApplication: remove obsolete globalStrut functionality
Volker Hilsheimer
2020-04-10
1
-2
/
+0
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-04-06
1
-0
/
+7
|
\
|
*
Fix flakiness in tst_QApplication::testDeleteLater
Alex Trotsenko
2020-04-03
1
-0
/
+7
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-04-03
1
-69
/
+81
|
\
\
|
|
/
|
*
Speed up tst_QApplication::testDeleteLaterProcessEvents2()
Friedemann Kleint
2020-03-31
1
-1
/
+2
|
*
tst_QApplication::testDeleteLaterProcessEvents(): Split the test
Friedemann Kleint
2020-03-31
1
-69
/
+80
*
|
Widget tests: Skip tests that fail on Wayland
Johan Klokkhammer Helsing
2019-10-18
1
-0
/
+3
|
/
*
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-08-13
1
-1
/
+1
|
\
|
*
Fix GCC 4.8 build
Ville Voutilainen
2019-08-05
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Friedemann Kleint
2019-05-27
1
-359
/
+324
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Friedemann Kleint
2019-05-27
1
-359
/
+324
|
|
\
|
|
*
Brush up tst_QApplication
Friedemann Kleint
2019-05-15
1
-360
/
+325
*
|
|
Deprecate conversion functions between QList and QSet
Lars Knoll
2019-05-07
1
-2
/
+6
|
/
/
[next]