Beautiful and lightweight git client based on Qt

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

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.