https://salsa.debian.org/debian/tipp10/-/raw/debian/2.1.0-5/debian/patches/disable_downloaders.patch Author: Reiner Herrmann Description: Disable downloaders This makes porting to Qt5 much easier, as QHttp is no longer available. But the functionality was not enabled anyway or is no longer useful. . - checkversion.h/.cpp: At startup (while loading settings), Tipp10 "phones home" to do an update check (www.tipp10.com/update/version.tipp10v210). For a packaged software and one that is no longer being developed, this does not make much sense. - updatedialog.h/.cpp: Can download newer sqlite database (www.tipp10.com/update/sql.tipp10v210.utf), but this file is no longer available on the server (404). The update action has also not been enabled in the menu, so the update functionality was currently not active: widget/mainwindow.cpp:143: //fileMenu->addAction(updateAction); - downloaddialog.h/.cpp: Allows downloading lessons from user-speci
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/license.scm
blob: f071d0a71082f500752772eff47dec494a41e1ad (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95