Commit Graph

1730 Commits

Author SHA1 Message Date
H-4ND-H
9eb9f218bd Fix credential save in .git-credentials
Overwrite exisiting row with new data in Store.cpp
instead of adding a new row for credentials.
2023-01-26 14:30:19 +03:30
H-4ND-H
fdb64f9e6f Fix git credential instantiation problem
Add a helper for git credential store.

Change SettingDialog.cpp so that it shows available git credential
stores and set it to git global config file.

Chagne the CredentialHelper.cpp so that it instantiate correct
store based on git global config rather than availability.
2023-01-26 14:30:19 +03:30
Martin Marmsoler
9e217faf3e implement flatpak version also for difftool 2023-01-25 10:57:41 +01:00
Martin Marmsoler
5e181ad47f show ok button 2023-01-25 10:11:50 +01:00
Martin Marmsoler
ee2e0ba640 skip version automatically to not showing the update dialog everytime the user opens Gittyup but is not able t react on it 2023-01-25 10:01:03 +01:00
Martin Marmsoler
b1f06bb346 Testing 2023-01-25 09:51:38 +01:00
Martin Marmsoler
2cb553a127 Update build.yml 2023-01-25 09:50:48 +01:00
Martin Marmsoler
aed4e67a0c WIP 2023-01-25 09:48:27 +01:00
Martin Marmsoler
a465cafbf1 Update CMakeLists.txt 2023-01-25 09:15:38 +01:00
Martin Marmsoler
2a01f13848 this not needed 2023-01-25 09:01:03 +01:00
Martin Marmsoler
cec29e2003 add option to disable automatic update 2023-01-25 08:58:40 +01:00
Martin Marmsoler
96374a78c1 disable spinbox if no autofetch 2023-01-24 19:00:51 +01:00
Martin Marmsoler
1828a48411 Fix used wrong config in ConfigDialog.cpp the readconfig and the write config must be the same 2023-01-24 18:44:17 +01:00
algo99
3dbaedde32 * Fix local installation paths on Linux, see issue #393 2023-01-23 22:28:15 +01:00
Murmele
42119ea8c4
Merge pull request #437 from Murmele/AmendDialogNewLine
fix #398
2023-01-23 20:50:27 +01:00
Murmele
e941722b38
Merge pull request #436 from Murmele/LicenseDate
update copyright and license year automatically
2023-01-23 20:50:07 +01:00
Martin Marmsoler
e8c2f8d327 fix #398 2023-01-23 18:17:28 +01:00
Martin Marmsoler
14519b454d date cannot be in the future 2023-01-23 15:51:22 +01:00
Martin Marmsoler
6a819ef914 add dummy changelog 2023-01-23 15:16:50 +01:00
Martin Marmsoler
598b1a6fe1 use also char instead of string 2023-01-23 11:51:22 +01:00
Martin Marmsoler
b3ae14e777 head must be outside, because it is not a status! 2023-01-23 11:49:44 +01:00
Martin Marmsoler
32e77700dc forgotten to set type in constructor 2023-01-23 11:46:40 +01:00
Martin Marmsoler
2f51ff72aa let LICENSE.md also be in the source dir, so we have always one valid there 2023-01-23 11:37:30 +01:00
Martin Marmsoler
654492377a colorize badges 2023-01-23 11:11:44 +01:00
Martin Marmsoler
c2c84d27f6 update copyright and license year automatically 2023-01-23 09:50:50 +01:00
Martin Marmsoler
54e2c2a846 add test 2023-01-23 07:54:39 +01:00
Martin Marmsoler
b20faa52c2 Move CommitEditor into own source file for preparation to write tests 2023-01-23 07:54:38 +01:00
Martin Marmsoler
ba9d605734 add possibility to import and export templates 2023-01-23 07:54:38 +01:00
Martin Marmsoler
e013ff2c94 Use global QSettings instead of repository settings 2023-01-23 07:54:37 +01:00
Martin Marmsoler
3401082e6b if only one file left, show singular 2023-01-23 07:54:36 +01:00
Martin Marmsoler
56a62f6a71 Implement automatic usage of template in commit message 2023-01-23 07:54:34 +01:00
Murmele
627f73d9fd
Merge pull request #435 from Murmele/flatpakUninstall
Flatpak uninstall
2023-01-22 19:43:06 +01:00
Martin Marmsoler
196b8c643d increase version again 2023-01-22 19:02:10 +01:00
Martin Marmsoler
a29ad94a73 format 2023-01-22 18:42:56 +01:00
Martin Marmsoler
8b66d81c04 assume yes otherwise the application will not be deleted 2023-01-22 18:32:07 +01:00
Martin Marmsoler
25f40e4612 Revert "set correct version"
This reverts commit 1ffcdced34.
2023-01-22 18:31:35 +01:00
Martin Marmsoler
1ffcdced34 set correct version 2023-01-22 18:30:51 +01:00
Martin Marmsoler
4fc5eca08f missing version separator 2023-01-22 18:10:40 +01:00
Martin Marmsoler
3d0ede46d6 decrease version for testing 2023-01-22 17:54:25 +01:00
Martin Marmsoler
e1f8ec18df increase version 2023-01-22 17:52:51 +01:00
Martin Marmsoler
fc0f53482e uninstall Gittyup versions before installing a new one 2023-01-22 17:51:21 +01:00
Murmele
f364ff0a33
Release1.2.1 2023-01-22 15:22:16 +01:00
Martin Marmsoler
be9d173624 set release date and add changelogs 2023-01-22 11:58:34 +01:00
Martin Marmsoler
590d15ecd3 Add changelog entry 2023-01-22 11:58:33 +01:00
Murmele
17198263a2 Update docs/changelog.md 2023-01-22 11:58:32 +01:00
Murmele
5109ad9d96 Update docs/changelog.md 2023-01-22 11:58:31 +01:00
Martin Marmsoler
87f2f88e6a add missing hash 2023-01-22 11:58:30 +01:00
Martin Marmsoler
e51b8afcd1 change date to today 2023-01-22 11:58:30 +01:00
Martin Marmsoler
42d89fc8ed Add changelogs 2023-01-22 11:58:29 +01:00
Murmele
5168244b14
Merge pull request #424 from Murmele/crashBrokenRepo
do not crash if objects are invalid
2023-01-22 11:53:05 +01:00