Monsterovich
d54e21064c
fix(ui): oops
7 years ago
Monsterovich
89cb24254d
fix(ui): fix anything
7 years ago
Monsterovich
a4a8e361d0
fix(ui): groupcolors fix2
7 years ago
Monsterovich
ab89ca2d8e
fix(ui): groupcolors fix1
7 years ago
Monsterovich
aaf5229ece
feat(ui): Added feature to generate colors for user names in tox groups
7 years ago
Anthony Bilinski
dec90ad84d
fix(ui): allow adding friends with Tox URI
...
Fix #5385
7 years ago
sudden6
bc51e89807
Merge pull request #5407
...
naxuroqa (1):
docs(README): Fix typo in readme
7 years ago
naxuroqa
69288c6812
docs(README): Fix typo in readme
7 years ago
sudden6
cc4a6e421e
refactor(chatform): remove unused macro
7 years ago
sudden6
133ac8def8
feat(themes): make themes follow standard paths
7 years ago
sudden6
5033fc3f5d
refactor: remove unused includes and don't set Tox as organization
...
Having "Tox" as Organization results in all standard paths being "Tox/
qTox" instead of "qTox". Since there is no such thing as "Tox"
organization I removed it.
7 years ago
Jimi Huotari
71d1fa6f24
refactor(themes): load css and images from themes folder
...
Original work by tox-user.
The default theme is now placed in a different path:
- C:\users\%username%\AppData\roaming\qtox\themes - for Windows
- ~/Library/Application Support/qtox/themes - for MacOS
- ~/.config/qtox/themes - for other Unix systems including GNU/Linux
Thanks to that it's no longer required to recompile the program to modify
the theme.
In addition to that the default theme is also included as a resource. If
the theme folder or some file inside it is missing, qTox will load it
from resource.
7 years ago
sudden6
10a4b249bb
fix(core): remove pgc code
...
This code was needed for the pgc implementation, but is not needed for
minipgc
7 years ago
sudden6
e0bcad21b4
chore: update TravisCI OSx minimum supported version
...
The reason to update is, that brew only supports 10.12 officialy and
with binary packages so our CI builds started failing because compiling took too long.
7 years ago
sudden6
2408e76d0c
refactor: remove unused includes and format code
7 years ago
Anthony Bilinski
13b15a87d7
fix(ui): require . in www.url regex matching
7 years ago
Anthony Bilinski
109a4ffd43
fix(core): set username and status on new profile
...
Fix #5369
7 years ago
Anthony Bilinski
aa7542f729
fix(ui): re-sort friends list on friend rename
...
Fix #5387
7 years ago
Anthony Bilinski
2ecfbf7f28
Merge pull request #5373
...
Mick Sayson (2):
refactor(files): clang-format generated whitespace changes
feat(files): Add maximum size to autoaccept downloads
7 years ago
Mick Sayson
c8716e9c45
feat(files): Add maximum size to autoaccept downloads
7 years ago
Mick Sayson
939f2c865a
refactor(files): clang-format generated whitespace changes
7 years ago
Anthony Bilinski
5f48fd4e10
fix(ui): only add chat message for call once
...
Fix #5370
7 years ago
Anthony Bilinski
f7df1191bc
chore(build): update apt-get in build-docs before installing deps
7 years ago
sudden6
bdfa3938da
Merge pull request #5371
...
Jakie.OYMJ (1):
fix(ui): amend QCheckBox background chromatic aberration
7 years ago
sudden6
9451d8c061
Merge pull request #5374
...
Patrick (1):
test(toxstring): Add test cases for toxstring.h
7 years ago
sudden6
26206a35eb
fix(core): ensure QTimers are moved with the objects they belong to
...
We use the Qt parent/child model instead of unique_ptr to achieve this.
7 years ago
Patrick
ad6d60d1ab
test(toxstring): Add test cases for toxstring.h
7 years ago
Jakie.OYMJ
b7019a4f66
fix(ui): amend QCheckBox background chromatic aberration
7 years ago
sudden6
a21592a419
Merge pull request #5367
...
Patrick (1):
fix(build):add cmake_policy for CMP0071 to suppress warinings in cmake
7 years ago
sudden6
48e722b535
Merge pull request #5355
...
sudden6 (2):
fix(video): workaround for webcams that provide no fps value
fix(video): don't pass invalid pixel format strings to ffmpeg
7 years ago
sudden6
1ec1ba39bc
Merge pull request #5345
...
Jakie.OYMJ (1):
fix: add remove history prompt, clear log area after remove
7 years ago
sudden6
968af2d62b
Merge pull request #5275
...
Zetok Zalbavar (1):
docs: add to CONTRIBUTING.md Git config line for forcing singning tags
7 years ago
Jakie.OYMJ
e6d40be72e
fix: add remove history prompt, clear log area after remove
7 years ago
Patrick
6a240141ea
fix(build):add cmake_policy for CMP0071 to suppress warinings in cmake
7 years ago
sudden6
96b5f5d1b5
Merge pull request #5364
...
Zetok Zalbavar (1):
chore: refactor tools/create-tarballs.sh to deduplicate code
7 years ago
sudden6
3058b45243
Merge pull request #5362
...
Zetok Zalbavar (1):
docs(README): update description to match repository description
7 years ago
sudden6
271233ba53
Merge pull request #5357
...
Zetok Zalbavar (1):
docs(INSTALL.md): correct compiling instructions for some 64-bit distros
7 years ago
sudden6
729f50bdbf
Merge pull request #5356
...
Zetok Zalbavar (1):
chore: make {merge,test}-pr.sh scripts accept hash-preceded PR number
7 years ago
sudden6
ebbc0f2e72
Merge pull request #5358
...
TriKriSta (1):
fix: show the date every new day (fixes #5280 )
7 years ago
Zetok Zalbavar
8edbe9f888
chore: refactor tools/create-tarballs.sh to deduplicate code
7 years ago
Zetok Zalbavar
2b4fc5c635
docs(README): update description to match repository description
7 years ago
TriKriSta
8808c630f2
fix: show the date every new day ( fixes #5280 )
7 years ago
sudden6
9de40e5a97
fix(video): don't pass invalid pixel format strings to ffmpeg
7 years ago
sudden6
3746bd13bc
fix(video): workaround for webcams that provide no fps value
...
fixes #5082
7 years ago
Zetok Zalbavar
ab1f79a047
docs(INSTALL.md): correct compiling instructions for some 64-bit distros
...
Figured out by @Marty665 and @ezavod in #5155 .
Closes #5155 .
7 years ago
Zetok Zalbavar
0796434fdf
chore: make {merge,test}-pr.sh scripts accept hash-preceded PR number
...
Previously one needed to provide only digits, (e.g. `123`), otherwise
scripts would fail to recognise supplied argument as an issue number.
Github almost everywhere precedes PR numbers with hash sign, so it might
be easier/faster to copypaste PR number with along with preceding hash.
With the change scripts will ignore the first preceding hash in the
supplied PR number.
7 years ago
sudden6
39dc6dacb8
Merge pull request #5352
...
Mick Sayson (1):
fix(core): Fix misuse of toxcore tox_file_send API
7 years ago
sudden6
a139a9933b
refactor(core): cleanup thread and timer destruction in Core and CoreAV
7 years ago
Mick Sayson
f988177a9b
fix(core): Fix misuse of toxcore tox_file_send API
7 years ago
sudden6
5d65ab3876
fix(audio): specify format for sounds and make sounds follow it
...
This should reduce the problem that some sounds are very silent and some are loud.
7 years ago