Fork of Caesium 1.7.0
Go to file
2021-10-07 21:57:12 +08:00
icons chore: minor changes related to HiDIP, fork, etc. 2021-09-12 15:12:18 +08:00
tools fix: caesium main window in designer 2021-10-06 09:12:43 +08:00
translations i18n: run lupdate and lrelease, update zh_CN translation 2021-09-12 12:58:40 +08:00
.gitignore refactor: rework the localization related part 2021-09-10 11:52:05 +08:00
about.cpp i18n: run lupdate and lrelease, update zh_CN translation 2021-09-12 12:58:40 +08:00
about.h init commit that compiles 2021-09-10 10:03:13 +08:00
about.ui init commit that compiles 2021-09-10 10:03:13 +08:00
albumwizard.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
caesium.cpp chore: use application display name instead 2021-10-07 21:57:12 +08:00
caesium.h init commit that compiles 2021-09-10 10:03:13 +08:00
Caesium.pro chore: build with Qt6 2021-10-04 15:24:39 +08:00
caesium.rc init commit that compiles 2021-09-10 10:03:13 +08:00
caesium.ui chore: use application display name instead 2021-10-07 21:57:12 +08:00
clf.ico init commit that compiles 2021-09-10 10:03:13 +08:00
compressionthread.cpp chore: improved jpeg format checking, port away from win32only code 2021-10-06 09:14:14 +08:00
compressionthread.h chore: improved jpeg format checking, port away from win32only code 2021-10-06 09:14:14 +08:00
cpf.ico init commit that compiles 2021-09-10 10:03:13 +08:00
exit.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
exit.h init commit that compiles 2021-09-10 10:03:13 +08:00
exit.ui init commit that compiles 2021-09-10 10:03:13 +08:00
form.ui init commit that compiles 2021-09-10 10:03:13 +08:00
global.cpp chore: improved jpeg format checking, port away from win32only code 2021-10-06 09:14:14 +08:00
global.h chore: improved jpeg format checking, port away from win32only code 2021-10-06 09:14:14 +08:00
icon.ico init commit that compiles 2021-09-10 10:03:13 +08:00
icon.rc init commit that compiles 2021-09-10 10:03:13 +08:00
icons.qrc chore: minor changes related to HiDIP, fork, etc. 2021-09-12 15:12:18 +08:00
imageresize.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
imageresize.h init commit that compiles 2021-09-10 10:03:13 +08:00
loadpreview.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
loadpreview.h init commit that compiles 2021-09-10 10:03:13 +08:00
main.cpp chore: use application display name instead 2021-10-07 21:57:12 +08:00
preferences.cpp chore: build with Qt6 2021-10-04 15:24:39 +08:00
preferences.h init commit that compiles 2021-09-10 10:03:13 +08:00
preferences.ui chore: minor changes related to HiDIP, fork, etc. 2021-09-12 15:12:18 +08:00
qdroptreewidget.cpp chore: build with Qt6 2021-10-04 15:24:39 +08:00
qdroptreewidget.h init commit that compiles 2021-09-10 10:03:13 +08:00
README.md chore: minor changes related to HiDIP, fork, etc. 2021-09-12 15:12:18 +08:00
startupupdater.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
startupupdater.h chore: build with Qt6 2021-10-04 15:24:39 +08:00
updater.cpp chore: build with Qt6 2021-10-04 15:24:39 +08:00
updater.h chore: build with Qt6 2021-10-04 15:24:39 +08:00
updater.ui init commit that compiles 2021-09-10 10:03:13 +08:00

Caesium (fork)

based on Caesium 1.7.0. You can get the original source code at here. Changes made by this fork listed below.

Resolved issues

  • Remove country/region flags since the original filename have encoding issue which can cause a build failure, and also to avoid some potential regional internationalization issues. (216e1a9)
  • Resolution display as -1x-1 for some images with unregular filename (e.g. 2IGYT%BD]SYY77Q7R041(WD.jpg and G9E@W$_Y4GYMWJY)%R24X~2.jpg): Recompile under newer Qt version should works. Original Caesium official binary comes with Qt 5.1.0, Recompiled and tested under Qt 5.15.2.
  • Click "Auto preview" checkbox and then click any image item will lead a crash. (0e3d5c5)
  • Rework the language selection part, no longer depends on language filename and no longer have encoding issue. (c641be3)
  • Port away from deprecated Qt APIs. (53a7ee1)
  • Update zh_CN translations, align translation locale code to the one descripted inside the ts file. (1074ddd)

Non-issue changes

  • UI tweaks: Hi-DPI-aware window size and text, use Qt logo from Qt built-in resource.
  • (temporary) disable update checker (since this is a forked version and the update checker request the orginal version url for checking updates).