Stanislav
da48f3bac7
Merge cd70c99c67 into 8f197ea7e1
2024-09-12 20:10:42 +05:30
Alexander Gee
8f197ea7e1
feat: Create longest and shortest path criteria ( #1242 )
...
* Create longest and shortest path criteria
2024-08-23 18:31:46 -05:00
3a97ba941a
ci: Merge artifacts
...
- Merge the resulting artifacts
- Use only the .so files from build
2024-05-11 01:21:58 -07:00
e3bcf9d686
chore: Update VS Code configuration
2024-05-11 00:12:19 -07:00
a81069be61
fix: Photo matching fixes
...
- Correct bad query introduced in rotation matching
- Promote get_orientation from "private" on photo class
- Fix prepare_pictures to only generate the needed blocks, add check for missing blocks when rotation matchin is true
- Fix cache test inputs to match schema
2024-05-11 00:11:27 -07:00
08154815d0
ci: Upgrade to latest actions & python versions
2024-02-19 14:39:04 -08:00
a95a9db08b
ci: Fix version for tx-push worklflow
2024-02-19 14:22:55 -08:00
3d866cec9a
ci: Add action to push translation source to transifex
2024-02-19 14:17:40 -08:00
253dfd897c
chore: Pull existing language translations from Transifex
2024-02-19 13:35:35 -08:00
6e87f53f91
chore: Regenerate translation source files
2024-02-19 13:26:07 -08:00
95e04c4d82
ci: Update .pre-commit-config.yaml
...
Update .pre-commit-config.yaml to use the latest versions of black,
flake8, etc.
2024-02-19 11:35:39 -08:00
e3a612a704
fix: Correct change that broke black formmating
2024-02-19 10:43:39 -08:00
53d5ac06bf
fix: Linting Errors & VS Code config
...
- Add additional settings to VS Code for formatter changes in plugins
- Fix black formatting
- Fix flake8 errors due to long lines
- Fix flake8 errors due to type comparisons
2024-02-19 10:32:13 -08:00
13dd00c798
fix: Replace use of imp with importlib
...
Original PR and information found at #1187
2024-02-19 09:48:54 -08:00
Luca Falavigna
9f22835f73
Use errno.EISDIR and errno.EACCESS instead of hardcoding values ( #1196 )
2024-02-19 09:38:24 -06:00
Bruno Cabral
85a4557525
match all orientations ( #1127 )
...
* match all orientations
* use rotation as option
---------
Co-authored-by: Andrew Senetar <arsenetar@gmail.com >
Co-authored-by: Luke <byunghun.hyun26@gmail.com >
2024-02-19 09:19:33 -06:00
70d956b4f8
Merge pull request #1197 from dktrkranz/Hurd
...
Use isolation_level=None mode for GNU Hurd
2024-02-19 09:15:10 -06:00
Luca Falavigna
007404f46a
Use isolation_level=None mode for GNU Hurd
2024-02-12 18:02:13 +01:00
Stanislav
cd70c99c67
Merge branch 'arsenetar:master' into i18n_Russian
2023-12-07 21:52:39 +03:00
4385b50825
Merge pull request #1143 from cebtenzzre/fix-tox
...
Update python versions in tox.ini
2023-12-01 22:08:42 -06:00
4ef1d24351
Merge pull request #1142 from cebtenzzre/fix-requirements
...
Update requirements.txt
2023-12-01 22:08:05 -06:00
Stanislav
7eafb86c2b
Merge branch 'arsenetar:master' into i18n_Russian
2023-08-13 18:35:41 +03:00
03be82c0b0
Merge pull request #1144 from Cebtenzzre/fix-arch-package
...
Do not package send2trash on Arch Linux
2023-07-17 21:54:22 -05:00
Cebtenzzre
332b814c00
Do not package send2trash on Arch Linux
...
send2trash is provided by the python-send2trash package in the 'extra'
repository.
2023-07-16 19:04:11 -04:00
Cebtenzzre
f56bef67e1
Update python versions in tox.ini
...
Python 3.6 support was already dropped in commit b9dfeac2 ("Drop Python
3.6 Support"). Don't attempt to run tests with it if it is installed.
Python 3.11 is currently supported, so add it to the list.
2023-07-16 18:49:36 -04:00
Cebtenzzre
8160fe4fcc
Update requirements.txt
...
sphinx 7.0.0 was released on April 29th.
2023-07-16 18:38:07 -04:00
Stanislav
71672bc2c9
Update ui.po
2023-06-25 20:39:10 +03:00
Stanislav
f4e6768caf
Update core.po
2023-06-24 12:39:40 +03:00
Stanislav
8ce4080c4e
Update ui.po
2023-06-24 12:38:57 +03:00
Stanislav
f191b64cca
Update columns.po
2023-06-24 12:34:42 +03:00
Stanislav
a714a0860c
Update core.po
2023-06-24 12:33:16 +03:00
Stanislav
5fb8caefa9
Small fix Russian language
2023-06-24 12:04:47 +03:00
9ad84ade29
Merge pull request #1130 from lukehyun/master
...
RE: Rewrote some of the korean translation to be more understandable
2023-06-08 20:10:33 -05:00
18f32fda19
chore(translations): Synchronize translations
2023-06-08 19:14:57 -05:00
99ec4e0f27
fix: Minor cleanups and fixes
...
- Update NullJob to subclass Job
- Remove unnecessary size pre-read in _getMatches() as file sizes are
already loaded during file scan via stat call
- Skip ref check if contents scan as the scan already prevents this from
happening, some of the other scans do things differently and need to
be reviewed before removing this post step completely
- Add guard on partial hashing to just hash the whole file if smaller
than the offset and size and use the value for both the partial digest
and digest
2023-06-08 01:14:52 -05:00
Luke
fe0e4bef91
RE: Rewrote some of the korean translation to be more understandable
...
I have updated my fork and moved my changes from before.
2023-06-01 11:40:20 +10:00
322d29a996
Merge pull request #1121 from arsenetar/as/upgrade-deps
...
feat: Upgrade dependencies
2023-04-27 02:35:48 -05:00
c5a71f61b8
feat: Upgrade dependencies
...
Upgrade required dependency versions for most dependencies. Add maximum
version to most dependencies as well.
2023-04-27 02:25:22 -05:00
10405ad063
fix(build): Clean prior qt/dg_rc.py file before build
...
Since calls without pyqrcc5 may result in a broken file, clean prior
qt/gg_rc.py file before calling pyqrcc5. This makes troubleshooting
pyqrcc5 issues more straightforward.
Fix #1103
2023-04-27 01:36:32 -05:00
a257dbf0d5
fix(win): Shorten file description
...
Fix #1119
2023-04-27 01:22:06 -05:00
Daniel Chalmers
7a4506ece3
Github -> GitHub ( #1115 )
...
Co-authored-by: Andrew Senetar <arsenetar@gmail.com >
2023-04-27 00:54:39 -05:00
aade6593ac
feat: Update translations from transifex
2023-04-27 00:49:03 -05:00
6d8b86b7eb
fix(core): Remove old directory state logic
...
- Remove code forcing the exclusion of `.` directories by default, the
new default exclusion filters do this by default
- Change default state code to always return a value
2023-02-27 17:58:15 -06:00
e41c91623c
Merge pull request #1049 from Dobatymo/colors-bytes
...
serialize/deserialize colors to/from bytes instead of strings
2023-01-26 21:24:20 -06:00
46521c8af1
feat: Add migration for picture cache db
...
- Add migration (just delete db and change to new schema) for picture
cache following the same sort of strategy as the file digest cache
- Rename mtime column to mtime_ns to match file cache for consistency
2023-01-13 00:05:47 -06:00
549eb7f153
chore: Add vscode launch.json
2023-01-12 23:51:05 -06:00
8125e3ec97
chore: Add rulers to vscode settings, format
2023-01-12 23:30:35 -06:00
8c5e18b980
Merge remote-tracking branch 'upstream/master' into colors-bytes
2023-01-12 00:14:17 -06:00
d81759f77f
fix: Specify maximum python version for deb
...
Specify maximum supported python version so attempts to install are met
with better errors.
2023-01-11 23:53:02 -06:00
c57042fdd2
fix: Resolve issue with mock object for core test
...
Last change introduced a new method on the fs.File object that the test
object did not have. Add similar method to test object.
2023-01-11 23:20:40 -06:00