-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07992ed
commit 95bcf00
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule GitQlient
updated
28 files
+1 −1 | App.pri | |
+4 −4 | GitQlient.pro | |
+1 −1 | QLogger | |
+8 −6 | README.md | |
+0 −2 | aux_widgets/BranchDlg.cpp | |
+0 −2 | aux_widgets/CreateRepoDlg.cpp | |
+16 −0 | big_widgets/Controls.cpp | |
+3 −0 | big_widgets/Controls.h | |
+14 −11 | big_widgets/DiffWidget.cpp | |
+1 −0 | big_widgets/DiffWidget.h | |
+29 −3 | big_widgets/GitQlientRepo.cpp | |
+6 −1 | big_widgets/GitQlientRepo.h | |
+7 −1 | big_widgets/HistoryWidget.cpp | |
+2 −0 | big_widgets/HistoryWidget.h | |
+0 −2 | branches/AddSubmoduleDlg.cpp | |
+1 −7 | branches/BranchTreeWidget.cpp | |
+4 −0 | branches/BranchesViewDelegate.cpp | |
+34 −19 | branches/BranchesWidget.cpp | |
+0 −1 | branches/TagDlg.cpp | |
+1 −1 | commits/CommitInfoWidget.cpp | |
+3 −4 | commits/WorkInProgressWidget.cpp | |
+1 −0 | commits/WorkInProgressWidget.h | |
+2 −0 | diff/FileBlameWidget.cpp | |
+0 −0 | dist/changes-1.0.0.md | |
+3 −3 | docs/CONTRIBUTING.md | |
+1 −1 | docs/SETUP_BUILD.md | |
+29 −0 | docs/dist/changes-1.0.0.md | |
+2 −2 | history/RepositoryViewDelegate.cpp |