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.4.3
6.5
6.5.0
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variables and functions from the source code
Thiago Macieira
2013-02-02
7
-146
/
+0
*
Comment out an unused global variable.
Thiago Macieira
2013-02-02
1
-1
/
+1
*
Work around an unfixed glibc bug in dlclose(3) on exit
Thiago Macieira
2013-02-02
2
-4
/
+14
*
Improve QLibrary global destruction
Thiago Macieira
2013-02-02
2
-39
/
+111
*
QTreeView - optimize. Do not do signals-work if signals are blocked
Thorbjørn Lund Martsum
2013-02-02
1
-20
/
+28
*
QTreeView::expandToDepth - add missing emit of expanded and collapsed
Thorbjørn Lund Martsum
2013-02-02
1
-0
/
+20
*
Introduce a native color dialog for GTK+ 2.x
J-P Nurmi
2013-02-01
10
-1
/
+547
*
Put #ifdef around Windows-only function
Thiago Macieira
2013-02-01
1
-0
/
+2
*
Keep QLineEdit placeholder text visible when focused
Aurélien Gâteau
2013-02-01
1
-2
/
+1
*
Remove dependency of DB driver headers on qsqlcachedresult_p.h.
Friedemann Kleint
2013-02-01
10
-125
/
+152
*
Remove left-overs of QT_{BEGIN,END}_HEADERS
Sergio Ahumada
2013-01-31
2
-4
/
+1
*
QTreeView - emit collapsed in collapseAll()
Thorbjørn Lund Martsum
2013-01-31
1
-0
/
+8
*
QTreeView - emit expanded on expandAll
Thorbjørn Lund Martsum
2013-01-31
1
-2
/
+2
*
XCB: Free cursors.
Friedemann Kleint
2013-01-31
1
-1
/
+7
*
QMacStyle: enable transient scrollbars for the desktop components
J-P Nurmi
2013-01-31
1
-8
/
+7
*
Added support for multicore CPUs for INTEGRITY (V10+) target.
Florian Behrens
2013-01-30
1
-0
/
+7
*
Fix QColorDialog::DontUseNativeDialog usage
J-P Nurmi
2013-01-30
1
-4
/
+1
*
Update roleNames in QAbstractProxyModel if sourceModel resets.
Nils Jeisecke
2013-01-30
2
-0
/
+12
*
Work around posix violation in qnx (missing pselect())
Fabian Bumberger
2013-01-30
3
-10
/
+17
*
Refactor QEglFSPandaHooks and add physicalScreenSize()
Gunnar Sletta
2013-01-30
4
-5
/
+53
*
Provide the resetInternalData slot to cleanly reset data in proxy subclasses.
Stephen Kelly
2013-01-30
3
-0
/
+60
*
Generate forward header (QtMath) for the math operations with syncqt
Laszlo Papp
2013-01-29
1
-0
/
+4
*
QStringRef: Added a trimmed() function.
Keith Gardner
2013-01-29
2
-0
/
+33
*
Drop the unused qt_gl_convertToGLFormat function
Giuseppe D'Angelo
2013-01-29
1
-5
/
+0
*
Drop the unused QGLContextPrivate::convertToGLFormat function
Giuseppe D'Angelo
2013-01-29
2
-13
/
+0
*
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...
Frederik Gladhorn
2013-01-29
76
-318
/
+253
|
\
|
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2013-01-28
76
-318
/
+253
|
|
\
|
|
*
Cocoa: Correct mime handler prioritization.
Morten Johan Sørvig
2013-01-28
1
-3
/
+8
|
|
*
Don't use the union trick to do unlawful casts
Thiago Macieira
2013-01-28
1
-18
/
+6
|
|
*
Doc: Add a note for QDesktopServices about deprecated functions
Topi Reinio
2013-01-27
1
-1
/
+4
|
|
*
cocoa: Fix Mouse Event tracking of button status
Rick Stockton
2013-01-25
2
-111
/
+21
|
|
*
Fix XCB plugin compilation without accessibility
Oleg Shparber
2013-01-25
1
-1
/
+1
|
|
*
Doc: Fix module name format
Sze Howe Koh
2013-01-25
66
-163
/
+161
|
|
*
Minor QWindow documentation improvement for the accessor/mutators
Laszlo Papp
2013-01-25
1
-6
/
+6
|
|
*
Make QWindowsFontEngineData thread-local.
Friedemann Kleint
2013-01-25
2
-8
/
+35
|
|
*
Fixed checking HOME variable return value using isEmpty()
Pasi Petäjäjärvi
2013-01-25
1
-1
/
+1
|
|
*
QPdfEnginePrivate: Fix invalid format for rectangles on some locales
Dmitry Shachnev
2013-01-24
1
-6
/
+10
*
|
|
Reduce invocations QString::left() in XCB key event processing.
Friedemann Kleint
2013-01-29
1
-4
/
+5
*
|
|
Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.
Stephen Kelly
2013-01-29
7
-4
/
+37
*
|
|
Offscreen testing platform plugin
Samuel Rødal
2013-01-29
15
-3
/
+1384
*
|
|
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
641
-2487
/
+1
*
|
|
Set some attributes on pthread condattrs
Thiago Macieira
2013-01-28
3
-14
/
+52
*
|
|
QVarLengthArray: add squeeze function
Peter Kümmel
2013-01-28
2
-3
/
+22
*
|
|
Windows: Fix modal dialogs for declarative.
Friedemann Kleint
2013-01-28
2
-4
/
+38
|
/
/
*
|
Switch to struct timespec everywhere instead of timeval
Thiago Macieira
2013-01-28
13
-109
/
+109
*
|
Don't emit activated on clicking disabled itemview item.
Mitch Curtis
2013-01-26
1
-1
/
+2
*
|
Fix warning about type-punned pointers
Thiago Macieira
2013-01-26
1
-18
/
+24
*
|
Add toJson() formatting argument to QJsonDocument interface
Jean-Paul Delimat
2013-01-26
2
-3
/
+49
*
|
Add static dotProduct methods to the QPoint(F) classes
Laszlo Papp
2013-01-26
3
-0
/
+44
*
|
Establish an opacity property for the QWindow
Laszlo Papp
2013-01-26
2
-3
/
+19
[next]