Commit Graph

951 Commits

Author SHA1 Message Date
Abdelilah El Aissaoui
fbdf5a4da8
Selecting a branch, tag or stash in side panel highlights it 2023-11-11 16:42:28 +01:00
Abdelilah El Aissaoui
81c37043ca
Discarding hunks now always uses UTF-8
Fixes #170
2023-11-11 14:46:30 +01:00
Abdelilah El Aissaoui
0ea427cb49
[WIP] Stashes are now shown in the graph 2023-11-09 01:34:53 +01:00
Abdelilah El Aissaoui
22fd618b01
Added TODO 2023-11-09 01:34:37 +01:00
Abdelilah El Aissaoui
c02ae6af39
Updated project dependencies, kotlin version and gradle version 2023-11-04 01:53:48 +01:00
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
456978eefc
Removed log as it could be printed a lot in certain scenarios 2023-11-03 19:48:32 +01:00
Abdelilah El Aissaoui
1638c8f4b2
Updated latest.json 2023-10-30 20:07:18 +01:00
Abdelilah El Aissaoui
662e99188d
Added arch suffix in the fatJarLinux task 2023-10-30 14:03:39 +01:00
Abdelilah El Aissaoui
ee872b384e
Moved libssh to 0.2.2 2023-10-30 14:03:22 +01:00
Abdelilah El Aissaoui
5bd35e51aa
Added workflow_dispatch to release ci 2023-10-30 00:25:04 +01:00
Abdelilah El Aissaoui
6e32e569c6
Fixed release CI crashing 2023-10-30 00:22:16 +01:00
Abdelilah El Aissaoui
742ea407bc
libssh-rs uses the forked version with the WITH_SERVER flag enabled.
Fixes #166
2023-10-29 20:33:30 +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
6efef3622b
Fixed CI issues 2023-10-29 16:46:31 +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
Abdelilah El Aissaoui
c67d25bb17
Create FUNDING.yml 2023-10-28 17:41:54 +02:00
Abdelilah El Aissaoui
7d97a21948
Merge pull request #179 from hendrikgit/fix-settings-typo
Fixed typo in settings (Network - Authentication)
2023-10-25 00:50:54 +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
b25375dad8 Changed version 2023-09-29 13:43:46 +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
1d40964c17
Added linux aarch64 default property 2023-09-27 19:48:14 +02:00
Abdelilah El Aissaoui
fc1a171c4b
Linux builds now use cross instead of cargo 2023-09-27 19:47:45 +02:00
Abdelilah El Aissaoui
225d8cfbb3
Updated json and readme 2023-09-27 12:44:28 +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
3c20a5a141
Updated Development.md 2023-09-21 23:12:13 +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
9c2cb8ead4
Added support for Linux aarch64 when building the rust part 2023-09-21 21:20:33 +02:00
Abdelilah El Aissaoui
aa80638742
Disabled warning on unused import warning because the import is needed to be mapped to an enum in the UDL file 2023-09-21 21:19:47 +02:00
Abdelilah El Aissaoui
068f42b6e0
Improved rebase interactive UI 2023-09-21 21:19:02 +02:00
Abdelilah El Aissaoui
9e0b5eef62 Removed more refs to libssh in development.md 2023-09-20 20:04:00 +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
d642c1e2d8 Updated development.md as libssh is no longer a requirement 2023-09-20 19:57:25 +02:00
Abdelilah El Aissaoui
5b7ed8a719
Fixed mac & windows support for the new SSH implementation.
Fixes #130
2023-09-20 16:25:13 +02:00
Abdelilah El Aissaoui
4aa581cf1f
Split rust code into different files to avoid having a single big file 2023-09-20 15:50:15 +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