index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't store QLibraryPrivate with empty file names in the global store
Thiago Macieira
2014-07-23
1
-2
/
+2
*
Fix a few more race conditions with QLibrary::LoadHints
Thiago Macieira
2014-07-23
4
-22
/
+32
*
Slight doc improvements
Frederik Gladhorn
2014-07-23
1
-2
/
+2
*
Add accessible roles for web document, paragraph and section
Frederik Gladhorn
2014-07-23
6
-0
/
+19
*
Fix accessibility test code to copy events also based on interfaces
Frederik Gladhorn
2014-07-23
1
-9
/
+42
*
Accessibility Linux: send children changed notifications
Frederik Gladhorn
2014-07-23
2
-1
/
+17
*
Support setting a default severity level for QLoggingCategory
Kai Koehne
2014-07-23
5
-35
/
+95
*
QInputDialog: use a switch instead of a string pointer table
Marc Mutz
2014-07-23
1
-10
/
+25
*
QDebugStateSaver: Fix trailing space issues
Kai Koehne
2014-07-23
1
-1
/
+8
*
iOS: Let QScreen manage UIWindow and root view-controller
Tor Arne Vestbø
2014-07-23
7
-54
/
+64
*
QLockFile/Windows: Determine host name from environment variable COMPUTERNAME.
Friedemann Kleint
2014-07-23
1
-9
/
+16
*
Keep global state of debug stream (QImage, QPixmap, and QIcon)
Kai Koehne
2014-07-23
3
-24
/
+30
*
QDoc: Fixed section title offset in QML basic type pages.
Jerome Pasion
2014-07-23
1
-0
/
+1
*
QDoc: Restored QML basic type pages' table of contents.
Jerome Pasion
2014-07-23
1
-0
/
+2
*
Be more specific in "Loading logging rules" debug output
Kai Koehne
2014-07-23
1
-1
/
+1
*
Introduce Q_DECL_UNUSED_MEMBER for clang
Kai Koehne
2014-07-23
3
-7
/
+15
*
rcc: String literal conversion cleanup
Kai Koehne
2014-07-23
2
-8
/
+8
*
Make QRingBuffer::append() not leave empty arrays in buffer list
Alex Trotsenko
2014-07-23
1
-3
/
+7
*
Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.
Simon Sasburg
2014-07-23
4
-7
/
+36
*
Fix warnings about integer conversion in qloggingregistry.cpp.
Friedemann Kleint
2014-07-22
1
-3
/
+3
*
QDebug: Add a doc section about formatting options
Kai Koehne
2014-07-22
1
-0
/
+12
*
Windows: Default to MS Shell Dlg 2
Eskil Abrahamsen Blomfeldt
2014-07-22
1
-1
/
+1
*
Improve debug output of QImage, QPixmap and QIcon.
Friedemann Kleint
2014-07-21
3
-3
/
+33
*
Improve debugging output for QLoggingCategory
Kai Koehne
2014-07-21
1
-6
/
+6
*
Add example qtlogging.conf file to QLoggingCategory documentation
Kai Koehne
2014-07-21
1
-1
/
+7
*
iOS: Detect external screen connections and expose as additional QScreen
Tor Arne Vestbø
2014-07-21
4
-24
/
+87
*
iOS: Add helper for getting the iOS platform integration instance
Tor Arne Vestbø
2014-07-21
6
-4
/
+16
*
iOS: Fix compilation with Xcode6/iOS8 SDK
Tor Arne Vestbø
2014-07-21
1
-0
/
+1
*
iOS: Refactor qioswindow.mm into quiview.mm and quiview_accessibility.mm
Tor Arne Vestbø
2014-07-21
6
-380
/
+493
*
Fusion style: Use QStyleHelper::dpiScaled() where applicable.
Friedemann Kleint
2014-07-21
1
-57
/
+83
*
Update bundled HarfBuzz-NG copy to 0.9.32
Konstantin Ritt
2014-07-20
66
-3396
/
+4289
*
QRingBuffer: purge unused part of the api
Alex Trotsenko
2014-07-18
1
-33
/
+0
*
Implement QApplication::topLevelAt() using QGuiApplication::topLevelAt().
Friedemann Kleint
2014-07-18
1
-10
/
+3
*
qdoc: Validate index file paths
Topi Reinio
2014-07-18
1
-1
/
+10
*
qdoc: Support use of \value command outside \enum topic.
Topi Reinio
2014-07-18
4
-15
/
+31
*
QItemSelectionModel: Sort persistent model indexes taking parent into account.
Friedemann Kleint
2014-07-17
1
-3
/
+21
*
QDoc: Allow the listing of uppercase- and lowercase-named items in list.
Jerome Pasion
2014-07-17
1
-1
/
+1
*
RCC: Use macros not defined in qglobal.h
hjk
2014-07-16
1
-12
/
+12
*
rcc: Prevent CRLF conversion on Windows for -binary
Kai Koehne
2014-07-16
1
-0
/
+9
*
QDoc: Allow QDoc to collect all QML basic types in a map.
Jerome Pasion
2014-07-15
3
-1
/
+22
*
windows: Fix ANGLE function resolution in static builds
Andrew Knight
2014-07-15
2
-165
/
+188
*
QDebug: Add resetFormat()
Kai Koehne
2014-07-15
2
-2
/
+19
*
QGroupBox: Exclude top level widgets from child event handling.
Friedemann Kleint
2014-07-15
1
-0
/
+2
*
Remove outdated comment
Frederik Gladhorn
2014-07-15
1
-1
/
+0
*
Improve QLoggingCategory example code in documentation
Kai Koehne
2014-07-15
1
-14
/
+14
*
Rename QPixelFormat enum value to avoid conflict with X.h.
Axel Rasmussen
2014-07-14
3
-6
/
+6
*
Doc: update QCoreApplication to be clear that we don't support text UI
Thiago Macieira
2014-07-14
1
-2
/
+2
*
QDoc: Prevent QDoc from outputting the brief for example pages.
Jerome Pasion
2014-07-14
1
-1
/
+2
*
Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/dev
Shawn Rutledge
2014-07-14
17
-247
/
+165
|
\
|
*
Merge remote-tracking branch 'origin/5.3' into dev
Frederik Gladhorn
2014-07-14
17
-247
/
+165
|
|
\
[next]