Commit graph

513 commits

Author SHA1 Message Date
Abdelilah El Aissaoui
c04fc09247 Unified OS checking calls 2022-08-07 17:37:08 +02:00
Abdelilah El Aissaoui
8e65bff8e9 Replaced java calls for dialogs by native OS calls 2022-08-07 17:24:48 +02:00
Abdelilah El Aissaoui
975b0730d9 Fixed color scheme for light theme 2022-08-07 17:24:21 +02:00
Abdelilah El Aissaoui
4de4c5f76a Increased version to 1.0.1 2022-08-07 16:41:41 +02:00
Abdelilah El Aissaoui
61906f9811
Update README.md 2022-08-07 00:07:05 +02:00
Abdelilah El Aissaoui
96ccce8b17 Updated latest.json and screenshots 2022-08-06 22:38:40 +02:00
Abdelilah El Aissaoui
71265998dc Fixed settings entry padding 2022-08-06 21:23:00 +02:00
Abdelilah El Aissaoui
74f4d22856 Removed unnecessary opt-in annotations 2022-08-06 21:06:36 +02:00
Abdelilah El Aissaoui
2e839a284f Fixed enter not working to accept tag name 2022-08-06 21:06:22 +02:00
Abdelilah El Aissaoui
00d95b6feb Project code cleanup 2022-08-06 21:03:45 +02:00
Abdelilah El Aissaoui
f47097027f Updated dependencies 2022-08-06 20:37:07 +02:00
Abdelilah El Aissaoui
8db0313eb9 Increased default graph width & now graph width is saved across tabs 2022-08-06 04:03:24 +02:00
Abdelilah El Aissaoui
dc31181387 Improved avatar loading
Now avatar loading checks first if there is a cached avatar and before showing the placeholder, to avoid showing the placeholder for a moment when a cached version is available.

This will reduce CPU usage by a tiny bit since the placeholder won't have to be rendered.
2022-08-06 03:46:09 +02:00
Abdelilah El Aissaoui
20e23a9750 Fixed inverted colors of scrollbars 2022-08-06 03:22:54 +02:00
Abdelilah El Aissaoui
3c5b8f7ae6 Fixed multiple lines shown in changed lines
Also fixed copying not copying line endings of unchanged lines
2022-08-06 03:07:32 +02:00
Abdelilah El Aissaoui
6398244895 Reduced titles sizes and limited secondary button lines to 1 2022-08-06 02:26:30 +02:00
Abdelilah El Aissaoui
914edc9aa7 Removed decimals from calculated scale 2022-08-06 02:14:19 +02:00
Abdelilah El Aissaoui
ef384007d3 Fixed diff lines being cut 2022-08-05 01:51:53 +02:00
Abdelilah El Aissaoui
b950dc13fc Reduced tab title font size 2022-08-05 01:34:45 +02:00
Abdelilah El Aissaoui
d7a728c684 Text box label changed when rebasing to remark it as read only 2022-08-05 00:00:22 +02:00
Abdelilah El Aissaoui
b9fff2dc43 Remote edit dialog UI improved 2022-08-04 23:59:58 +02:00
Abdelilah El Aissaoui
7f42548b53 Fixed settings dialog title paddings 2022-08-04 23:59:27 +02:00
Abdelilah El Aissaoui
f0a4fd379f Added option to have a scale different than the ones predefined 2022-08-04 15:11:45 +02:00
Abdelilah El Aissaoui
83e0030b1c Changed scale slider to dropdown 2022-08-04 02:50:07 +02:00
Abdelilah El Aissaoui
884d5f1aa4 Changed switch toggle color when unchecked 2022-08-04 02:30:38 +02:00
Abdelilah El Aissaoui
491ed8e5c4 Fixed "Discard changes" button colors 2022-08-04 02:30:21 +02:00
Abdelilah El Aissaoui
3de4339860 Fixed colors scheme of remotes and settings dialogs 2022-08-04 00:52:19 +02:00
Abdelilah El Aissaoui
d5359effb6 Added management state when the repository is in "reverting" state 2022-08-04 00:39:11 +02:00
Abdelilah El Aissaoui
591fa98508 Added scaling setting 2022-08-04 00:38:46 +02:00
Abdelilah El Aissaoui
02906a253d Implemented keybinding management
This feature allows to easily add new keybindings (programmatically) to features accross the app.

Should also fix the issue that https://github.com/JetpackDuba/Gitnuro/pull/13 tried to solve
2022-07-22 20:34:36 +02:00
Abdelilah El Aissaoui
57e8482218 Added option to copy git ID to clipboard 2022-07-20 12:08:30 +02:00
Abdelilah El Aissaoui
fe77505e7d Reduced font size for commit message and fixed issue in settings dialog when switching between themes 2022-07-14 22:32:13 +02:00
Abdelilah El Aissaoui
7164bd3e71 Increased font units by 1 for the smallest text 2022-07-10 19:50:03 +02:00
Abdelilah El Aissaoui
1221085374 Graph separator takes in consideration screen density 2022-07-10 16:21:25 +02:00
Abdelilah El Aissaoui
e28033f951 Reduced size of message box label 2022-07-10 16:19:03 +02:00
Abdelilah El Aissaoui
d6a8b93026 Removed mutex from tab state
Workaround to make rebase interactive work again as it runs simultaneous operations
2022-07-10 16:18:25 +02:00
Abdelilah El Aissaoui
d93e634a5c Unified fonts styles 2022-07-10 16:04:03 +02:00
Abdelilah El Aissaoui
4c48cd995e Implemented manual refresh with F5 2022-06-27 20:36:24 +02:00
Abdelilah El Aissaoui
0f835edc35 Current branch now shows HEAD instead of a dot and bold text
This and the previous commit fix the scroll overlap of https://github.com/JetpackDuba/Gitnuro/issues/12
2022-06-27 19:32:28 +02:00
Abdelilah El Aissaoui
4ef18cf84b Increased items count padding in left panel to match the scrollbar 2022-06-27 19:21:40 +02:00
Abdelilah El Aissaoui
6599f2f861 Side panel now is a single big list with local branches and stashes expanded by default 2022-06-26 18:46:48 +02:00
Abdelilah El Aissaoui
64764c556d Changed app version to 1.0.0 2022-06-25 04:47:53 +02:00
Abdelilah El Aissaoui
42e6b32ba3 Fixed tag button being disabled when setting a name 2022-06-24 19:59:03 +02:00
Abdelilah El Aissaoui
e6ece882c5
Merge pull request #6 from ProjectInfinity/main
Ensure Gitnuro follows macOS theme and add missing app icon
2022-06-24 19:56:18 +02:00
Abdelilah El Aissaoui
befc7d1740 Removed merge dialog. Fast forward config is now in the settings 2022-06-24 19:42:01 +02:00
Abdelilah El Aissaoui
7ce311d9b5 Fixed commit message being shared between tabs 2022-06-24 01:58:46 +02:00
Abdelilah El Aissaoui
5c879961ac Removed rebase dialog 2022-06-24 01:58:29 +02:00
Abdelilah El Aissaoui
cbedb0e82c Unified components from settings and changed subtitle to secondary color 2022-06-23 22:30:11 +02:00
Abdelilah El Aissaoui
32fae01e6e Improved rebase interactive design 2022-06-23 19:28:21 +02:00
Abdelilah El Aissaoui
17c0f50360 Fixed graph not refreshing branches when branch checkout failed after creation 2022-06-23 14:46:37 +02:00