Sirius Bakke
|
8013c00e1f
|
Disable builds with Qt < 5.15
|
2023-07-23 00:56:24 +02:00 |
|
Sirius Bakke
|
e7487294b6
|
Update docker images and build matrix
|
2023-07-23 00:55:28 +02:00 |
|
Sirius Bakke
|
184f866bf0
|
fix: Remove unused code
|
2023-07-22 20:06:28 +02:00 |
|
Sirius Bakke
|
61993d3a55
|
fix: Remove deprecated function call. xmlInitMemory(): alias for xmlInitParser()
|
2023-07-22 20:06:25 +02:00 |
|
Sirius Bakke
|
9d1cf618ab
|
fix: Ignore unused parameter
|
2023-07-22 20:06:23 +02:00 |
|
Sirius Bakke
|
7396594fc3
|
fix: Add missing include for QObject::tr()
|
2023-07-22 20:06:21 +02:00 |
|
Sirius Bakke
|
0421a0cf45
|
fix: Remove deprecated (C++11) std::{binary,unary}_function
|
2023-07-22 20:06:18 +02:00 |
|
Sirius Bakke
|
a940362776
|
fix: Adjust invalid regex. Escape '-' as that one is not representing a range.
|
2023-07-22 20:06:16 +02:00 |
|
Sirius Bakke
|
003d5c2ce8
|
test: Qt6: Add workaround for buggy QAction
|
2023-07-22 20:06:13 +02:00 |
|
Sirius Bakke
|
f76af1915d
|
fix: Add support for Qt6
|
2023-07-22 20:06:11 +02:00 |
|
Sirius Bakke
|
b6648fd18a
|
chore: Update CMakeLists.txt for Qt6
|
2023-07-22 20:06:06 +02:00 |
|
Sirius Bakke
|
4fb7572ae0
|
fix: Add braces to if keyword
|
2022-01-11 19:55:36 +01:00 |
|
Sirius Bakke
|
ea25d1e557
|
test: Allow disable tests with -DBUILD_TESTING=OFF
|
2021-01-04 00:47:14 +01:00 |
|
Sirius Bakke
|
35493a6042
|
fix: Set netmask and fix tests
|
2021-01-04 00:45:41 +01:00 |
|
Sirius Bakke
|
0a20416c5b
|
Release v6.0.0-rc1
|
2021-01-03 23:54:46 +01:00 |
|
Sirius Bakke
|
a2922233ec
|
feat: Add well-known IPv6 addresses
|
2021-01-03 23:49:09 +01:00 |
|
Sirius Bakke
|
234035b706
|
Merge pull request #79 from karora/dark_theme_is_usable
Dark theme is usable
|
2021-01-03 23:45:06 +01:00 |
|
Sirius Bakke
|
33fc3aa5c1
|
Revert "refactor: Use C++17 standard"
Delay usage of C++17 to after 6.0,
as there's no current usage, but staying
on C++11 will support Ubuntu 16.04 LTS.
This reverts commit 3359246b9a .
|
2020-12-30 01:31:55 +01:00 |
|
Sirius Bakke
|
ad53357d83
|
Merge pull request #114 from ams-tschoening/windows_prob_noexec
Error "Firewall Builder: Unknown option 'n'." when opening files on Windows using double-click.
|
2020-12-30 01:25:37 +01:00 |
|
Sirius Bakke
|
416a4683e2
|
fix: clazy qstring-ref
|
2020-12-30 01:23:02 +01:00 |
|
Sirius Bakke
|
5db87b85ad
|
fix: Deprecated QPrinter methods
|
2020-12-30 01:22:55 +01:00 |
|
Sirius Bakke
|
2bb27d5c9c
|
fix: Deprecated QProcess::pid()
|
2020-12-30 01:22:50 +01:00 |
|
Sirius Bakke
|
3359246b9a
|
refactor: Use C++17 standard
|
2020-12-30 01:22:33 +01:00 |
|
Sirius Bakke
|
a5b8af05e8
|
Merge pull request #115 from ams-tschoening/windows_prob_startmenu
Create start menu entries for all users.
|
2020-12-30 00:30:36 +01:00 |
|
Sirius Bakke
|
320548e4e9
|
Merge pull request #118 from julianaito/mandir
Use CMAKE_INSTALL_MANDIR
|
2020-12-30 00:27:15 +01:00 |
|
Sirius Bakke
|
4bd8789340
|
Merge pull request #117 from julianaito/libdl
Use ${CMAKE_DL_LIBS} for portability
|
2020-12-30 00:27:07 +01:00 |
|
Sirius Bakke
|
6aa6f74804
|
Merge pull request #116 from julianaito/obsd_statdoth
OpenBSD: requires <sys/stat.h> for stat(2)
|
2020-12-30 00:26:56 +01:00 |
|
Charlène Wendling
|
15b4d666ce
|
OpenBSD: requires <sys/stat.h> for stat(2)
|
2020-12-22 03:58:39 +01:00 |
|
Charlène Wendling
|
256362372c
|
Use ${CMAKE_DL_LIBS} for portability
Some systems, like OpenBSD for example, have libdl integrated in libc.
Let CMAKE_DL_LIBS decide if '-ldl' is needed as a linker flag
|
2020-12-22 03:43:15 +01:00 |
|
Charlène Wendling
|
2d010eeb38
|
Use CMAKE_INSTALL_MANDIR
Install manpages in the system's manpage folder instead of using
CMAKE_INSTALL_DATADIR. This allows to respect manpage hierarchy
on any OS.
|
2020-12-22 03:34:07 +01:00 |
|
Thorsten Schöning
|
0d7af43d89
|
Use all start menu entries by default.
|
2020-10-26 12:37:25 +01:00 |
|
Thorsten Schöning
|
6d0824edda
|
Quote paths, like is done for "UninstallString" already.
|
2020-10-26 12:36:32 +01:00 |
|
Thorsten Schöning
|
710739e104
|
"noexec" is an unsupported option and prevents opening files by double-click in Windows Explorer.
|
2020-10-26 12:36:32 +01:00 |
|
Sirius Bakke
|
1ff9a82e80
|
chore: Add w32-mxe Qt 5.15 build
|
2020-10-10 18:04:24 +02:00 |
|
Sirius Bakke
|
0b8b3bb900
|
chore: Change build status badge links
|
2020-10-10 17:58:27 +02:00 |
|
Sirius Bakke
|
dfe97a2951
|
chore: Update build status badge
|
2020-10-10 14:21:04 +02:00 |
|
Sirius Bakke
|
f1808d40fd
|
chore: Remove travis configuration
|
2020-10-10 14:09:03 +02:00 |
|
Sirius Bakke
|
8d879e47b4
|
chore: Configure GitHub actions
|
2020-10-10 14:07:49 +02:00 |
|
Sirius Bakke
|
f3a865f6a3
|
chore: Add Ubuntu 20.04 image for Travis
|
2020-10-09 00:34:26 +02:00 |
|
Sirius Bakke
|
cbfcb387a8
|
feat: Allow entering IPv6 into AddressRangeDialog
|
2020-10-08 23:35:35 +02:00 |
|
Sirius Bakke
|
17b6279e22
|
fix: Remove redundant command line option
|
2020-10-07 21:11:14 +02:00 |
|
Sirius Bakke
|
239d047e07
|
fix: CMake variable capitalization
|
2020-10-07 21:11:12 +02:00 |
|
Sirius Bakke
|
c86153e0e7
|
fix: Deprecated Qt cmake macro
|
2020-10-07 21:11:11 +02:00 |
|
Sirius Bakke
|
0b9307bb5e
|
fix: Remove deprecated qsrand()
|
2020-10-07 21:11:10 +02:00 |
|
Sirius Bakke
|
ea9f1e72ac
|
fix: Deprecated QFlags = 0
|
2020-10-07 21:11:08 +02:00 |
|
Sirius Bakke
|
10f74bfa20
|
fix: Deprecated QString::endl
|
2020-10-07 21:11:06 +02:00 |
|
Sirius Bakke
|
085bc8a5aa
|
fix: Deprecated QString::endl
|
2020-10-07 21:11:04 +02:00 |
|
Sirius Bakke
|
bc40683f2a
|
fix: Deprecated QString::SkipEmptyParts
|
2020-10-07 21:10:34 +02:00 |
|
Sirius Bakke
|
a5e14a9664
|
chore: Update build status url
|
2020-05-02 14:49:28 +02:00 |
|
Sirius Bakke
|
6d731bae98
|
fix: Set cluster master without sigsev
GitHub: fixes #104
|
2020-05-02 12:22:39 +02:00 |
|