Commit Graph

35 Commits

Author SHA1 Message Date
d80c661c66
fix: app icon install location and file name under Linux 2023-07-31 08:27:32 +08:00
edceac754f
chore: remove trivial macro from CMakeLists 2023-06-04 13:50:34 +08:00
5aeb0f821f
chore!: drop Qt version lower than 5.15.2 2023-05-21 00:36:24 +08:00
c6a7032d73
build(CMake): also support build with Qt6 2023-02-19 01:04:58 +08:00
Gary Wang
b83de962cb
feat: open folder will also select file on linux 2022-10-29 23:35:30 +08:00
Gary Wang
814068fa34
chore: add license headers for REUSE license check 2022-06-19 16:17:47 +08:00
Gary Wang
8b86fb1434 fix: use metainfo.xml suffix instead of appdata.xml
resolve: GH-30
2021-05-19 01:11:41 +08:00
Gary Wang
f7cc22a032 i18n: update ts files, restructure folder hierarchy 2021-03-13 14:50:53 +08:00
Gary Wang
2b4bbc91a7 fix: should now be able to show property dialog for all supported files 2021-02-09 14:19:09 +08:00
Gary Wang
1449844fdd fix: avoid create menu actions everytime when trigger context menu.
fix the minor memory leak issue, also bring some possibility to
implement custom keybinding.

And oops I also did another feature in this commit..
Now we are able to set mouse wheel behavior in config dialog.
2021-01-24 00:07:58 +08:00
Gary Wang
3abc16d3ff chore: no longer based on QMainWindow
Since most of the features that QMainWindow offered will never be
used in this program. We don't need a statusbar, a menubar, etc.
2020-12-29 23:28:21 +08:00
Gary Wang
dc17e1d0b1 fix: install() path for asset file, add ts files for .pro file 2020-12-25 13:53:57 +08:00
Gary Wang
7782ed0e23 chore: adjust dir structure, add translator name list 2020-12-25 13:36:34 +08:00
Percy Hong
338aa646b9 feat(ci): try install deb in ubuntu ci 2020-11-18 11:17:02 +08:00
Percy Hong
5e81556c56 fix: lost comma in cmake depends 2020-11-18 11:17:02 +08:00
Gary Wang
08f1ab570c build: vendor FindLibExiv2.cmake from ECM 2020-11-15 20:28:05 +08:00
Gary Wang
5705f02636 feat: use libexiv2 to obtain more image metadata 2020-11-15 19:53:47 +08:00
Gary Wang
8c152dc862 chore: adjusted the project directory structure 2020-11-05 14:12:58 +08:00
Gary Wang
71c38c8e96 feat: simple property dialog 2020-11-01 13:03:53 +08:00
Gary Wang
c78eb1a272 fix(cpack): update feedback/contact url 2020-09-30 23:54:24 +08:00
Gary Wang
7c39668eb6 feat: display git describe version string in app if possible 2020-09-29 09:45:07 +08:00
Gary Wang
f7aaa76985 feat: new about dialog 2020-09-28 20:10:33 +08:00
Gary Wang
58210691ed chore: rename the desktop file 2020-09-15 12:03:03 +08:00
Gary Wang
16ccec0d12 feat: add basic support for AppStream 2020-09-14 18:34:30 +08:00
Gary Wang
d64e9cf276 build(ci): deb package for ubuntu 20.04 2020-08-13 19:45:38 +08:00
Gary Wang
3b94eecde2 chore: only enable portable mode support for windows 2020-08-10 23:41:59 +08:00
Gary Wang
a2adb0e1d4 feat: simple config dialog 2020-07-29 00:57:43 +08:00
Gary Wang
6709c21d70 config file support 2020-07-28 21:29:37 +08:00
Gary Wang
fb1ad2ba06 misc: cpack info for debian package 2020-04-20 10:57:27 +08:00
Gary Wang
8fe860e4bf build: requires at least Qt 5.10 for building 2020-01-30 11:35:15 +08:00
Gary Wang
3a6a4cbc68 feat: i18n support again. 2020-01-05 14:30:33 +08:00
Gary Wang
a6cfd1a714 feat: basic support for cpack 2020-01-04 00:10:54 +08:00
Gary Wang
4a5fe4c289 fix: avoid console window under Windows with cmake build 2019-11-24 23:31:45 +08:00
Gary Wang
b5dc020795 fix: missing app icon under windows 2019-11-24 14:52:17 +08:00
Gary Wang
3f91d8271b chore: migrate to CMake 2019-11-23 20:51:58 +08:00