Commit Graph

845 Commits

Author SHA1 Message Date
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
46ea80d9ce Added test to generate split hunk from diff result use case 2023-08-19 15:13:22 +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
2c321e303a Remove unused test 2023-08-12 16:36:55 +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
Abdelilah El Aissaoui
33188c4dc8
Adjusted font weight and color in settings 2023-07-18 16:56:00 +02:00
Abdelilah El Aissaoui
a043608d75
Changed default logging level to INFO 2023-07-18 13:28:07 +02:00
Abdelilah El Aissaoui
226f6a67ff
Removed redundant code 2023-07-16 19:27:13 +02:00
Abdelilah El Aissaoui
3611f3339c
Added push with lease + fixed push after changing tracking branch
Fixes #147
2023-07-16 19:24:30 +02:00
Abdelilah El Aissaoui
2ac0eabcee
Adjusted surface color on light theme 2023-07-16 16:54:15 +02:00
Abdelilah El Aissaoui
e7a557c305 Fixed exclude file being null not handled 2023-07-15 14:05:01 +02:00
Abdelilah El Aissaoui
1cf1eca45f
Added new switch and adjusted surface color on light theme 2023-07-15 13:21:19 +02:00
Abdelilah El Aissaoui
38481b3a34
Added option to specify custom terminal emulator
Fixes #104
2023-07-14 22:49:34 +02:00
Abdelilah El Aissaoui
a951d9ccd1
Excluded git message files from file detection 2023-07-14 18:27:06 +02:00
Abdelilah El Aissaoui
7a7eb3ad93
Refactored repository watcher
Refactored to use a rust implementation instead of the java impl, because the java impl has been unrelible in linux and macos
2023-07-14 14:28:29 +02:00
Abdelilah El Aissaoui
70597aa16a
Added TODO 2023-07-09 21:36:12 +02:00
Abdelilah El Aissaoui
75b4adeb76
Implemented display of full file in diff (instead of hunks)
Fixes #37
2023-07-07 18:42:26 +02:00
Abdelilah El Aissaoui
5c63d2eaf7
Reduced diff top bar size 2023-07-07 12:35:50 +02:00
Abdelilah El Aissaoui
6ddcd0c69d
Started implementation of full file diff (instead of hunks) 2023-07-06 21:56:29 +02:00
Abdelilah El Aissaoui
20f4c3ac19
Removed tab animation when closing another one 2023-07-05 20:44:31 +02:00
Abdelilah El Aissaoui
509bbf13e9
Removed unnecessary IO operation to get the commit amend id 2023-07-05 12:43:00 +02:00
Abdelilah El Aissaoui
26bc7bacf1
Fixed enter key press triggering on button after being clicked by the user to accept the dialog
A common case was the commit button being triggered again after clicking on enter after the GPG signing
2023-07-05 12:42:59 +02:00
Abdelilah El Aissaoui
da9a5c1f17
Implemented edit, drop & restore of Rebase interactive state even if started from external software
Fixes #143 and #65
2023-07-01 21:50:53 +02:00
Abdelilah El Aissaoui
1e012d759b
Refactored rebase interactive to make it easier to implement additional features 2023-06-29 21:42:33 +02:00
Abdelilah El Aissaoui
15507afd4c
Latest opened tab is now remembered
Fixes #83
2023-06-22 16:58:19 +02:00
Abdelilah El Aissaoui
e1cc4c496b
Added tabs drag and drop
Still requires some work to improve the animations as they flicker a bit.

Fixes #82
2023-06-19 09:58:33 +02:00
Abdelilah El Aissaoui
fcf4732bf1 Fixed submodules not opening on windows
Fixes #125
2023-06-11 20:44:49 +02:00
Abdelilah El Aissaoui
60c15131db
Make sure changing repo starts in a clean state & implemented tab lazy loading
Changing the open repository in the current tab will now create a new tab that replaces the current one instead of updating the TabViewModel and having to make sure that every subviewmodel handles the change of repository properly.

This also allowed implementing lazy loading of a tab, so it does not load every repo at the same time.

Fixes #122
2023-06-04 18:56:43 +02:00
Abdelilah El Aissaoui
8462a40733
Removed unnecessary TODO 2023-06-04 18:39:58 +02:00
Abdelilah El Aissaoui
f4f17fc65c
Fixed typo in class name 2023-06-04 18:39:30 +02:00
Abdelilah El Aissaoui
d6e5e22aa0
Fixed fetch command not fetching every remote if one of them has failed.
Also removed a weird 4s delay that was left previously, probably due to some old dev code
2023-06-03 15:34:59 +02:00
Abdelilah El Aissaoui
9a7cc6a988
Remove unused SSHD dependency 2023-06-03 02:02:00 +02:00
Abdelilah El Aissaoui
819c2f1c95
Reworked log to use a single list rather than 2 individual lists.
Also implemented showing author info on hovering  with a tooltip

