Commit Graph

1692 Commits

Author SHA1 Message Date
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
Martin Marmsoler
a9c83c6600 enable debug again 2023-02-25 16:21:38 +01:00
Martin Marmsoler
f43229bf6a resetWalker only if status is not started, because when status is finished, resetWalker will be called 2023-02-25 16:21:37 +01:00
Martin Marmsoler
6b687545ad Update RepoView.cpp and RepoView.h 2023-02-25 16:21:36 +01:00
Martin Marmsoler
b6b2c3187a Update CMakeLists.txt, Settings.cpp, Diff.cpp, and 27 more files 2023-02-25 16:21:35 +01:00
Murmele
4f1976c1ff
Merge pull request #470 from Murmele/TreeViewSearch
Implement search function for the TreeView
2023-02-25 16:16:25 +01:00
Murmele
75e2e38f5d
Merge pull request #397 from Murmele/fixCmakeInstallationPaths
Fix cmake installation paths
2023-02-25 14:44:17 +01:00
Martin Marmsoler
d8884c032d Set CFBungleDisplayName Explicitly 2023-02-24 09:01:52 +01:00
Martin Marmsoler
1bdcc09d50 set bundle name for macosx 2023-02-23 19:31:15 +01:00
Martin Marmsoler
e9758c5b9c lower case for macos 2023-02-23 11:45:19 +01:00
Martin Marmsoler
5534427622 equals forgotten 2023-02-23 10:44:51 +01:00
Martin Marmsoler
5b93e7e514 change executable name to lower case 2023-02-23 10:29:14 +01:00
Martin Marmsoler
205506e0ba The config directory is called Resources not Gittyup 2023-02-23 09:25:57 +01:00
Martin Marmsoler
7ad2fa89ad fix nsis installer 2023-02-22 12:46:53 +01:00
Martin Marmsoler
cb1b14c4be Set nsis executables_directory
Reason: Because now the executable is in the bin folder
2023-02-22 11:55:20 +01:00
Martin Marmsoler
14cbfc5db9 Fix windows install path for the Icon, and shortcut, ... 2023-02-22 11:13:35 +01:00
Martin Marmsoler
d03446c19b Change locale dir for apple 2023-02-22 09:27:10 +01:00