This looks cool. I'm curious if people use Git's tree view, in any form, as part of the regular workflow? If so, how? I have never found it useful, intuitive, or usually readable / parsable. Not the graph drawn on the command line, certainly not Github's tree view GUI of forked projects. I've also only ever worked on a project with one or two main trunk branches (master, and maybe dev), and feature branches, and very…
GitQlient – a multi-platform GUI-oriented Git client written with Qt
31–40 of 66 posts
Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#32This looks cool. I'm curious if people use Git's tree view, in any form, as part of the regular workflow? If so, how? I have never found it useful, intuitive, or usually readable / parsable. Not the graph drawn on the command line, certainly not Github's tree view GUI of forked projects. I've also only ever worked on a project with one or two main trunk branches (master, and maybe dev), and feature branches, and very…
With one exception: the only good git ui that I tolerate for its clearance is the eclipse egit plugin
Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#33Is anyone aware of a publicly available code base to look into when searching for high quality Qt-based (desktop) applications? Think chromium-quality software quality code base. I am looking for inspiring patterns and also things such as naming schemes as I regularly change my mind when it comes to developing Qt based applications with regard to: - naming things (e.g. should signals/slots be prefixed (sigFoo() -> on…
Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#34Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#35This probably the less mobile friendly website I've seen in a while! I'll have to check it in my laptop later on.
Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#36This probably the less mobile friendly website I've seen in a while! I'll have to check it in my laptop later on.
I had trouble even on a laptop screen!
BTW, Alternatively try read docs directly from repo on GitHub.[1]
[0] https://i.imgur.com/9wGBlLJ.png
[1] https://github.com/francescmm/GitQlient/blob/master/docs/ind...
Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#37Is anyone aware of a publicly available code base to look into when searching for high quality Qt-based (desktop) applications? Think chromium-quality software quality code base. I am looking for inspiring patterns and also things such as naming schemes as I regularly change my mind when it comes to developing Qt based applications with regard to: - naming things (e.g. should signals/slots be prefixed (sigFoo() -> on…
https://github.com/qbittorrent/qBittorrent
not able to comment on code quality.
Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#38Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#39Re: GitQlient – a multi-platform GUI-oriented Git client written with Qt
#40This probably the less mobile friendly website I've seen in a while! I'll have to check it in my laptop later on.
I had trouble even on a laptop screen!