diff --git a/.clog.toml b/.clog.toml
index 139cbd597..f43713c5c 100644
--- a/.clog.toml
+++ b/.clog.toml
@@ -1,2 +1,2 @@
[clog]
-repository = "https://github.com/tux3/qTox"
+repository = "https://github.com/qTox/qTox"
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 8b208eba4..9f67424ba 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -33,6 +33,6 @@ To include it, rename it from `.log` to `.txt`, or zip it.
Tip: use `v4l-info` and `v4l2-ctl --all` to get webcam info on Linux.
More information on how to write good bug reports in the wiki:
-https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports.
+https://github.com/qTox/qTox/wiki/Writing-Useful-Bug-Reports.
Please remove any unnecessary template section before submitting.
diff --git a/.travis.yml b/.travis.yml
index 6b661b1df..b70b4a64d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,6 @@ deploy:
file: "./qTox.dmg"
on:
condition: $TRAVIS_OS_NAME == osx
- repo: tux3/qTox
+ repo: qTox/qTox
tags: true
skip_cleanup: true
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd590c431..bde6ad4ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,8 @@ which could affect where the updater downloaded files.
#### Bug Fixes
-* **settings:** Look for portable setting in module path, not CWD ([95634f1c](https://github.com/tux3/qTox/commit/95634f1cfebdec0aadd71077175d8258a4e89d67))
-* **updater:** Use module path, not working dir ([0f1c8a78](https://github.com/tux3/qTox/commit/0f1c8a783beb9d09f3af01b68a2054379e16b1dd))
+* **settings:** Look for portable setting in module path, not CWD ([95634f1c](https://github.com/qTox/qTox/commit/95634f1cfebdec0aadd71077175d8258a4e89d67))
+* **updater:** Use module path, not working dir ([0f1c8a78](https://github.com/qTox/qTox/commit/0f1c8a783beb9d09f3af01b68a2054379e16b1dd))
@@ -31,74 +31,74 @@ Cheers. :)
#### Breaking Changes
-* disable building with filter_audio by default ([116cc936](https://github.com/tux3/qTox/commit/116cc9366cd45eaff7262b92a8eb4d0fdbede096))
+* disable building with filter_audio by default ([116cc936](https://github.com/qTox/qTox/commit/116cc9366cd45eaff7262b92a8eb4d0fdbede096))
#### Bug Fixes
-* close groupcall if alone ([98d51399](https://github.com/tux3/qTox/commit/98d513990eabb0038112aa2242d45b22e58b2e43))
-* disable netcamview if no peer left ([622b543d](https://github.com/tux3/qTox/commit/622b543d9a8d29fca004cf41d7701b3dbef4eebf))
-* audiocall button disabled in groupchats ([db4f02a0](https://github.com/tux3/qTox/commit/db4f02a0c4065014bdbadab4a622aae14a112c76))
-* Close logfile only after the disabling logging to file ([de487890](https://github.com/tux3/qTox/commit/de4878909d75d9d4312db025f8c0fc30f9f79f39))
-* Make logMessageHandler thread-safe ([a7ffc08c](https://github.com/tux3/qTox/commit/a7ffc08cdb9521e1291e768d29aa39ee53a30dbe))
-* Deadlock while rotating logs ([c1e2a3c5](https://github.com/tux3/qTox/commit/c1e2a3c5b670c246c1acc138a8698a1f54591173))
-* increase faux offline message timeout ([76d8e193](https://github.com/tux3/qTox/commit/76d8e19320d2f15aeb019f72ecaaac2d6a23feab))
-* remove unnecessary qDebug call ([66f96019](https://github.com/tux3/qTox/commit/66f96019cb7389eb847b880a2e76bbd68a0ac288))
+* close groupcall if alone ([98d51399](https://github.com/qTox/qTox/commit/98d513990eabb0038112aa2242d45b22e58b2e43))
+* disable netcamview if no peer left ([622b543d](https://github.com/qTox/qTox/commit/622b543d9a8d29fca004cf41d7701b3dbef4eebf))
+* audiocall button disabled in groupchats ([db4f02a0](https://github.com/qTox/qTox/commit/db4f02a0c4065014bdbadab4a622aae14a112c76))
+* Close logfile only after the disabling logging to file ([de487890](https://github.com/qTox/qTox/commit/de4878909d75d9d4312db025f8c0fc30f9f79f39))
+* Make logMessageHandler thread-safe ([a7ffc08c](https://github.com/qTox/qTox/commit/a7ffc08cdb9521e1291e768d29aa39ee53a30dbe))
+* Deadlock while rotating logs ([c1e2a3c5](https://github.com/qTox/qTox/commit/c1e2a3c5b670c246c1acc138a8698a1f54591173))
+* increase faux offline message timeout ([76d8e193](https://github.com/qTox/qTox/commit/76d8e19320d2f15aeb019f72ecaaac2d6a23feab))
+* remove unnecessary qDebug call ([66f96019](https://github.com/qTox/qTox/commit/66f96019cb7389eb847b880a2e76bbd68a0ac288))
* **Widget::updateIcons:**
- * workaround QIcon fallback bug ([0b53c4fd](https://github.com/tux3/qTox/commit/0b53c4fd5c71f43a240f2d980bac4e0166fffd2a))
- * fix the way systray icons are loaded ([90874a47](https://github.com/tux3/qTox/commit/90874a478fb3cc6d953a0e37aeb110b95066eb19))
-* **addfriendform:** Removed extra connect return press ([66bcfdae](https://github.com/tux3/qTox/commit/66bcfdae3c8ae1f9d0b4a4fb1b3bf8f53440d53d))
-* **addfriendform, widget:** Remove Accepted Request ([53071e95](https://github.com/tux3/qTox/commit/53071e952e6d04f97fc8b3e1ab82e0fff8dd5293))
-* **chatform:** regression in detecting `tox:` type IDs ([48f3fb7d](https://github.com/tux3/qTox/commit/48f3fb7dcbf5ce990229114158f38098320ede97))
-* **core, widget:** Added checks ([f28c3a16](https://github.com/tux3/qTox/commit/f28c3a16ae6d54ed66ce64fbe7c5605badd34e65))
-* **file transfer widget:** QPushButton allows image to overflow ([32d588a4](https://github.com/tux3/qTox/commit/32d588a499a76a37340e930e17cb096ec4c27f24), closes [#3042](https://github.com/tux3/qTox/issues/3042))
-* **genericchatitemwidget, micfeedbackwidget:** Added members init in the constructor ([27faec91](https://github.com/tux3/qTox/commit/27faec918a023c5bba4b6ee67854438507220b35))
+ * workaround QIcon fallback bug ([0b53c4fd](https://github.com/qTox/qTox/commit/0b53c4fd5c71f43a240f2d980bac4e0166fffd2a))
+ * fix the way systray icons are loaded ([90874a47](https://github.com/qTox/qTox/commit/90874a478fb3cc6d953a0e37aeb110b95066eb19))
+* **addfriendform:** Removed extra connect return press ([66bcfdae](https://github.com/qTox/qTox/commit/66bcfdae3c8ae1f9d0b4a4fb1b3bf8f53440d53d))
+* **addfriendform, widget:** Remove Accepted Request ([53071e95](https://github.com/qTox/qTox/commit/53071e952e6d04f97fc8b3e1ab82e0fff8dd5293))
+* **chatform:** regression in detecting `tox:` type IDs ([48f3fb7d](https://github.com/qTox/qTox/commit/48f3fb7dcbf5ce990229114158f38098320ede97))
+* **core, widget:** Added checks ([f28c3a16](https://github.com/qTox/qTox/commit/f28c3a16ae6d54ed66ce64fbe7c5605badd34e65))
+* **file transfer widget:** QPushButton allows image to overflow ([32d588a4](https://github.com/qTox/qTox/commit/32d588a499a76a37340e930e17cb096ec4c27f24), closes [#3042](https://github.com/qTox/qTox/issues/3042))
+* **genericchatitemwidget, micfeedbackwidget:** Added members init in the constructor ([27faec91](https://github.com/qTox/qTox/commit/27faec918a023c5bba4b6ee67854438507220b35))
* **groupaudio:**
- * don't set button to green while call running ([6d355154](https://github.com/tux3/qTox/commit/6d3551548b2568d5587992be1ecb3b559dd827f5))
- * don't play audio while call is inactive ([5339ad97](https://github.com/tux3/qTox/commit/5339ad978bd2f962e0799e48452ac2549edf8bc7))
- * avoid deadlock when ending groupcall ([afcd146a](https://github.com/tux3/qTox/commit/afcd146a5bd78d10083a5bf3eb009face24f02b6))
+ * don't set button to green while call running ([6d355154](https://github.com/qTox/qTox/commit/6d3551548b2568d5587992be1ecb3b559dd827f5))
+ * don't play audio while call is inactive ([5339ad97](https://github.com/qTox/qTox/commit/5339ad978bd2f962e0799e48452ac2549edf8bc7))
+ * avoid deadlock when ending groupcall ([afcd146a](https://github.com/qTox/qTox/commit/afcd146a5bd78d10083a5bf3eb009face24f02b6))
* **groupinviteform:**
- * make list of groups scrollable ([b74ecd92](https://github.com/tux3/qTox/commit/b74ecd92d2f925ff5defee1a4ca0cd50ecf6a2e6))
- * translation invite message ([24efaf05](https://github.com/tux3/qTox/commit/24efaf0594576ba4e761653c6d612f98b440c28a))
- * remove deleted buttons from set ([f137ba71](https://github.com/tux3/qTox/commit/f137ba710cc823e920adf2976ee1061f5a61f9aa))
-* **l18n:** make typing notification & groupchat name translatable ([43e61041](https://github.com/tux3/qTox/commit/43e610415a094a649160bdfab1c571a8fc6fee1f))
-* **login screen:** Change text on login tooltip ([4e065f13](https://github.com/tux3/qTox/commit/4e065f1395b8feb35431c7736e531b6a0a6fee45))
-* **main:** Added check sodium_init result ([64a19d34](https://github.com/tux3/qTox/commit/64a19d34192e2ca9f864b1ccc3a320fb90bc780b))
-* **profile:** Don't require .ini to load profile ([56a36e2e](https://github.com/tux3/qTox/commit/56a36e2e0a1023a77f0b047a7273295a35aa1833))
+ * make list of groups scrollable ([b74ecd92](https://github.com/qTox/qTox/commit/b74ecd92d2f925ff5defee1a4ca0cd50ecf6a2e6))
+ * translation invite message ([24efaf05](https://github.com/qTox/qTox/commit/24efaf0594576ba4e761653c6d612f98b440c28a))
+ * remove deleted buttons from set ([f137ba71](https://github.com/qTox/qTox/commit/f137ba710cc823e920adf2976ee1061f5a61f9aa))
+* **l18n:** make typing notification & groupchat name translatable ([43e61041](https://github.com/qTox/qTox/commit/43e610415a094a649160bdfab1c571a8fc6fee1f))
+* **login screen:** Change text on login tooltip ([4e065f13](https://github.com/qTox/qTox/commit/4e065f1395b8feb35431c7736e531b6a0a6fee45))
+* **main:** Added check sodium_init result ([64a19d34](https://github.com/qTox/qTox/commit/64a19d34192e2ca9f864b1ccc3a320fb90bc780b))
+* **profile:** Don't require .ini to load profile ([56a36e2e](https://github.com/qTox/qTox/commit/56a36e2e0a1023a77f0b047a7273295a35aa1833))
* **profileform:**
- * Add toxme username limitation ([132f87c0](https://github.com/tux3/qTox/commit/132f87c05e89e21824efa2c4dfef83d807e0f5bf))
- * Deleted extra check and extra url ([1f7e23d0](https://github.com/tux3/qTox/commit/1f7e23d007887a0e198b8643961f391a06faf36c))
- * Fixed very quick relogin segfault ([88de3a0a](https://github.com/tux3/qTox/commit/88de3a0a7a09b89b0a621452e53b4d6d4ec3bfe8))
- * Fixed segfault on logut ([2e9295f4](https://github.com/tux3/qTox/commit/2e9295f420fc6832091337813010319166450270))
- * Fix tab order, fix loop ([65ab1f4e](https://github.com/tux3/qTox/commit/65ab1f4e14d3ebc9dd13d4308988d999c83a5a47))
-* **screenshot:** incorrect screenshot capture resolution under HiDPI ([a36248b5](https://github.com/tux3/qTox/commit/a36248b5013c41c332df3bc13cac428bb0d3b18e))
-* **systemtrayicon:** only delete the systray backend that was used ([1d6f32c9](https://github.com/tux3/qTox/commit/1d6f32c9f9e481dc2fed445bb96ea2666f6d69d8))
-* **systemtrayicon, widget:** Added deallocate memory ([cbb7eeca](https://github.com/tux3/qTox/commit/cbb7eeca62f9ec8ad2047b41a7cb914b27d6c618))
-* **title:** Change title on initial startup on "Add friend" ([47d94045](https://github.com/tux3/qTox/commit/47d940455d35e4b0f76081a8877a881ebf843c86), closes [#3100](https://github.com/tux3/qTox/issues/3100))
+ * Add toxme username limitation ([132f87c0](https://github.com/qTox/qTox/commit/132f87c05e89e21824efa2c4dfef83d807e0f5bf))
+ * Deleted extra check and extra url ([1f7e23d0](https://github.com/qTox/qTox/commit/1f7e23d007887a0e198b8643961f391a06faf36c))
+ * Fixed very quick relogin segfault ([88de3a0a](https://github.com/qTox/qTox/commit/88de3a0a7a09b89b0a621452e53b4d6d4ec3bfe8))
+ * Fixed segfault on logut ([2e9295f4](https://github.com/qTox/qTox/commit/2e9295f420fc6832091337813010319166450270))
+ * Fix tab order, fix loop ([65ab1f4e](https://github.com/qTox/qTox/commit/65ab1f4e14d3ebc9dd13d4308988d999c83a5a47))
+* **screenshot:** incorrect screenshot capture resolution under HiDPI ([a36248b5](https://github.com/qTox/qTox/commit/a36248b5013c41c332df3bc13cac428bb0d3b18e))
+* **systemtrayicon:** only delete the systray backend that was used ([1d6f32c9](https://github.com/qTox/qTox/commit/1d6f32c9f9e481dc2fed445bb96ea2666f6d69d8))
+* **systemtrayicon, widget:** Added deallocate memory ([cbb7eeca](https://github.com/qTox/qTox/commit/cbb7eeca62f9ec8ad2047b41a7cb914b27d6c618))
+* **title:** Change title on initial startup on "Add friend" ([47d94045](https://github.com/qTox/qTox/commit/47d940455d35e4b0f76081a8877a881ebf843c86), closes [#3100](https://github.com/qTox/qTox/issues/3100))
* **toxme:**
- * Delete extra check ([d1b706a4](https://github.com/tux3/qTox/commit/d1b706a4b3926fc3bd1f7af115358cf171080021))
- * Fixed potential memory leaks ([8f4b6869](https://github.com/tux3/qTox/commit/8f4b6869f178c12a43d7d37336f32f8ecf7b1427))
- * Fix possible segfault ([11ec3947](https://github.com/tux3/qTox/commit/11ec3947f566e7083a6345ce2eea317f31219c5e))
- * Use format strings ([fc2a5723](https://github.com/tux3/qTox/commit/fc2a5723092ed1c2fe6b0991d9bd9def6ec24a98))
- * Translation fixes ([9565a817](https://github.com/tux3/qTox/commit/9565a8175558d64c9ffdc2ec6b64e69d9ecdc58d))
+ * Delete extra check ([d1b706a4](https://github.com/qTox/qTox/commit/d1b706a4b3926fc3bd1f7af115358cf171080021))
+ * Fixed potential memory leaks ([8f4b6869](https://github.com/qTox/qTox/commit/8f4b6869f178c12a43d7d37336f32f8ecf7b1427))
+ * Fix possible segfault ([11ec3947](https://github.com/qTox/qTox/commit/11ec3947f566e7083a6345ce2eea317f31219c5e))
+ * Use format strings ([fc2a5723](https://github.com/qTox/qTox/commit/fc2a5723092ed1c2fe6b0991d9bd9def6ec24a98))
+ * Translation fixes ([9565a817](https://github.com/qTox/qTox/commit/9565a8175558d64c9ffdc2ec6b64e69d9ecdc58d))
* **video:**
- * uses explicit default screen from QGuiApplication ([d2189f38](https://github.com/tux3/qTox/commit/d2189f3891b01ca9c4fa55b080e4457887c00f28))
- * usage of invalid file descriptors on error ([556a8750](https://github.com/tux3/qTox/commit/556a8750a1d4c57d02bfe3a4caaffceaf816c783))
- * incorrect desktop video resolution when using HiDPI ([75b40d0a](https://github.com/tux3/qTox/commit/75b40d0a6f82110aac62c864149210f8b491df4b))
-* **widget:** Change focus after creating group ([b111c509](https://github.com/tux3/qTox/commit/b111c509a7dcf3a0c3d7a72d92c080ff7fd92731))
-* **widget, contentdialog:** Added reset icon after activate chat window ([4edc5996](https://github.com/tux3/qTox/commit/4edc5996c74d8679c270c50328642665ed6b3aed))
+ * uses explicit default screen from QGuiApplication ([d2189f38](https://github.com/qTox/qTox/commit/d2189f3891b01ca9c4fa55b080e4457887c00f28))
+ * usage of invalid file descriptors on error ([556a8750](https://github.com/qTox/qTox/commit/556a8750a1d4c57d02bfe3a4caaffceaf816c783))
+ * incorrect desktop video resolution when using HiDPI ([75b40d0a](https://github.com/qTox/qTox/commit/75b40d0a6f82110aac62c864149210f8b491df4b))
+* **widget:** Change focus after creating group ([b111c509](https://github.com/qTox/qTox/commit/b111c509a7dcf3a0c3d7a72d92c080ff7fd92731))
+* **widget, contentdialog:** Added reset icon after activate chat window ([4edc5996](https://github.com/qTox/qTox/commit/4edc5996c74d8679c270c50328642665ed6b3aed))
#### Performance
-* **camerasource:** Passed parameter by reference ([910c41f4](https://github.com/tux3/qTox/commit/910c41f4fab106e1c736685ffad33141c1528107))
-* **contentdialog:** Delete redundant conditions ([904a1d49](https://github.com/tux3/qTox/commit/904a1d490973ed57327bc093aeaae1e7317b52e8))
+* **camerasource:** Passed parameter by reference ([910c41f4](https://github.com/qTox/qTox/commit/910c41f4fab106e1c736685ffad33141c1528107))
+* **contentdialog:** Delete redundant conditions ([904a1d49](https://github.com/qTox/qTox/commit/904a1d490973ed57327bc093aeaae1e7317b52e8))
#### Features
-* install icons with make install on unix ([218228b6](https://github.com/tux3/qTox/commit/218228b696367e688537a04afeb62055037afdc3))
-* disable building with filter_audio by default ([116cc936](https://github.com/tux3/qTox/commit/116cc9366cd45eaff7262b92a8eb4d0fdbede096))
-* **audio:** add (repair) support for group audio calls ([356543ca](https://github.com/tux3/qTox/commit/356543ca3ba9d084e9739bcd7b37c4597a245d1d))
-* **chatform:** add support for non-local file and samba share links ([47764c03](https://github.com/tux3/qTox/commit/47764c0397a51da2662021a781cefe29af46bf25))
-* **profileform:** Added ability to change toxme server ([41c5d4bf](https://github.com/tux3/qTox/commit/41c5d4bf14986348f04f9e60f538e79c1edc4a04))
+* install icons with make install on unix ([218228b6](https://github.com/qTox/qTox/commit/218228b696367e688537a04afeb62055037afdc3))
+* disable building with filter_audio by default ([116cc936](https://github.com/qTox/qTox/commit/116cc9366cd45eaff7262b92a8eb4d0fdbede096))
+* **audio:** add (repair) support for group audio calls ([356543ca](https://github.com/qTox/qTox/commit/356543ca3ba9d084e9739bcd7b37c4597a245d1d))
+* **chatform:** add support for non-local file and samba share links ([47764c03](https://github.com/qTox/qTox/commit/47764c0397a51da2662021a781cefe29af46bf25))
+* **profileform:** Added ability to change toxme server ([41c5d4bf](https://github.com/qTox/qTox/commit/41c5d4bf14986348f04f9e60f538e79c1edc4a04))
* **toxme:**
- * Add save toxme info ([204fe1d3](https://github.com/tux3/qTox/commit/204fe1d3dec00c0f4408f8a98c100377759f1218))
- * Add ToxMe registration ([cb8bf134](https://github.com/tux3/qTox/commit/cb8bf134d2e8d0aaf60e136c51f79201b62f67f9))
+ * Add save toxme info ([204fe1d3](https://github.com/qTox/qTox/commit/204fe1d3dec00c0f4408f8a98c100377759f1218))
+ * Add ToxMe registration ([cb8bf134](https://github.com/qTox/qTox/commit/cb8bf134d2e8d0aaf60e136c51f79201b62f67f9))
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1be598c3e..60da39968 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
### Must read
* If you aren't sure, you can ask on the
[**IRC channel**](https://webchat.freenode.net/?channels=qtox) or read our
- [**wiki**](https://github.com/tux3/qTox/wiki) first.
+ [**wiki**](https://github.com/qTox/qTox/wiki) first.
* Do a quick **search**. Others might have already reported the issue.
* Write in **English**!
* Provide **version** information (you can find version numbers in menu
@@ -43,7 +43,7 @@ Qt:
change is needed.
* If your commit fixes a reported issue (for example #4134), add the following
message to the commit `Fixes #4134.`.
- [Here is an example](https://github.com/tux3/qTox/commit/87160526d5bafcee7869d6741a06045e13d731d5).
+ [Here is an example](https://github.com/qTox/qTox/commit/87160526d5bafcee7869d6741a06045e13d731d5).
### Good to know
* **Search** the pull request history! Others might have already implemented
@@ -197,7 +197,7 @@ uint8_t* array = new uint8_t[count];
QObject notToMentionThatWeUseCamelCase;
```
-E.g. https://github.com/tux3/qTox/blob/master/src/misc/flowlayout.cpp
+E.g. https://github.com/qTox/qTox/blob/master/src/misc/flowlayout.cpp
## Documentaion
diff --git a/INSTALL.md b/INSTALL.md
index 205715cf3..bb9ef8aca 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -171,7 +171,7 @@ Afterwards open a new terminal, change to a directory of your choice and clone
the repository:
```bash
cd /home/user/qTox
-git clone https://github.com/tux3/qTox.git qTox
+git clone https://github.com/qTox/qTox.git qTox
```
The following steps assumes that you cloned the repository at `/home/user/qTox`.
@@ -444,7 +444,7 @@ Next, install
Then, clone qTox:
```bash
-git clone https://github.com/tux3/qTox``
+git clone https://github.com/qTox/qTox
```
Finally, copy all required files. Whenever you update your brew packages, you
@@ -547,7 +547,7 @@ by installer automatically.
### Cloning the Repository
-Clone the repository (https://github.com/tux3/qTox.git) with your preferred Git
+Clone the repository (https://github.com/qTox/qTox.git) with your preferred Git
client. [SmartGit](http://www.syntevo.com/smartgit/) is very nice for this task
(you may need to add the path to the `git.exe` system variable Path). The
following steps assume that you cloned the repository at `C:\qTox`. If you
diff --git a/README.md b/README.md
index ddbf9b13b..fdb1febe2 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@ qTox
[**User Manual**](/doc/user_manual_en.md) **|**
[**Install**](/INSTALL.md) **|**
- [**Contribute**](https://github.com/tux3/qTox/wiki#contributing) **|**
- [**Report bugs**](https://github.com/tux3/qTox/wiki/Writing-Useful-Bug-Reports) **|**
+ [**Contribute**](https://github.com/qTox/qTox/wiki#contributing) **|**
+ [**Report bugs**](https://github.com/qTox/qTox/wiki/Writing-Useful-Bug-Reports) **|**
[**Translate**](/translations/README.md) **|**
[**Jenkins builds**](https://build.tox.chat/) **|**
- [**Keyboard shortcuts**](https://github.com/tux3/qTox/wiki/Keyboard-shortcuts) **|**
+ [**Keyboard shortcuts**](https://github.com/qTox/qTox/wiki/Keyboard-shortcuts) **|**
[**Mailing list**](https://lists.tox.chat) **|**
**IRC Channel:** [#qtox@freenode]
@@ -25,7 +25,7 @@ running on all major platforms.**
- [**CentOS, Debian, Fedora, openSUSE, Ubuntu**](https://software.opensuse.org/download.html?project=home%3Aantonbatenev%3Atox&package=qtox)
- [other](/INSTALL.md#linux)
* **Mac**:
- - [**Experimental download**](https://github.com/tux3/qTox/releases/latest)
+ - [**Experimental download**](https://github.com/qTox/qTox/releases/latest)
* **FreeBSD**:
- [**Port**](/INSTALL.md#freebsd-easy)
@@ -80,7 +80,7 @@ Currently they are:
* @tux3
* @zetok
-[![Build Status](https://travis-ci.org/tux3/qTox.svg?branch=master)](https://travis-ci.org/tux3/qTox)
+[![Build Status](https://travis-ci.org/qTox/qTox.svg?branch=master)](https://travis-ci.org/qTox/qTox)
[#qtox@freenode]: https://webchat.freenode.net/?channels=qtox
diff --git a/osx/qTox-Mac-Deployer-ULTIMATE.sh b/osx/qTox-Mac-Deployer-ULTIMATE.sh
index e01ff3cc9..b4691bd42 100755
--- a/osx/qTox-Mac-Deployer-ULTIMATE.sh
+++ b/osx/qTox-Mac-Deployer-ULTIMATE.sh
@@ -137,7 +137,7 @@ function install() {
git pull
else
fcho "Cloning qTox git ... "
- git clone https://github.com/tux3/qTox.git
+ git clone https://github.com/qTox/qTox.git
fi
fi
@@ -260,7 +260,7 @@ function helpme() {
echo "-b | --build -- Builds qTox in: ${BUILD_DIR}"
echo "-d | --deploy -- Makes a distributable qTox.app file in: ${DEPLOY_DIR}"
echo "-bs | --bootstrap -- Performs bootstrap steps."
- fcho "Issues with Toxcore or qTox should be reported to their respective repos: https://github.com/irungentoo/toxcore | https://github.com/tux3/qTox"
+ fcho "Issues with Toxcore or qTox should be reported to their respective repos: https://github.com/irungentoo/toxcore | https://github.com/qTox/qTox"
exit 0
}
diff --git a/osx/welcome.txt b/osx/welcome.txt
index 18bb593c7..5dc3ccd99 100644
--- a/osx/welcome.txt
+++ b/osx/welcome.txt
@@ -1,6 +1,6 @@
Welcome to the qTox for OS X internal nightly installer!
-Please report all bugs to https://github.com/tux3/qTox
+Please report all bugs to https://github.com/qTox/qTox
########################################################
## WARNING: Install me to your user ONLY
diff --git a/src/widget/form/settings/aboutform.cpp b/src/widget/form/settings/aboutform.cpp
index ed9125842..edab523f0 100644
--- a/src/widget/form/settings/aboutform.cpp
+++ b/src/widget/form/settings/aboutform.cpp
@@ -61,18 +61,18 @@ void AboutForm::replaceVersions()
" If you discover a bug or security vulnerability within"
" qTox, please %3 according to the guidelines in our %2"
" wiki article.")
- .arg(QString::fromUtf8("%1")
.arg(tr("bug-tracker")))
- .arg(QString::fromUtf8("%1")
.arg(tr("Writing Useful Bug Reports")))
.arg(QStringLiteral(
- "true
- Commit hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+ Commit hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
true
@@ -275,7 +275,7 @@ p, li { white-space: pre-wrap; }
- <html><head/><body><p>Original author: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>See a full list of <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributors</span></a> at Github</p></body></html>
+ <html><head/><body><p>Original author: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>See a full list of <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributors</span></a> at Github</p></body></html>
true
diff --git a/src/widget/loginscreen.cpp b/src/widget/loginscreen.cpp
index 4a92fd01f..f7ebec522 100644
--- a/src/widget/loginscreen.cpp
+++ b/src/widget/loginscreen.cpp
@@ -39,7 +39,7 @@ LoginScreen::LoginScreen(QWidget *parent) :
{
ui->setupUi(this);
- // permanently disables maximize button https://github.com/tux3/qTox/issues/1973
+ // permanently disables maximize button https://github.com/qTox/qTox/issues/1973
this->setWindowFlags(windowFlags() & ~Qt::WindowMaximizeButtonHint);
this->setFixedSize(this->size());
diff --git a/tools/buildPackages.sh b/tools/buildPackages.sh
index c3982ffef..e1955ad6d 100755
--- a/tools/buildPackages.sh
+++ b/tools/buildPackages.sh
@@ -4,7 +4,7 @@
VERSION_UPSTREAM="1.0"
VERSION_PACKAGE="1"
PACKAGENAME="qtox"
-UPSTREAM_URL="https://github.com/tux3/qTox/archive/master.tar.gz"
+UPSTREAM_URL="https://github.com/qTox/qTox/archive/master.tar.gz"
# Make some vars for convenience
VERNAME=$PACKAGENAME"_"$VERSION_UPSTREAM
diff --git a/tools/lib/PR_bash.source b/tools/lib/PR_bash.source
index 11e6edb6a..80fb2f087 100644
--- a/tools/lib/PR_bash.source
+++ b/tools/lib/PR_bash.source
@@ -39,15 +39,15 @@ is_remote_present() {
| grep $@ > /dev/null
}
-# there's no tux3 remote, add it
+# there's no qTox remote, add it
# if `https` is supplied, https version of repo is used
add_remote() {
- local remote_url="git@github.com:tux3/qTox.git"
+ local remote_url="git@github.com:qTox/qTox.git"
local remote_name="upstream"
# change to https if needed
[[ "$@" == "https" ]] \
- && local remote_url="https://github.com/tux3/qTox.git"
+ && local remote_url="https://github.com/qTox/qTox.git"
is_remote_present $remote_name \
|| git remote add $remote_name "${remote_url}"
diff --git a/translations/README.md b/translations/README.md
index 2c108d5f0..61489b720 100644
--- a/translations/README.md
+++ b/translations/README.md
@@ -4,7 +4,7 @@ Translating qTox should be easy & straightforward for anyone using
[**Weblate**](https://hosted.weblate.org/projects/tox/qtox/).
Though if you're interested in doing it manually, there's a [wiki page]
-(https://github.com/tux3/qTox/wiki/Translating) for it.
+(https://github.com/qTox/qTox/wiki/Translating) for it.
Overall translation: [![Translation status](https://hosted.weblate.org/widgets/tox/-/svg-badge.svg)](https://hosted.weblate.org/engage/tox/?utm_source=widget)
diff --git a/translations/ar.ts b/translations/ar.ts
index 25558dcec..8b7599963 100644
--- a/translations/ar.ts
+++ b/translations/ar.ts
@@ -126,8 +126,8 @@ which may lead to problems with video calls.
toxcore إصداره: $TOXCOREVERSION
-
- إيداع رمز التهشير: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ إيداع رمز التهشير: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -146,8 +146,8 @@ which may lead to problems with video calls.
المؤلفون
-
- <html><head/><body><p>المؤلف الأصلي: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>رؤية القائمة الكاملة <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">المساهمين</span></a> في جيتهوب Github</p></body></html>
+
+ <html><head/><body><p>المؤلف الأصلي: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>رؤية القائمة الكاملة <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">المساهمين</span></a> في جيتهوب Github</p></body></html>
diff --git a/translations/be.ts b/translations/be.ts
index 7ca4f5be7..017b28689 100644
--- a/translations/be.ts
+++ b/translations/be.ts
@@ -140,8 +140,8 @@ which may lead to problems with video calls.
Ліцэнзія
-
- Хэш фіксавання: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Хэш фіксавання: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -152,8 +152,8 @@ which may lead to problems with video calls.
Аўтары
-
- <html><head/><body><p>Арыгінальны аўтар: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Глядзіце поўны спіс <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">удзельнікаў</span></a> на Гітхабе</p></body></html>
+
+ <html><head/><body><p>Арыгінальны аўтар: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Глядзіце поўны спіс <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">удзельнікаў</span></a> на Гітхабе</p></body></html>
diff --git a/translations/bg.ts b/translations/bg.ts
index acdc77ff3..cc2225cc3 100644
--- a/translations/bg.ts
+++ b/translations/bg.ts
@@ -134,8 +134,8 @@ which may lead to problems with video calls.
Qt версия: $QTVERSION
-
- Хеш на commit: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Хеш на commit: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -154,8 +154,8 @@ which may lead to problems with video calls.
Автори
-
- <html><head/><body><p>Основател на проекта: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Вижте пълен лист със <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">сътрудници</span></a> в Github</p></body></html>
+
+ <html><head/><body><p>Основател на проекта: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Вижте пълен лист със <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">сътрудници</span></a> в Github</p></body></html>
diff --git a/translations/cs.ts b/translations/cs.ts
index a55a60328..56b36d58f 100644
--- a/translations/cs.ts
+++ b/translations/cs.ts
@@ -134,8 +134,8 @@ může způsobovat problémy během videohovorů.
Autoři
-
- <html><head/><body><p>Původní autor: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>See a full list of <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributors</span></a> at Github</p></body></html>
+
+ <html><head/><body><p>Původní autor: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>See a full list of <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributors</span></a> at Github</p></body></html>
@@ -150,7 +150,7 @@ může způsobovat problémy během videohovorů.
Qt verze: $QTVERSION
-
+
diff --git a/translations/da.ts b/translations/da.ts
index 8b7e359a6..7481ebc5f 100644
--- a/translations/da.ts
+++ b/translations/da.ts
@@ -134,7 +134,7 @@ which may lead to problems with video calls.
Licens
-
+
@@ -146,7 +146,7 @@ which may lead to problems with video calls.
-
+
diff --git a/translations/de.ts b/translations/de.ts
index b508a980f..6d3e83f75 100644
--- a/translations/de.ts
+++ b/translations/de.ts
@@ -138,8 +138,8 @@ Zu hohe Auflösungen können daher zu Problemen in Videoanrufen führen.Lizenz
-
- Commit-Hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit-Hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -150,8 +150,8 @@ Zu hohe Auflösungen können daher zu Problemen in Videoanrufen führen.Entwickler
-
- <html><head/><body><p>Ursprünglich entwickelt von: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Alle Mitwirkenden findest du unter <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">Contributors</span></a> auf GitHub.</p></body></html>
+
+ <html><head/><body><p>Ursprünglich entwickelt von: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Alle Mitwirkenden findest du unter <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">Contributors</span></a> auf GitHub.</p></body></html>
diff --git a/translations/el.ts b/translations/el.ts
index df1c30ce0..e4195836b 100644
--- a/translations/el.ts
+++ b/translations/el.ts
@@ -126,8 +126,8 @@ which may lead to problems with video calls.
Έκδοση
-
- Commit hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -142,7 +142,7 @@ which may lead to problems with video calls.
Δημιουργοί
-
+
diff --git a/translations/eo.ts b/translations/eo.ts
index ef7dc1171..93d230e6d 100644
--- a/translations/eo.ts
+++ b/translations/eo.ts
@@ -130,7 +130,7 @@ which may lead to problems with video calls.
Versio de Qt: $QTVERSION
-
+
@@ -150,7 +150,7 @@ which may lead to problems with video calls.
-
+
diff --git a/translations/es.ts b/translations/es.ts
index 51f325d48..d51fdf919 100644
--- a/translations/es.ts
+++ b/translations/es.ts
@@ -138,8 +138,8 @@ se pueden producir problemas con las videollamadas.
Licencia
-
- Commit hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -150,8 +150,8 @@ se pueden producir problemas con las videollamadas.
Autores
-
- <html><head/><body><p>Autor original: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Puedes encontrar una lista completa de <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">colaboradores</span></a> en GitHub</p></body></html>
+
+ <html><head/><body><p>Autor original: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Puedes encontrar una lista completa de <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">colaboradores</span></a> en GitHub</p></body></html>
diff --git a/translations/et.ts b/translations/et.ts
index 77c427d31..3d3036974 100644
--- a/translations/et.ts
+++ b/translations/et.ts
@@ -130,8 +130,8 @@ mis omakorda võib tekitada probleeme videokõnede pidamisel.
TOXcore'i versioon: $TOXCOREVERSION
-
- Commit räsi: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit räsi: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -150,8 +150,8 @@ mis omakorda võib tekitada probleeme videokõnede pidamisel.
Autorid
-
- <html><head/><body><p>Algversiooni autor: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Vaata ka <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">kaastööliste täielikku nimekirja</span></a> keskkonnas nimega Github</p></body></html>
+
+ <html><head/><body><p>Algversiooni autor: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Vaata ka <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">kaastööliste täielikku nimekirja</span></a> keskkonnas nimega Github</p></body></html>
diff --git a/translations/fi.ts b/translations/fi.ts
index 5524ac969..f978f5f7c 100644
--- a/translations/fi.ts
+++ b/translations/fi.ts
@@ -130,8 +130,8 @@ Joskus yhteytesi ei välttämättä ole tarpeeksi hyvä korkeaa kuvanlaatua vart
toxcore:n versio: $TOXCOREVERSION
-
- Kommitti: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Kommitti: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -142,8 +142,8 @@ Joskus yhteytesi ei välttämättä ole tarpeeksi hyvä korkeaa kuvanlaatua vart
Tekijät
-
- <html><head/><body><p>Alkuperäinen tekijä: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Katso koko lista <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">tekijöistä</span></a> Githubissa</p></body></html>
+
+ <html><head/><body><p>Alkuperäinen tekijä: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Katso koko lista <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">tekijöistä</span></a> Githubissa</p></body></html>
diff --git a/translations/fr.ts b/translations/fr.ts
index d216743a1..37bfaa101 100644
--- a/translations/fr.ts
+++ b/translations/fr.ts
@@ -126,8 +126,8 @@ ce qui peut conduire à des problèmes avec les appels vidéo.
Version
-
- Identifiant de changement : <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Identifiant de changement : <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -142,8 +142,8 @@ ce qui peut conduire à des problèmes avec les appels vidéo.
Auteurs
-
- <html><head/><body><p>Auteur original : <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Voir la liste complète des <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributeurs</span></a> chez Github</p></body></html>
+
+ <html><head/><body><p>Auteur original : <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Voir la liste complète des <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributeurs</span></a> chez Github</p></body></html>
@@ -1650,7 +1650,7 @@ Vous souhaiteriez en créer un.
PasswordEdit
- MAJUSCULES ACTIVÉES
+ MAJUSCULES ACTIVÉES
diff --git a/translations/he.ts b/translations/he.ts
index 753f485b0..8320af7fa 100644
--- a/translations/he.ts
+++ b/translations/he.ts
@@ -134,7 +134,7 @@ which may lead to problems with video calls.
-
+
@@ -146,7 +146,7 @@ which may lead to problems with video calls.
-
+
diff --git a/translations/hr.ts b/translations/hr.ts
index f99fccf74..c30673775 100644
--- a/translations/hr.ts
+++ b/translations/hr.ts
@@ -134,7 +134,7 @@ Ponekad vaša internetska veza nije dovoljno dobra da podnese visoku video kvali
-
+
@@ -154,7 +154,7 @@ Ponekad vaša internetska veza nije dovoljno dobra da podnese visoku video kvali
-
+
diff --git a/translations/hu.ts b/translations/hu.ts
index aea79d19f..1c2e53611 100644
--- a/translations/hu.ts
+++ b/translations/hu.ts
@@ -134,7 +134,7 @@ ami a videóhívások problémáihoz vezethet.
Qt verzió: $QTVERSION
-
+
@@ -154,7 +154,7 @@ ami a videóhívások problémáihoz vezethet.
Szerzők
-
+
diff --git a/translations/it.ts b/translations/it.ts
index 2e6fdcf0a..a96f717cf 100644
--- a/translations/it.ts
+++ b/translations/it.ts
@@ -130,8 +130,8 @@ qualità video elevate, questo può causare problemi con le chiamate video.Stai utilizzando la versione $GIT_DESCRIBE.
-
- Commit hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -146,8 +146,8 @@ qualità video elevate, questo può causare problemi con le chiamate video.Autori
-
- <html><head/><body><p>Autore originale: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Guarda la lista completa degli <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">sviluppatori</span></a> su Github</p></body></html>
+
+ <html><head/><body><p>Autore originale: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Guarda la lista completa degli <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">sviluppatori</span></a> su Github</p></body></html>
diff --git a/translations/ja.ts b/translations/ja.ts
index 2b2297726..e388bb746 100644
--- a/translations/ja.ts
+++ b/translations/ja.ts
@@ -134,8 +134,8 @@ which may lead to problems with video calls.
Qt バージョン: $QTVERSION
-
- コミット ハッシュ: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ コミット ハッシュ: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -154,8 +154,8 @@ which may lead to problems with video calls.
作者と協力者達
-
- <html><head/><body><p>オリジナルの著作者: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Githubにて<a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">貢献者の全一覧</span></a>もご覧ください。</p></body></html>
+
+ <html><head/><body><p>オリジナルの著作者: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Githubにて<a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">貢献者の全一覧</span></a>もご覧ください。</p></body></html>
diff --git a/translations/lt.ts b/translations/lt.ts
index 9f6f71139..975a74cda 100644
--- a/translations/lt.ts
+++ b/translations/lt.ts
@@ -143,16 +143,16 @@ vaizdo skambučiais.
toxcore versija: $TOXCOREVERSION
-
- Atnaujinimo maiša (<i>hash</i>): <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Atnaujinimo maiša (<i>hash</i>): <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
Kūrėjai
-
- <html><head/><body><p>Projekto pradininkas: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Visą <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">talkininkų sąrašą</span></a> rasite Github svetainėje</p></body></html>
+
+ <html><head/><body><p>Projekto pradininkas: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Visą <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">talkininkų sąrašą</span></a> rasite Github svetainėje</p></body></html>
diff --git a/translations/nl.ts b/translations/nl.ts
index 3c11c85a1..d67bf28e6 100644
--- a/translations/nl.ts
+++ b/translations/nl.ts
@@ -126,8 +126,8 @@ wat tot problemen kan leiden met videogesprekken.
Versie
-
- Commit hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -142,8 +142,8 @@ wat tot problemen kan leiden met videogesprekken.
Auteurs
-
- <html><head/><body><p>Oorspronkelijke auteur: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Een volledige lijst met <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">bijdragers</span></a> is te vinden op Github</p></body></html>
+
+ <html><head/><body><p>Oorspronkelijke auteur: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Een volledige lijst met <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">bijdragers</span></a> is te vinden op Github</p></body></html>
diff --git a/translations/no_nb.ts b/translations/no_nb.ts
index f0995a364..a5f143321 100644
--- a/translations/no_nb.ts
+++ b/translations/no_nb.ts
@@ -133,8 +133,8 @@ Det kan oppstå problemer med videosamtalene hvis du har valgt høyere videokval
Utviklere
-
- <html><head/><body><p>Opprinnelig utvikler: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Se fullstendig liste over <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">bidragsytere</span></a> en GitHub</p></body></html>
+
+ <html><head/><body><p>Opprinnelig utvikler: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Se fullstendig liste over <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">bidragsytere</span></a> en GitHub</p></body></html>
@@ -149,7 +149,7 @@ Det kan oppstå problemer med videosamtalene hvis du har valgt høyere videokval
-
+
diff --git a/translations/pl.ts b/translations/pl.ts
index d29580381..82d516466 100644
--- a/translations/pl.ts
+++ b/translations/pl.ts
@@ -134,8 +134,8 @@ co może spowodować problemy z połączeniami wideo.
Licencja
-
- Commit: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -146,9 +146,9 @@ co może spowodować problemy z połączeniami wideo.
Autorzy
-
+
better translation?
- <html><head/><body><p>Oryginalny autor: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Zobacz pełną listę <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">współtwórców</span></a> na Githubie</p></body></html>
+ <html><head/><body><p>Oryginalny autor: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Zobacz pełną listę <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">współtwórców</span></a> na Githubie</p></body></html>
diff --git a/translations/pt.ts b/translations/pt.ts
index 2d275e4c4..45478aa03 100644
--- a/translations/pt.ts
+++ b/translations/pt.ts
@@ -133,8 +133,8 @@ Eventualmente sua conexão pode não ser suficiente para uma qualiade de vídeo
Autores
-
- <html><head/><body><p>Autor original: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Veja uma lista completa dos <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contribuidores</span></a> no Github</p></body></html>
+
+ <html><head/><body><p>Autor original: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Veja uma lista completa dos <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contribuidores</span></a> no Github</p></body></html>
@@ -149,7 +149,7 @@ Eventualmente sua conexão pode não ser suficiente para uma qualiade de vídeo
-
+
diff --git a/translations/ru.ts b/translations/ru.ts
index dc1a4aba7..b5e6a50dd 100644
--- a/translations/ru.ts
+++ b/translations/ru.ts
@@ -139,8 +139,8 @@ which may lead to problems with video calls.
Лицензия
-
- Хэш коммита: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Хэш коммита: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -151,8 +151,8 @@ which may lead to problems with video calls.
Авторы
-
- <html><head/><body><p>Изначальный автор: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Полный список <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">авторов</span></a> на Github</p></body></html>
+
+ <html><head/><body><p>Изначальный автор: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Полный список <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">авторов</span></a> на Github</p></body></html>
diff --git a/translations/sl.ts b/translations/sl.ts
index d28a48abe..e9440a877 100644
--- a/translations/sl.ts
+++ b/translations/sl.ts
@@ -134,7 +134,7 @@ in zato lahko pride do problemov pri video pogovorih.
-
+
@@ -154,7 +154,7 @@ in zato lahko pride do problemov pri video pogovorih.
-
+
diff --git a/translations/sv.ts b/translations/sv.ts
index 89cff3569..238442b4f 100644
--- a/translations/sv.ts
+++ b/translations/sv.ts
@@ -130,7 +130,7 @@ which may lead to problems with video calls.
-
+
@@ -150,7 +150,7 @@ which may lead to problems with video calls.
-
+
diff --git a/translations/tr.ts b/translations/tr.ts
index 47d5ea70a..782f33f49 100644
--- a/translations/tr.ts
+++ b/translations/tr.ts
@@ -130,8 +130,8 @@ Fakat daha iyi bir internet bağlantısına ihtiyacınız olacaktır.
toxcore sürümü: $TOXCOREVERSION
-
- Commit hash: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Commit hash: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -143,8 +143,8 @@ Fakat daha iyi bir internet bağlantısına ihtiyacınız olacaktır.
Yazarlar
-
- <html><head/><body><p>Esas yazar: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Bu yazılıma katkıda bulunanların tam listesi için, Github'da <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributors</span></a> kısmını inceleyiniz.</p></body></html>
+
+ <html><head/><body><p>Esas yazar: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Bu yazılıma katkıda bulunanların tam listesi için, Github'da <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">contributors</span></a> kısmını inceleyiniz.</p></body></html>
diff --git a/translations/ug.ts b/translations/ug.ts
index 4157409c1..e810a7a6f 100644
--- a/translations/ug.ts
+++ b/translations/ug.ts
@@ -140,8 +140,8 @@ which may lead to problems with video calls.
رۇخسەتنامە
-
- تاپشۇرۇش خاشى: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ تاپشۇرۇش خاشى: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -152,8 +152,8 @@ which may lead to problems with video calls.
ئاپتورلار
-
- <html><head/><body><p>ئەسلىي ئاپتورى <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p><a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">كۈچ قوشقانلار</span></a>تىن كۈچ قوشقانلارنىڭ تىزىملىكىنى كۆرۈڭGithub</p></body></html>
+
+ <html><head/><body><p>ئەسلىي ئاپتورى <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p><a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">كۈچ قوشقانلار</span></a>تىن كۈچ قوشقانلارنىڭ تىزىملىكىنى كۆرۈڭGithub</p></body></html>
diff --git a/translations/uk.ts b/translations/uk.ts
index 0e4953ca3..6372b72da 100644
--- a/translations/uk.ts
+++ b/translations/uk.ts
@@ -130,8 +130,8 @@ which may lead to problems with video calls.
Версія toxcore: $TOXCOREVERSION
-
- Хеш коміту: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ Хеш коміту: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -150,8 +150,8 @@ which may lead to problems with video calls.
Автори
-
- <html><head/><body><p> Оригінальний автор: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Дивіться повний список <a href="https://github.com/tux3/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">учасників</span></a> на Github</p></body></html>
+
+ <html><head/><body><p> Оригінальний автор: <a href="https://github.com/tux3"><span style=" text-decoration: underline; color:#0000ff;">tux3</span></a></p><p>Дивіться повний список <a href="https://github.com/qTox/qTox/graphs/contributors"><span style=" text-decoration: underline; color:#0000ff;">учасників</span></a> на Github</p></body></html>
diff --git a/translations/zh.ts b/translations/zh.ts
index 439397d12..0641ac01e 100644
--- a/translations/zh.ts
+++ b/translations/zh.ts
@@ -135,8 +135,8 @@ which may lead to problems with video calls.
Qt 版本:$QTVERSION
-
- 提交摘要: <a href="https://github.com/tux3/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
+
+ 提交摘要: <a href="https://github.com/qTox/qTox/commit/$GIT_VERSION">$GIT_VERSION</a>
@@ -155,7 +155,7 @@ which may lead to problems with video calls.
作者
-
+
diff --git a/ui/window/statusPanel.css b/ui/window/statusPanel.css
index 0a350b975..cf2f869f6 100644
--- a/ui/window/statusPanel.css
+++ b/ui/window/statusPanel.css
@@ -46,7 +46,7 @@ QPushButton#green:pressed
}
/**
- Uncomment this after https://github.com/tux3/qTox/pull/1640
+ Uncomment this after https://github.com/qTox/qTox/pull/1640
is merged!
QComboBox:down-arrow {
image: url(ui/css/down_arrow.png);
diff --git a/updater/widget.ui b/updater/widget.ui
index 507ff9f04..62eb04de7 100644
--- a/updater/widget.ui
+++ b/updater/widget.ui
@@ -103,7 +103,7 @@
- <a href="https://github.com/tux3/qtox">https://github.com/tux3/qtox</a>
+ <a href="https://github.com/qTox/qtox">https://github.com/qTox/qtox</a>
Qt::AlignCenter
diff --git a/verify-commit-messages.sh b/verify-commit-messages.sh
index 69c29c758..b57c43f2b 100755
--- a/verify-commit-messages.sh
+++ b/verify-commit-messages.sh
@@ -35,7 +35,7 @@ if git log --format=format:'%s' "$ARG" | \
then
echo ""
echo "Above ↑ commits don't conform to commit message format:"
- echo "https://github.com/tux3/qTox/blob/master/CONTRIBUTING.md#commit-message-format"
+ echo "https://github.com/qTox/qTox/blob/master/CONTRIBUTING.md#commit-message-format"
echo ""
echo "Pls fix."
echo ""
diff --git a/windows/qtox.nsi b/windows/qtox.nsi
index bc0ca8b16..27657f505 100644
--- a/windows/qtox.nsi
+++ b/windows/qtox.nsi
@@ -3,7 +3,7 @@
###################
!define APP_NAME "qTox"
!define COMP_NAME "Tox"
-!define WEB_SITE "https://github.com/tux3/qTox"
+!define WEB_SITE "https://github.com/qTox/qTox"
!define VERSION "1.0.0.0"
!define DESCRIPTION "qTox Installer"
!define COPYRIGHT "The Tox Project"
@@ -227,7 +227,7 @@ FunctionEnd
!define MUI_FINISHPAGE_RUN_FUNCTION Launch_qTox_without_Admin
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_LINK "Find qTox on GitHub"
-!define MUI_FINISHPAGE_LINK_LOCATION "https://github.com/tux3/qTox"
+!define MUI_FINISHPAGE_LINK_LOCATION "https://github.com/qTox/qTox"
!insertmacro MUI_PAGE_FINISH
Function Launch_qTox_without_Admin
diff --git a/windows/qtox64.nsi b/windows/qtox64.nsi
index d029a15b0..6c6a67711 100644
--- a/windows/qtox64.nsi
+++ b/windows/qtox64.nsi
@@ -3,7 +3,7 @@
###################
!define APP_NAME "qTox"
!define COMP_NAME "Tox"
-!define WEB_SITE "https://github.com/tux3/qTox"
+!define WEB_SITE "https://github.com/qTox/qTox"
!define VERSION "1.0.0.0"
!define DESCRIPTION "qTox Installer"
!define COPYRIGHT "The Tox Project"
@@ -227,7 +227,7 @@ FunctionEnd
!define MUI_FINISHPAGE_RUN_FUNCTION Launch_qTox_without_Admin
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_LINK "Find qTox on GitHub"
-!define MUI_FINISHPAGE_LINK_LOCATION "https://github.com/tux3/qTox"
+!define MUI_FINISHPAGE_LINK_LOCATION "https://github.com/qTox/qTox"
!insertmacro MUI_PAGE_FINISH
Function Launch_qTox_without_Admin