Beautiful and lightweight git client based on Qt

Alexey Edelev 10e3ae91bd Make GitBase movable and refactored GitBranches преди 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 10e3ae91bd Make GitBase movable and refactored GitBranches преди 5 години
gitbranch.h 10e3ae91bd Make GitBase movable and refactored GitBranches преди 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 10e3ae91bd Make GitBase movable and refactored GitBranches преди 5 години
githandler.h 28804afe7b Pull functionality pre-steps преди 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.