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
fad7a668e3
fix: not able to load translations
2024-10-27 13:49:24 +08:00
c68e82c7c8
chore: update release info to 0.8.2
2024-10-27 00:06:40 +08:00
7e04ba84eb
chore(CI): msvc build with libavif
2024-10-26 15:18:54 +08:00
29355c7fc1
fix: actual proper fix for 471a3b1
2024-10-22 21:35:50 +08:00
Weblate (bot)
95f85374cf
i18n: Translations update from Hosted Weblate ( #125 )
...
* Translated using Weblate (Japanese)
Currently translated at 98.6% (149 of 151 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/ja/
* Translated using Weblate (Italian)
Currently translated at 100.0% (152 of 152 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/it/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (152 of 152 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/es/
---------
Co-authored-by: mmahhi <mmahhi@users.noreply.hosted.weblate.org>
Co-authored-by: albanobattistella <albano_battistella@hotmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
2024-10-22 00:38:29 +08:00
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
5d2ddc199a
chore(CI): bump msvc build to use Qt 6.8.0
2024-10-12 19:57:27 +08:00
fa0b86a995
chore: fix incorrect syntax of COPY command in msvc-cmake-build.
...
- Fix incorrect syntax of COPY which cause we fail to copy LICENSE in final distribution package.
- Add workflow_dispatch condition in workflow files to allow manual trigger.
2024-10-12 14:25:28 +08:00
b880406474
i18n: update ts files
2024-10-11 00:30:13 +08:00
470a29c38c
feat: option to use light checkerboard by default
2024-10-10 22:58:11 +08:00
3a5ead8cc2
fix(CI): qmake build
2024-09-17 19:48:03 +08:00
4dd3f22d88
chore: make use of CMake project version
2024-09-17 19:28:05 +08:00
3a4ea573f6
fix(dist): add last release info to AppStream
2024-09-16 10:56:10 +08:00
d574018a8e
CI: bump dependencies version
2024-08-24 15:33:27 +08:00
Weblate (bot)
ae0f11c153
i18n: Translations update from Hosted Weblate ( #124 )
...
* Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/es/
* Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/tr/
* Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/it/
* Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/ja/
---------
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: albanobattistella <albano_battistella@hotmail.com>
Co-authored-by: mmahhi <mmahhi@users.noreply.hosted.weblate.org>
2024-08-24 15:29:57 +08:00
2bca7bd691
fix: move to trash not reload current item
2024-07-31 20:21:10 +08:00
c2226ef5c7
chore: update translation strings
2024-07-31 19:41:51 +08:00
3596f9eac4
fix: window title not updated in some cases
2024-07-30 23:25:34 +08:00
a6e31a2c4d
feat: cli argument to list supported image formats
2024-07-28 16:16:20 +08:00
cd01a05f23
chore: sync playlistmanager changes
2024-07-28 16:14:14 +08:00
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
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
4a095a0cfd
chore: add jfif to supported formats
2024-07-20 13:53:29 +08:00
zhongyic00
d01297043e
fix: playlist filter should consider plugins
...
setAutoLoadFilterSuffix with formats dynammically got from QImageReader, fix https://github.com/BLumia/pineapple-pictures/issues/120
2024-07-20 13:36:03 +08:00
Weblate (bot)
ae257ea567
i18n: Translations update from Hosted Weblate ( #119 )
...
* Translated using Weblate (Japanese)
* Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/ja/
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/nb_NO/
---------
Co-authored-by: mmahhi <masa10suda@gmail.com>
Co-authored-by: ovl-1 <ovl-002@mailinator.com>
2024-07-20 13:04:55 +08:00
edb1a84601
chore(CI): msvc build also build with exiv2
2024-07-13 15:59:13 +08:00
0436dfab39
chore: add FUNDING.yml
2024-07-07 13:43:28 +08:00
Weblate (bot)
87ed730891
chore: Make transifex CI happy
...
Since the actual translation content didn't change at all.
2024-07-07 13:39:54 +08:00
85d6762828
chore: remove vendored FindLibExiv2.cmake
2024-07-06 18:46:08 +08:00
a6360d5e66
CI(msvc): clean before deploy and use newer qt
2024-07-06 16:38:45 +08:00
a217ce9ee8
CI(msvc): switch to Qt 6 and CMake
2024-07-06 15:23:33 +08:00
9fe3aca774
chore: release 0.8.0
2024-06-29 14:33:26 +08:00
c636b14af8
chore: temporary limit svg support to Tiny 1.2-only
2024-06-28 18:40:50 +08:00
f8587020d7
chore(CMake): make use of qt_add_translations
2024-06-28 18:39:16 +08:00
495ff31518
fix(CI): cinst no longer available, also use Qt 6.7
2024-06-28 12:38:49 +08:00
Weblate (bot)
2671b6061d
i18n: Translations update from Hosted Weblate ( #116 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (147 of 147 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/tr/
* Translated using Weblate (Italian)
Currently translated at 100.0% (147 of 147 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/it/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (147 of 147 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/es/
* Added translation using Weblate (Spanish)
* Translated using Weblate (Spanish)
Currently translated at 100.0% (7 of 7 strings)
Translation: pineapple-pictures/AppStream Metadata
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/appstream-metadata/es/
---------
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: albanobattistella <albano_battistella@hotmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
2024-06-28 12:33:14 +08:00
d52f22c0de
chore(CI): add ubuntu 24.04 build
2024-05-18 00:22:55 +08:00
471f6b9f32
chore: update README and project file tweaks
2024-04-28 00:12:44 +08:00
2a30cc0dd3
fix(CI): build with macos-latest M1 runner
2024-04-27 13:24:49 +08:00
8435fa0a9d
chore: update README
2024-04-25 23:19:54 +08:00
99252ab732
chore(CI): skip tls and networkinformation qt plugin
2024-04-20 16:59:50 +08:00
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
a83cc61148
fix: incorrect header include position
2024-04-19 00:48:28 +08:00
e0fda8f3b0
feat: support move image file to trash
...
Resolve : BLumia/pineapple-pictures#42
2024-04-15 01:16:00 +08:00
Weblate (bot)
37cfdad799
i18n: Translated using Weblate (Japanese) ( #114 )
...
Currently translated at 100.0% (144 of 144 strings)
Translation: pineapple-pictures/Application
Translate-URL: https://hosted.weblate.org/projects/pineapple-pictures/application/ja/
Co-authored-by: mmahhi <masa10suda@gmail.com>
2024-04-15 01:14:31 +08:00
370e64f192
chore(AppStream): add id for developer tag
2024-04-14 20:07:10 +08:00
d27f94bc4d
chore: release 0.7.4
2024-04-12 20:25:07 +08:00
be20c3d389
chore: use Qt 6 by default
2024-04-05 14:07:29 +08:00
6145925283
feat: add some icons for corresponding menu actions
2024-04-03 19:56:46 +08:00