-
Notifications
You must be signed in to change notification settings - Fork 68
2.10
Cristian Tibirna edited this page Apr 26, 2025
·
2 revisions
Released on 2022-01-10
Sebastian Pipping (21):
- Drop inactive .travis.yml
- Actions: Cover build and installation on Ubuntu 18.04 LTS
- config.h: Bump version to 2.9.1
- qgit.cpp: Support --help, --help-all and --version
- qgit.cpp: Make --version say "QGit" rather than "qgit4"
- common.h: Delete dead code
- Replace QTime by QElapsedTimer of Qt >=4.7
- Replace deprecated QWheelEvent::delta() by QWheelEvent::angleDelta().y()
- inputdialog.h: Resolve use of deprecated Qt::WindowType "0"
- Replace deprecated QColor::dark by QColor::darker of Qt >=4.3
- Replace deprecated QFontMetrics::width by QFontMetrics::horizontalAdvance of Qt >=5.11
- Replace deprecated qSort/qFind by std::sort/std::find
- Replace deprecated QString::sprintf by QString::asprintf of Qt >=5.5
- Replace deprecated QDateTime::toString by QLocale::toString of Qt >=5.10
- build.yaml: Use Ubuntu 20.04 LTS with Qt 5.12.8
- Cleanup Qt4 compatibility, raise Qt minimum to 5.11.0
- build.yaml: Use Ubuntu 20.04 LTS with Qt 5.12.8
- Replace QString::SplitBehavior by Qt::SplitBehavior of Qt >=5.14
- Restore compatibility with Qt 5.11
- CMake: Address warning about compatibility with CMake 2.x.x
- Fix version string for 2.10
Cristian Tibirna (8):
- use static_cast<> instead of C-style cast
- remove more compilation warnings
- Add branch name to window title
- build: sync qmake config to latest changes for cmake config
- Add wickedsmoke to list of contributors
- FileHistory: FIX wrong column hearder names (Thanks to pwillard2)
- FileHistory: use named constants where appropriate
- Restore corrupted qgit.png
Brent Roman (3):
- don't rely on STDERR for determining whether command failed
- removed Git says
- improved logic to detect failed external commands under Unix-like OSes
Filipe Rinaldi (3):
- Upgrade icons for the file tree
- Upgrade icons
- Update qgit icon
Karl Robillard (2):
- FileHistory: Add "Short Hash" column.
- FileHistory: Add "Commit" column to show the short commit hash.
Matthias von Faber (2):
- Make Settings dialog accessible on macOS
- Make drag & drop functionality optional
Vitaly Chesnokov (2):
- Option to open external diff tool on double click
- Merge branch 'master' into doubleclickaction
Aleksei Gutikov (1):
- Fix build on MacOS
Andreas Sturmlechner (1):
- Cleanup Qt4 compatibility, raise Qt minimum to 5.6.0
Jonathan Marten (1):
- Save and restore the list view column sizes
Karthik Nishanth (1):
- Settings: Option to display short hash instead of full length hash
Matthieu Muffato (1):
- Support for fractional device pixel ratio
Yichao Yu (1):
- Fix loading of invalid cache file