sudden6
b7ecf02995
chore(nodes): update bootstrap nodes and tools
...
Add a script to update bootstrap nodes from nodes.tox.chat.
Update maintainer instructions for release.
5 years ago
sudden6
da0bae5430
chore(nodes): update bootstrap nodes and tools
...
Add a script to update bootstrap nodes from nodes.tox.chat.
Update maintainer instructions for release.
5 years ago
Anthony Bilinski
16de5f8549
chore(ci): update travis to ubuntu 16.04, since 14.04 is EOL
...
Ubuntu has Qt 5.5.1 in its repos, so PPA is no longer required.
6 years ago
Anthony Bilinski
fe9d83d881
chore(tools): allow merging PR to whatever branch is checked out
...
Useful for either dev testing or merging PRs to dev branches. Also stop
updating local repo state beyond merging the PR.
6 years ago
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
...
zealously updates and adds qTox copyright information.
Fixes #5713
6 years ago
Anthony Bilinski
922fd58af6
chore(maint): remove deprecated update-nodelist tool
...
nodelist is now stored directly in JSON format, since 1f2bdf3a1b
6 years ago
Anthony Bilinski
266757ae5e
chore(build): add script to update toxcore version
7 years ago
sudden6
95fc3b371d
chore: add version to appdata.xml adapt update-versions script
7 years ago
Zetok Zalbavar
8edbe9f888
chore: refactor tools/create-tarballs.sh to deduplicate code
7 years ago
Anthony Bilinski
6052612250
chore(release): update flatpak and appimage links, update version script
7 years ago
Anthony Bilinski
003ff4c7e4
chore(release): add tool from abbat to update bootstrap list, update bootstrap list
7 years ago
Anthony Bilinski
7ff1d6053a
feat(build): update docs and tools to provide signed tar.gz
...
To support openSUSE package creation.
Fix #5278
7 years ago
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files
7 years ago
Anthony Bilinski
d7b6af9a5b
chore(release): Update README download links and MAINTAINING.md
7 years ago
sudden6
96ae4284a0
feat(Weblate): create script to automatically merge Weblate changes
7 years ago
sudden6
351e769eb7
chore: remove unmaintained package build script
7 years ago
Diadlo
6e0bdf2cd2
chore: Remove qtox.pro and its mention
8 years ago
Zetok Zalbavar
e65e45aafe
chore: add script for code formatting
9 years ago
Zetok Zalbavar
2abbbbfa3f
chore(style): remove deprecated `qTox-Coding-Style.xml`
9 years ago
Zetok Zalbavar
a2aaff115c
chore(build): fix version script failure when called from non-base dir
...
Now script will work regardless of the working directory it was called
from.
This fixes problem with CMake failing when it's called from directory
other than base `qTox`.
Fix from
https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
9 years ago
Zetok Zalbavar
63e95f3528
chore(build): adjust version updating script to not rely on git
...
Relying on git doesn't work in awful lot of cases, e.g. when there's a
shallow `git clone`.
Instead have "hardcoded" version in files, and update it before release.
Closes #4165 .
9 years ago
Zetok Zalbavar
3b56a6ec2a
chore(tools): remove from qTox repo tools for creating updates
...
They were moved into a separate repo.
9 years ago
Zetok Zalbavar
343989d575
chore(tools): add a script for creating and signing release tarballs
...
`lzip` is used for its great compression (better even than `xz`) and
properties that make it a viable format for long-term archiving (feature
that `xz` is missing).
http://www.nongnu.org/lzip/xz_inadequate.html
Also add some docs regarding release process.
Re: #3912 , #4045
9 years ago
sudden6
6bad4ad3ba
chore(style): add coding style file for Qt Creator
9 years ago
Zetok Zalbavar
b5af649190
chore(tools): replace unsafe signing C++ code with Rust
9 years ago
Zetok Zalbavar
335b408278
chore(tools): make deweblate script work with long commit messages
...
Previously it would fail to work if commit message wasn't limited to a
single line.
9 years ago
Zetok Zalbavar
c717f128da
chore: add current version in OSX's .plist file(s) with a script
...
Also add a script to update both osx and windows versions.
9 years ago
Zetok Zalbavar
7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors
9 years ago
Zetok Zalbavar
78b242a418
chore(tools): make deweblate script automatically use last commit msg
9 years ago
Zetok Zalbavar
70246f0208
chore(tools): add script to automatically update & amend Weblate commits
9 years ago
Zetok Zalbavar
4b7ab093c2
chore(tools): update translation updater's commit message (s/w/W/)
9 years ago
Zetok Zalbavar
8f37d4c7ab
chore: delete leftover branches from previous testing with test script
9 years ago
Zetok Zalbavar
04ae171d04
chore: make script for updating translations actually commit stuff
9 years ago
Zetok Zalbavar
dc10309a82
chore: update docs & scripts for getting translations from Weblate
...
Removed not used script.
9 years ago
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
9 years ago
Zetok Zalbavar
2a420b85ef
chore(test-pr.sh): commit merge as `qTox testing <>`
...
With this one doesn't need to even have git properly configured to test
a PR.
9 years ago
Zetok Zalbavar
99ce719b80
chore: remove unnecessary indentation from merge commit message
9 years ago
Zetok Zalbavar
784d42d8d7
chore(test-pr.sh): add test-pr.sh script as requested
...
Add missing copyright stuff to `merge-pr.sh`.
Refactored & split `merge-pr.sh` script, since most of required
code for `test-pr.sh` already existed there.
Differences from `merge-pr.sh`:
* if there's no `upstream` remote, https version is used instead of
git
* merge commit *is not* GPG-signed (less hassle)
* merge branch is named e.g. `test1234` instead of `merge1234`
* instructions for pushing test branch onto upstream master are not
printed
9 years ago
Zetok Zalbavar
612893af3e
chore(i18n): add scripts for pulling translations & updating files
...
Script for pulling translations from Weblate was taken from
7a220077c5
and adjusted for qTox needs.
9 years ago
Zetok Zalbavar
95794b4464
chore: remove all mentions of long-deprecated OpenCV
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
tux3
7f4f0bbb82
Update genflist tool
10 years ago
tux3
a16bdeb27c
Update update-server tools
10 years ago
tux3
cb8b9dc913
Update update server tools
10 years ago
tux3
e6083e4f5b
Add update server keygen tool
10 years ago
Zetok Zalbavar
90d1f4be02
Fix incorrect copyright headers
...
The qTox Project is not associated with the Tox Project in any way, with the
exception of qTox using the Tox Projet's toxcore collection of libraries.
In particular, the Tox Projet does not own copyright over the qTox Project's
qTox collection of software, source code, and assets.
The qTox Project's assets are under the sole copyright of the qTox
contributors, and no partiular rights are granted to the Tox Project.
10 years ago
Zetok Zalbavar
2acfeaf7c4
Change references to tox.im to tox.chat
10 years ago
Yuri
ce3033a0cf
Fixed bash shebangs to use /usr/bin/env for better compatibility
10 years ago
Zetok Zalbavar
f3aa3073b0
Fix coding style and add copyright header
...
* added copyright header to src/platform/statusnotifier/enums.c
* 'switch(' → 'switch ('
* use Allman style
----
for / if / while / switch () {
↓
for / if / while / switch ()
{
----
----
for / if / while ()
{
1_line;
}
↓
for / if / while ()
1_line;
----
----
for / if / while ()
1_line;
line_out_of_loop;
↓
for / if / while ()
1_line;
line_out_of_loop;
----
10 years ago
tux3
bb8464bbde
Upload update FTP deployement scripts
...
In case someone finds those interesting, or if I get hit by a bus unexpectedly
11 years ago