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

15 Commits

Author SHA1 Message Date
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox 2016-08-04 06:25:50 +08:00
tux3
318de322bf
Fix #2849
Make the auto-updater aware of portable mode
2016-03-11 23:27:56 +01:00
tux3
59ac2e54e1
Fix updater search paths on XP
Fixes #2807
2016-01-17 16:27:22 +01:00
tux3
6b4f081fdf
dos2unix the updater 2016-01-15 17:40:12 +01:00
tux3
3645e39b89
Updater compatibility with Windows XP
With some LoadLibrary/GetProcAddress shenanigans
2016-01-15 17:38:40 +01:00
tux3
f61332bc56
Fix bad casts in updater code 2015-12-21 20:16:48 +01:00
tux3
634ca9d70d
Fix tox.im -> tox.chat link 2015-12-10 21:22:04 +01:00
tux3
6606688bf3 New Windows updater code
We don't support XP anymore to simplify the logic with regards to UAC
shenanigans.
2015-12-10 18:44:45 +01:00
tux3
f13eba1a9c Dust off windows updater code 2015-12-10 04:37:07 +01:00
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.
2015-10-04 23:43:32 +02:00
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;
----
2015-03-21 08:59:28 +00:00
Tux3 / Mlkj / !Lev.uXFMLA
4907661752
Windows updater: Improve reliability
And fix a bug that caused the progress to be displayed improperly
2015-01-27 00:23:27 +01:00
Maximilian
03cfab8c50 prevents division by 0 in updater 2014-11-23 14:44:12 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
546b90c4c9
Windows updater: Create backup and restore it on failure 2014-11-16 11:24:15 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
45e20187cc
Download and applying updates, qtox-updater
The auto-updater is essentially done, except for the GUI. For now this is only an API.
The API works, but the tools to manage the update server would need some love
2014-11-09 23:24:39 +01:00