1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/src
Yuri c84837d662 fix(font): Fixed the editbox font reset problem
Steps to reproduce:
* Select some obviously larger font
* Restart qTox
* Type something (you will see it with the correct font)
* Erase it completely
* Type something again
* Observe the current font now is small (back to the default)

This is a bug in Qt having to do with manipulation with both the css style and QFont of QTextEdit control at the same time.
The solution is to convert QFont to CSS style and apply it this way.
2017-02-04 09:56:31 -08:00
..
audio revert: "refactor: Added to include path and exclude it from all includes" 2016-12-29 16:10:53 +00:00
chatlog style: Fix style of a lot of pointers 2017-01-06 23:03:58 +03:00
core refactor(core): use factory methods for ToxEncrypt 2017-01-29 13:48:48 +01:00
net style: Fix style of a lot of pointers 2017-01-06 23:03:58 +03:00
persistence fix: Add workaround for FreeBSD and ICU 2017-01-24 23:30:08 +03:00
platform revert: "refactor: Added to include path and exclude it from all includes" 2016-12-29 16:10:53 +00:00
video style: Fix style of a lot of pointers 2017-01-06 23:03:58 +03:00
widget fix(font): Fixed the editbox font reset problem 2017-02-04 09:56:31 -08:00
friend.cpp refactor(friend): Small refactoring 2017-01-05 00:56:32 +03:00
friend.h refactor(friend): Small refactoring 2017-01-05 00:56:32 +03:00
friendlist.cpp style: Fix style of a lot of pointers 2017-01-06 23:03:58 +03:00
friendlist.h feat(toxid): reduce passing Tox IDs around 2017-01-04 00:20:24 +01:00
group.cpp style: Fix style of a lot of pointers 2017-01-06 23:03:58 +03:00
group.h feat(toxid): reduce passing Tox IDs around 2017-01-04 00:20:24 +01:00
grouplist.cpp chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00
grouplist.h chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00
ipc.cpp revert: "refactor: Added to include path and exclude it from all includes" 2016-12-29 16:10:53 +00:00
ipc.h chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00
loginscreen.ui feat(UI): add some accessibility labels to login pages 2016-11-14 20:01:48 +00:00
main.cpp revert: "refactor: Added to include path and exclude it from all includes" 2016-12-29 16:10:53 +00:00
mainwindow.ui feat(UI): add accessibility labels to all remaining .ui files 2016-11-29 00:17:52 +00:00
nexus.cpp fix(nexus): Add qRegisterMetaType call for ToxPk 2017-01-04 06:46:17 +03:00
nexus.h chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00