Diadlo
f28c3a16ae
fix(core, widget): Added checks
...
Fix #3133 .
* Added check, that core and coreAv exist, before use them
* Added check, that tox exit, before use them
9 years ago
Zetok Zalbavar
abcfbe9f92
chore(travis): verify conformance to commit message format
...
Added script that can be used to verify correctness of commit messages
in given range.
9 years ago
Zetok Zalbavar
8fa40d5c4f
Merge pull request #3118
...
Also "fix" the problem with not signed sudden6's commit.
PKEv (1):
feat(chatform): add support for non-local file and samba share links
9 years ago
PKEv
47764c0397
feat(chatform): add support for non-local file and samba share links
...
E.g. links like "file://192.168.1.1/" and "smb://localnode/" are now
supported. Before only links to local files were supported, e.g.
"file:///local/file.txt"
9 years ago
sudden6
1d6f32c9f9
fix(systemtrayicon): only delete the systray backend that was used
...
Fixes qTox not closing cleanly after
4fd0446f96
9 years ago
Diadlo
7b4118a1a3
refactor(groupinviteform): Deleting made clearer
9 years ago
Diadlo
24efaf0594
fix(groupinviteform): translation invite message
...
Fix #3083 .
* Add time in GrupInvite struct
* Add translation to invite message
* Add set of invite message
* Add correct removing invite message
9 years ago
sudden6
01c56a3af6
Merge pull request #3132
...
Polshakov Dmitry (1):
fix(widget): Change focus after create group
9 years ago
sudden6
4fd0446f96
Merge pull request #3135
...
Diadlo (1):
fix(systemtrayicon, widget): Added deallocate memory
9 years ago
sudden6
ef2394dc21
Merge pull request #3111
...
initramfs (1):
fix(screenshot): incorrect screenshot capture resolution under HiDPI
9 years ago
Polshakov Dmitry
a146c43a1e
refactor(profileform): Small changes
...
* Renamed function
* Added comment
9 years ago
Diadlo
cbb7eeca62
fix(systemtrayicon, widget): Added deallocate memory
9 years ago
Polshakov Dmitry
2dc3dd6964
style(profileform): Changed local include brackets type
9 years ago
initramfs
a36248b501
fix(screenshot): incorrect screenshot capture resolution under HiDPI
...
Resolves the issue where a crop of the full desktop resolution is used
instead of the full resolution when desktop is subjected to DPI-scaling
9 years ago
Polshakov Dmitry
b111c509a7
fix(widget): Change focus after create group
...
Fix #3128 .
9 years ago
Polshakov Dmitry
132f87c05e
fix(profileform): Add toxme username limitation
9 years ago
Polshakov Dmitry
1f7e23d007
fix(profileform): Deleted extra check and extra url
9 years ago
Diadlo
88de3a0a7a
fix(profileform): Fixed very quick relogin segfault
9 years ago
Diadlo
2e9295f420
fix(profileform): Fixed segfault on logut
9 years ago
Diadlo
8f4b6869f1
fix(toxme): Fixed potential memory leaks
9 years ago
Diadlo
11ec3947f5
fix(toxme): Fix possible segfault
9 years ago
Diadlo
204fe1d3de
feat(toxme): Add save toxme info
9 years ago
Diadlo
41c5d4bf14
feat(profileform): Added ability to change toxme server
...
Combo box set editable. Now user can enter server himself
9 years ago
Diadlo
fc2a572309
fix(toxme): Use format strings
9 years ago
Diadlo
65ab1f4e14
fix(profileform): Fix tab order, fix loop
9 years ago
Diadlo
9565a81755
fix(toxme): Translation fixs
9 years ago
Diadlo
cb8bf134d2
feat(toxme): Add ToxMe registration
...
Add some features in Toxme class and new section in profile form
9 years ago
Diadlo
24b28b1e51
style(groupinviteform): extracted few variables
9 years ago
Diadlo
f137ba710c
fix(groupinviteform): remove deleted buttons from set
...
Fix #3087 .
9 years ago
sudden6
0a2f541945
Merge pull request #2983
...
kehugter (2):
Add direct link with template for submitting new issues
refractor: abstract HTML out of `new issue` GitHub link
9 years ago
sudden6
87c881edde
Merge pull request #3101
...
Jason Papakostas (2):
feat: install icons with make install on unix
fix(Widget::updateIcons): fix the way systray icons are loaded
9 years ago
sudden6
9e4adf77b6
Merge pull request #3115
...
Diadlo (1):
fix(title): Change title on initial startup on "Add friend"
9 years ago
sudden6
1c991842f8
Merge pull request #3121
...
Diadlo (1):
fix(addfriendform): Removed extra connect return press
9 years ago
sudden6
8e8334e64c
Merge pull request #3105
...
ovalseven8 (1):
Update for the German translation file
9 years ago
Diadlo
66bcfdae3c
fix(addfriendform): Removed extra connect return press
...
Fixed #3081 .
9 years ago
Diadlo
47d940455d
fix(title): Change title on initial startup on "Add friend"
...
Fixes #3100 .
9 years ago
kehugter
e6242232ab
style(INSTALL.md): improve Markdown formatting and grammar
9 years ago
kehugter
f82a74a4bc
style(Markdown): wrap all .md files at 80 characters
...
Short lines make it easier to evaluate diffs.
Fix only critical typos, like missing full stops in the middle of a
sentence. Everything else left untouched.
9 years ago
kehugter
d121bd839b
refractor: abstract HTML out of `new issue` GitHub link
...
Put only translatable text inside of tr() calls. This prevents HTML
changes to require a new translation for the whole string.
9 years ago
Zetok Zalbavar
d58922c667
Merge pull request #3110
...
kehugter (2):
style: enhance and reformat issue template
style: edit issue template, move it to .github dir
9 years ago
kehugter
f432a6f70f
style: edit issue template, move it to .github dir
...
Reduce the titles size in the issue template.
Move the issue template file to GitHub's custom `.github` directory.
9 years ago
Zetok Zalbavar
477ac5b5db
docs(README.md): remove obsolete links to portable builds for windows
9 years ago
kehugter
da58b65059
style: enhance and reformat issue template
...
Add missing required information for new issues
Redo Markdown format for a cleaner raw display
Standarise requirements/terms with CONTRIBUTING.md
9 years ago
Zetok Zalbavar
93d69a0009
Merge pull request #3093
...
kehugter (1):
docs: edit and reorganize Git Commit Guidelines
9 years ago
kehugter
f5c099175c
docs: edit and reorganize Git Commit Guidelines
...
Reorganize the Git Commit Guidelines title hierarchy.
Various content edits in the Git Commit Guidelines section:
- Remove the footer section and merge its contents with the body
- Add revert to the list of possible header types
- Change the maximum line length for header and body
- Add instructions about the body's elements order
9 years ago
ovalseven8
53d6ee610a
Update for the German translation file
9 years ago
Zetok Zalbavar
983c4ff688
chore: remove not needed binary blobs and script from `tools/`
...
Other things in `tools/` are, or might be still needed.
Closes #3103 .
9 years ago
sudden6
db8bee381e
Merge pull request #3102
...
initramfs (1):
refactor(video): simplifies retrieval of primary screen
9 years ago
Jason Papakostas
90874a478f
fix(Widget::updateIcons): fix the way systray icons are loaded
...
the system tray should no longer use a static icon when the xdg
application icons are named qtox.{png,svg}
this means the workaround https://bugs.archlinux.org/task/47910 done
downstream at arch linux shouldn't be necessary anymore.
related discussion in #2903
9 years ago
Jason Papakostas
218228b696
feat: install icons with make install on unix
...
qmake doesn't have a straightforward way to change filenames when installing
files so I moved them into subfolders.
issue #2903
9 years ago