Commit Graph

79 Commits

Author SHA1 Message Date
Murmele
f77a2be942
Merge pull request #516 from Murmele/OpenSSL1.1.1-stable
Update Openssl
2023-07-21 22:55:02 +02:00
kas
2fb8b7798c Fix formatting 2023-04-12 18:34:59 +02:00
kas
54ae13b6ac Put bundled credential helpers into credential-helper subdirectory 2023-04-12 16:34:53 +02:00
Martin Marmsoler
451ed9311e Update Openssl 2023-04-12 10:47:45 +02:00
Martin Marmsoler
e8367cea5c fix tests 2023-02-19 13:36:49 +01:00
Martin Marmsoler
8ed100b214 fix paths 2023-02-17 15:35:51 +01:00
Martin Marmsoler
e983c59f11 fix paths for development 2023-02-17 15:23:41 +01:00
Martin Marmsoler
1775ef4b0e WIP 2023-02-17 13:40:36 +01:00
Martin Marmsoler
558c2f007f Revert "Update CMakeLists.txt"
This reverts commit 03bb39a943632423b3a256ca0315d263ade9bc88.
2023-02-17 13:40:34 +01:00
Martin Marmsoler
0c6dc60bd7 Update CMakeLists.txt 2023-02-17 13:40:33 +01:00
Martin Marmsoler
d178bb43c4 Update CMakeLists.txt 2023-02-17 13:40:32 +01:00
algo99
3dbaedde32 * Fix local installation paths on Linux, see issue #393 2023-01-23 22:28:15 +01:00
Stefan Knotzer
3bd11b01a4 Fix libssh2 build 2022-10-29 16:32:00 +02:00
kas
fffa3c7350 Fix AUR builds Fix tests to work on machines without GIT configured Disable tests that touch global configuration by default Remove empty HunkWidget test Make resource install directory configurable Copy resources into output directory so that debugging works Replace "OK" button with "Remind me later" and "Skip this version" for non-updateable builds Allow using system-wide installations of most dependencies Make debug output suppressable and disable it in CI builds 2022-10-16 11:31:07 +02:00
kas
93bc1c78e1 Update libssh2 to current main branch
This allows connecting to SSH servers implementing RFC 8332 (Deprecating RSA-SHA-1 in favor of RSA-SHA-256 and RSA-SHA-512)
2022-08-20 10:09:36 +02:00
Murmele
10b50bd545
Merge pull request #225 from exactly-one-kas/qt-openssl
Downgrade OpenSSL for QT
2022-07-29 08:16:07 +02:00
kas
95d44c7699 Always vendor cmark
cmark builds fast and this enables using the cmark_exe pseudo
executable on systems with cmark installed globally
2022-07-28 10:14:57 +02:00
kas
0a15344d8b Downgrade to OpenSSL 1.1.1 for QT compatibility
This fixes TLS support for QT on platforms without OpenSSL 1.1.1 installed globally
(Mainly Windows)
2022-07-27 22:45:31 +02:00
Murmele
0b52383266
Merge pull request #89 from Murmele/MacOsFix
Mac os fix
2022-05-02 16:50:01 +02:00
Martin Marmsoler
bc460b247c format cmark file 2022-05-01 13:03:34 +02:00
Martin Marmsoler
be51cdfa14 fix build 2022-05-01 13:03:08 +02:00
Martin Marmsoler
9893c7fd8d Update cmark to 0.30.2 2022-05-01 13:02:42 +02:00
Martin Marmsoler
d2acabe107 format scintilla cmakeLists.txt 2022-05-01 11:15:57 +02:00
Martin Marmsoler
c62810f145 LEXlua must be added, otherwise the programm crashes. Include as submodule 2022-05-01 11:15:30 +02:00
Martin Marmsoler
06846a6525 split scintilla in scintilla and lexilla 2022-05-01 11:14:24 +02:00
Martin Marmsoler
7db6af4269 - update scintilla version which fixes building with Xcode 12
- use submodule from official repository which exists now
2022-05-01 11:13:18 +02:00
Murmele
eab0c290a7
Merge pull request #139 from Murmele/openssl
Update openssl to 3.0.1
2022-05-01 10:52:03 +02:00
Martin Marmsoler
4752d32847 Update openssl to 3.0.2 2022-05-01 10:51:29 +02:00
Murmele
285b1761a2
Merge pull request #137 from Murmele/libssh
Update libssh2 to version 1.10.0
2022-05-01 10:49:31 +02:00
Murmele
b0c71b6cd8
Merge pull request #124 from Murmele/updateGit
update git to 2.35.1
2022-05-01 10:49:04 +02:00
Martin Marmsoler
cac1ba13dd Update openssl to 3.0.1 2022-05-01 10:41:08 +02:00
Martin Marmsoler
9bd742233e format code 2022-05-01 09:51:34 +02:00
Martin Marmsoler
4b23d9e8d4 Update libssh2 to version 1.10.0 2022-04-23 18:42:40 +02:00
Martin Marmsoler
11565458dd update git to 2.35.1 2022-04-01 12:08:49 +02:00
stefanknotzer
745a68a37b
Restore openssl dependency (#55)
Windows: the included openssl library is very convenient - no need to install 3rd party openssl builds
Linux: openssl is very likely already installed - dependency could be removed for Linux builds
MAC: I have no idea, someone needs to verify

pack: configuration and plugins for CPack fixed. "make package" / "ninja package" work for Linux / Windows

Co-authored-by: Murmele <Murmele@users.noreply.github.com>
2022-02-02 18:52:18 +01:00
Murmele
0ec529e6bd
Merge pull request #69 from KOLANICH-tools/system_lpeg
System lpeg
2021-12-21 17:37:47 +01:00
Murmele
3a17fdcb87
Merge pull request #70 from KOLANICH-tools/system_liblua
Allow to use system-installed liblua
2021-12-21 17:34:56 +01:00
KOLANICH
597be072ba Whenwe use lua is installed as a package, we also use lpeg installed as a package 2021-12-21 13:20:38 +03:00
KOLANICH
f6f2af7098 Allow to use system-installed liblua 2021-12-21 13:20:38 +03:00
KOLANICH
31f649646f Allow to use hunspell installed into system using pkg-config. 2021-12-21 13:20:37 +03:00
Martin Marmsoler
1cac49a1d5 show reset type in title to be able to check again 2021-11-25 08:53:28 +01:00
Martin Marmsoler
5683fa894b Replace GitAhead by Gittyup 2021-10-19 15:05:47 +02:00
Martin Marmsoler
0c112fb007 add arch PKGBUILD 2021-07-31 18:28:36 +02:00
Martin Marmsoler
687cfa9d0d Merge commit 'bb747caef098140d9674990b1d79d096d1eac8df'
Conflicts:
	src/git/Repository.cpp
	src/ui/CMakeLists.txt
	src/ui/DetailView.cpp
	src/ui/DiffView.cpp
2021-04-17 20:12:11 +02:00
Jason Haslam
bb747caef0 Update libgit2 to tip of main 2021-01-27 16:16:22 -07:00
Martin Marmsoler
7a90de3eaa add lua scripts 2020-11-14 17:54:31 +01:00
Martin Marmsoler
bb63e55643 add includes to scintilla, otherwise it will not compile 2020-11-14 17:47:21 +01:00
Martin Marmsoler
d93a9a8665 Add new scintilla version 2020-11-14 17:46:11 +01:00
Stefan Knotzer
2dab934415 Add spell check to commit message editor
New submodule: dep/hunspell from https://github.com/hunspell/hunspell
Dictionary folder: Resources/dictionaries
Dictionary source: https://cgit.freedesktop.org/libreoffice/dictionaries/tree
A user dictionary is created in the folder of the GitAhead global settings named 'user.dic'.
The spell check language is stored as repository setting.
2020-11-06 16:16:20 +01:00
Martin Marmsoler
a61564c105 test 2020-10-24 09:50:37 +02:00