Commit Graph

1792 Commits

Author SHA1 Message Date
Murmele
28fa70a0ff
Merge pull request #786 from Murmele/update_links
update links
2024-06-26 23:34:07 +02:00
Martin Marmsoler
825325a311 update links
Description: The stable tag does not exist anymore. latest shows always to the latest stable version
2024-06-26 21:56:41 +02:00
Murmele
13032c3039
Merge pull request #780 from Murmele/singleParentFilter
Single parent filter
2024-06-14 08:05:22 +02:00
Murmele
ca3b2c625b Update changelog 2024-06-13 12:11:52 +00:00
Murmele
be24023223 Add changelog entry 2024-06-13 08:55:30 +00:00
Martin Marmsoler
6f1c322ba4 add only the first parent
Description: otherwise multiple columns are drawn but there is no starting point of those other branches because they get ignored
2024-06-12 19:07:46 +02:00
Martin Marmsoler
f6d2a3ed4d format 2024-06-11 10:31:55 +02:00
Martin Marmsoler
cf23440f96 Revert "disable debug output"
This reverts commit 64a1c9b698.
2024-06-11 10:31:31 +02:00
Martin Marmsoler
f62b5c796c Implement filtering for first commit only 2024-06-11 10:31:21 +02:00
Martin Marmsoler
7ce88e5001 Revert "first approach"
This reverts commit 73da07601e.
2024-06-11 10:13:47 +02:00
Martin Marmsoler
73da07601e first approach 2024-06-11 10:13:27 +02:00
Martin Marmsoler
64a1c9b698 disable debug output 2024-06-11 10:13:15 +02:00
Martin Marmsoler
c898eca8e0 first commit 2024-06-11 10:12:57 +02:00
Murmele
04991eb1df
Prevent Uncommitted Changes from being shown when ShowCleanStatus is false
Merge pull request #714 from jensenr30/fix-show-clean-status
2024-05-22 10:07:51 +02:00
Ryan Jensen
1bc89cd62e fix init_repo test
TestInitRepo::addFile() was timing out because my clean status changes
prevented the 'uncommitted changes' "commit" from being displayed in
CommitList.  This has been fixed by showing clean status by default.
2024-05-21 19:03:26 -05:00
Ryan Jensen
e6e6aaf917 Prevent Uncommitted Changes from being shown when ShowCleanStatus is false
Previously, it was possible for the "Uncommitted Changes" row to be
appended to the CommitList even if "Show Clean Status" option had been
unchecked.  This commit prevents that from happening.
2024-05-21 19:03:26 -05:00
Murmele
025f55cec8
Merge pull request #759 from AHSauge/fixes/zip-dep
Update zip dependency to fix GCC14 build error
2024-05-21 11:25:19 +02:00
Murmele
39ccb2661c
Merge pull request #751 from mwerle/feature/editor-show-whitespace
feat: add an option to render whitespace in the diff and editor views
2024-05-12 18:38:23 +02:00
Micha WERLE
37c8034e31 feat(whitespace): add german translation for "Show whitespace"
Add german translations for the new "Show whitespace" settings in the Settings dialog.
2024-05-13 00:03:03 +09:00
Micha WERLE
e3072fce50 feat(whitespace): Update translation files.
Commit updated translation files following source code changes.

NOTE: This commit does not update the actual translations.
2024-05-13 00:03:03 +09:00
Micha WERLE
81cf2e6e5e feat(whitespace): show whitespace in editor views
This commit adds a new Settings entry "ShowWhitespaceinEditor"
("editor/view/showWhitespace") to the Settings class, and a new checkbox
in the Editor settings dialog.

This setting defaults to off/false, preserving the current behaviour of
the application.

