Beautiful and lightweight git client based on Qt

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

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.