index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
kernel
/
qguiapplication.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Basic high-dpi "retina" support for Qt 5.
Morten Johan Sørvig
2012-12-01
1
-0
/
+1
*
Move session management code from QApplication to QGuiApplication.
David Faure
2012-11-28
1
-0
/
+13
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Doc: Missing documentation added and doc errors fixed.
aavit
2012-09-05
1
-0
/
+4
*
Private slots should be named starting with _q_
Sergio Ahumada
2012-09-03
1
-1
/
+1
*
Remove remaining bits of deprecated QInputPanel
Pekka Vuorela
2012-08-23
1
-4
/
+1
*
Remove deprecated method from new class.
Thiago Macieira
2012-06-27
1
-3
/
+0
*
Add QGuiApplication::setApplicationDisplayName.
David Faure
2012-06-27
1
-0
/
+4
*
Add focusWindowChanged signal to QGuiApplication
James Turner
2012-05-16
1
-0
/
+1
*
Merge remote-tracking branch 'origin/api_changes'
Lars Knoll
2012-05-03
1
-1
/
+1
|
\
|
*
api: QGuiApplication::inputMethod should be static
Girish Ramakrishnan
2012-04-18
1
-1
/
+1
*
|
Fix compilation of public headers with QT_NO_DEPRECATED defined
Olivier Goffart
2012-05-02
1
-2
/
+4
|
/
*
Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...
Sergio Ahumada
2012-04-17
1
-3
/
+5
|
\
|
*
Fix header inclusion guards
Girish Ramakrishnan
2012-04-14
1
-3
/
+3
|
*
Implement window modality in QtGui
Bradley T. Hughes
2012-04-11
1
-0
/
+2
*
|
api: Make QGuiApplication::styleHints() static
Girish Ramakrishnan
2012-04-17
1
-1
/
+1
|
/
*
Added some convenience API for platform input contexts
Pekka Vuorela
2012-04-01
1
-0
/
+2
*
Add QGuiApplication::platformName.
Friedemann Kleint
2012-03-14
1
-1
/
+3
*
Fix some duplication between QGuiApplication and QApplication,
David Faure
2012-03-09
1
-0
/
+1
*
Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.
Friedemann Kleint
2012-02-20
1
-0
/
+1
*
Move desktopSettingsAware to QGuiApplication.
Friedemann Kleint
2012-02-15
1
-0
/
+3
*
Renamed QInputPanel as QInputMethod
Pekka Vuorela
2012-02-02
1
-2
/
+3
*
Fix QGuiApplication::topLevelWindows(), introducing allWindows()
Anselmo L. S. Melo
2012-01-31
1
-0
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
QGuiApplication::focusObject() to replace QInputPanel::inputItem()
Pekka Vuorela
2012-01-27
1
-0
/
+2
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
1
-1
/
+0
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Move keyboardInput data back to QApplication
Pekka Vuorela
2012-01-17
1
-3
/
+0
*
Add setPalette to QGuiApplication
Lars Knoll
2012-01-12
1
-0
/
+1
*
Move keyboard locale and input direction to QInputPanel
Pekka Vuorela
2012-01-07
1
-3
/
+2
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Fix compiler warnings when using QT_DEPRECATED
Sergio Ahumada
2011-10-21
1
-0
/
+2
*
Added QWindow::isActive() and focus in / out events.
Samuel Rødal
2011-10-05
1
-1
/
+3
*
Fix stale license headers from refactor branch
Jason McDonald
2011-09-15
1
-17
/
+17
*
Refactor the input framework
Lars Knoll
2011-09-07
1
-0
/
+3
*
Add a QStyleHints class to QtGui
Lars Knoll
2011-08-31
1
-8
/
+3
*
Implement "quit on last window closed" logic for QWindow
Gunnar Sletta
2011-08-11
1
-0
/
+6
*
Added workable QScreen API on top of QPlatformScreen.
Samuel Rødal
2011-07-25
1
-0
/
+5
*
Add QGuiApp::topLevelAt and fix visibility flag
Lars Knoll
2011-05-22
1
-0
/
+1
*
Added QGuiApplication::activeWindow().
Samuel Rødal
2011-05-20
1
-0
/
+2
*
move files in src/gui into their final locations
Lars Knoll
2011-05-11
1
-0
/
+146
*
split kernel/ up according to the future library split
Lars Knoll
2011-05-04
1
-132
/
+0
*
move keyboardInputLocale and keyboardInputDirection into QGuiApplication
Lars Knoll
2011-05-04
1
-0
/
+3
*
Remove more QApp dependencies
Lars Knoll
2011-05-04
1
-0
/
+4
*
move layoutDirection from QApplication to QGuiApplication
Lars Knoll
2011-05-03
1
-0
/
+7
*
QGuiApplication is not QPA specific
Lars Knoll
2011-05-03
1
-0
/
+118