Commit Graph

453 Commits

Author SHA1 Message Date
Creak 6510966ae9
Merge pull request #224 from MightyCreak/release-0.9.0
chore: prepare files for release 0.9.0
2024-01-13 11:48:47 -05:00
Romain Failliot f5ab606017 chore: prepare files for release 0.9.0 2024-01-13 11:38:42 -05:00
Creak 90ec27e3c3
Merge pull request #220 from sabriunal/fix-appdata
Appdata and translation related patches
2024-01-06 23:11:25 -05:00
Romain Failliot 4d3dde33b8 fix(cicd): run the tests on Ubuntu 23.04
In order to have appstreamcli v0.16 instead of 0.15
2024-01-06 23:04:52 -05:00
Romain Failliot 06e1137278 cicd: print meson tests errors 2024-01-06 22:39:07 -05:00
Romain Failliot 81883fa1d3 chore: add changelog 2024-01-06 21:46:13 -05:00
Sabri Ünal b24958d68c Update Turkish translation 2024-01-06 21:41:16 -05:00
Sabri Ünal eb01063bfb appdata: Update appdata
- Add vcs-browser and translate URLs
- Add the translation tag
- Mark the developer name and release descriptions as untranslatable
- Use appstreamcli to validate appdata
- Remove redundant paragraph from the translation document
2024-01-06 21:41:16 -05:00
Creak fb5423b788
Merge pull request #223 from MightyCreak/update-cicd
feat(build): use appstreamcli to validate appdata
2024-01-06 21:40:41 -05:00
Romain Failliot ac203e0394 chore: add changelog 2024-01-06 21:35:29 -05:00
Romain Failliot 59c89af79d cicd: remove Ubuntu package appstream-util
not used anymore now that the project uses `appstreamcli`.
2024-01-06 21:33:15 -05:00
Romain Failliot 4a4e62d6ef cicd: udpate actions and images
- actions/checkout@v3 -> v4
- actions/setup-python@v4 -> v5
- bilelmoussaoui/flatpak-github-actions:gnome-44 -> gnome-45
2024-01-06 21:33:15 -05:00
Sabri Ünal 62a82aed08 feat(build): use appstreamcli to validate appdata 2024-01-06 21:33:15 -05:00
Creak a65acad67f
Merge pull request #222 from MightyCreak/update-to-gnome-45
chore: update flatpak manifest
2024-01-06 21:04:45 -05:00
Sabri Ünal 3a13b5325b chore: update flatpak manifest
- Update to GNOME platform 45
- Activate test on build process
2024-01-06 20:18:27 -05:00
Romain Failliot d65edf5f30 fix(linter): fix new flake8 errors 2024-01-06 20:18:27 -05:00
Creak a64ae4f3f8
Merge pull request #221 from MightyCreak/fix-python312
fix: fix compatibility with Python 3.12
2024-01-06 19:40:21 -05:00
Romain Failliot fa66bfe686 fix: fix compatibility with Python 3.12
Remove use of `distutils` which has been removed from Python 3.12 (see:
https://docs.python.org/3/whatsnew/3.12.html#summary-release-highlights)

Fixes #215
2024-01-06 19:32:22 -05:00
Creak 95f23def7a
Merge pull request #216 from MightyCreak/fix-version-option
fix: error when runnin with arg --version
2023-12-27 12:46:38 -05:00
Romain Failliot f5e1173e27 fix: error when runnin with arg --version
on_shutdown is called even in command line mode (as expected), but
`self.statepath` is not initialized when running diffuse with the
argument `--version`.
2023-07-01 16:12:21 -04:00
Creak 7a616ceaab
Merge pull request #210 from MightyCreak/remove-svk
Remove SVK CVS
2023-04-16 15:30:53 -04:00
Romain Failliot 36541d1b3a i18n: update the .pot and all the .po files 2023-04-16 15:28:13 -04:00
Romain Failliot 32e4dee76b feat: remove support for SVK 2023-04-16 14:02:43 -04:00
Romain Failliot 8e9e002482 docs: fix typo in release-process.md 2023-04-16 13:44:13 -04:00
Creak c0cefac1c4
Merge pull request #209 from MightyCreak/release-0.8.2
release: new release 0.8.2
2023-04-16 13:38:53 -04:00
Romain Failliot 613381ae2c fix: new_release.sh was changing too many lines in meson.build 2023-04-16 13:37:13 -04:00
Romain Failliot 6a757c45f7 release: new release 0.8.2 2023-04-16 13:37:00 -04:00
Creak b158b55d0a
Merge pull request #208 from MightyCreak/simplify-new-release
Add `new_release.sh` script to prepare files for new releases
2023-04-16 13:17:21 -04:00
Romain Failliot 93f0527ee3 chore: add `new_release.sh` script to prepare for new releases 2023-04-16 13:15:16 -04:00
Creak be433eb2d7
Merge pull request #207 from MightyCreak/modernize-for-gtk
Modernize some GTK code
2023-04-16 13:06:33 -04:00
Romain Failliot ef3d59d87b fix: don't save window_x/y anymore
As per GNOME HIG, let the DE position the window, but continue to store
the window width and height
2023-04-16 11:40:51 -04:00
Romain Failliot feb557d99b fix: add back save_state() when shuting down 2023-04-16 11:40:51 -04:00
Romain Failliot f8f0b0618c refactor: remove thin layer for Gtk.AboutDialog 2023-04-11 20:45:37 -04:00
Romain Failliot d4f2032972 feat: add default handler for SIGINT
This prevents having a callstack when hitting Ctrl+C in the terminal.
2023-04-11 20:45:37 -04:00
Creak e23cdceb80
Merge pull request #206 from Vistaus/main
Added Dutch translation
2023-04-11 19:45:05 -04:00
Creak cf2bb7ba77
Update CHANGELOG.md 2023-04-11 19:42:26 -04:00
Creak a28f194123
Merge pull request #203 from oscfdezdz/deprecated
Remove deprecated STOCK constants
2023-04-11 19:41:38 -04:00
Creak f858c380dd
Update CHANGELOG.md 2023-04-11 19:35:10 -04:00
Heimen Stoffels c13f396224
Added Dutch translation 2023-04-11 21:49:38 +02:00
oscfdezdz e15eba2f2e
Remove code to generate custom icons
Now that custom icons are bundled in the build, this code is no longer
used.
2023-04-11 17:13:20 +02:00
oscfdezdz 4926ca91de
Add custom actions symbolic icons
Using gresource file and based on the suggestions for the merge menu
made in https://github.com/MightyCreak/diffuse/issues/90.
2023-04-11 17:12:44 +02:00
oscfdezdz ee813f22a4
Remove deprecated STOCK constant 2023-04-09 01:50:57 +02:00
Creak 47a02d7217
Merge pull request #205 from MightyCreak/update-changelog
chore: update changelog
2023-04-08 14:06:02 -04:00
Romain Failliot bd82ee8ad5 chore: update changelog 2023-04-08 13:57:39 -04:00
Creak 951ed047d1
Merge pull request #204 from oscfdezdz/about_dialog
Add `transient_for` property to about dialog
2023-04-08 13:55:15 -04:00
oscfdezdz 6dba08f496
Add `transient_for` property to about dialog 2023-04-08 17:59:20 +02:00
Creak fcb93d36b6
Merge pull request #202 from MightyCreak/proper-fix-for-accelerators
Proper fix for accelerators
2023-04-07 17:22:55 -04:00
Romain Failliot f5f425d089 fix: the syntax menu wasn't working anymore 2023-04-07 17:21:16 -04:00
Romain Failliot d42b0b925e fix: some signals names were not renamed
Some signals were renamed moths ago, but not everywhere in the code.
2023-04-07 17:16:52 -04:00
Romain Failliot f35633b873 refactor: replace '_' by '-' in action names 2023-04-07 17:16:52 -04:00