Martin Marmsoler
9227b8af82
Resources file dir does not exist anymore
2023-02-17 15:57:35 +01:00
Martin Marmsoler
8ed100b214
fix paths
2023-02-17 15:35:51 +01:00
Martin Marmsoler
5d05d03108
set package vendor to Gittyup Contributors
2023-02-17 15:35:31 +01:00
Martin Marmsoler
e983c59f11
fix paths for development
2023-02-17 15:23:41 +01:00
Martin Marmsoler
87e514906e
show paths only once and not all the time
2023-02-17 15:03:01 +01:00
Martin Marmsoler
1775ef4b0e
WIP
2023-02-17 13:40:36 +01:00
Martin Marmsoler
bf6dc26f40
installing svg must be outside of the loop
2023-02-17 13:40:35 +01:00
Martin Marmsoler
558c2f007f
Revert "Update CMakeLists.txt"
...
This reverts commit 03bb39a943632423b3a256ca0315d263ade9bc88.
2023-02-17 13:40:34 +01:00
Martin Marmsoler
0c6dc60bd7
Update CMakeLists.txt
2023-02-17 13:40:33 +01:00
Martin Marmsoler
d178bb43c4
Update CMakeLists.txt
2023-02-17 13:40:32 +01:00
Martin Marmsoler
711de7166a
add comment
2023-02-17 13:40:31 +01:00
Martin Marmsoler
f192ee1b3f
add all files into a Gittyup folder
2023-02-17 13:40:30 +01:00
Martin Marmsoler
5b3949c8d2
wrong path
2023-02-17 13:40:29 +01:00
Martin Marmsoler
e5a640dcc7
Update CMakeLists.txt
2023-02-17 13:40:28 +01:00
Martin Marmsoler
aa9237a56c
unify
2023-02-17 13:40:28 +01:00
Martin Marmsoler
d715530f83
set output name correctly
2023-02-17 13:40:26 +01:00
Martin Marmsoler
ed951c6007
set correct path for the executable
2023-02-17 13:40:25 +01:00
Martin Marmsoler
4ac942fb59
install icons with appropriate name
2023-02-17 13:40:25 +01:00
Martin Marmsoler
d9168ee955
only if we are generating the appdata
2023-02-17 13:40:24 +01:00
Martin Marmsoler
9362ed5f76
install appdata and desktop file
2023-02-17 13:40:22 +01:00
Martin Marmsoler
f5133e570e
Update CMakeLists.txt
2023-02-17 13:40:21 +01:00
Martin Marmsoler
fd3f3defaa
install license
2023-02-17 13:40:20 +01:00
Martin Marmsoler
50f3b55c34
install images correctly
2023-02-17 13:40:19 +01:00
Martin Marmsoler
1d3ea1c23c
fix translation install directory
2023-02-17 13:40:18 +01:00
Murmele
359d28f8f7
Merge pull request #439 from algo99/master
...
* Fix local installation paths on Linux, see issue #393
2023-02-17 13:17:44 +01:00
Murmele
a4f44348f9
Merge pull request #463 from Murmele/fetchHunkAsNeededNew
...
Fetch hunk as needed new
2023-02-16 20:30:50 +01:00
Martin Marmsoler
bd6ad106fb
Remove not needed method
2023-02-16 19:08:19 +01:00
Murmele
5afe9d1c69
Merge pull request #464 from exactly-one-kas/credhelper-settings-fix
...
Fix credential helper setting not loading custom helpers
2023-02-16 19:04:13 +01:00
kas
b1d9f7ed8d
Fix credential helper setting not loading custom helpers
2023-02-16 14:19:59 +01:00
Martin Marmsoler
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.
2023-02-16 11:04:51 +01:00
Kas
ee7c780217
Merge pull request #347 from H-4ND-H/credential-store
...
Credential store
2023-01-30 09:15:32 +01:00
Kas
204b738672
Merge pull request #447 from Murmele/Changelog
...
Changelog
2023-01-30 09:09:57 +01:00
Martin Marmsoler
0713b77f6d
Update changelog.md
2023-01-27 13:37:43 +01:00
Martin Marmsoler
49466a6a33
update changelog
2023-01-27 13:37:08 +01:00
Murmele
889727ca68
Merge pull request #415 from Murmele/colorBadge
...
colorized badges
2023-01-27 12:49:07 +01:00
Murmele
27c75f1346
Merge pull request #413 from Murmele/defaultMessage
...
Implement automatic usage of template in commit message
2023-01-27 12:48:56 +01:00
Murmele
83ca4645e5
Merge pull request #444 from Murmele/ExternalDiffFlatpak
...
Fix executing external diff with flatpak
2023-01-27 12:28:24 +01:00
Murmele
80cda1a084
Merge pull request #443 from Murmele/Flatpakdisableupdate
...
Flatpakdisableupdate
2023-01-27 12:28:14 +01:00
Murmele
db2c854c65
Update src/update/Updater.cpp
2023-01-27 12:27:59 +01:00
Murmele
f1b7aa977b
Merge pull request #441 from Murmele/Settings
...
Fix used wrong config in ConfigDialog.cpp
2023-01-27 12:27:23 +01:00
H-4ND-H
2e36b88d16
Remove Id::StoreCredentials from Setting.cpp as store is now part of git config
2023-01-26 14:44:07 +03:30
H-4ND-H
56ddc1629b
Add ability to add custom store to git config file
...
Make store selection ComboBox editable in SettingDialog.cpp.
Change the defenition of a valid helper in CredentialHelper.cpp so that
every non empty string is treated as valid.
2023-01-26 14:31:07 +03:30
H-4ND-H
435a0e52c2
Remove credential/store from settings and use global config
2023-01-26 14:31:07 +03:30
H-4ND-H
411292ea84
Fix issues related to wincred
...
Change "winCred" to "wincred" in CredentialHelper.cpp for better
consistency with different stores.
Fix missing semicolon when adding wincred to list of available stores.
2023-01-26 14:30:19 +03:30
H-4ND-H
872965b987
Fix test resource not available in all builds
2023-01-26 14:30:19 +03:30
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