Beautiful and lightweight git client based on Qt

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

README.md

CuteGit

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.