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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enabled QSystemSemaphore autotest
v5.0.0-beta2
Oliver Wolff
2012-11-08
1
-0
/
+1
*
Prevent frame notifications going out when the content view is set
Andy Shaw
2012-11-08
1
-0
/
+2
*
test: Remove CONFIG += testcase from tst_bench_qnetworkreply_from_cache
Sergio Ahumada
2012-11-07
1
-1
/
+0
*
Temporary backwards-compatibility window properties
Shawn Rutledge
2012-11-07
1
-0
/
+29
*
Rename all QWindow properties that have "window" in them
Shawn Rutledge
2012-11-07
26
-226
/
+248
*
Remove qSort/qStableSort usages from itemmodels
Giuseppe D'Angelo
2012-11-07
3
-12
/
+18
*
Update dist/README file
Sergio Ahumada
2012-11-07
1
-62
/
+125
*
Add configure option to minimize xcb runtime dependencies
Kai Koehne
2012-11-07
43
-143
/
+37376
*
fix warnings about empty "while" bodies
Oswald Buddenhagen
2012-11-07
1
-7
/
+7
*
fix sign mismatch warnings
Oswald Buddenhagen
2012-11-07
1
-2
/
+2
*
move QSharedMemory autotest from qtscript to qtbase
Oliver Wolff
2012-11-07
6
-1
/
+1058
*
Remove out-of-memory test in QVarLengthArray.
Christian Strømme
2012-11-07
1
-50
/
+0
*
Fix autocapture for doubleclick in Windows
Miikka Heikkinen
2012-11-07
1
-1
/
+2
*
qpa: Fix rendering issue in blitter engine (negative scaling factors)
Julien Brianceau
2012-11-07
2
-1
/
+40
*
configure: Pick up environment paths again on MinGW
Kai Koehne
2012-11-07
1
-4
/
+6
*
Fixed QSystemSemaphore autotest for "check" target
Oliver Wolff
2012-11-07
3
-5
/
+21
*
Re-enable some skipped tests in tst_qwidget
Miikka Heikkinen
2012-11-07
1
-8
/
+0
*
Fix sentences in QGraphicsItem documentation.
Mitch Curtis
2012-11-07
1
-10
/
+10
*
Cocoa: fix backingstore flush for 10.8
Teemu Katajisto
2012-11-07
1
-9
/
+6
*
Extend widget grab test.
Friedemann Kleint
2012-11-07
1
-4
/
+47
*
QGtkStyle: remove references to gtk_progress_configure()
J-P Nurmi
2012-11-07
3
-6
/
+0
*
Fix for compiling with clang with c++11.
Erik Verbruggen
2012-11-07
1
-1
/
+1
*
Do not define QT_BASIC_ATOMIC_HAS_CONSTRUCTORS for clang.
Erik Verbruggen
2012-11-07
1
-1
/
+12
*
Fix excess enter events when showing modal dialog on button press
Miikka Heikkinen
2012-11-07
2
-0
/
+100
*
Fix invalid mouse press and release events on window maximize
Miikka Heikkinen
2012-11-07
2
-2
/
+31
*
Resolve xcb_poll_for_queued_event at run-time.
Samuel Rødal
2012-11-07
6
-109
/
+50
*
Make it possible to suppress the automatic version number in DLLs
Thiago Macieira
2012-11-06
2
-2
/
+3
*
Fix for compiling with clang with c++11.
Erik Verbruggen
2012-11-06
1
-1
/
+1
*
Cocoa: fix memory leaks
Teemu Katajisto
2012-11-06
4
-3
/
+14
*
Fix inconsistent leave/enter events for main window when popup is open
Miikka Heikkinen
2012-11-06
2
-10
/
+190
*
Mac: remove some unused code in QFontDialog
Liang Qi
2012-11-06
2
-33
/
+0
*
Allow connect to functors with less parameters than the signal
Olivier Goffart
2012-11-06
2
-1
/
+55
*
Don't include qaccessible.h on QT_NO_ACCESSIBILITY
Kevin Funk
2012-11-06
1
-1
/
+3
*
Send QContexMenuEvent when Context Menu key is pressed.
Friedemann Kleint
2012-11-06
1
-1
/
+8
*
Improve Direct X SDK detection in configure.exe
Friedemann Kleint
2012-11-06
3
-4
/
+89
*
Dynamically resolve functions of dwmapi.dll.
Friedemann Kleint
2012-11-06
3
-12
/
+107
*
QGtkStyle: GTK3 compatible combo boxes
J-P Nurmi
2012-11-06
3
-19
/
+24
*
QGtkStyle: GTK3 compatible type checking
J-P Nurmi
2012-11-06
2
-5
/
+5
*
QGtkStyle: handle focus & default widgets in GTK3 compatible way
J-P Nurmi
2012-11-06
3
-20
/
+70
*
Make test class name consistent with file name.
Frederik Gladhorn
2012-11-06
1
-15
/
+15
*
De-inline some destructors in QtWidgets
Marc Mutz
2012-11-06
30
-1
/
+178
*
Fix native RGB text on OpenGL ES 2 without BGRA extension
Eskil Abrahamsen Blomfeldt
2012-11-06
2
-3
/
+19
*
Fix connection to const slots (or from const signals)
Olivier Goffart
2012-11-06
2
-0
/
+134
*
Add OOM unit test for QVarLengthArray
Peter Kümmel
2012-11-06
1
-0
/
+52
*
Fix QAccessible to build when QT_NO_ACCESSIBILITY is defined
J-P Nurmi
2012-11-05
1
-0
/
+10
*
QGtkPainter: use gtk_widget_get_style()
J-P Nurmi
2012-11-05
1
-1
/
+1
*
Accessibility: clean up and simplify test
Frederik Gladhorn
2012-11-05
1
-36
/
+23
*
Accessibility: clean up test
Frederik Gladhorn
2012-11-05
1
-42
/
+22
*
configure: Fix key prompt handling.
Friedemann Kleint
2012-11-05
1
-18
/
+17
*
configure: Use forward slashes in findFile-functions consistently.
Friedemann Kleint
2012-11-05
2
-4
/
+4
[next]