Beautiful and lightweight git client based on Qt

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

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.