GitQlient 1.5.0 released
My C++ & Qt Blog
by Francesc M.
1y ago
I’m happy to announce the release of GitQlient 1.5.0 It has passed almost a year and is not that I forgot to maintain GitQlient, is that some of the refactoring that I wanted to include in the 1.5.0 version needed also about a big thinking on how GitQlient is designed and how its architecture looks like. In this release I’ve focused in UX by adding more options on context menus, being more conscious about the size the widgets take and also about the information that is presented. I’m always trying to make it as readable and accessible as possible, but there are times that the space available i ..read more
Visit website
Released GitQlientPlugin 1.3.0 for QtCreator
My C++ & Qt Blog
by Francesc M.
2y ago
I’m happy to announce the release of GitQlientPlugin 1.3.0 Three weeks ago I released a new version of GitQlient and now is the time to update the GitQlient plugin for QtCreator. The new version of the plugin includes all the features already released in GitQlient. That includes the new tab system, the text editor as well as all the modifications in the UX/UI. The binaries You can find the binaries for GitQlientPlugin 1.3.0 on the release section on the GitHub repo. This time the plugin has come just after the release of Qt Creator 4.13, for that reason I’m providing versions for QtC ..read more
Visit website
QLogger: A Qt multi-threading logger
My C++ & Qt Blog
by Francesc M.
2y ago
Since I restarted the blog more than 2 years ago I’ve never talked about QLogger in-depth. I linked to the repo and did a small introduction in the second entry (Logging with Qt) but that was all. During this year QLogger has had some nice improvements going from some sort of threading to full multi-threading support. During the last month it went from close configuration to full. When once it was only possible to choose the log level, now you can configure a lot of different things, including the output type. All of that while keeping the retro-compatibility from the old usage. How to use of ..read more
Visit website
GitQlient 1.4.0 released
My C++ & Qt Blog
by Francesc M.
2y ago
I’m happy to announce the release of GitQlient 1.4.0 Five months after the last big release, I present you a new GitQlient 1.4.0 version. This comes with less features than the previous versions but in exchange I hope it brings better performance. In this release I’ve focused in the performance of the Git queries and the RAM memory used by GitQlient. I’ve done a deep research on the usage of QString and the allocations that were done to reduce them to the minimum. I’ve also added an internal cache system so now the UI won’t freeze every time the main graph needs to be refreshed. This also incl ..read more
Visit website
GitQlient 1.3.0 released
My C++ & Qt Blog
by Francesc M.
2y ago
I’m happy to announce the release of GitQlient 1.3.0 Six months after the last big release, I present a new GitQlient 1.3.0 version. This comes with a lot of new stuff that I’m going to talk about in this post. In this release I’ve continued UX refactor I started in the previous one. This time I harmonized the styles for both the bright and the dark color schemas. Another part I’ve focused in a follow-up of the last release, one of the main focus areas has been the UX in the commit area and in the code editor (adding search). The second big area has been extending the support of GitQlient for ..read more
Visit website
How to pin tabs in QTabWidget
My C++ & Qt Blog
by Francesc M.
2y ago
When I was doing GitQlient I wanted to have a QTabWidget where I could pin some tabs. I did some research but I found that I had to tweak/hack how QTabWidget and specially the QTabBar inside they behave. At that time it was not an option since I wanted to have the work done ASAP. But now, I have had a little bit more time and I could manage to pin tabs in a QTabWidget. I thought it was going to be easier than I expected and I’m aware that I don’t probably cover all cases. However, I think I’ve managed to created a class that inherits from QTabWidget where the tabs can actually be pinned. Pin t ..read more
Visit website
BenchmarkTool: time execution tracker
My C++ & Qt Blog
by Francesc M.
2y ago
I had the idea of BenchmarkTool when I was trying to figure out why GitQlient was so slow on Windows machines. I had the impression and later on the evidences that in some cases the git client was holding for a long period without any known reason. And that was not happening on Linux. Before I start hearing about profiling, I must say that I don’t want know how much CPU/RAM my application is using. This can be achieved with profilers, even for this case where the problem is on Windows. When I checked, those values were normal and the problem was in the what. What process is making GitQlient so ..read more
Visit website
New GitQlient v1.1.1 (+ Mac)
My C++ & Qt Blog
by Francesc M.
2y ago
There is available a patch for the version 1.1 of GitQlient. The new patch version solves a problem with new repositories. The problem prevented users to work with repositories that have no commits. That applies to both new repositories (via init new repo) and already created repos that don’t have any commits. I took advantage of this issue to release also a release for OSX. It’s as functional as I would expect to have it in the next 1.2.0. However, I’d like if people can test it before going into the next release. The binaries You can find the binaries for GitQlient v1.1.1 on the release sect ..read more
Visit website
Deleaker review on GitQlient
My C++ & Qt Blog
by Francesc M.
2y ago
Today I’m going to change the subject a bit! Even that is still based on Qt it only touches GitQlient tangentially. This time GitQlient is the test environment and thing to show is the Deleaker review! Artem contacted me a long time ago and my plan was to publish a post before the word pandemic became mainstream. Unfortunately, for obvious reasons I’ve had to delay it until I found time. I never checked how GitQlient was doing it with the memory before. Mainly because I trusted Qt handling it for me. That’s fine most of the time but is also a bit error-prone since GitQlient is doing a lot of t ..read more
Visit website
New release of GitQlient 1.2.0
My C++ & Qt Blog
by Francesc M.
2y ago
I’m happy to announce the release of GitQlient 1.2.0 Three months after the last minor release I present a new GitQlient 1.2.0 with some fixes, several improvements and a lot of new features. For this release I’ve put the main focus in the UI/UX. That includes both the new features and the improvements of the existing ones. During this development phase, part of the UI changes have happened in the diff widget by providing multiple views for the changes. I’ve also added a tiny text editor with syntax highlight (for C/C++ for now). Other UI/UX changes are the possibility to minimize the bra ..read more
Visit website

Follow My C++ & Qt Blog on FeedSpot

Continue with Google
Continue with Apple
OR