Commit Graph

75 Commits

Author SHA1 Message Date
Martin Marmsoler
a0349a2e9a release commit 2024-04-24 19:02:05 +02:00
François Revol
87bdaffce3 Haiku doesn't need libdl, but needs libgnu for qsort_r 2023-08-07 14:46:43 +02:00
Martin Marmsoler
0a935f838a enable debug build by setting a settings
Reason: so the debug possibility is always available and is by default off for performance reason
2023-07-14 11:18:31 +02:00
Murmele
2729ed0f64
Merge pull request #530 from yangjuncode/yj
bump cmake_minimum_required to 3.12 for add_compile_definitions
2023-04-20 14:04:02 +02:00
yangjun
4e83f30ec9 bump cmake_minimum_required to 3.12 for add_compile_definitions 2023-04-20 16:40:21 +08:00
Martin Marmsoler
027c94c37b update changelog and increase version number 2023-04-17 20:03:50 +02:00
kas
2fb8b7798c Fix formatting 2023-04-12 18:34:59 +02:00
kas
b6b24287e0 Fix license file getting CRLF line endings on Windows 2023-04-12 14:21:42 +02:00
Martin Marmsoler
33d8cdc157 Do not show debug output in release mode
Reason: Has an impact on the performance
2023-02-25 16:21:50 +01:00
Martin Marmsoler
310cbdf72e Description: Enable debug message with cmake
Reason: So it can be changed without touching the code
Files: CMakeLists.txt and Debug.h
2023-02-25 16:21:49 +01:00
Martin Marmsoler
e9758c5b9c lower case for macos 2023-02-23 11:45:19 +01:00
Martin Marmsoler
5b93e7e514 change executable name to lower case 2023-02-23 10:29:14 +01:00
Martin Marmsoler
d03446c19b Change locale dir for apple 2023-02-22 09:27:10 +01:00
Martin Marmsoler
1775ef4b0e WIP 2023-02-17 13:40:36 +01:00
Martin Marmsoler
f192ee1b3f add all files into a Gittyup folder 2023-02-17 13:40:30 +01:00
Martin Marmsoler
aa9237a56c unify 2023-02-17 13:40:28 +01:00
Martin Marmsoler
aed4e67a0c WIP 2023-01-25 09:48:27 +01:00
Martin Marmsoler
a465cafbf1 Update CMakeLists.txt 2023-01-25 09:15:38 +01:00
Martin Marmsoler
2a01f13848 this not needed 2023-01-25 09:01:03 +01:00
Martin Marmsoler
cec29e2003 add option to disable automatic update 2023-01-25 08:58:40 +01:00
Martin Marmsoler
2f51ff72aa let LICENSE.md also be in the source dir, so we have always one valid there 2023-01-23 11:37:30 +01:00
Martin Marmsoler
c2c84d27f6 update copyright and license year automatically 2023-01-23 09:50:50 +01:00
Martin Marmsoler
196b8c643d increase version again 2023-01-22 19:02:10 +01:00
Martin Marmsoler
25f40e4612 Revert "set correct version"
This reverts commit 1ffcdced34.
2023-01-22 18:31:35 +01:00
Martin Marmsoler
1ffcdced34 set correct version 2023-01-22 18:30:51 +01:00
Martin Marmsoler
3d0ede46d6 decrease version for testing 2023-01-22 17:54:25 +01:00
Martin Marmsoler
e1f8ec18df increase version 2023-01-22 17:52:51 +01:00
Martin Marmsoler
d4db08ca72 do not exclude from all, but add option to disable tests 2022-11-29 15:19:29 +01:00
Martin Marmsoler
a71b0e4a4c fix download URL 2022-10-31 15:01:40 +01:00
Murmele
b663589ddc
Release V1.2.0
Merge pull request #272 from Murmele/gittyup_1.1.3
2022-10-28 13:16: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
Martin Marmsoler
7a91b325a1 use GNUInstallDirs module 2022-10-16 11:21:08 +02:00
Martin Marmsoler
17789d0b60 increase minor version instead only patch version 2022-10-04 09:26:13 +02:00
Martin Marmsoler
0b77a96f1c Update CMakeLists.txt 2022-10-04 09:26:13 +02:00
Martin Marmsoler
ea2c3732b0 implement installer for flatpak 2022-09-19 07:17:37 +02:00
Martin Marmsoler
650d3fd1b7 pump version to 1.1.1 2022-06-09 08:40:35 +02:00
Martin Marmsoler
9bd742233e format code 2022-05-01 09:51:34 +02:00
Martin Marmsoler
aa67b02c31 update all documents for release 1.1.0 2022-04-30 12:56:39 +02:00
Martin Marmsoler
e4141362e5 create version file 2022-04-29 17:49:26 +02:00
Martin Marmsoler
d937efc70d depending on the OS use different heights 2022-03-15 21:41:52 +01:00
kas
52115943c4 CI improvements
Unify GitHub workflows
Allow for development builds and artifacts to be created from any commit
Show development build notices in UI
Fix Windows setup files
Disable non-Flatpak linux artifact
2022-01-04 22:30:16 +01:00
kas
193e1f3b0a Add support for running in single instance mode on Linux and Windows
Prevent reopening already opened repo on IPC call
2021-12-11 13:10:14 +01:00
stefanknotzer
c098ef40cf
Backport to Qt 5.12 (#44)
CMake minimum Qt version set to 5.12
Added QT_VERSION_CHECK(5, 15, 0) to ShowTools.cpp and DoubleTreeWidget.cpp
2021-12-01 10:15:48 +01:00
kas
b1835dff53 Enables RTTI and exceptions for Windows builds
Scintilla requires exception handling and RTTI to be enabled
The double tree view requires RTTI to be enabled
2021-11-25 07:55:00 +01:00
Martin Marmsoler
ab340f87f9 version1.0.0 2021-11-19 13:13:20 +01:00
Martin Marmsoler
452a2df15c do not install all libraries which are already part of the kde sdk of flatpak. Change paths which are not correct in the flatpak environment 2021-11-08 11:10:47 +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
d93a9a8665 Add new scintilla version 2020-11-14 17:46:11 +01:00
Stefan Knotzer
32129bf61f Update build and VC redistributable
Update build: When the build directory is not within the source directory (default when using Qt Creator), the 'Help' - 'About GitAhead' - dialog has no commit ID. Therefore the CMAKE_SOURCE_DIR is passed to git.
VC redistributable: Microsoft has packed the VC redistributable for VS 2015, VS 2017 and VS 2019 int one new VC redistributable.
2020-08-19 13:38:15 +02:00