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
*
Document use of 3rd party code in qgrayraster
v5.8.0-beta1
Kai Koehne
2016-10-27
1
-0
/
+14
*
Recontribute QUrl::fromUserInput
James McDonnell
2016-10-27
1
-30
/
+0
*
Paint menu scrollers, tear off on top of QWidgetAction items
Dongmei Wang
2016-10-27
2
-30
/
+130
*
Don't overlap the menu scrollers with QAction items
Dongmei Wang
2016-10-27
1
-27
/
+62
*
QtWidgets: Remove function documentation from Qt 4
Friedemann Kleint
2016-10-26
1
-39
/
+0
*
Write PKG_CONFIG_EXECUTABLE to qmodule.pri
Lars Knoll
2016-10-26
2
-3
/
+4
*
Fix QStandardPaths::FontsLocation to be compliant with the latest XDG spec
Lars Knoll
2016-10-26
1
-1
/
+4
*
Replace PKGCONFIG+=foo usages with QMAKE_USE
Lars Knoll
2016-10-26
7
-16
/
+4
*
add launch targets to qt apps
Oswald Buddenhagen
2016-10-26
2
-0
/
+25
*
make use of top-level return() to beautify code
Oswald Buddenhagen
2016-10-26
1
-3
/
+1
*
fix over-exposure of private dependencies
Oswald Buddenhagen
2016-10-26
1
-1
/
+1
*
Remove QSegfaultHandler class
Kai Koehne
2016-10-26
3
-502
/
+0
*
Include intrin.h header when using MSVC
Jesus Fernandez
2016-10-26
1
-0
/
+4
*
Increase the resolution for QDeadlineTimer unit test
Thiago Macieira
2016-10-26
1
-1
/
+1
*
Plugins: use const (and const APIs) more
Anton Kudryavtsev
2016-10-25
6
-6
/
+6
*
qwindowsdirect2dintegration.cpp: replace QVector with QVarLengthArray
Anton Kudryavtsev
2016-10-25
1
-1
/
+3
*
Add attribution file for Khronos headers
Kai Koehne
2016-10-24
2
-0
/
+52
*
Add a resetClean() method to the undo stack
Jarek Kobus
2016-10-24
3
-1
/
+171
*
Fix decorated text in extra-selections
Eskil Abrahamsen Blomfeldt
2016-10-24
1
-1
/
+2
*
Document Qt Network licenses
Kai Koehne
2016-10-24
3
-6
/
+69
*
Fix description of feature 'topleveldomain'
Kai Koehne
2016-10-24
1
-1
/
+4
*
Fix change-of-sign warnings caught by ICC 17
Thiago Macieira
2016-10-23
2
-2
/
+3
*
Plug new leaks in tst_QFormLayout
Marc Mutz
2016-10-21
1
-3
/
+41
*
HTTP/2 - fix the handling of PUSH_PROMISE
Timur Pocheptsov
2016-10-21
10
-128
/
+586
*
Plugins: use reserve() to optimize memory allocations
Anton Kudryavtsev
2016-10-21
5
-0
/
+5
*
quote regexps
Oswald Buddenhagen
2016-10-20
1
-2
/
+2
*
Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTime
Tor Arne Vestbø
2016-10-20
6
-16
/
+44
*
Doc: Fix link to qsslkey-p11 example in external-resources
Leena Miettinen
2016-10-19
1
-1
/
+1
*
make-expand cflags before passing them to $$system()
Oswald Buddenhagen
2016-10-19
1
-1
/
+11
*
Testlib: Move classes inheriting QBenchmarkMeasurerBase to separate header
Friedemann Kleint
2016-10-19
5
-37
/
+99
*
Plugins: optimize string usage
Anton Kudryavtsev
2016-10-18
8
-18
/
+17
*
QLocale: optimize string usage
Anton Kudryavtsev
2016-10-18
1
-14
/
+10
*
QJsonDocument: enable NRVO for gcc in toJson()
Anton Kudryavtsev
2016-10-18
1
-3
/
+2
*
QJsonDocument: don't re-call QVariant::type() in if-else chain
Anton Kudryavtsev
2016-10-18
1
-4
/
+11
*
QTimer: don't circumvent <chrono> safety net
Marc Mutz
2016-10-18
3
-27
/
+37
*
slightly improve logging of library probing
Oswald Buddenhagen
2016-10-18
1
-4
/
+7
*
stop exporting the library versions
Oswald Buddenhagen
2016-10-18
3
-28
/
+1
*
propagate the correct library variable to the private module pri
Oswald Buddenhagen
2016-10-18
1
-1
/
+1
*
Compile uic and qdbusxml2cpp more often against libbootstrap
Lars Knoll
2016-10-18
3
-3
/
+10
*
Windows: Fix rendering of MingLiU fonts at some scales
Eskil Abrahamsen Blomfeldt
2016-10-17
2
-8
/
+24
*
Disable WindowsContextHelpButtonHint for Dialogs that are not QWidget
Kai Koehne
2016-10-17
1
-4
/
+2
*
QMenu: don't force platform instance creation on construction
J-P Nurmi
2016-10-16
5
-3
/
+38
*
remove bogus qtConfig(simulator_and_device) condition
Oswald Buddenhagen
2016-10-16
1
-1
/
+1
*
remove bogus xcode variable reference
Oswald Buddenhagen
2016-10-16
1
-1
/
+1
*
fix QMAKE_DEFAULT_*DIRS resolution with apple SDK, take 2
Oswald Buddenhagen
2016-10-16
6
-53
/
+56
*
Get rid of simulator_and_device CONFIG option (mostly)
Oswald Buddenhagen
2016-10-16
9
-11
/
+10
*
limit ability to override QMAKE_MAC_SDK
Oswald Buddenhagen
2016-10-16
1
-8
/
+0
*
Fix tvOS build
Jake Petroules
2016-10-16
2
-2
/
+2
*
Explicitly mark old macros as compatibility synonyms
Jake Petroules
2016-10-16
1
-1
/
+1
*
Make self-contained test of condensed font matching and width
Allan Sandfeld Jensen
2016-10-16
4
-18
/
+57
[next]