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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make qmake slightly more verbose with its syncqt output.
axis
2011-06-06
1
-3
/
+5
*
Disable trying to compile network tests which require QtScript
Marius Storm-Olsen
2011-06-06
2
-3
/
+2
*
Moved common module profiles to be feature profiles.
axis
2011-06-05
21
-289
/
+292
*
Correct antialias disabling logic for Core Text
Jiang Jiang
2011-06-04
1
-3
/
+2
*
Correct QStaticText tests after recent changes
Jiang Jiang
2011-06-04
1
-2
/
+2
*
Implemented module-local caching of module profiles.
axis
2011-06-03
3
-22
/
+58
*
Install some headers that were previously missing from install.
axis
2011-06-03
2
-1
/
+15
*
Don't base QTDIR detection on .qmake.cache.
axis
2011-06-03
1
-7
/
+0
*
Make sure that we error out if we cannot write forwarding profile.
axis
2011-06-03
1
-1
/
+1
*
Changes needed for Qt to accept module .qmake.cache files.
axis
2011-06-03
1
-3
/
+8
*
Add basic static text drawing capability to lance
Jiang Jiang
2011-06-03
3
-0
/
+143
*
Fix Windows build
Jiang Jiang
2011-06-03
1
-2
/
+2
*
Refactor glyph pretransform check
Jiang Jiang
2011-06-03
9
-56
/
+65
*
Fixed an argument parsing bug in syncqt.
axis
2011-06-02
1
-6
/
+6
*
Allow SHM buffers to be displayed in Wayland plugin when using DRM
Andy Nichols
2011-06-01
1
-0
/
+1
*
tst_qnetworkreply: add a test for http abort.
Martin Petersson
2011-06-01
1
-6
/
+52
*
sockets: limit buffer size of the internal sockets in proxy engines
Shane Kearns
2011-06-01
2
-0
/
+4
*
Make TextEdit word selection more natural.
Andrew den Exter
2011-06-01
1
-1
/
+1
*
Ensure the TextEdit cursor delegate is repositioned on mouse events.
Andrew den Exter
2011-06-01
1
-1
/
+3
*
Don't crash on an invalid replacementStart from an input method.
Andrew den Exter
2011-06-01
1
-1
/
+3
*
Fix build in C++0x mode
Bernhard Rosenkraenzer
2011-05-31
3
-8
/
+8
*
Made qpluginbase.pri into a feature profile.
axis
2011-05-31
58
-97
/
+98
*
Moved certain qmake config variables to .qmake.cache.
axis
2011-05-31
1
-23
/
+20
*
Fixed linking against QtQuickTest on mac.
Charles Yin
2011-05-31
1
-15
/
+1
*
Export the qt_gl_read_framebuffer function for use in declarative
Gunnar Sletta
2011-05-30
3
-3
/
+3
*
Support placing cursor in ligature with mouse or touch
Jiang Jiang
2011-05-30
4
-7
/
+107
*
Only add dependent include when not already there
Marius Storm-Olsen
2011-05-27
1
-1
/
+1
*
Fix ligature offset in multi-line text
Jiang Jiang
2011-05-27
2
-2
/
+19
*
Fix compile for systems with old fontconfig
Jiang Jiang
2011-05-27
1
-0
/
+5
*
Add QUuid::toRfc4122() and fromRfc4122()
Liang Qi
2011-05-27
4
-0
/
+128
*
Add QUuid::toByteArray() and relevant
Liang Qi
2011-05-27
4
-0
/
+119
*
QDataStream: speedup steaming of QUuid.
Liang Qi
2011-05-27
1
-17
/
+47
*
Optimize QUuid::QUuid(const char *)
Liang Qi
2011-05-27
1
-1
/
+9
*
Fix the build for QUuid
Liang Qi
2011-05-27
2
-2
/
+6
*
uic: #include <QLayout> for QToolBox on non-laid-out forms.
Friedemann Kleint
2011-05-27
2
-1
/
+7
*
uic: Use QString::fromUtf8 for QUrl properties.
Friedemann Kleint
2011-05-27
1
-1
/
+1
*
Fix a regression in QList::mid()
Liang Qi
2011-05-27
2
-0
/
+5
*
Add some autotests and benchmarks for QUuid
Liang Qi
2011-05-27
2
-2
/
+152
*
Optimize QUuid::toString() and relevant
Liang Qi
2011-05-27
2
-55
/
+100
*
tests: fixed compile of tst_macgui
Rohan McGovern
2011-05-27
1
-0
/
+2
*
tests: fixed compilation of qstring benchmark on mac
Rohan McGovern
2011-05-27
1
-2
/
+7
*
Make lexgen tests compile
Jason McDonald
2011-05-27
1
-2
/
+1
*
Use "QT += testlib" consistently
Jason McDonald
2011-05-27
11
-36
/
+7
*
Fix infinite recursion when changing geometry on Mac
Gabriel de Dietrich
2011-05-26
2
-7
/
+19
*
Fix typo in comment
Olivier Goffart
2011-05-26
1
-1
/
+1
*
Added some of my Qt 4.8 changes to the changelog
Olivier Goffart
2011-05-26
1
-0
/
+22
*
MSVC do not really support initilizer_list
Olivier Goffart
2011-05-26
1
-6
/
+2
*
Support of lambdas in QtConcurrent::run
Olivier Goffart
2011-05-26
6
-81
/
+194
*
Add QtPrivate::QEnableIf
Olivier Goffart
2011-05-26
1
-0
/
+6
*
Tests for QtConcurrent::map using lambdas
Olivier Goffart
2011-05-26
1
-0
/
+21
[next]