Commit Graph

316 Commits

Author SHA1 Message Date
Abdelilah El Aissaoui
03c5499ede
Fixed icon reference 2023-11-04 00:45:14 +01:00
Abdelilah El Aissaoui
4323924ed6
Added button to clear search in side panel 2023-11-04 00:35:58 +01:00
Abdelilah El Aissaoui
d4d7056341
Added check to prevent staging of empty lists 2023-10-29 18:54:59 +01:00
Abdelilah El Aissaoui
77df8671e6
Fixed diff header overlapping the buttons 2023-10-29 16:44:23 +01:00
Abdelilah El Aissaoui
f53c306099
Greatly improved performance of "stage all" in huge workspaces.
This specially noticable in repositories that contain binary blobs or huge files count.

Fixes #129
2023-10-28 20:16:07 +02:00
Hendrik Albers
b92304d3fd Fixed typo in settings (Network - Authentication) 2023-10-24 22:45:04 +02:00
Abdelilah El Aissaoui
872c9d962a
Fixed crash when trying to change upstream branch
Fixes #174
2023-10-19 17:50:58 +02:00
Abdelilah El Aissaoui
bb47728d64 Probe files and directory checks are now executed in the Rust part to reduce the communication overhead between both parts 2023-10-11 20:36:48 +02:00
Abdelilah El Aissaoui
950c9398bf
Fixed diff buttons disappearing when using split mode
Fixes #169
2023-10-10 16:37:10 +02:00
Abdelilah El Aissaoui
b1dcdeb79b Added events batching from Rust part to prevent excessive exchange between both sides 2023-09-29 13:42:15 +02:00
Abdelilah El Aissaoui
7e6ccbe810
Fixed .git dir changes not being detected properly and added rule to ignore .proble files in git dir 2023-09-27 19:48:23 +02:00
Abdelilah El Aissaoui
81253c0f06
Fixed tabs being partially dragged accidentally (instead of clicked) 2023-09-25 16:44:17 +02:00
Abdelilah El Aissaoui
59a9b270a7
Moved version to v1.3.0 2023-09-22 01:03:03 +02:00
Abdelilah El Aissaoui
a3e41e3490
Removed unused UseCase from TabViewModel 2023-09-21 23:02:18 +02:00
Abdelilah El Aissaoui
178f3f424e
Fixed rebase interactive text field losing focus on new line 2023-09-21 23:01:45 +02:00
Abdelilah El Aissaoui
068f42b6e0
Improved rebase interactive UI 2023-09-21 21:19:02 +02:00
Abdelilah El Aissaoui
ec6c5412a4 Fixed custom terminal emulator not opening on windows 2023-09-20 19:59:02 +02:00
Abdelilah El Aissaoui
865109d8d4
Added basic error and port handling 2023-09-20 15:40:31 +02:00
Abdelilah El Aissaoui
6dee4fbc93
Added basic ssh auth in rust without error handling 2023-09-20 10:26:02 +02:00
Abdelilah El Aissaoui
bb49e9482c
Revert "Fixed line uncommited changes -> first commit not being drawn in the log (now properly :P)"
This reverts commit 92b225503c.
2023-09-19 10:46:43 +02:00
Abdelilah El Aissaoui
a70adb6ad5
Revert "Uncommited changes line is now always visible"
This reverts commit 64f9953837.
2023-09-18 22:41:58 +02:00
Abdelilah El Aissaoui
5f2180f1a3
Clicking on a submodule in (un)commited changes shows an informative screen 2023-09-14 01:05:06 +02:00
Abdelilah El Aissaoui
f8a6884098
Added padding between message box and button in rebase/merge 2023-09-13 11:00:55 +02:00
Abdelilah El Aissaoui
ee82295c89
Fixed crash when having conflicting submodules
Fixes #118
2023-09-12 23:32:25 +02:00
Abdelilah El Aissaoui
a4570fc5ec
Fixed text field border color to be darker when enabled than disabled 2023-09-12 23:31:47 +02:00
Abdelilah El Aissaoui
92b225503c
Fixed line uncommited changes -> first commit not being drawn in the log (now properly :P) 2023-09-12 22:21:55 +02:00
Abdelilah El Aissaoui
dd56355497
Revert "Fixed line uncommited changes -> first commit not being drawn in the log "
This reverts commit 1eb1eac47d.
2023-09-12 22:16:58 +02:00
Abdelilah El Aissaoui
1eb1eac47d
Fixed line uncommited changes -> first commit not being drawn in the log 2023-09-11 20:56:43 +02:00
Abdelilah El Aissaoui
60e67d9683
Added loading screen when deleting branch from side panel 2023-09-11 20:54:59 +02:00
Abdelilah El Aissaoui
39b2a7e8b9
Added x1.75 scale option 2023-09-10 21:49:46 +02:00
Abdelilah El Aissaoui
64f9953837
Uncommited changes line is now always visible 2023-09-10 21:21:32 +02:00
Abdelilah El Aissaoui
0a8c8ac1ed
Implemented proxy settings logic
Fixes #113
2023-09-10 21:18:46 +02:00
Abdelilah El Aissaoui
be616315f8
Rebase interactive: Added border to dropdown, fixed focus issues when renaming and removed drag icon 2023-09-09 01:14:35 +02:00
Abdelilah El Aissaoui
1778f69622
Rebase interactive is shown on top of log instead of taking all the space 2023-09-08 10:43:24 +02:00
Abdelilah El Aissaoui
117c5f4fd2
Merge pull request #155 from Flashdown/Flashdown-patch-1
Credentials Cache: Added some special characters to improve random key pattern
2023-09-06 09:56:00 +02:00
Flashdown
ab04699611
Update CredentialsCacheRepository.kt 2023-09-05 16:37:02 +02:00
Abdelilah El Aissaoui
c78d7f1c3d
Fixed rebase interactive check being executed when changing between tabs even if not rebasing 2023-08-28 17:58:37 +02:00
Abdelilah El Aissaoui
804b83769f
Fixed ssh crash when username in URI is null 2023-08-28 10:51:53 +02:00
Abdelilah El Aissaoui
1a523d04ef
Fixed crash when opening quick actions dialog 2023-08-23 15:48:20 +02:00
Abdelilah El Aissaoui
f017409db8
Changed getCurrentOs to be a lazy property and avoid doing the check everytime 2023-08-22 20:54:40 +02:00
Abdelilah El Aissaoui
17839bfaf1 Added TODO reminder 2023-08-19 14:47:18 +02:00
Abdelilah El Aissaoui
c104c681f4 Fixed excessive refreshes when running operations from gitnuro
Also fixed diff load looping when using LFS, which produces files in .git dir to change
2023-08-19 14:44:25 +02:00
Abdelilah El Aissaoui
cc4e9700e8 Added basic proxy UI components in settings 2023-08-19 11:12:21 +02:00
Abdelilah El Aissaoui
2cc4ca18b5 Updated Compose Multiplatform to 1.5.0-rc01 2023-08-19 10:43:20 +02:00
Abdelilah El Aissaoui
e2cf95712a Added possibility to select file path in diff 2023-08-19 10:42:33 +02:00
Flashdown
dfc18ea853
Credentials Cache: Added some special characters to improve random key pattern. 2023-08-17 21:19:31 +02:00
Abdelilah El Aissaoui
9264d2cb7a Added caching of HTTP Credentials
Fixed #75
2023-08-12 15:42:21 +02:00
Abdelilah El Aissaoui
0c3ced89b4 Added log loading screen 2023-08-06 12:35:58 +02:00
Abdelilah El Aissaoui
e541c60fc2
Fixed breaking changes from kotlin-logging 2023-07-26 19:12:19 +02:00
Abdelilah El Aissaoui
4295e8b7f7
Disabled mouse elements on loading screen 2023-07-18 16:59:30 +02:00