sudden6
f95728a037
revert: fix(systemtrayicon, widget): Added deallocate memory
...
Revert commit cbb7eeca62
fixes #3144
9 years ago
sudden6
fa1f26354b
revert: fix(systemtrayicon): only delete the systray backend that was used
...
Revert commit 1d6f32c9f9
9 years ago
Zetok Zalbavar
5b7002a846
chore(travis): make commit message verification script ignore merges
...
Provided that merge commit message uses same format as `merge-pr.sh`
script.
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
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
Diadlo
cbb7eeca62
fix(systemtrayicon, widget): Added deallocate memory
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
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
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
initramfs
00947bc7ad
refactor(video): simplifies retrieval of primary screen
...
This commit reduces primary screen retrieval to a single static field
access as opposed to obtaining a runtime instance of the QApplication
object
9 years ago
sudden6
20a61e4cc3
Merge pull request #3096
...
initramfs (1):
fix(video): usage of invalid file descriptors on error
9 years ago
sudden6
03a1f826cb
Merge pull request #3095
...
Zetok Zalbavar (1):
fix(chatform): regression in detecting `tox:` type IDs
9 years ago
sudden6
8e6bfdac99
Merge pull request #3091
...
initramfs (2):
fix(video): incorrect desktop video resolution when using HiDPI
fix(video): uses explicit default screen from QGuiApplication
9 years ago
initramfs
d2189f3891
fix(video): uses explicit default screen from QGuiApplication
...
This commit changes the method used to obtain the active screen from
simply selecting the first screen in the list to using the explicit
default screen from QGuiApplication::primaryScreen() function
9 years ago
initramfs
556a8750a1
fix(video): usage of invalid file descriptors on error
...
Fixes code for getDeviceModes() under vfl2 namespace where error
numbers were being treated as valid file descriptors
9 years ago
initramfs
75b40d0a6f
fix(video): incorrect desktop video resolution when using HiDPI
...
Fixes desktop sharing region being clipped when DPI scaling is being
used.
9 years ago
Zetok Zalbavar
48f3fb7dcb
fix(chatform): regression in detecting `tox:` type IDs
...
Introduced in d343408749
/ #3044 .
9 years ago
Zetok Zalbavar
dde56c99ec
Merge pull request #3077
...
Closes #3075 .
Andrew Morgan (1):
Prevent regex capture from extended past line boundaries.
9 years ago
sudden6
b592438426
Merge pull request #3079
...
anoadragon453 (1):
fix(login screen): Change text on login tooltip
9 years ago
anoadragon453
4e065f1395
fix(login screen): Change text on login tooltip
9 years ago
Zetok Zalbavar
32ed2ac0ef
docs(README.md): remove not needed link to the overlay for Gentoo
...
Since qTox is available in main Gentoo repo, it makes using overlay
not needed.
9 years ago
Zetok Zalbavar
af698d8537
Merge pull request #3074
...
PKEv (1):
Correction Russian translation
9 years ago
Zetok Zalbavar
375c9657ce
Merge pull request #3025
...
Action messages are now italicized.
Pro (1):
style action messages centered and italicized
9 years ago
Pro
993232765e
style action messages centered and italicized
...
no more centering
remove extra spaces
squash
9 years ago
sudden6
750409ae76
Merge pull request #3071
...
ProMcTagonist (3):
change picture
more features
small border fix
9 years ago
sudden6
3a5a7b6757
Merge pull request #3073
...
Zetok Zalbavar (1):
chore(merge-script): add check for number and a useful failure message
9 years ago
ProMcTagonist
ea8d31d3d5
small border fix
9 years ago