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
/
corelib
/
io
/
qurl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtMiscUtils: add some more character helpers
Ahmad Samir
2023-02-07
1
-14
/
+10
*
QUrl: restore empty-but-not-null for components that are present
Thiago Macieira
2023-01-17
1
-6
/
+8
*
QUrl/doc: explain that the scheme-less URL is probably not intended
Thiago Macieira
2023-01-06
1
-5
/
+20
*
QUrl: remove unused qt_from_latin1() forward declaration
Ahmad Samir
2022-12-22
1
-3
/
+0
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-1
/
+1
*
QUrl: remove two unneeded Q_ASSERT()s
Marc Mutz
2022-10-15
1
-4
/
+1
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-4
/
+2
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-25
/
+25
*
QVariant: make many more QtCore types nothrow-copyable
Thiago Macieira
2022-07-30
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-6
/
+2
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-63
/
+65
*
QUrl: Use Q_CORE_REMOVED_SINCE instead of explicit version checks
Ievgenii Meshcheriakov
2022-02-03
1
-22
/
+0
*
QUrl: use qsizetype & size_t in place of int & uint
Thiago Macieira
2022-01-28
1
-72
/
+73
*
Replace QString::utf16 with QString::data where appropriate
Øystein Heskestad
2022-01-17
1
-1
/
+1
*
Doc: Replace use of \oldcode-\newcode
Luca Di Sera
2021-11-25
1
-2
/
+8
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-2
/
+2
*
Doc: Centralize RFC documentation-links in rfc.qdoc
Luca Di Sera
2021-09-16
1
-1
/
+1
*
QUrl: Implement UTS #46
Ievgenii Meshcheriakov
2021-08-26
1
-20
/
+61
*
QUrl: Fix typos in the documentation
Ievgenii Meshcheriakov
2021-08-20
1
-2
/
+2
*
Doc: Add see also links to operator== and operator!=
Paul Wicking
2021-08-18
1
-0
/
+4
*
Fix QUrl::fromLocalFile with long path prefix
Karsten Heimrich
2021-05-19
1
-2
/
+20
*
QUrl: improve parseIp6's use of QStringView
Thiago Macieira
2020-12-12
1
-6
/
+4
*
QUrl: update parseIp6 to use QStringView, as the comment requested
Thiago Macieira
2020-12-12
1
-8
/
+6
*
QUrl: fix parsing of empty IPv6 addresses
Thiago Macieira
2020-12-09
1
-0
/
+6
*
Replace qt_make_unique with std::make_unique
Allan Sandfeld Jensen
2020-11-23
1
-3
/
+2
*
QUrl::fromLocalFile: accept invalid hostnames
Thiago Macieira
2020-10-05
1
-3
/
+11
*
Merge the two QUrl::fromUserInput overloads
David Faure
2020-08-23
1
-61
/
+35
*
Fix a number of qdoc warnings
Friedemann Kleint
2020-08-20
1
-21
/
+0
*
Purge redundant recoding of URL fragments from QByteArray
Edward Welbourne
2020-07-27
1
-11
/
+0
*
Fix a number of qdoc warnings related to deprecation
Friedemann Kleint
2020-07-24
1
-447
/
+0
*
Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded path
David Faure
2020-06-29
1
-4
/
+6
*
Port QUrl away from QStringRef
Lars Knoll
2020-06-10
1
-9
/
+9
*
Port qt_urlRecode() to QStringView
Marc Mutz
2020-05-12
1
-16
/
+9
*
Replace some QString::fromRawData() with QStringViews around the code
Marc Mutz
2020-05-12
1
-1
/
+1
*
QUrl: replace some lower-case macros with functions
Marc Mutz
2020-05-12
1
-3
/
+5
*
Port qt_from_latin1() from ushort to char16_t
Marc Mutz
2020-05-10
1
-2
/
+2
*
QUrl: optimize fromAce()
Marc Mutz
2020-05-02
1
-1
/
+8
*
QUrl: avoid QString creation in setHost()
Marc Mutz
2020-05-02
1
-1
/
+1
*
QUrl: fix implicit int->QChar conversion
Marc Mutz
2020-04-23
1
-1
/
+1
*
Change qHash() to work with size_t instead of uint
Lars Knoll
2020-04-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2020-02-18
1
-1
/
+1
|
|
\
|
|
*
QUrl doc: Fix typo
Fabian Kosmale
2020-02-14
1
-1
/
+1
*
|
|
Remove QUrl::topLevelDomain
Timur Pocheptsov
2020-02-20
1
-43
/
+0
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-02-13
1
-2
/
+5
|
\
|
|
|
*
|
QUrl::topLevelDomain() - deprecate in 5.15
Timur Pocheptsov
2020-02-05
1
-2
/
+5
*
|
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
|
|
/
*
/
Minor cleanup
Lars Knoll
2019-10-07
1
-1
/
+1
|
/
[next]