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
6.5.1
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
/
widgets
/
widgets
/
qtextbrowser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-11
/
+11
*
Add QStringDecoder::decoderForHtml()
Lars Knoll
2022-06-21
1
-5
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-12
/
+14
*
QtWidgets: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-26
1
-3
/
+3
*
qtextstream.h: streamline includes
Fabian Kosmale
2022-02-10
1
-0
/
+1
*
widgets: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Android: Add select and copy capability to read-only text widgets
Piotr Mikolajczyk
2021-03-30
1
-1
/
+10
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-1
/
+1
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-2
/
+2
*
Convert a couple of APIs to use views
Lars Knoll
2020-10-06
1
-1
/
+1
*
Small doc fix
Lars Knoll
2020-09-12
1
-1
/
+1
*
Port QtWidgets from QStringRef to QStringView
Lars Knoll
2020-06-10
1
-1
/
+1
*
Phase 2 of removing QDesktopWidget
Volker Hilsheimer
2020-06-08
1
-1
/
+0
*
Remove QTextCodec dependency from QTextBrowser
Lars Knoll
2020-05-14
1
-11
/
+8
*
Remove dead code from src/widgets
Volker Hilsheimer
2020-05-11
1
-9
/
+0
*
QTextBrowser: remove deprecated signal highlighted(const QString&)
Vitaly Fanaskov
2020-02-10
1
-15
/
+0
*
QTextBrowser: deprecate signal highlighted(QString)
Christian Ehrlicher
2020-01-25
1
-18
/
+19
*
Replace most use of QVariant::type and occurrences of QVariant::Type
Olivier Goffart
2020-01-23
1
-2
/
+2
*
Doc: Correct qdoc compilation errors qtbase
Nico Vertriest
2020-01-09
1
-1
/
+1
*
Remove usages of deprecated QApplication::keypadNavigationEnabled
Sona Kurazyan
2019-07-23
1
-3
/
+4
*
QTextBrowser: assume Markdown is UTF-8
Shawn Rutledge
2019-07-08
1
-4
/
+8
*
Fix build without features.mimetype
Tasuku Suzuki
2019-07-06
1
-1
/
+0
*
Overload QTextBrowser::setSource() to add optional type argument
Shawn Rutledge
2019-06-20
1
-11
/
+73
*
QTextBrowser: detect and load markdown rather than assuming HTML
Shawn Rutledge
2019-05-30
1
-1
/
+19
*
QTextBrowser: set base URL and document URL before loading content
Shawn Rutledge
2019-05-22
1
-2
/
+8
*
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2018-11-10
1
-1
/
+3
|
\
|
*
Merge remote-tracking branch 'origin/5.11' into 5.12
Liang Qi
2018-11-09
1
-1
/
+3
|
|
\
|
|
*
Modernize the "textcodec" feature
Liang Qi
2018-11-07
1
-1
/
+3
*
|
|
Fix usage of QGuiApplication::set/resetOverrideCursor
Christian Ehrlicher
2018-11-05
1
-3
/
+3
|
/
/
*
|
Widgets: use range-based for instead of foreach
Anton Kudryavtsev
2018-04-15
1
-1
/
+1
*
|
QTextBrowser: do not try to open file with empty filename
Christian Ehrlicher
2018-04-03
1
-0
/
+5
|
/
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Convert features.textbrowser to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-08-10
1
-4
/
+0
*
Convert features.whatsthis to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-06-29
1
-1
/
+3
*
Widgets: use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-06-24
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Simon Hausmann
2016-03-24
1
-0
/
+1
|
\
|
*
Initialize input method for read-only QTextBrowser
Marko Kangas
2016-03-23
1
-0
/
+1
*
|
QVector: preserve capacity in clear()
Marc Mutz
2016-02-29
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
widgets: Pass non-trivially-copyable or large types by const-ref
Sérgio Martins
2015-12-12
1
-2
/
+2
*
|
QtWidgets: use Q_UNLIKELY for every qWarning() (1)
Marc Mutz
2015-11-21
1
-1
/
+1
|
/
*
QtWidgets: mark some private types movable or primitive
Marc Mutz
2015-07-13
1
-0
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add Q_DECL_OVERRIDE in the src subdirectory
Olivier Goffart
2014-12-03
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
expand tabs and related whitespace fixes in *.{cpp,h,qdoc}
Oswald Buddenhagen
2014-01-13
1
-1
/
+1
*
Doc: Adding mark-up to boolean default values.
Jerome Pasion
2013-10-08
1
-4
/
+4
*
Fix license headers stating QtGui for QtWidgets files.
Jake Petroules
2013-03-19
1
-1
/
+1
[next]