Skip to content

Commit

Permalink
Update to GitQlient v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Nov 17, 2019
1 parent 31ddfd0 commit cd2f0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitQlient
Submodule GitQlient updated 62 files
+21 −12 .travis.yml
+2 −0 CONTRIBUTING.md
+10 −5 GitQlient.pro
+0 −29 Tasks.txt
+0 −1 app/AGitProcess.h
+2 −1 app/BranchContextMenu.cpp
+10 −8 app/BranchDlg.cpp
+1 −0 app/BranchDlg.h
+3 −1 app/BranchesViewDelegate.cpp
+17 −1 app/BranchesWidget.cpp
+2 −2 app/CommitHistoryColumns.h
+37 −40 app/CommitHistoryContextMenu.cpp
+2 −2 app/CommitHistoryContextMenu.h
+9 −5 app/CommitHistoryModel.cpp
+10 −9 app/CommitHistoryView.cpp
+12 −0 app/CommitInfo.cpp
+2 −1 app/CommitInfo.h
+32 −3 app/ConfigWidget.cpp
+5 −0 app/ConfigWidget.h
+25 −27 app/Controls.cpp
+1 −2 app/Controls.h
+3 −8 app/CreateRepoDlg.cpp
+1 −1 app/CreateRepoDlg.h
+6 −4 app/FileDiffHighlighter.cpp
+3 −1 app/FileDiffView.cpp
+0 −8 app/FileDiffWidget.cpp
+3 −1 app/FileHistoryWidget.cpp
+4 −6 app/FileListWidget.cpp
+6 −11 app/FullDiffWidget.cpp
+0 −42 app/GitAsyncProcess.cpp
+47 −0 app/GitCloneProcess.cpp
+7 −4 app/GitCloneProcess.h
+3 −8 app/GitQlient.cpp
+10 −6 app/GitQlient.pri
+30 −3 app/GitQlientRepo.cpp
+3 −0 app/GitQlientRepo.h
+136 −0 app/GitQlientStyles.cpp
+58 −0 app/GitQlientStyles.h
+43 −0 app/ProgressDlg.cpp
+40 −0 app/ProgressDlg.h
+144 −191 app/RepositoryViewDelegate.cpp
+2 −3 app/RepositoryViewDelegate.h
+27 −9 app/RevisionsCache.cpp
+45 −0 app/StashesContextMenu.cpp
+9 −8 app/StashesContextMenu.h
+2 −7 app/TagDlg.cpp
+0 −71 app/Terminal.cpp
+5 −4 app/WorkInProgressWidget.cpp
+52 −17 app/git.cpp
+6 −0 app/git.h
+1 −14 app/lanes.cpp
+0 −4 app/lanes.h
+4 −0 app/resources.qrc
+4 −0 app/resources/icons/cog-wheel-silhouette.svg
+4 −54 app/resources/icons/git_orange.svg
+7 −0 app/resources/icons/refresh-page-option.svg
+73 −260 app/resources/stylesheet.css
+396 −0 app/resources/stylesheet_colors_bright.css
+396 −0 app/resources/stylesheet_colors_dark.css
+1 −2 ci-scripts/linux/build.sh
+0 −1 ci-scripts/osx/build.sh
+3 −2 main.cpp
2 changes: 1 addition & 1 deletion GitQlientPlugin.json.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
\"Name\" : \"GitQlientPlugin\",
\"Version\" : \"0.10.1\",
\"Version\" : \"1.0.0-alpha\",
\"CompatVersion\" : \"$$QTCREATOR_COMPAT_VERSION\",
\"Vendor\" : \"Francesc Martinez\",
\"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR Francesc M.\",
Expand Down

0 comments on commit cd2f0de

Please sign in to comment.