Beautiful and lightweight git client based on Qt

Alexey Edelev 7a6351ec1d Added initial wizard 6 tahun lalu
fonts 49bd176d14 First version with HMI propotype 8 tahun lalu
images 52116bcedc Fix issue with focus jumping from console to diff 8 tahun lalu
qml 7a6351ec1d Added initial wizard 6 tahun lalu
.gitignore 85c4aa0a21 Added build procedure for windows 7 tahun lalu
CuteGit.desktop bed0aa7b73 Deployment procedure update 7 tahun lalu
CuteGit.pro bed0aa7b73 Deployment procedure update 7 tahun lalu
LICENSE 97e9ab89ed Update license file 7 tahun lalu
README.md bed0aa7b73 Deployment procedure update 7 tahun lalu
branchlistmodel.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
branchlistmodel.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
colorhandler.cpp 638ca3a34a Added git console 8 tahun lalu
colorhandler.h 638ca3a34a Added git console 8 tahun lalu
commitgraph.cpp 6150f66d61 Refactored diff TBB 8 tahun lalu
commitgraph.h 6150f66d61 Refactored diff TBB 8 tahun lalu
commitgraphpoint.cpp 3a266f55e7 Basic multi-repo implementation 8 tahun lalu
commitmodel.cpp 7a6351ec1d Added initial wizard 6 tahun lalu
commitmodel.h 49bd176d14 First version with HMI propotype 8 tahun lalu
diffmodel.cpp 9d544d53a6 Added files indicators 8 tahun lalu
diffmodel.h 9d544d53a6 Added files indicators 8 tahun lalu
gitbase.cpp 7097e8e9bc Make initial idea of OOPzation 8 tahun lalu
gitbase.h 42f70fad18 Make graph and diffs build in QtConcurrent thread. This change unlocks main thread 8 tahun lalu
gitbaseoid.cpp b2c91f84cc Added GitBaseOid and basic Remotes handling 8 tahun lalu
gitbaseoid.h b2c91f84cc Added GitBaseOid and basic Remotes handling 8 tahun lalu
gitbranch.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitbranch.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitcommit.cpp 6150f66d61 Refactored diff TBB 8 tahun lalu
gitcommit.h b2c91f84cc Added GitBaseOid and basic Remotes handling 8 tahun lalu
gitconsole.cpp f9345d20c0 Irreparable improvements of console 8 tahun lalu
gitconsole.h f9345d20c0 Irreparable improvements of console 8 tahun lalu
gitdiff.cpp 42f70fad18 Make graph and diffs build in QtConcurrent thread. This change unlocks main thread 8 tahun lalu
gitdiff.h 6150f66d61 Refactored diff TBB 8 tahun lalu
githandler.cpp 7a6351ec1d Added initial wizard 6 tahun lalu
githandler.h 7a6351ec1d Added initial wizard 6 tahun lalu
gitoid.cpp 42f70fad18 Make graph and diffs build in QtConcurrent thread. This change unlocks main thread 8 tahun lalu
gitoid.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitreference.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitreference.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitremote.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitremote.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gitrepository.cpp 8dcc0580cd NiceGit renamed to CuteGit. Crash is fixed 8 tahun lalu
gitrepository.h 99e5a52745 Syntax sugar for type definition 6 tahun lalu
gittag.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
gittag.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
graphlistmodel.cpp b2c91f84cc Added GitBaseOid and basic Remotes handling 8 tahun lalu
graphlistmodel.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
graphpoint.cpp 4594f071b9 Start working on commit tree annotation 8 tahun lalu
graphpoint.h 6150f66d61 Refactored diff TBB 8 tahun lalu
main.cpp 8dcc0580cd NiceGit renamed to CuteGit. Crash is fixed 8 tahun lalu
repositorymodel.cpp 7a6351ec1d Added initial wizard 6 tahun lalu
repositorymodel.h 3a266f55e7 Basic multi-repo implementation 8 tahun lalu
resources.qrc 7a6351ec1d Added initial wizard 6 tahun lalu
settings.cpp 7a6351ec1d Added initial wizard 6 tahun lalu
settings.h 7a6351ec1d Added initial wizard 6 tahun lalu
taglistmodel.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
taglistmodel.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
tagmodel.cpp 4594f071b9 Start working on commit tree annotation 8 tahun lalu
tagmodel.h 4594f071b9 Start working on commit tree annotation 8 tahun lalu
tooltipviewmodel.cpp 3ccf7695e7 Branch checkout raw version 8 tahun lalu
tooltipviewmodel.h 3ccf7695e7 Branch checkout raw version 8 tahun lalu
universallistmodel.cpp 70273052af Added commits oids and branches ideology 8 tahun lalu
universallistmodel.h 7a6351ec1d Added initial wizard 6 tahun lalu

README.md

CuteGit

CuteGit it's based on Qt framework Graphical User Interface with advanced functionality for Git SCM

Build for windows

For building and run CuteGit on Windows, you need:

Instruction:

  1. Check correct install cmake(system path for python, ...Qt\5.7\mingw53_32\bin, ...Qt\Tools\mingw530_32\bin)
  2. Create new folder in libgit2 library directory folder(example: build)
  3. Open "build" folder in command line and input follow commands: #cmake .. -G "MinGW Makefiles" #cmake --build .
  4. Built file libgit2.dll copy to "lib" folder in root directory CuteGit, if the folder doesn't exist, then create a new one.
  5. Copy "include" folder from libgit2 library to root directory CuteGit.
  6. Build CuteGit.