Commit Graph

1692 Commits

Author SHA1 Message Date
wolfseifert
3cd3ddba59
Update RepoView.cpp
reformatted
2024-02-14 12:47:15 +01:00
wolfseifert
b1f5b82657
Update MainWindow.cpp
reformatted
2024-02-14 12:45:49 +01:00
wolfseifert
cfc90cd683
Update RepoView.cpp
delete-timeline-causes-crash-on-windows-#680
2024-02-08 15:38:37 +01:00
wolfseifert
9001e004e4
Update MainWindow.cpp
delete-timeline-causes-crash-on-windows-#680
2024-02-08 15:37:12 +01:00
Murmele
fbb4867afa
Merge pull request #682 from pwqw/patch-1
faster submodule update
2024-01-15 11:36:09 +01:00
Pin
241dd98058
faster submodule update
Submodules like `git` contain too much change history, which is not necessary to compile the program.  
Speeding up the setup significantly as well as saving space on the device is important.
2024-01-06 12:14:24 -03:00
Murmele
66bc256eed
Rebase: Use original commit message as default message
Merge pull request #674 from Murmele/rebase
2023-12-10 19:39:05 +01:00
Martin Marmsoler
b4e9885b95 set original commit message as default 2023-12-10 13:12:01 +01:00
Martin Marmsoler
faac6c58be add comments 2023-12-10 13:10:39 +01:00
Murmele
71da9986ad
Merge pull request #666 from Murmele/updateAction
update action
2023-11-21 14:07:16 +01:00
Murmele
e5fe010732
Merge pull request #665 from Murmele/appimagerelease
Publish appimage also for development release
2023-11-20 16:59:30 +01:00
Murmele
69d3e21a4a
Merge pull request #614 from ysalmon/betterHistory
Referring repos with their git-dir instead of their work-tree.
2023-11-20 14:38:04 +01:00
Murmele
6984d51722
Merge pull request #664 from Murmele/multicolumn
Use columns for file name, directory, and state when files are shown as a list in TreeViews.
2023-11-20 14:37:42 +01:00
Murmele
bbb6b88aff
Merge pull request #667 from Murmele/work/templateManualApply
Template: Apply with filenames from diff
2023-11-13 17:44:49 +01:00
Martin Marmsoler
5286ed190f Add hint that first template will be applied automatically 2023-11-12 21:53:55 +01:00
Martin Marmsoler
a63edf27f1 when clicking on template, also add filenames, otherwise nothing is shown 2023-11-12 21:48:50 +01:00
Martin Marmsoler
88073efabe update action 2023-11-12 20:17:52 +01:00
Martin Marmsoler
23bfb4e00f Publish appimage also for development release 2023-11-12 19:23:07 +01:00
Martin Marmsoler
73e3cf329a Format 2023-11-12 18:22:36 +01:00
Martin Marmsoler
c836908b9e Fix bug 2023-11-12 18:19:12 +01:00
Martin Marmsoler
986cbf140e updateView() must be done before expandAll is done, otherwise the collapse counter is wrong and an assert will be triggered 2023-11-12 18:10:12 +01:00
Martin Marmsoler
d598ac21fa updateView when updating the rest 2023-11-12 17:44:04 +01:00
Martin Marmsoler
9636a11923 reset selection, because when a list item is selected and treeview is used, no restore is possible with the collapse counter we use 2023-11-12 17:43:45 +01:00
Martin Marmsoler
ad5cfe306c forgotten to return value 2023-11-12 17:42:49 +01:00
Martin Marmsoler
1f3e81ab0b Add setting for multicolumn 2023-11-12 17:42:25 +01:00
Martin Marmsoler
7bb4a7a5f0 Use QAbstractItemModel because then mConstructed is not required and we gain more control 2023-11-12 17:41:13 +01:00
Martin Marmsoler
1bad8fa305 remove mDelegateCol because it is already set to 0 in the header 2023-11-12 16:58:30 +01:00
Martin Marmsoler
d54bb20253 Use function to create actions to make it more readable 2023-11-12 16:58:07 +01:00
devnull
c416cc63cd Add sort by column. Force all columns headers to be initialized. 2023-11-12 15:48:21 +01:00
devnull
1d6d53ba00 Use columns for file name, directory, and state when files are shown as a list in TreeViews. Resolves Dense layout issue #547 2023-11-12 15:48:20 +01:00
Murmele
e7fd8da4b3
Merge pull request #657 from Murmele/translations
enable updating translations
2023-11-12 15:39:12 +01:00
Martin Marmsoler
6eb06f9dcf format also languages file 2023-11-12 14:55:30 +01:00
Martin Marmsoler
8d99b972f6 update translations 2023-11-12 14:47:43 +01:00
Martin Marmsoler
f2f19ab415 Implement setting language with the gui 2023-11-12 14:47:40 +01:00
Murmele
2394355d30
Appimage support
Merge pull request #579 from Murmele/appimage
2023-11-12 12:51:25 +01:00
Martin Marmsoler
1b74bf7357 Revert "trying to fix qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat"
This reverts commit 0c5035fc4786de4ff17c92849f3d7c04bc6da25d.
2023-11-12 11:57:21 +01:00
Martin Marmsoler
3f2d236692 Revert "add Debugging"
This reverts commit 9bcfefeb08a3347547b00f0351b66fc794c5c5cf.
2023-11-12 11:57:20 +01:00
Martin Marmsoler
f81c01fde6 use release build 2023-11-12 11:57:20 +01:00
Murmele
2326e01928 Debug build 2023-11-12 11:57:19 +01:00
Martin Marmsoler
0e6e1e4cde add Debugging 2023-11-12 11:57:19 +01:00
Martin Marmsoler
34aef5bc7f trying to fix qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat 2023-11-12 11:57:18 +01:00
Martin Marmsoler
52db196c52 cleanup 2023-11-12 11:57:18 +01:00
Martin Marmsoler
ceb597bea1 publish also appimagetool 2023-11-12 11:57:17 +01:00
Martin Marmsoler
a21cf7eeb7 do not publish linux artifacts 2023-11-12 11:57:16 +01:00
Martin Marmsoler
7b82477e32 disable updating over gui 2023-11-12 11:57:16 +01:00
Martin Marmsoler
897f65891c Reason: 2023-11-12 11:57:15 +01:00
Martin Marmsoler
0fd2d5506a instead of ignoring the .git folder at multiple places, ignore it directly when requesting the path, otherwise the settings are stored inconsistently and might lead to an infinity loop in void RecentRepositories::load() 2023-11-12 11:45:58 +01:00
Martin Marmsoler
f07f4ed2e1 add comment 2023-11-12 10:34:33 +01:00
Martin Marmsoler
8374baad73 use also as variable name mGitPath 2023-11-12 10:21:55 +01:00
Yann Salmon
9edf99fbed Update src/conf/RecentRepositories.cpp
Co-authored-by: Murmele <Murmele@users.noreply.github.com>
2023-11-12 10:21:55 +01:00