Fixes #91
2023-06-03 01:37:23 +02:00
Abdelilah El Aissaoui
e79a261b06
Tabs can be now closed using the tertiary button
Fixes #72
2023-06-02 01:28:12 +02:00
Abdelilah El Aissaoui
13ef706f17
Moved version to the bottom of each screen (even open repositories)
Also:
- Shows when there is a new available version next to the version.
- Updates are now check every 5min instead of depending on the user opening a new empty tab.

Fixes #114
2023-06-02 01:14:59 +02:00
Abdelilah El Aissaoui
b2dc0ecc50
Fix empty merges not being allowed 2023-06-02 00:35:10 +02:00
Abdelilah El Aissaoui
d3d2b606b4
Removed dead code 2023-05-26 00:18:37 +02:00
Abdelilah El Aissaoui
c8653233f4
Added option to specify folder name when clonning a repository
Closes #96
2023-05-26 00:16:42 +02:00
Abdelilah El Aissaoui
f98caf9890
Fixed missing authentication on module update 2023-05-25 23:57:04 +02:00
Abdelilah El Aissaoui
8a48e51469
Fixed uninitialized modules being opened 2023-05-25 23:56:51 +02:00
Abdelilah El Aissaoui
b76f75f3b0
Fixed logging and settings path
Fixes #112
2023-05-21 18:11:37 +02:00
Abdelilah El Aissaoui
fbec92bf24
Reorganized settings 2023-05-21 17:26:40 +02:00
Abdelilah El Aissaoui
37a65ffc11
Added option to swap staged/unstaged changes in the UI
Fixes #10
2023-05-20 19:49:57 +02:00
Abdelilah El Aissaoui
45e4f9e799
Added loading screen title+subtitle for LogViewModel methods 2023-05-19 23:53:23 +02:00
Abdelilah El Aissaoui
1facd863ba
Added TODO reminder 2023-05-17 21:06:09 +02:00
Abdelilah El Aissaoui
0212c8eb4b
Uncommented accidentally commited change 2023-05-17 21:03:08 +02:00
Abdelilah El Aissaoui
762212fabe
Stashes now show (unstaged) untracked files
Fixes #88
2023-05-17 21:01:21 +02:00
Abdelilah El Aissaoui
0bebd43eb4
Added new settings UI and replaced visibility icon
Fixes #103
2023-05-17 20:47:36 +02:00
Abdelilah El Aissaoui
b251b63f4e
Use empty password instead of null to access SSH keys to avoid password being asked by libssh 2023-05-16 13:59:29 +02:00
Abdelilah El Aissaoui
f1b3b73901
Added show password to http auth dialog & fixed text fields' size consistency across dialogs 2023-05-14 14:31:02 +02:00
Abdelilah El Aissaoui
133b4c51b9
Version bump to v1.2.1 2023-05-14 14:22:00 +02:00
Abdelilah El Aissaoui
9c8260eee2
Fixed deleting submodule did not work 2023-05-14 14:20:17 +02:00
Abdelilah El Aissaoui
c75d787945
Fixed scroll state behavior for commit changes scroll
- Scrolls position (both for files and message) was not being reset when changing between commits.

- Scrolls position was not preserved when swapping between tabs.
2023-05-12 10:13:32 +02:00
Abdelilah El Aissaoui
86316fca9f
Fixed scroll position not resetting when selecting different files in diff 2023-05-11 22:01:06 +02:00
Abdelilah El Aissaoui
8b74329fb0
Added temporary directory removal when closing the app 2023-05-10 21:15:47 +02:00
Abdelilah El Aissaoui
4b523e0aed
Added missing LibSSH reference in the list of open source projects 2023-05-10 21:14:43 +02:00
Abdelilah El Aissaoui
181a1f8856
Added SSH support for submodules
Fixes #109
2023-05-09 18:41:50 +02:00
Abdelilah El Aissaoui
905f7805bf
Enabled support by default for all supported formats by libssh
Fixes #108
2023-05-09 18:31:24 +02:00
Abdelilah El Aissaoui
776a76332b
Fixed crash on clicking "show password" button & made it a single line
Fixes #107
2023-05-09 18:27:49 +02:00