Beautiful and lightweight git client based on Qt

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

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.