Commit Graph

1588 Commits

Author SHA1 Message Date
Murmele
f77a2be942
Merge pull request #516 from Murmele/OpenSSL1.1.1-stable
Update Openssl
2023-07-21 22:55:02 +02:00
Murmele
74de9145cf
Merge pull request #556 from Murmele/debugMessages
implement debugging output if debug is enabled
2023-07-17 17:46:32 +02:00
Murmele
198fb7a5fd
Update src/app/Application.cpp 2023-07-14 11:50:54 +02:00
Martin Marmsoler
0a935f838a enable debug build by setting a settings
Reason: so the debug possibility is always available and is by default off for performance reason
2023-07-14 11:18:31 +02:00
Murmele
34625fb981
Adds "Hide Untracked Files" option to DoubleTreeWidget
Merge pull request #591 from pablovacatello/hideUntrackedFiles
2023-07-05 09:31:26 +02:00
pablov
b202f1a21e Reverts format changes to test/Settings.cpp 2023-07-04 10:31:49 -03:00
pvacatel
a80ffed278 Fixes code format according to clang-format 2023-07-03 22:36:45 -03:00
pvacatel
3c92cc0f98 Adds "Hide Untracked Files" option to DoubleTreeWidget cogwheel context menu 2023-07-02 15:53:30 -03:00
Murmele
d3acf745e5
Merge pull request #583 from jmmanzano/spanish-translation
Spanish translation
2023-06-19 12:54:16 +02:00
José Miguel Manzano
1e57e7d4f5 Spanish translation 2023-06-17 12:01:22 +02:00
Murmele
db545a2582
Merge pull request #564 from Murmele/implementCaseInsensitivForTreeviewSearch
Implement CaseInsensitive
2023-05-25 07:15:59 +02:00
Martin Marmsoler
f26c1033f6 Implement CaseInsensitive 2023-05-24 19:36:11 +02:00
Murmele
8a0dd90f37
Merge pull request #551 from RxLaboratory/Darktheme-fixes
Invert commit list text and bright text colors
2023-05-16 16:29:29 +02:00
Murmele
c69c832938
Merge pull request #552 from RxLaboratory/CommitList-display-options
Add display options to the commit list
2023-05-16 14:13:02 +02:00
Duduf
1323ddfdf0 Format 2023-05-16 11:43:49 +02:00
Nicolas Dufresne
ef20f6729c Invert commit list text and bright text colors
The bright text color should be brighter than the standard text
2023-05-15 16:33:14 +02:00
Duduf
3a91d245cf Add display options to the commit list
Show/hide: author, date and commit id.
2023-05-15 16:31:34 +02:00
Murmele
9da61f630b
Merge pull request #528 from Murmele/splitterPosition
prevent that diffview will be collapsed
2023-04-28 10:09:31 +02:00
Murmele
fee97e989e
Merge pull request #534 from Murmele/fixStageAll
When refreshing, all childs and parents must be updated as well
2023-04-28 10:09:15 +02:00
Martin Marmsoler
6d0208a686 Implement index also in the case of a listview. There the name is the complete path and child must not be used to create full path 2023-04-26 22:52:38 +02:00
Murmele
5b15d5d309
Merge pull request #517 from gh-devnull/close-branches-after-checkout
Close the branch drop-down list after the user checks out a branch.
2023-04-25 22:25:59 +02:00
gh-devnull
fde50c354f
Merge branch 'Murmele:master' into close-branches-after-checkout 2023-04-25 09:31:30 -04:00
Martin Marmsoler
3b9b8ae629 When refreshing all childs and parents must be updated as well
Reason: When using StageAll and Unstage all previously only the element it self raises the dataChanged() signal and therefore all parents like folders get not updated, because they will not be updated, because the paths variable contains only files and not folders
2023-04-24 19:33:06 +02:00
Murmele
2729ed0f64
Merge pull request #530 from yangjuncode/yj
bump cmake_minimum_required to 3.12 for add_compile_definitions
2023-04-20 14:04:02 +02:00
Murmele
6bf49f007a
Release 1.3.0
Merge pull request #474 from Murmele/release
2023-04-20 13:20:18 +02:00
Murmele
4974a325d7
Update release date 2023-04-20 11:26:26 +02:00
yangjun
4e83f30ec9 bump cmake_minimum_required to 3.12 for add_compile_definitions 2023-04-20 16:40:21 +08:00
yangjun
045e78c9ae ignore clion config dir 2023-04-20 16:38:55 +08:00
yangjun
889ddba459 ignore clion build dir 2023-04-20 16:38:11 +08:00
Martin Marmsoler
4a75767cf6 prevent that diffview will be collapsed 2023-04-19 19:59:19 +02:00
devnull
f49817e8a4 Format 2023-04-17 17:46:27 -04:00
devnull
72cef4838c Close the branch drop-down list after the user checks out a branch.
Avoid the inconvenience of having to close the drop-down list manually after checking out a branch.
2023-04-17 16:55:56 -04:00
Martin Marmsoler
0dd426b287 remove not needed checkout 2023-04-17 20:03:51 +02:00
Martin Marmsoler
027c94c37b update changelog and increase version number 2023-04-17 20:03:50 +02:00
Murmele
1e5e00a1f0
Merge pull request #513 from exactly-one-kas/fix-windows-credentials
Fix windows credentials
2023-04-16 10:55:16 +02:00
Murmele
6a7eecf0b0
Fix repo tab name deduplication only working for 2 tabs at most
Merge pull request #504 from exactly-one-kas/fix-tab-names
2023-04-15 17:50:49 +02:00
kas
2fb8b7798c Fix formatting 2023-04-12 18:34:59 +02:00
kas
54ae13b6ac Put bundled credential helpers into credential-helper subdirectory 2023-04-12 16:34:53 +02:00
kas
b6b24287e0 Fix license file getting CRLF line endings on Windows 2023-04-12 14:21:42 +02:00
kas
f2c0d33b5d Fix calling external credential helpers 2023-04-12 14:19:08 +02:00
Martin Marmsoler
451ed9311e Update Openssl 2023-04-12 10:47:45 +02:00
kas
4a251647b8 Fix repo tab name deduplication only working for 2 tabs at most 2023-03-29 11:07:16 +02:00
Murmele
c8c4f68f44
Merge pull request #491 from Murmele/forcePush_Remote
Do not force push automatically to the default branch if push to command is used.
2023-03-27 11:24:10 +02:00
Martin Marmsoler
a7345595ff Do not force push automatically to the default branch if push to ... command is used.
Reason: If no remote name is set, the default is used, which is not always correct
2023-03-12 17:52:03 +01:00
Murmele
e7eccf6c91
Merge pull request #476 from Murmele/flatpakCIBuildFix
flatpak CI build fix
2023-02-26 13:18:01 +01:00
Martin Marmsoler
cd7ebb493e Use archlinux, because with alpin an error occurs 2023-02-26 12:51:31 +01:00
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