1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

95 Commits

Author SHA1 Message Date
Anthony Bilinski
e97b270584
fix(osx): create /usr/local/sbin directory for brew package installation
ffmpeg dependency unbound attempts to symlink to /usr/local/sbin, failing if
the directory does not exist. /usr/local/sbin does not exist by default on
10.13 High Sierra, so prompt to create it if it doesn't exit, and create it for
travis CI automatically.
2019-10-09 23:15:23 -07:00
Anthony Bilinski
8e597ed736
chore(travis): make travis happy by having some output - but not too much
Fix #5515

brew install might take a long time to build Qt or ffmpeg. Travis kills us if
we don't output for 10 minutes. Travis also kills us if we output too much, so
verbose isn't an option. So just output some dots...
2019-10-09 23:07:24 -07:00
sudden6
79c88f2154
Merge pull request #5722
jenli669 (2):
      docs(copyright): update and add copyright info
      docs(copyright): Added copyright to apparmor .qtox files
2019-06-28 09:00:13 +02:00
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
zealously updates and adds qTox copyright information.

Fixes #5713
2019-06-28 01:18:26 +02:00
Anthony Bilinski
86f0c3a54c
chore(build): update toxcore to v0.2.10 2019-06-27 01:10:03 -07:00
sudden6
a3f7732db2
chore: temporarily disable spell checking for MacOS 2019-03-17 11:59:07 +01:00
Anthony Bilinski
23da95a983
chore(build): update toxcore to v0.2.9 2019-01-13 13:09:24 -08:00
Anthony Bilinski
fd7097222d
fix(build): show brew compilation progress to avoid being killed by Travis 2019-01-12 22:54:02 -08:00
Anthony Bilinski
6c9d7b59c1
feat(ui): add update notification enabled with -DUPDATE_CHECK
Fix #5335
2019-01-08 09:02:17 -08:00
Anthony Bilinski
a14595b4f1
chore(release): update toxcore version to v0.2.7 2018-09-17 10:40:07 -07:00
Anthony Bilinski
5cc56c82f5
chore(build): allow osx mac deployer ultimate script outside of home
Also update toxcore build to cmake
2018-07-23 00:23:52 -07:00
Anthony Bilinski
ba983ae175
Merge v1.16.3 to master 2018-07-21 15:21:50 -07:00
Anthony Bilinski
8eed684c37
chore(release): update version number and changelog 2018-07-20 11:53:08 -07:00
sudden6
18358fc716
chore(deploy): build qTox with Sonnet on Mac 2018-07-19 20:31:57 +02:00
Diadlo
4c9b7bfccc
chore: Add sonnect in build scripts and update docs 2018-07-19 20:31:57 +02:00
Anthony Bilinski
c1521d7b98
chore(release): update version number and changelog 2018-07-15 11:36:47 -07:00
sudden6
4921b8868f
chore(release): update version number and changelog 2018-07-04 22:16:11 +02:00
sudden6
de416653b9
chore: update version number and changelog 2018-07-02 23:16:45 +02:00
sudden6
f490f3b43f
chore: update dependencies to newest versions 2018-07-02 23:04:10 +02:00
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files 2018-04-25 17:33:38 -07:00
Anthony Bilinski
3c15cd2b10
chore(release): update qTox version to v1.15.0 2018-04-19 10:16:49 -07:00
Anthony Bilinski
a918e559ee
chore(version): update toxcore version to v0.2.2 2018-04-17 23:47:33 -07:00
sudden6
b6e811ca3a
chore(release): release v1.14.0 2018-03-12 20:41:19 +01:00
sudden6
5f03e44db2
chore: update to c-toxcore 0.2.1 2018-03-12 20:41:14 +01:00
sudden6
a2feaf3fc6
chore: update c-toxcore for all builds 2017-12-30 16:33:14 +01:00
Diadlo
4b6d4f7ae6
chore(release): update version number 2017-11-25 23:39:09 +03:00
sudden6
333e663ad1
chore(release): update version number 2017-10-10 18:22:06 +02:00
anthony.bilinski
414fa178b4 feat(exif): Honour exif orientation tag
Fixes #1848
2017-09-19 10:00:05 -07:00
sudden6
8f2401fee6
fix(build): add install steps for libfilteraudio on OSX 2017-08-05 21:25:01 +02:00
Zetok Zalbavar
66b133c8d4
chore(CHANGELOG): add changelog for the v1.11.0 release
Also bump version numbers.
2017-07-16 13:33:33 +01:00
sudden6
bad0c27e33
chore(version): update version 2017-05-13 14:58:21 +02:00
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.
2017-02-11 17:04:58 +00:00
vit9696
bf8b23e373 fix(build): avoid version checking where unnecessary 2017-02-04 03:57:41 -08:00
vit9696
68b2d5e179 style(build): go with cd instead of pushd 2017-02-04 03:57:26 -08:00
vit9696
07639011da fix(build): do not invoke version update on travis
Suggested by zetok due to travis not fetching all the commits.
2017-01-29 23:35:03 -08:00
vit9696
919a94b978 fix(build): attempt to make travis happy 2017-01-29 22:32:38 -08:00
vit9696
0a53331b85 style(build): conform to guidelines 2017-01-29 14:50:26 -08:00
vit9696
3a88abddd7 fix(build): set generic macOS Info.plist version by default 2017-01-29 14:42:26 -08:00
vit9696
8912e9e016 fix(build): correct macOS deployment 2017-01-29 14:40:46 -08:00
Diadlo
30e8a69d11
chore(osx): Added macos instalation script
Implementation by @iphydf
Fix #3747.
2017-01-29 10:07:15 +03:00
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake 2017-01-28 22:11:42 +00:00
Diadlo
5694f97d58
chore: Update build scripts
Migration from qmake on cmake
2017-01-28 22:11:42 +00:00
Diadlo
7ff84b070e
chore(toxcore): Added checkout on v0.1.0 toxcore 2016-12-19 00:42:54 +03:00
Diadlo
fe8671f35e
chore: Updated build scrips 2016-12-19 00:42:54 +03:00
Zetok Zalbavar
54556803d1
chore(build): make sure that OSX building script cleans up files
It should clean up any files tracked by the git from changes before
trying to get newer versions, otherwise script could fail to update.
2016-12-11 14:25:33 +00:00
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.
2016-12-08 16:12:54 +00:00
Zetok Zalbavar
7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors 2016-11-29 11:12:06 +00:00
initramfs
624441f71e
chore(build): fix toxcore clone location in OSX build script 2016-11-06 02:53:47 -05:00
Zetok Zalbavar
fd36bdc89f
chore: merge separate gitignores into a single one 2016-10-15 10:00:30 +01:00
Zetok Zalbavar
a719f98570
docs(osx): remove obsolete info about osx updates 2016-10-11 17:47:28 +01:00