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
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to stat with QFile::exists before QFile::open, for reading.
David Faure
2012-02-17
2
-4
/
+4
*
Fix another typo in the evdev keyboard plugin.
Friedemann Kleint
2012-02-17
1
-1
/
+1
*
Windows: Fix compilation with -qtnamespace
Kai Koehne
2012-02-17
2
-0
/
+8
*
Remove unused config.tests from config.tests/mac/*
Bradley T. Hughes
2012-02-17
1
-10
/
+0
*
Add palette() and further hints to QtGui/QPlatformTheme.
Friedemann Kleint
2012-02-17
12
-9
/
+243
*
Convert jpeg plugin to new format
Lars Knoll
2012-02-17
4
-13
/
+71
*
Convert ico plugin to new format.
Lars Knoll
2012-02-17
4
-18
/
+72
*
Convert GIF plugin to the new format
Lars Knoll
2012-02-17
4
-13
/
+72
*
Fix naming of plugins for QPA plugins and use new plugin system.
Friedemann Kleint
2012-02-17
12
-8
/
+35
*
xcb: avoid use of statically-sized QList
Marc Mutz
2012-02-17
1
-18
/
+15
*
Remove historical +1 from font height calculation
Eskil Abrahamsen Blomfeldt
2012-02-17
1
-3
/
+1
*
Base active window handling on WM_SET/KILLFOCUS.
Friedemann Kleint
2012-02-17
3
-6
/
+15
*
Fix QWindowsClipboard crash when mimeData is NULL.
Miikka Heikkinen
2012-02-17
1
-2
/
+5
*
Use english name to match font in windows platform
jian liang
2012-02-16
2
-9
/
+201
*
Fix compilation with MinGW
Jonathan Liu
2012-02-15
2
-0
/
+5
*
Fixed typo.
Rohan McGovern
2012-02-15
1
-1
/
+1
*
Fix online status checking in generic bearer plugin.
Xizhi Zhu
2012-02-14
1
-1
/
+1
*
Compile
Bradley T. Hughes
2012-02-14
2
-2
/
+0
*
Add QCocoaColor- and FontDialogHelper
Christoph Schleifenbaum
2012-02-14
6
-3
/
+1139
*
Fixed compile with -qtnamespace
Rohan McGovern
2012-02-13
2
-0
/
+6
*
Compile without OpenGL.
Samuel Rødal
2012-02-12
3
-1
/
+5
*
Add evdev based generic linux keyboard plugin
Johannes Zellner
2012-02-11
8
-1
/
+1911
*
Don't build printer plugins for Windows CE.
Andreas Holzammer
2012-02-10
1
-1
/
+3
*
Add QPlatformServices class.
Friedemann Kleint
2012-02-10
7
-3
/
+238
*
Fix xcb's native resource getters.
Laszlo Agocs
2012-02-10
1
-2
/
+10
*
Properly read back the actual format in xcb and xlib plugins.
Samuel Rødal
2012-02-10
6
-11
/
+18
*
Move all usages of Relation enum values to QAccessible::relations()
Jan-Arve Saether
2012-02-10
3
-40
/
+47
*
Add support for xlib backend X Event filters
John Stanley
2012-02-10
6
-5
/
+29
*
Improvement to font database cleanup
jian liang
2012-02-10
1
-12
/
+19
*
Take into account shaping in findRealWindow
Albert Astals Cid
2012-02-09
1
-3
/
+25
*
Make copy and cut methods work in QAccessibleTextEdit
José Millán Soto
2012-02-08
1
-4
/
+11
*
Fix compilation with MinGW-w64
Jonathan Liu
2012-02-08
3
-2
/
+17
*
Fix warnings in input contexts.
Friedemann Kleint
2012-02-08
2
-2
/
+2
*
Reorganize evdev plugins
Laszlo Agocs
2012-02-08
18
-740
/
+406
*
Use Q_OS_WINCE instead of Q_WS_WINCE
Andreas Holzammer
2012-02-07
1
-4
/
+4
*
Fix compiler warnings in accessible code.
Friedemann Kleint
2012-02-07
1
-24
/
+0
*
Ensure that posted events are sent by Q*Application::processEvents()
Bradley T. Hughes
2012-02-07
1
-0
/
+9
*
Compile with -no-freetype.
Friedemann Kleint
2012-02-07
1
-0
/
+3
*
Remove QAccessible::FocusChild, add focusChild()
Jan-Arve Saether
2012-02-06
8
-129
/
+11
*
MinGW: Fix warnings.
Friedemann Kleint
2012-02-04
1
-3
/
+0
*
Fix compilation on MinGW.
Friedemann Kleint
2012-02-03
3
-18
/
+12
*
processEvents(WaitForMoreEvents) should return after delivering events
Bradley T. Hughes
2012-02-03
2
-11
/
+28
*
Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.
Friedemann Kleint
2012-02-02
3
-8
/
+12
*
Move QString <-> NSString conversion to QtCore
Morten Johan Sorvig
2012-02-02
8
-75
/
+62
*
speed up font enumeration in windows platform
jian liang
2012-02-02
1
-8
/
+31
*
Renamed QInputPanel as QInputMethod
Pekka Vuorela
2012-02-02
3
-40
/
+40
*
Remove duplicated function from QCocoaEventDispatcher
Bradley T. Hughes
2012-02-02
1
-23
/
+7
*
Move QPlatformDialogs from QtWidgets to QtGui.
Friedemann Kleint
2012-02-01
3
-10
/
+1
*
Introduced BufferQueueingOpenGL capability in platofrm integration
Gunnar Sletta
2012-02-01
1
-0
/
+1
*
Maliit: Fix enter on VKB not resulting in text input field acceptance
Simon Hausmann
2012-01-31
2
-3
/
+28
[next]