Commit Graph

1758 Commits

Author SHA1 Message Date
devnull
f49817e8a4 Format 2023-04-17 17:46:27 -04:00
devnull
72cef4838c Close the branch drop-down list after the user checks out a branch.
Avoid the inconvenience of having to close the drop-down list manually after checking out a branch.
2023-04-17 16:55:56 -04:00
Martin Marmsoler
0dd426b287 remove not needed checkout 2023-04-17 20:03:51 +02:00
Martin Marmsoler
027c94c37b update changelog and increase version number 2023-04-17 20:03:50 +02:00
Murmele
1e5e00a1f0
Merge pull request #513 from exactly-one-kas/fix-windows-credentials
Fix windows credentials
2023-04-16 10:55:16 +02:00
Murmele
6a7eecf0b0
Fix repo tab name deduplication only working for 2 tabs at most
Merge pull request #504 from exactly-one-kas/fix-tab-names
2023-04-15 17:50:49 +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
kas
b6b24287e0 Fix license file getting CRLF line endings on Windows 2023-04-12 14:21:42 +02:00
kas
f2c0d33b5d Fix calling external credential helpers 2023-04-12 14:19:08 +02:00
Martin Marmsoler
451ed9311e Update Openssl 2023-04-12 10:47:45 +02:00
kas
4a251647b8 Fix repo tab name deduplication only working for 2 tabs at most 2023-03-29 11:07:16 +02:00
Murmele
c8c4f68f44
Merge pull request #491 from Murmele/forcePush_Remote
Do not force push automatically to the default branch if push to command is used.
2023-03-27 11:24:10 +02:00
Martin Marmsoler
a7345595ff Do not force push automatically to the default branch if push to ... command is used.
Reason: If no remote name is set, the default is used, which is not always correct
2023-03-12 17:52:03 +01:00
Murmele
e7eccf6c91
Merge pull request #476 from Murmele/flatpakCIBuildFix
flatpak CI build fix
2023-02-26 13:18:01 +01:00
Martin Marmsoler
cd7ebb493e Use archlinux, because with alpin an error occurs 2023-02-26 12:51:31 +01:00
Murmele
fc7ca5f642
Merge pull request #475 from Murmele/fixFlatpak
temporary checking out other branch
2023-02-26 00:07:42 +01:00
Martin Marmsoler
2494d33b1d use .* because in the changed branch the commit id instead of the tag is used 2023-02-25 22:10:57 +01:00
Martin Marmsoler
b698c5d812 Update build.yml 2023-02-25 21:55:36 +01:00
Martin Marmsoler
45d6abfcb4 Update changelog.md 2023-02-25 21:35:05 +01:00
Martin Marmsoler
28b0731f6f temporary checking out other branch 2023-02-25 20:26:16 +01:00
Murmele
4b88b864bf
Merge pull request #454 from Murmele/features
Add features to documentation
2023-02-25 18:24:16 +01:00
Murmele
47ab75bdfc
Merge pull request #306 from Murmele/fixRefreshCalls
Speedup refreshing
2023-02-25 18:23:22 +01:00
Martin Marmsoler
175431d850 Update changelog.md 2023-02-25 16:23:50 +01:00
Martin Marmsoler
5fadb7b655 Update 2023-02-25 16:22:55 +01:00
Martin Marmsoler
1cc28554ae format 2023-02-25 16:21:57 +01:00
Martin Marmsoler
a318c6aa21 use higher waittime, because the CI fails, but offline it does not 2023-02-25 16:21:56 +01:00
Martin Marmsoler
c43784efac No need to wait that long 2023-02-25 16:21:56 +01:00
Martin Marmsoler
96704ade13 No need to always wait 1s
Reason: 10ms is already enough
2023-02-25 16:21:55 +01:00
Martin Marmsoler
5882fc7b68 Decrease wait time to original one
Reason: No need to wait so long
2023-02-25 16:21:54 +01:00
Martin Marmsoler
60fcf1d1b6 Fix tests
Reason: it has to be waited until the detailview is updated
2023-02-25 16:21:53 +01:00
Martin Marmsoler
20a371b22a Enable test
Reason: Because it was commented out just for testing
2023-02-25 16:21:53 +01:00
Martin Marmsoler
ad659ad583 fix test 2023-02-25 16:21:52 +01:00
Martin Marmsoler
1efd6206c7 Fix build 2023-02-25 16:21:51 +01: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
362bbdd1b3 Description: Enable tests again
Reason: For some reason they were disabled, but they shouldn't
Files:
2023-02-25 16:21:49 +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
a5ab7c3e11 Description: Rename function
Reason: Sounds better
Files: CommitList.cpp and CommitList.h
2023-02-25 16:21:48 +01:00
Martin Marmsoler
ab94aed8c5 fix test 2023-02-25 16:21:47 +01:00
Martin Marmsoler
1445cd5fee do not trigger refresh in the commit and in the submodules 2023-02-25 16:21:46 +01:00
Martin Marmsoler
cae0ff2235 restore if hard reset 2023-02-25 16:21:46 +01:00
Martin Marmsoler
48b5e85dc5 restore to selected commit after reset 2023-02-25 16:21:45 +01:00
Martin Marmsoler
2b7052cb06 remove comments 2023-02-25 16:21:44 +01:00
Martin Marmsoler
6853791694 no need to selectHead after commit, because this can be done now with the refresh automatically 2023-02-25 16:21:43 +01:00
Martin Marmsoler
fa1d2fbbed remove not needed variable 2023-02-25 16:21:42 +01:00
Martin Marmsoler
87c0a23b42 add more debugrefresh 2023-02-25 16:21:42 +01:00
Martin Marmsoler
83b817e432 add message when commitlist::mousePressevent is called 2023-02-25 16:21:41 +01:00
Martin Marmsoler
47eae81893 select parent if the file does not exist anymore. 2023-02-25 16:21:40 +01:00
Martin Marmsoler
ed5a27267a wait (fix tests) 2023-02-25 16:21:39 +01:00
Martin Marmsoler
2e7b1ee082 wait until status is finished 2023-02-25 16:21:39 +01:00