blumia
ba23208a7a
chore: add config file for CRLF to LF change
2025-07-23 21:22:41 +08:00
blumia
ed5a602332
chore: let's use LF all the time
2025-07-23 21:20:34 +08:00
blumia
347681e604
feat(macOS): click dock icon to show window when it's hidden
2025-07-22 00:08:06 +08:00
blumia
505ab9e2a6
chore: update README
2025-07-11 19:41:09 +08:00
blumia
c787e14a69
chore(CI): bump exiv2 version for msvc build
2025-07-11 00:31:10 +08:00
blumia
29c5783a66
chore: update release info to 1.1.0
2025-07-06 00:05:52 +08:00
blumia
f976fea418
fix: shouldn't loop when navigate gallery via shortcuts
...
Related: https://github.com/BLumia/pineapple-pictures/issues/153
2025-06-29 16:24:26 +08:00
blumia
2846e4907b
feat: support load m3u8 playlist
...
This change is sponsored by @superuser7777
Related: https://github.com/BLumia/pineapple-pictures/issues/153
2025-06-28 09:27:30 +08:00
blumia
c828f86b74
fix: FTBFS, and tidy code
2025-06-25 21:55:08 +08:00
blumia
040e2a7b5f
i18n: update ts files
2025-06-25 21:47:31 +08:00
blumia
b566096b1f
feat: option to disable gallery looping
...
This change is sponsored by @superuser7777
Related: https://github.com/BLumia/pineapple-pictures/issues/153
2025-06-25 20:55:42 +08:00
blumia
2bee79c064
i18n: update ts files
2025-06-22 15:14:08 +08:00
blumia
1623ca315a
feat: able to disable built-in close window animation
2025-06-22 15:04:15 +08:00
blumia
3cfb25db9a
chore(CI): use Qt 6.9.1
2025-06-04 20:37:08 +08:00
blumia
36854d19f4
i18n: update ts files
2025-06-01 13:26:49 +08:00
blumia and GitHub
3f7ebd2f6c
chore: make use of Qt::Literals::StringLiterals u""_s
...
Migrate string literal handling to Qt’s built‐in `u""_s` literals for consistency and readability.
2025-05-31 13:10:21 +08:00
blumia
291a98ea97
fix(CI): macOS and Ubuntu CI FTBFS
...
macOS's CI uses conan to build exiv2, which seems still rely on
the exiv2lib target...
2025-05-24 23:19:26 +08:00
blumia
24a0b581f3
chore: drop Qt 5 support
...
The required exiv2 version is now 0.28.x as well since it was
keeped for Qt 5 build.
Due to exiv2ConfigVersion.cmake doesn't allow us write something
like find_package(exiv2 "0.28") to require version >= 0.28.0,
we simply don't put the required version number here for now.
2025-05-24 20:34:36 +08:00
blumia
369aa13be3
chore: correct feature list in release note
2025-05-11 13:56:38 +08:00
blumia
b964fdc77f
chore: update release info to 1.0.0
2025-05-01 22:07:42 +08:00
blumia
d6d2703c93
chore: ensure could get correct locale on macOS
2025-04-28 00:51:17 +08:00
blumia
c6068ba23d
fix: qmake build FTBFS
2025-04-26 17:23:56 +08:00
blumia
fbdd858fbd
chore: merge Qt translations into app translations as well
2025-04-26 17:02:24 +08:00
blumia
8333f17199
chore(CI): add portable mode to qmake build
...
Resolve https://github.com/BLumia/pineapple-pictures/issues/148
This change is sponsored by @EdgarHartel.
2025-04-11 12:54:29 +08:00
blumia
30eb06cba7
chore: make use of the showMessageAndExit api in Qt 6.9
2025-04-09 19:24:27 +08:00
blumia
0a45cd7c22
chore: add the ability to know if it's the first loaded user media
...
This could make it easier to allow set “Keep Transform” mode at
start-up.
This change is sponsored by @EdgarHartel.
Related: https://github.com/BLumia/pineapple-pictures/issues/146#issuecomment-2778192785
2025-04-08 23:19:02 +08:00
blumia
fc417b30e5
chore(CI): bump msvc build AOM and libavif version
2025-04-04 17:35:59 +08:00
blumia
8832c2daa9
chore(CI): bump Qt version to Qt 6.9.0
2025-04-02 19:39:20 +08:00
blumia
da9d7d6989
fix: add a small delay when file watcher triggers a reload
...
The file might still being write by other program, thus we add a
500ms delay to reload the image.
2025-03-31 01:28:03 +08:00
blumia
317d296507
chore(CI): AppVeyor FTBFS, bump GH Action Qt version
2025-03-30 00:16:40 +08:00
blumia
f24743e381
feat: reload image when current image gets updated
...
This feature is sponsored by @EdgarHartel.
Issue: https://github.com/BLumia/pineapple-pictures/issues/143
2025-03-29 13:41:55 +08:00
blumia
fd4af282af
i18n: update ts files
2025-03-26 22:53:57 +08:00
blumia
4de03dd02e
feat: support enforce windowed mode on start-up
...
This feature is sponsored by @EdgarHartel.
Issue: https://github.com/BLumia/pineapple-pictures/issues/143
2025-03-26 22:51:27 +08:00
blumia
3203d7f598
chore(macOS): use native text for ShortcutEdit's label
...
This means that it will be shown translated and on Apple platforms
it will resemble a key sequence from the menu bar.
2025-03-08 00:31:49 +08:00
blumia
cbd006bae7
chore: update release info to 0.9.2
2025-02-26 20:58:16 +08:00
blumia
183a61b2f6
i18n: update AppStream metainfo translation and translators.html
2025-02-16 13:34:41 +08:00
blumia
a33381557b
chore: sync playlistmanager changes from other project
2025-02-16 00:50:14 +08:00
blumia
6d8ec6a54a
chore(CI): bump msvc windows CI Qt version to 6.8.2
2025-02-06 12:48:21 +08:00
blumia
dd3209e3ff
chore(REUSE): convert from DEP5 to REUSE.toml
2025-02-02 12:50:44 +08:00
blumia
088066197f
chore: update release info to 0.9.1
2025-01-20 20:06:59 +08:00
blumia
eb04ac362b
fix: should center window according to available geometry
2025-01-04 13:36:01 +08:00
blumia
6d7d0e4e1d
chore(macOS): change close-window behavior
...
On macOS, now closing the window will actually hide the window
instead of quit the application, thus it will match to some other
macOS application's behavior.
Additionally, since our binary is not signed, this could avoid
seeing the request permission dialogs everytime user attempts to
open an image file inside a private place (e.g. places like the
"Downloads" folder and "access data from other apps").
2025-01-03 18:57:25 +08:00
blumia
ff4f71c1e6
chore: hello 2025
2025-01-01 12:06:16 +08:00
blumia
101f111209
refactor: move file open event handling to standalone file
2024-12-31 10:57:21 +08:00
blumia
c227c74e23
chore(CI): bump appveyor CI to use Qt 6.8
2024-12-30 16:46:40 +08:00
blumia
32ff813609
chore(CI): macOS build with exiv2 support enabled
2024-12-29 18:44:27 +08:00
blumia
2de9ff810d
feat: new TRANSLATION_RESOURCE_EMBEDDING build-time option
2024-12-24 22:37:16 +08:00
blumia
57354fc135
fix(macOS): should adjust window size when set as default viewer
2024-12-23 00:42:55 +08:00
blumia
07d0b0270e
i18n: update ts files
2024-12-20 23:17:55 +08:00
blumia
5a34441c72
feat: option to double-click to fullscreen
...
Resolve : BLumia/pineapple-pictures#129
2024-12-15 19:12:38 +08:00
blumia
b01601085b
chore: update README and related docs
2024-12-04 20:07:15 +08:00
blumia
64c4d2e064
feat(macOS): support file open event for association
2024-12-03 23:37:53 +08:00
blumia
e64b871a2f
feat: macOS bundle support
2024-12-03 01:15:20 +08:00
blumia
06af632914
chore(CI): msvc use Qt 6.8.1
2024-12-01 12:52:48 +08:00
blumia
99abf3b69d
chore: bump minimum CMake version
...
- 3.16 is the actual lowest required version for Qt 6
- CMake versions <= 3.10 are deprecated since CMake 3.31
2024-12-01 00:02:29 +08:00
blumia
aa746721f0
i18n: update ts files
2024-11-07 00:15:59 +08:00
blumia
42e3d4c691
feat: animation pause and manually step to next frame
...
Resolve: https://github.com/BLumia/pineapple-pictures/issues/85
2024-11-06 20:28:39 +08:00
blumia
8cce48e6b0
feat: check conflict shortcuts before saving
2024-11-03 00:46:21 +08:00
blumia
d0bdc71cf5
chore: shortcut-related code tweaks
2024-11-02 09:32:51 +08:00
blumia
2071e82e1d
i18n: update ts files
2024-10-31 00:01:08 +08:00
blumia
b2f10b9193
chore: fix ubuntu 22.04 build ...again
2024-10-30 00:15:47 +08:00
blumia
9eb91dedf9
chore: fix ubuntu 22.04 build
2024-10-30 00:05:49 +08:00
blumia
6f3c30fc5b
chore: fix qmake build
2024-10-29 23:44:48 +08:00
blumia
3eade9c3cf
feat: support custom shortcut for existing actions
...
Resolve https://github.com/BLumia/pineapple-pictures/issues/128
Actually also https://github.com/BLumia/pineapple-pictures/issues/72
but not sure why that one is now a 404 page.
2024-10-29 23:28:27 +08:00
blumia
fad7a668e3
fix: not able to load translations
2024-10-27 13:49:24 +08:00
blumia
c68e82c7c8
chore: update release info to 0.8.2
2024-10-27 00:06:40 +08:00
blumia
7e04ba84eb
chore(CI): msvc build with libavif
2024-10-26 15:18:54 +08:00
blumia
29355c7fc1
fix: actual proper fix for 471a3b1
2024-10-22 21:35:50 +08:00
blumia
471a3b15ef
fix: incorrect config location
...
This caused by the setting singleton instance (actually,
QStandardPath::writableLocation) was used before QApplication
was constructed, resulting it doesn't know the application
name. So we manually append the name to the path...
2024-10-21 22:27:57 +08:00
blumia
5d2ddc199a
chore(CI): bump msvc build to use Qt 6.8.0
2024-10-12 19:57:27 +08:00
blumia
b880406474
i18n: update ts files
2024-10-11 00:30:13 +08:00
blumia
470a29c38c
feat: option to use light checkerboard by default
2024-10-10 22:58:11 +08:00
blumia
3a5ead8cc2
fix(CI): qmake build
2024-09-17 19:48:03 +08:00
blumia
4dd3f22d88
chore: make use of CMake project version
2024-09-17 19:28:05 +08:00
blumia
3a4ea573f6
fix(dist): add last release info to AppStream
2024-09-16 10:56:10 +08:00
blumia
d574018a8e
CI: bump dependencies version
2024-08-24 15:33:27 +08:00
blumia
2bca7bd691
fix: move to trash not reload current item
2024-07-31 20:21:10 +08:00
blumia
c2226ef5c7
chore: update translation strings
2024-07-31 19:41:51 +08:00
blumia
3596f9eac4
fix: window title not updated in some cases
2024-07-30 23:25:34 +08:00
blumia
a6e31a2c4d
feat: cli argument to list supported image formats
2024-07-28 16:16:20 +08:00
blumia
cd01a05f23
chore: sync playlistmanager changes
2024-07-28 16:14:14 +08:00
blumia
f32cb998ae
fix: crash caused by urlByIndex() with invalid model index
...
Also save a QVariant convert for QUrl
2024-07-21 00:52:32 +08:00
blumia
eb2e2e93f9
refactor(playlist): playlist itself as model
...
This could make state management easier, and also make it reusable
just in case we need to attach the playlist to a view.
2024-07-20 23:18:42 +08:00
blumia
4a095a0cfd
chore: add jfif to supported formats
2024-07-20 13:53:29 +08:00
blumia
edb1a84601
chore(CI): msvc build also build with exiv2
2024-07-13 15:59:13 +08:00
blumia
0436dfab39
chore: add FUNDING.yml
2024-07-07 13:43:28 +08:00
blumia
85d6762828
chore: remove vendored FindLibExiv2.cmake
2024-07-06 18:46:08 +08:00
blumia
a6360d5e66
CI(msvc): clean before deploy and use newer qt
2024-07-06 16:38:45 +08:00
blumia
a217ce9ee8
CI(msvc): switch to Qt 6 and CMake
2024-07-06 15:23:33 +08:00
blumia
9fe3aca774
chore: release 0.8.0
2024-06-29 14:33:26 +08:00
blumia
c636b14af8
chore: temporary limit svg support to Tiny 1.2-only
2024-06-28 18:40:50 +08:00
blumia
f8587020d7
chore(CMake): make use of qt_add_translations
2024-06-28 18:39:16 +08:00
blumia
495ff31518
fix(CI): cinst no longer available, also use Qt 6.7
2024-06-28 12:38:49 +08:00
blumia
d52f22c0de
chore(CI): add ubuntu 24.04 build
2024-05-18 00:22:55 +08:00
blumia
471f6b9f32
chore: update README and project file tweaks
2024-04-28 00:12:44 +08:00
blumia
2a30cc0dd3
fix(CI): build with macos-latest M1 runner
2024-04-27 13:24:49 +08:00
blumia
8435fa0a9d
chore: update README
2024-04-25 23:19:54 +08:00
blumia
99252ab732
chore(CI): skip tls and networkinformation qt plugin
2024-04-20 16:59:50 +08:00
blumia
7ec4420eaf
chore(UI): add icon for properties action
...
I didn't add this icon because QTBUG-124085, and since I fixed that
issue (and also since we won't use Qt 6.7.0 for Windows build), let's
add the icon back ;)
2024-04-20 13:53:44 +08:00
blumia
a83cc61148
fix: incorrect header include position
2024-04-19 00:48:28 +08:00