Commit Graph

1731 Commits

Author SHA1 Message Date
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
Martin Marmsoler
b875cc4f52 Add possibility to search also without regex
Reason: because before it was not automatically clear that regexes are used
2023-02-21 15:03:30 +01:00
Martin Marmsoler
f3e7f50ebb add changelog entry 2023-02-21 14:17:13 +01:00
Martin Marmsoler
7fd9e6449a Implement search function for the TreeView 2023-02-21 14:12:32 +01:00
Martin Marmsoler
afec6eb028 Update CMakeLists.txt 2023-02-20 18:43:53 +01:00
Martin Marmsoler
ce31eb55b1 No need to handle apple
Reason: Because it will be done already in the if branch
2023-02-20 15:46:58 +01:00
Martin Marmsoler
43a9b532ab Fix install dir for macos 2023-02-20 15:43:44 +01:00
Martin Marmsoler
df04b9b0ef fix install dir of the Plugins folder and the qt.conf 2023-02-20 13:25:57 +01:00
Martin Marmsoler
0920986d6e fix installing external libraries, because on Windows they need to bin installed in the binary directory 2023-02-20 13:09:18 +01:00
Martin Marmsoler
e8367cea5c fix tests 2023-02-19 13:36:49 +01:00
Martin Marmsoler
8c997fe172 Add instruction how to install languages 2023-02-17 19:12:48 +01:00
Martin Marmsoler
840da73fb5 force installing gittyup qm files, because for some reason with flatpak they get not installed 2023-02-17 18:49:52 +01:00