Fork of Caesium 1.7.0
Go to file
Gary Wang 1074dddba6 i18n: run lupdate and lrelease, update zh_CN translation
file names are now aligned to the language descripted in
the ds file, there are two ts file descripted as pt_BR so
I leave one _br.ts untouched.
2021-09-12 12:58:40 +08:00
icons init commit that compiles 2021-09-10 10:03:13 +08:00
tools init commit that compiles 2021-09-10 10:03:13 +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_bk.ui init commit that compiles 2021-09-10 10:03:13 +08:00
caesium.cpp fix: port away from deprecated Qt APIs 2021-09-12 12:18:46 +08:00
caesium.h init commit that compiles 2021-09-10 10:03:13 +08:00
Caesium.pro i18n: run lupdate and lrelease, update zh_CN translation 2021-09-12 12:58:40 +08:00
caesium.rc init commit that compiles 2021-09-10 10:03:13 +08:00
caesium.ui init commit that compiles 2021-09-10 10:03:13 +08:00
clf.ico init commit that compiles 2021-09-10 10:03:13 +08:00
compressionthread.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
compressionthread.h init commit that compiles 2021-09-10 10:03:13 +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 init commit that compiles 2021-09-10 10:03:13 +08:00
global.h init commit that compiles 2021-09-10 10:03:13 +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 init commit that compiles 2021-09-10 10:03:13 +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 refactor: rework the localization related part 2021-09-10 11:52:05 +08:00
preferences.cpp refactor: rework the localization related part 2021-09-10 11:52:05 +08:00
preferences.h init commit that compiles 2021-09-10 10:03:13 +08:00
preferences.ui init commit that compiles 2021-09-10 10:03:13 +08:00
qdroptreewidget.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
qdroptreewidget.h init commit that compiles 2021-09-10 10:03:13 +08:00
README.md refactor: rework the localization related part 2021-09-10 11:52:05 +08:00
startupupdater.cpp init commit that compiles 2021-09-10 10:03:13 +08:00
startupupdater.h init commit that compiles 2021-09-10 10:03:13 +08:00
updater.cpp fix: port away from deprecated Qt APIs 2021-09-12 12:18:46 +08:00
updater.h init commit that compiles 2021-09-10 10:03:13 +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)