Commit Graph

  • a318c6aa21 use higher waittime, because the CI fails, but offline it does not Martin Marmsoler 2023-02-17 17:23:32 +0100
  • c43784efac No need to wait that long Martin Marmsoler 2023-02-17 13:03:54 +0100
  • 96704ade13 No need to always wait 1s Reason: 10ms is already enough Martin Marmsoler 2023-02-17 13:01:51 +0100
  • 5882fc7b68 Decrease wait time to original one Reason: No need to wait so long Martin Marmsoler 2023-02-17 12:32:34 +0100
  • 60fcf1d1b6 Fix tests Reason: it has to be waited until the detailview is updated Martin Marmsoler 2023-02-17 12:31:24 +0100
  • 20a371b22a Enable test Reason: Because it was commented out just for testing Martin Marmsoler 2023-02-17 12:27:21 +0100
  • ad659ad583 fix test Martin Marmsoler 2023-02-17 12:25:22 +0100
  • 1efd6206c7 Fix build Martin Marmsoler 2023-02-16 19:17:41 +0100
  • 33d8cdc157 Do not show debug output in release mode Reason: Has an impact on the performance Martin Marmsoler 2023-02-16 19:17:07 +0100
  • 362bbdd1b3 Description: Enable tests again Reason: For some reason they were disabled, but they shouldn't Files: Martin Marmsoler 2023-02-15 19:33:10 +0100
  • 310cbdf72e Description: Enable debug message with cmake Reason: So it can be changed without touching the code Files: CMakeLists.txt and Debug.h Martin Marmsoler 2023-02-15 19:30:34 +0100
  • a5ab7c3e11 Description: Rename function Reason: Sounds better Files: CommitList.cpp and CommitList.h Martin Marmsoler 2023-02-15 19:21:27 +0100
  • ab94aed8c5 fix test Martin Marmsoler 2023-02-07 21:41:51 +0100
  • 1445cd5fee do not trigger refresh in the commit and in the submodules Martin Marmsoler 2023-02-07 20:17:47 +0100
  • cae0ff2235 restore if hard reset Martin Marmsoler 2023-02-07 19:37:54 +0100
  • 48b5e85dc5 restore to selected commit after reset Martin Marmsoler 2023-02-07 19:29:34 +0100
  • 2b7052cb06 remove comments Martin Marmsoler 2023-02-07 19:07:57 +0100
  • 6853791694 no need to selectHead after commit, because this can be done now with the refresh automatically Martin Marmsoler 2023-02-07 18:53:00 +0100
  • fa1d2fbbed remove not needed variable Martin Marmsoler 2023-02-07 18:51:39 +0100
  • 87c0a23b42 add more debugrefresh Martin Marmsoler 2023-02-07 17:20:06 +0100
  • 83b817e432 add message when commitlist::mousePressevent is called Martin Marmsoler 2023-02-07 14:07:47 +0100
  • 47eae81893 select parent if the file does not exist anymore. Martin Marmsoler 2023-02-07 08:53:49 +0100
  • ed5a27267a wait (fix tests) Martin Marmsoler 2022-12-30 12:13:22 +0100
  • 2e7b1ee082 wait until status is finished Martin Marmsoler 2022-12-30 11:29:07 +0100
  • a9c83c6600 enable debug again Martin Marmsoler 2022-12-29 15:54:08 +0100
  • f43229bf6a resetWalker only if status is not started, because when status is finished, resetWalker will be called Martin Marmsoler 2022-12-29 13:57:55 +0100
  • 6b687545ad Update RepoView.cpp and RepoView.h Martin Marmsoler 2022-12-29 12:04:39 +0100
  • b6b2c3187a Update CMakeLists.txt, Settings.cpp, Diff.cpp, and 27 more files Martin Marmsoler 2022-12-29 11:35:17 +0100
  • 4f1976c1ff
    Merge pull request #470 from Murmele/TreeViewSearch Murmele 2023-02-25 16:16:25 +0100
  • 75e2e38f5d
    Merge pull request #397 from Murmele/fixCmakeInstallationPaths Murmele 2023-02-25 14:44:17 +0100
  • d8884c032d Set CFBungleDisplayName Explicitly fixCmakeInstallationPaths Martin Marmsoler 2023-02-24 09:01:52 +0100
  • 1bdcc09d50 set bundle name for macosx Martin Marmsoler 2023-02-23 19:31:15 +0100
  • e9758c5b9c lower case for macos Martin Marmsoler 2023-02-23 11:45:19 +0100
  • 5534427622 equals forgotten Martin Marmsoler 2023-02-23 10:44:51 +0100
  • 5b93e7e514 change executable name to lower case Martin Marmsoler 2023-02-23 10:29:14 +0100
  • 205506e0ba The config directory is called Resources not Gittyup Martin Marmsoler 2023-02-23 09:25:57 +0100
  • 7ad2fa89ad fix nsis installer Martin Marmsoler 2023-02-22 12:46:53 +0100
  • cb1b14c4be Set nsis executables_directory Reason: Because now the executable is in the bin folder Martin Marmsoler 2023-02-22 11:55:20 +0100
  • 14cbfc5db9 Fix windows install path for the Icon, and shortcut, ... Martin Marmsoler 2023-02-22 11:13:35 +0100
  • d03446c19b Change locale dir for apple Martin Marmsoler 2023-02-22 09:27:10 +0100
  • b875cc4f52 Add possibility to search also without regex Reason: because before it was not automatically clear that regexes are used TreeViewSearch Martin Marmsoler 2023-02-21 15:03:30 +0100
  • f3e7f50ebb add changelog entry Martin Marmsoler 2023-02-21 14:17:13 +0100
  • 7fd9e6449a Implement search function for the TreeView Martin Marmsoler 2023-02-21 14:12:32 +0100
  • afec6eb028 Update CMakeLists.txt Martin Marmsoler 2023-02-20 18:43:53 +0100
  • ce31eb55b1 No need to handle apple Reason: Because it will be done already in the if branch Martin Marmsoler 2023-02-20 15:46:58 +0100
  • 43a9b532ab Fix install dir for macos Martin Marmsoler 2023-02-20 15:43:44 +0100
  • df04b9b0ef fix install dir of the Plugins folder and the qt.conf Martin Marmsoler 2023-02-20 13:25:57 +0100
  • 0920986d6e fix installing external libraries, because on Windows they need to bin installed in the binary directory Martin Marmsoler 2023-02-20 12:57:56 +0100
  • 06c5eaa2cb fix installing external libraries, because on Windows they need to bin installed in the binary directory fixWindowsInstall Martin Marmsoler 2023-02-20 12:57:56 +0100
  • e8367cea5c fix tests Martin Marmsoler 2023-02-19 13:36:49 +0100
  • 8c997fe172 Add instruction how to install languages Martin Marmsoler 2023-02-17 19:12:48 +0100
  • 840da73fb5 force installing gittyup qm files, because for some reason with flatpak they get not installed Martin Marmsoler 2023-02-17 18:49:52 +0100
  • c338a3693b differentiation not needed Martin Marmsoler 2023-02-17 18:03:56 +0100
  • 585808a653 differentiation not needed anymore Martin Marmsoler 2023-02-17 17:13:01 +0100
  • 47484b8cd6 format Martin Marmsoler 2023-02-17 17:08:10 +0100
  • b9e57cea99 fix icon name Martin Marmsoler 2023-02-17 17:01:10 +0100
  • 987847b723 Reason: Martin Marmsoler 2023-02-17 16:46:27 +0100
  • e37ad4f1b7 Update Application.cpp, Settings.cpp, and Settings.h Martin Marmsoler 2023-02-17 16:11:06 +0100
  • 9227b8af82 Resources file dir does not exist anymore Martin Marmsoler 2023-02-17 15:57:35 +0100
  • 8ed100b214 fix paths Martin Marmsoler 2023-02-17 15:35:51 +0100
  • 5d05d03108 set package vendor to Gittyup Contributors Martin Marmsoler 2023-02-17 15:35:31 +0100
  • e983c59f11 fix paths for development Martin Marmsoler 2023-02-17 15:23:41 +0100
  • 87e514906e show paths only once and not all the time Martin Marmsoler 2023-02-17 15:03:01 +0100
  • 1775ef4b0e WIP Martin Marmsoler 2023-01-27 17:04:28 +0100
  • bf6dc26f40 installing svg must be outside of the loop Martin Marmsoler 2023-01-25 10:45:01 +0100
  • 558c2f007f Revert "Update CMakeLists.txt" Martin Marmsoler 2023-01-25 08:42:30 +0100
  • 0c6dc60bd7 Update CMakeLists.txt Martin Marmsoler 2023-01-25 08:42:30 +0100
  • d178bb43c4 Update CMakeLists.txt Martin Marmsoler 2023-01-23 20:04:31 +0100
  • 711de7166a add comment Martin Marmsoler 2023-01-23 20:00:29 +0100
  • f192ee1b3f add all files into a Gittyup folder Martin Marmsoler 2023-01-23 20:00:06 +0100
  • 5b3949c8d2 wrong path Martin Marmsoler 2023-01-23 19:56:57 +0100
  • e5a640dcc7 Update CMakeLists.txt Martin Marmsoler 2023-01-23 19:47:27 +0100
  • aa9237a56c unify Martin Marmsoler 2023-01-23 19:43:05 +0100
  • d715530f83 set output name correctly Martin Marmsoler 2023-01-23 19:06:03 +0100
  • ed951c6007 set correct path for the executable Martin Marmsoler 2023-01-23 19:04:18 +0100
  • 4ac942fb59 install icons with appropriate name Martin Marmsoler 2023-01-23 19:01:54 +0100
  • d9168ee955 only if we are generating the appdata Martin Marmsoler 2023-01-23 19:00:07 +0100
  • 9362ed5f76 install appdata and desktop file Martin Marmsoler 2023-01-23 18:57:33 +0100
  • f5133e570e Update CMakeLists.txt Martin Marmsoler 2023-01-23 18:41:33 +0100
  • fd3f3defaa install license Martin Marmsoler 2023-01-23 18:38:41 +0100
  • 50f3b55c34 install images correctly Martin Marmsoler 2022-12-12 20:05:11 +0100
  • 1d3ea1c23c fix translation install directory Martin Marmsoler 2022-12-12 19:24:31 +0100
  • 359d28f8f7
    Merge pull request #439 from algo99/master Murmele 2023-02-17 13:17:44 +0100
  • a4f44348f9
    Merge pull request #463 from Murmele/fetchHunkAsNeededNew Murmele 2023-02-16 20:30:50 +0100
  • bd6ad106fb Remove not needed method fetchHunkAsNeededNew Martin Marmsoler 2023-02-16 19:08:19 +0100
  • 5afe9d1c69
    Merge pull request #464 from exactly-one-kas/credhelper-settings-fix Murmele 2023-02-16 19:04:13 +0100
  • b1d9f7ed8d Fix credential helper setting not loading custom helpers kas 2023-02-16 14:19:59 +0100
  • abef50fe7c Description: Implement fetching hunks as it was done before for the FileWidgets. Reason: This is helpfull, if a File contains a lot of hunks, like *.po or *.kicad_pcb files. In those cases it takes really long to load the diff view. Martin Marmsoler 2023-02-16 11:04:51 +0100
  • e377ef877e check time when setDiffFinished RefreshPerformanceTest Martin Marmsoler 2023-02-07 17:19:49 +0100
  • 07db7e35e8 debug open project Martin Marmsoler 2023-02-07 17:11:51 +0100
  • b73d9a19f1 use same debug function than in the SpeedupRefresh Branch Martin Marmsoler 2023-02-07 14:15:26 +0100
  • ee7c780217
    Merge pull request #347 from H-4ND-H/credential-store Kas 2023-01-30 09:15:32 +0100
  • 204b738672
    Merge pull request #447 from Murmele/Changelog Kas 2023-01-30 09:09:57 +0100
  • deb12f08db Description: forgotten to set style Martin Marmsoler 2023-01-27 14:19:00 +0100
  • a7fecbfdbd Test TextEditor theme update 0verEngineer 2023-01-23 23:27:50 +0100
  • 30709b6713
    Merge 5472f79196 into 889727ca68 Murmele 2023-01-27 14:21:07 +0100
  • 867f7eb4a6 Description: forgotten to set style mac_theme_switch_listener_test Martin Marmsoler 2023-01-27 14:19:00 +0100
  • 0713b77f6d Update changelog.md Changelog Martin Marmsoler 2023-01-27 13:37:43 +0100
  • 49466a6a33 update changelog Martin Marmsoler 2023-01-27 13:37:08 +0100
  • 13a13fdd66 Update build.yml CIWarnings Martin Marmsoler 2023-01-27 12:50:05 +0100