-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path.gitignore
More file actions
341 lines (340 loc) · 12.2 KB
/
Copy path.gitignore
File metadata and controls
341 lines (340 loc) · 12.2 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
klog.dir/*
CMakeFiles/*
*~
*.user
KLog.pro.user*
src/.qmake.stash
src/build
src/CMakeFiles/*
src/klog_autogen/*
build
build_cmake
src/release
src/Makefile*
src/object_*
.DS_Store
KLog.app
*.qm
.qtc_clangd
*.autosave
*.sh~
*.dmg
src/macOSDeploy.sh
src/klog_resource.rc
*.pro~
*.stash
*.o
tests/CMakeFiles/*
tests/tst_*/CTestTestfile.cmake
tests/CTestTestfile.cmake
tests/*/CMakeFiles/*
*moc_*.cpp
*moc_*.cpp.d
tests/tst_*/tst_*_autogen/*
tests/tst_callsign/tst_callsign_autogen/*
tests/tst_mainwindow/macOSDeploy.sh
tests/tst_mainwindow/Makefile
*.tmp
tests/tst_mainwindow/moc_predefs.h
tests/tst_mainwindow/target_wrapper.sh
*.moc
tests/tst_mainwindow/moc_*.cpp
*.exe
*.idx
.qtc_clangd/compile_commands.json
Makefile
tests/tst_adif/moc_adif.cpp
tests/tst_adif/moc_wrapper.sh
tests/tst_adif/rcc_wrapper.sh
tests/tst_adif/target_wrapper.sh
tests/tst_adif/tst_adif
tests/tst_adif/uic_wrapper.sh
tests/tst_database/moc_adif.cpp
tests/tst_database/moc_database.cpp
tests/tst_database/moc_dataproxy_sqlite.cpp
tests/tst_database/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_database/moc_qso.cpp
tests/tst_database/moc_queryexecutor.cpp
tests/tst_database/moc_utilities.cpp
tests/tst_database/moc_world.cpp
tests/tst_database/moc_wrapper.sh
tests/tst_database/rcc_wrapper.sh
tests/tst_database/target_wrapper.sh
tests/tst_database/tst_database
tests/tst_database/tst_database.cpp
tests/tst_database/uic_wrapper.sh
tests/tst_dataproxy/moc_adif.cpp
tests/tst_dataproxy/moc_database.cpp
tests/tst_dataproxy/moc_dataproxy_sqlite.cpp
tests/tst_dataproxy/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_dataproxy/moc_qso.cpp
tests/tst_dataproxy/moc_queryexecutor.cpp
tests/tst_dataproxy/moc_utilities.cpp
tests/tst_dataproxy/moc_wrapper.sh
tests/tst_dataproxy/rcc_wrapper.sh
tests/tst_dataproxy/target_wrapper.sh
tests/tst_dataproxy/tst_dataproxy
tests/tst_dataproxy/uic_wrapper.sh
tests/tst_dxspot/moc_dxspot.cpp
tests/tst_dxspot/moc_frequency.cpp
tests/tst_dxspot/moc_wrapper.sh
tests/tst_dxspot/rcc_wrapper.sh
tests/tst_dxspot/target_wrapper.sh
tests/tst_dxspot/tst_dxspot
tests/tst_frequency/moc_frequency.cpp
tests/tst_frequency/moc_wrapper.sh
tests/tst_frequency/rcc_wrapper.sh
tests/tst_frequency/target_wrapper.sh
tests/tst_frequency/tst_frequency
tests/tst_locator/moc_wrapper.sh
tests/tst_locator/rcc_wrapper.sh
tests/tst_locator/target_wrapper.sh
tests/tst_locator/tst_locator
tests/tst_locator/uic_wrapper.sh
tests/tst_main/moc_wrapper.sh
tests/tst_main/rcc_wrapper.sh
tests/tst_main/target_wrapper.sh
tests/tst_main/uic_wrapper.sh
tests/tst_mainqsoentrywidget/moc_adif.cpp
tests/tst_mainqsoentrywidget/moc_database.cpp
tests/tst_mainqsoentrywidget/moc_dataproxy_sqlite.cpp
tests/tst_mainqsoentrywidget/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_mainqsoentrywidget/moc_mainqsoentrywidget.cpp
tests/tst_mainqsoentrywidget/moc_qso.cpp
tests/tst_mainqsoentrywidget/moc_queryexecutor.cpp
tests/tst_mainqsoentrywidget/moc_utilities.cpp
tests/tst_mainqsoentrywidget/moc_wrapper.sh
tests/tst_mainqsoentrywidget/rcc_wrapper.sh
tests/tst_mainqsoentrywidget/target_wrapper.sh
tests/tst_mainqsoentrywidget/tst_mainqsoentrywidget
tests/tst_mainqsoentrywidget/uic_wrapper.sh
tests/tst_mainwindow/moc_wrapper.sh
tests/tst_mainwindow/qrc_klog.cpp
tests/tst_mainwindow/rcc_wrapper.sh
tests/tst_mainwindow/tst_mainwindow
tests/tst_mainwindow/uic_wrapper.sh
tests/tst_mainwindowinputqso/moc_adif.cpp
tests/tst_mainwindowinputqso/moc_database.cpp
tests/tst_mainwindowinputqso/moc_dataproxy_sqlite.cpp
tests/tst_mainwindowinputqso/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_mainwindowinputqso/moc_mainwindowinputqso.cpp
tests/tst_mainwindowinputqso/moc_qso.cpp
tests/tst_mainwindowinputqso/moc_queryexecutor.cpp
tests/tst_mainwindowinputqso/moc_utilities.cpp
tests/tst_mainwindowinputqso/moc_wrapper.sh
tests/tst_mainwindowinputqso/rcc_wrapper.sh
tests/tst_mainwindowinputqso/target_wrapper.sh
tests/tst_mainwindowinputqso/tst_mainwindowinputqso
tests/tst_mainwindowinputqso/uic_wrapper.sh
tests/tst_mainwindowsattab/moc_adif.cpp
tests/tst_mainwindowsattab/moc_database.cpp
tests/tst_mainwindowsattab/moc_dataproxy_sqlite.cpp
tests/tst_mainwindowsattab/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_mainwindowsattab/moc_mainwindowsattab.cpp
tests/tst_mainwindowsattab/moc_qso.cpp
tests/tst_mainwindowsattab/moc_queryexecutor.cpp
tests/tst_mainwindowsattab/moc_utilities.cpp
tests/tst_mainwindowsattab/moc_wrapper.sh
tests/tst_mainwindowsattab/rcc_wrapper.sh
tests/tst_mainwindowsattab/target_wrapper.sh
tests/tst_mainwindowsattab/tst_mainwindowsattab
tests/tst_mainwindowsattab/uic_wrapper.sh
tests/tst_qso/moc_adif.cpp
tests/tst_qso/moc_qso.cpp
tests/tst_qso/moc_utilities.cpp
tests/tst_qso/moc_wrapper.sh
tests/tst_qso/rcc_wrapper.sh
tests/tst_qso/target_wrapper.sh
tests/tst_qso/tst_qso
tests/tst_qso/uic_wrapper.sh
tests/tst_setuphamlibnetworkwidget/moc_hamlibnetworkconfigwidget.cpp
tests/tst_setuphamlibnetworkwidget/moc_wrapper.sh
tests/tst_setuphamlibnetworkwidget/rcc_wrapper.sh
tests/tst_setuphamlibnetworkwidget/target_wrapper.sh
tests/tst_setuphamlibnetworkwidget/tst_setuphamlibnetworkwidget
tests/tst_setuphamlibnetworkwidget/uic_wrapper.sh
tests/tst_setuphamlibserialwidget/moc_hamlibserialconfigwidget.cpp
tests/tst_setuphamlibserialwidget/moc_wrapper.sh
tests/tst_setuphamlibserialwidget/rcc_wrapper.sh
tests/tst_setuphamlibserialwidget/target_wrapper.sh
tests/tst_setuphamlibserialwidget/tst_setuphamlibserialwidget
tests/tst_setuphamlibserialwidget/uic_wrapper.sh
tests/tst_setuppageelog/moc_adif.cpp
tests/tst_setuppageelog/moc_database.cpp
tests/tst_setuppageelog/moc_dataproxy_sqlite.cpp
tests/tst_setuppageelog/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_setuppageelog/moc_qso.cpp
tests/tst_setuppageelog/moc_queryexecutor.cpp
tests/tst_setuppageelog/moc_setuppageelog.cpp
tests/tst_setuppageelog/moc_utilities.cpp
tests/tst_setuppageelog/moc_wrapper.sh
tests/tst_setuppageelog/rcc_wrapper.sh
tests/tst_setuppageelog/target_wrapper.sh
tests/tst_setuppageelog/tst_setuppageelog
tests/tst_setuppageelog/uic_wrapper.sh
tests/tst_utilities/moc_adif.cpp
tests/tst_utilities/moc_database.cpp
tests/tst_utilities/moc_dataproxy_sqlite.cpp
tests/tst_utilities/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_utilities/moc_qso.cpp
tests/tst_utilities/moc_queryexecutor.cpp
tests/tst_utilities/moc_utilities.cpp
tests/tst_utilities/moc_wrapper.sh
tests/tst_utilities/rcc_wrapper.sh
tests/tst_utilities/target_wrapper.sh
tests/tst_utilities/tst_utilities
tests/tst_utilities/uic_wrapper.sh
tests/tst_wizard/moc_adif.cpp
tests/tst_wizard/moc_downloadcty.cpp
tests/tst_wizard/moc_startwizard.cpp
tests/tst_wizard/moc_utilities.cpp
tests/tst_wizard/moc_wrapper.sh
tests/tst_wizard/rcc_wrapper.sh
tests/tst_wizard/target_wrapper.sh
tests/tst_wizard/tst_wizard
tests/tst_wizard/uic_wrapper.sh
tests/tst_world/moc_adif.cpp
tests/tst_world/moc_database.cpp
tests/tst_world/moc_dataproxy_sqlite.cpp
tests/tst_world/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_world/moc_qso.cpp
tests/tst_world/moc_queryexecutor.cpp
tests/tst_world/moc_utilities.cpp
tests/tst_world/moc_world.cpp
tests/tst_world/moc_wrapper.sh
tests/tst_world/rcc_wrapper.sh
tests/tst_world/target_wrapper.sh
tests/tst_world/tst_world
tests/tst_world/uic_wrapper.sh
tests/tst_mainwindowinputothers/moc_adif.cpp
tests/tst_mainwindowinputothers/moc_database.cpp
tests/tst_mainwindowinputothers/moc_dataproxy_sqlite.cpp
tests/tst_mainwindowinputothers/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_mainwindowinputothers/moc_mainwindowinputothers.cpp
tests/tst_mainwindowinputothers/moc_predefs.h
tests/tst_mainwindowinputothers/moc_qso.cpp
tests/tst_mainwindowinputothers/moc_queryexecutor.cpp
tests/tst_mainwindowinputothers/moc_utilities.cpp
tests/tst_mainwindowinputothers/target_wrapper.sh
tests/tst_dataproxy/moc_predefs.h
tests/tst_mainwindowinputothers/tst_mainwindowinputothers
tests/tst_mainwindowinputothers/tst_mainwindowinputothers
tests/tst_mainwindowinputqso/moc_predefs.h
tests/tst_utilities/moc_predefs.h
tests/tst_callsign/moc_callsign.cpp
tests/tst_callsign/moc_predefs.h
tests/tst_callsign/target_wrapper.sh
tests/tst_callsign/tst_callsign
tests/tst_adif/moc_predefs.h
tests/tst_world/moc_predefs.h
tests/tst_world/moc_callsign.cpp
tests/tst_wizard/moc_predefs.h
tests/tst_wizard/moc_callsign.cpp
tests/tst_utilities/moc_callsign.cpp
tests/tst_setuppageelog/moc_predefs.h
tests/tst_setuppageelog/moc_callsign.cpp
tests/tst_setuphamlibserialwidget/moc_predefs.h
tests/tst_setuphamlibnetworkwidget/moc_predefs.h
tests/tst_qso/moc_predefs.h
tests/tst_qso/moc_callsign.cpp
tests/tst_mainwindowsattab/moc_predefs.h
tests/tst_mainwindowsattab/moc_callsign.cpp
tests/tst_mainwindowinputqso/moc_callsign.cpp
tests/tst_mainwindowinputothers/moc_callsign.cpp
tests/tst_mainqsoentrywidget/moc_predefs.h
tests/tst_mainqsoentrywidget/moc_callsign.cpp
tests/tst_locator/moc_predefs.h
tests/tst_frequency/moc_predefs.h
tests/tst_dxspot/moc_predefs.h
tests/tst_dataproxy/moc_callsign.cpp
tests/tst_database/moc_predefs.h
tests/tst_database/moc_callsign.cpp
tests/tst_adif/moc_callsign.cpp
tests/tst_callsign/moc_wrapper.sh
tests/tst_callsign/rcc_wrapper.sh
tests/tst_mainwindowinputothers/moc_wrapper.sh
tests/tst_mainwindowinputothers/rcc_wrapper.sh
tests/tst_mainwindowinputothers/uic_wrapper.sh
tests/tst_mainwindowinputothers/moc_world.cpp
tests/tst_database/moc_frequency.cpp
tests/tst_dataproxy/moc_frequency.cpp
tests/tst_logwindow/moc_adif.cpp
tests/tst_logwindow/moc_awards.cpp
tests/tst_logwindow/moc_callsign.cpp
tests/tst_logwindow/moc_database.cpp
tests/tst_logwindow/moc_dataproxy_sqlite.cpp
tests/tst_logwindow/moc_db_adif_primary_subdvisions_data.cpp
tests/tst_logwindow/moc_filemanager.cpp
tests/tst_logwindow/moc_frequency.cpp
tests/tst_logwindow/moc_logmodel.cpp
tests/tst_logwindow/moc_logwindow.cpp
tests/tst_logwindow/moc_qso.cpp
tests/tst_logwindow/moc_queryexecutor.cpp
tests/tst_logwindow/moc_utilities.cpp
tests/tst_logwindow/moc_world.cpp
tests/tst_logwindow/moc_wrapper.sh
tests/tst_logwindow/rcc_wrapper.sh
tests/tst_logwindow/target_wrapper.sh
tests/tst_logwindow/tst_logwindow
tests/tst_logwindow/uic_wrapper.sh
tests/tst_mainqsoentrywidget/moc_frequency.cpp
tests/tst_mainwindowinputothers/moc_frequency.cpp
tests/tst_mainwindowinputqso/moc_frequency.cpp
tests/tst_mainwindowsattab/moc_frequency.cpp
tests/tst_setuppageelog/moc_frequency.cpp
tests/tst_utilities/moc_frequency.cpp
tests/tst_world/moc_frequency.cpp
.qt/QtDeploySupport.cmake
.qt/QtDeployTargets.cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles/3.31.6/CMakeCXXCompiler.cmake
CMakeFiles/3.31.6/CMakeDetermineCompilerABI_CXX.bin
CMakeFiles/3.31.6/CMakeSystem.cmake
CMakeFiles/3.31.6/CompilerIdCXX/a.out
CMakeFiles/3.31.6/CompilerIdCXX/CMakeCXXCompilerId.cpp
CMakeFiles/cmake.check_cache
CMakeFiles/CMakeConfigureLog.yaml
CMakeFiles/CMakeDirectoryInformation.cmake
CMakeFiles/CMakeRuleHashes.txt
CMakeFiles/klog.dir/build.make
CMakeFiles/klog.dir/cmake_clean.cmake
CMakeFiles/klog.dir/compiler_depend.make
CMakeFiles/klog.dir/compiler_depend.ts
CMakeFiles/klog.dir/depend.make
CMakeFiles/klog.dir/DependInfo.cmake
CMakeFiles/klog.dir/flags.make
CMakeFiles/klog.dir/link.txt
CMakeFiles/klog.dir/progress.make
CMakeFiles/klog_autogen.dir/AutogenInfo.json
CMakeFiles/klog_autogen.dir/AutoRcc_klog_UVLADIE3JM_Info.json
CMakeFiles/klog_autogen.dir/build.make
CMakeFiles/klog_autogen.dir/cmake_clean.cmake
CMakeFiles/klog_autogen.dir/compiler_depend.make
CMakeFiles/klog_autogen.dir/compiler_depend.ts
CMakeFiles/klog_autogen.dir/DependInfo.cmake
CMakeFiles/klog_autogen.dir/progress.make
CMakeFiles/klog_autogen_timestamp_deps.dir/build.make
CMakeFiles/klog_autogen_timestamp_deps.dir/cmake_clean.cmake
CMakeFiles/klog_autogen_timestamp_deps.dir/compiler_depend.make
CMakeFiles/klog_autogen_timestamp_deps.dir/compiler_depend.ts
CMakeFiles/klog_autogen_timestamp_deps.dir/DependInfo.cmake
CMakeFiles/klog_autogen_timestamp_deps.dir/progress.make
CMakeFiles/Makefile.cmake
CMakeFiles/Makefile2
CMakeFiles/progress.marks
CMakeFiles/TargetDirectories.txt
src/version.h
src/CTestTestfile.cmake
tests/tst_qso/.qt/QtDeploySupport.cmake
tests/tst_qso/.qt/QtDeployTargets.cmake
tests/tst_world/.qt/QtDeployTargets.cmake
tests/tst_world/.qt/QtDeploySupport.cmake
tests/tst_qsodatacache/tst_qsodatacache
tests/tst_qsodatacache/moc_predefs.h
tests/tst_qsodatacache/target_wrapper.sh
tests/tst_qsodatacache/.qt/QtDeploySupport.cmake
tests/tst_qsodatacache/.qt/QtDeployTargets.cmake
tests/tst_qsodatacache/resources.qrc.depends
src/macOSDeploy-M.sh
Testing/*