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
723001a5ed
Update README.md
2023-05-17 15:10:29 +02:00
Abdelilah El Aissaoui
4d47af56a6
Update README.md
2023-05-17 11:21:59 +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
716f08e465
Updated versions JSON
2023-05-14 18:40:16 +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
3db70abee3
Added libssh references in README
2023-05-10 20:53:04 +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
Abdelilah El Aissaoui
38ea740f7a
Updated readme
2023-05-04 17:29:03 +02:00
Abdelilah El Aissaoui
89befd9c14
Fix open terminal in KDE
...
Fixes #100
2023-05-04 16:46:16 +02:00
Abdelilah El Aissaoui
33c7db5863
Remove libssh stream logs
2023-05-03 21:25:25 +02:00
Abdelilah El Aissaoui
0a1c812bf9
Added argument to open mac tab always in a new window
2023-05-03 20:19:05 +02:00
Abdelilah El Aissaoui
5063fcf5d8
Included ARM build for linux
2023-05-03 15:13:20 +02:00
Abdelilah El Aissaoui
abec077f23
Fixed wrong path when opening terminal in macos
2023-05-03 15:02:58 +02:00
Abdelilah El Aissaoui
7df6381813
Added pull message
2023-05-02 19:56:12 +02:00
Abdelilah El Aissaoui
b4391880ac
Increased version code to prepare new release
2023-05-02 19:33:17 +02:00
Abdelilah El Aissaoui
e5a2f5b6a7
Fixed inconsistencies with the side panel context menu
2023-05-01 17:10:24 +02:00
Abdelilah El Aissaoui
3752140a22
Fixed crash when discarding line in a file that mixes \r\n and \n
2023-05-01 16:56:42 +02:00
Abdelilah El Aissaoui
0004164b40
Fixed signoff dialog cursor position
2023-05-01 16:20:57 +02:00
Abdelilah El Aissaoui
ddc198a0d7
Added option to sign off commits
...
Fixes #60
2023-05-01 16:20:11 +02:00
Abdelilah El Aissaoui
07e1bbd4ed
Completed initial support for submodules
...
Fixes #29
2023-04-30 22:41:50 +02:00