If this setting is toggled to on, whitespace is rendered in the HunkWidget
and BlameEditor views.
2024-05-13 00:03:03 +09:00
Micha WERLE
e5f9484638 chore: add tags file to gitignore 2024-05-13 00:03:03 +09:00
Alf Henrik Sauge
d36eba172a Update zip dependency to fix GCC14 build error
Change needed since zip contained a call to calloc where the argument
order was reversed. This results in calloc-transposed-args being raised.
2024-05-11 14:47:46 +02:00
Murmele
67a358f864
Merge pull request #757 from Murmele/macos_build_fix
macos-latest is now the arm64 version, but we wanna build against x86_64
2024-05-11 08:03:27 +02:00
Murmele
4d5cd5bcec
Update .github/workflows/build.yml 2024-05-11 07:38:55 +02:00
Martin Marmsoler
339ae5fdb9 macos-latest is now the arm64 version, but we wanna build against x86_64
Description: Because openssl uses it
https://github.com/actions/runner-images/tree/main
2024-05-08 21:17:31 +02:00
Murmele
d48073f5b6
Merge pull request #755 from Murmele/fix_appdata
remove id because otherwise a cyclic dependency is created
2024-05-08 21:09:37 +02:00
Martin Marmsoler
c748d12d92 remove id because otherwise a cyclic dependency is created
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/
Error message during flatpak build on flathub:
```{
    "errors": [
        "appstream-failed-validation"
    ],
    "warnings": [
        "appstream-summary-too-long"
    ],
    "appstream": [
        "W: com.github.Murmele.Gittyup:49: circular-component-relation"
    ],
    "message": "Please consult the documentation at https://docs.flathub.org/docs/for-app-authors/linter"
}
```
2024-05-08 20:41:09 +02:00
Murmele
ee5a4aea81
Merge pull request #748 from Murmele/release_1.4.0
release commit 1.4.0
2024-04-24 19:56:31 +02:00
Martin Marmsoler
a0349a2e9a release commit 2024-04-24 19:02:05 +02:00
Murmele
0f97bf2181
Merge pull request #745 from Murmele/flatpak_artifacts
wrong path used
2024-04-21 09:45:21 +02:00
Martin Marmsoler
ea466af862 wrong path used
Description: so the bundle was not found
2024-04-21 09:44:47 +02:00
Murmele
cbcca937d3
Merge pull request #744 from Murmele/flatpak_artifacts
remove quotes, otherwise the artifact will not be found
2024-04-21 09:23:59 +02:00
Martin Marmsoler
81f91e5de7 remove quotes, otherwise the artifact will not be found 2024-04-21 08:45:25 +02:00
Murmele
16d1e27197
Merge pull request #743 from Murmele/release
update changelog for upcomming release
2024-04-20 21:04:36 +02:00
Martin Marmsoler
5a3e27ea8a revert date
Reason: so it can be merged and at the end only the date must be changed
2024-04-20 20:15:34 +02:00
Murmele
7e94710d77
Merge pull request #742 from Murmele/flatpak_artifact
update flatpak-builder
2024-04-20 20:14:04 +02:00
Martin Marmsoler
7ef031f43b remove check 2024-04-20 19:38:28 +02:00
Martin Marmsoler
4115ba2e43 test with different exit codes 2024-04-20 19:35:31 +02:00
Martin Marmsoler
8d99085847 Description: 2024-04-20 19:35:00 +02:00
Martin Marmsoler
883930b339 fix 2024-04-20 19:34:07 +02:00
Martin Marmsoler
8c863b4f98 remove section because not handled correctly 2024-04-20 19:07:31 +02:00
Martin Marmsoler
3145a3f936 fix appdata file 2024-04-20 18:32:46 +02:00
Martin Marmsoler
33451d4fa5 Description: 2024-04-20 18:30:53 +02:00
Martin Marmsoler
d9d8c28ad2 Description: 2024-04-20 18:26:06 +02:00
Martin Marmsoler
a15947f7f5 Description: 2024-04-20 18:23:00 +02:00
Martin Marmsoler
98bafe8b93 Description: 2024-04-20 18:20:21 +02:00
Martin Marmsoler
5b97c84c3c Description: 2024-04-20 18:17:17 +02:00
Martin Marmsoler
82b2b36257 update changelog for upcomming release 2024-04-20 18:10:21 +02:00
Martin Marmsoler
0f1178be09 remove testing not found 2024-04-20 17:57:29 +02:00