Coder Social home page Coder Social logo

whateveryet / gitqlient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from francescmm/gitqlient

0.0 0.0 0.0 10.43 MB

GitQlient: Multi-platform Git client written with Qt.

Home Page: https://www.francescmm.com

License: GNU Lesser General Public License v2.1

C++ 90.39% C 0.57% CSS 7.17% QMake 1.22% CMake 0.65%

gitqlient's Introduction

GitQlient logo

GitQlient: Multi-platform Git client written with Qt

Linux MacOS Windows

GitQlient, pronounced as git+client (/gɪtˈklaɪənt/) is a multi-platform Git client originally forked from QGit. Nowadays it goes beyond of just a fork and adds a lot of new functionality.

GitQlient main screen

Main features

Some of the major feature you can find are:

  1. Easy access to remote actions like: push, pull, submodules management and branches
  2. Branches management
  3. Tags and stashes management
  4. Submodules handling
  5. Allow to open several repositories in the same window
  6. Better visualization of the commits and the work in progress
  7. Better visualization of the repository view
  8. GitHub/GitLab integration
  9. Embedded text editor with syntax highlight for C++

For all the features take a look to the Release Notes in the Wiki.

User Manual

Please, if you have any doubts about how to use it or you just want to know all you can do with GitQlient, take a look to the user manual in here.

It is planned to release for Linux, MacOs and Windows. However, take into account that the development environment is based on Linux and it will be the first platform released.

Interactive UI guide (with code links)

I've set up a small (and ugly) webpage for those developers that want to get some help understanding the different parts of the UI of GitQlient and how they are connected with the C++ code.

The web shows the current UI design with links to the code of the widgets when you click on the areas of the image. The code is shown in a frame near to the image, so a 1920px screen might be needed. Since I'm not a web developer and I don't intend to dedicate too much time to that, I'll update the guide only with major releases. If anybody wants to make it pritier and knows how to do it, please contact me to see if we can collaborate.

Check the Interactive UI guide of GitQlient.

How to install GitQlient

Packaging status

Linux

AppImage

GitQlient is offered in the form of AppImage. Although a big binary, it includes all the libraries needed to run. It is a portable multi-OS version so just download the version you want from the releases page and execute it (make sure it has execution rights).

RPM package for Fedora

Package available in official Fedora repos. To install, type the following command in the terminal:

sudo dnf install gitqlient

DEB package for Ubuntu

For now there is no GitQlient in the official repos of Ubuntu or Debian (Ubuntu bug). However, to install it via .deb package, go to the releases page and download the package from the version you want. Once you download it, you can install it using apt-get command as root.

Windows

For Windows 10 there is a package provided on every release. It installs all the dependencies and creates an shortcut in the Desktop. From the releases page, download the GitQlientInstaller-.exe binary from the release you want to use.

MacOS

For MacOS there is also a DMG package you can install as usual. Take into account that because of lack of resources this version is not tested.

If the app appears damaged and can't be opened, run the following (see #234):

sudo xattr -rd com.apple.quarantine /Applications/gitqlient.app

MacPorts package

GitQlient is available in MacPorts. To install, type the following command in the terminal:

sudo port install gitqlient

Translating GitQlient

GitQlient is using the translation system of Qt. That means that for every new language two files are needed: .ts and .qm. The first one is the text translation and the second one is a compiled file that GitQlient will load.

To add a new translation, please generate those files and add them to the resources.qrc.

For more information on Qt translation system.

Building GitQlient

In the User Manual you can find a whole section about building GitQlient and what dependencies you need.

Licenses

Most of the icons on GitQlient are from Font Awesome. The license states is GPL friendly. Those icons that are not from Font Awesome are custom made icons.

The font used bt GitQlient is DejaVu Sans and DejaVu Sans Mono. It is a free font used by most of the Linux distros and its license can be found on GitHub.

gitqlient's People

Contributors

hegjon avatar hartwork avatar pa-sowa avatar luzpaz avatar band-a-prend avatar msumulong avatar mslusarz avatar harens avatar arabine avatar 515hikaru avatar alexdewar avatar tim77 avatar martindelille avatar mfurkanuslu avatar orgads avatar mykhailo-maidan avatar coldnew avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.