summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/gui/changelog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-16rbutil: Initial Qt6 support.Dominik Riebeling1-0/+4
Qt6 replaces QTextStream::setCodec() with QTextStream::setEncoding(). Change-Id: I4cfa90d89f54ad49d061ad859585a2a74b5f9786
2015-05-18Initially scroll to changelog end.Dominik Riebeling1-1/+1
Since currently new entries are at the bottom scroll down when opening the changelog window. Change-Id: I3cec84f5d9251e268c34335d8032dd11f42098ae
2013-11-12Add missing entry to changelog.Dominik Riebeling1-0/+2
Add a missing entry and treat changelog file always as UTF-8. Change-Id: I847c399ddf6d8aacf155864fbd9109121a761bc5
2013-11-04Fix changelog showing up too often.Dominik Riebeling1-0/+2
- Prevent the Changelog showing up when closing the configuration dialog if "Show on startup" is enabled. - Increase dialog size a bit. - Detect and link Gerrit IDs. Change-Id: I049be3c38a57b2559f2a78392b785fa51ec99dc1
2013-09-30Implement a first, simple changelog dialog.Dominik Riebeling1-0/+70
When Rockbox Utility is started for the first time, a new version is started or the user selected to do so on startup a changelog window is shown. Change-Id: Ic223e092a09d31ccbbfcd9b973355225cac27632