Jann Stute
a535ed12b0
feat: implement query language ( #606 )
...
* add files
* fix: term was parsing ANDList instead of ORList
* make mypy happy
* ruff format
* add missing todo
* add more constraint types
* add parent property to AST
* add BaseVisitor class
* make mypy happy
* add __init__.py
* Revert "make mypy happy"
This reverts commit 926d0dd2e79d06203e84e2f83c06c7fe5b33de23.
* refactoring and fixes
* rudimentary search field integration
* fix: check for None properly
* fix: Entries without Tags are now searchable
* make mypy happy
* Revert "fix: Entries without Tags are now searchable"
This reverts commit 19b40af7480b0c068b81b642b51536a9ec96d030.
* fix: changed joins to outerjoins and added missing outerjoin
* use query lang instead of tag_id FIlterState
* add todos
* fix: remove uncecessary line that broke search when searching for exact name
* fix tag search
* refactoring
* fix: path now uses GLOB operator for proper GLOBs
* refactoring: remove FilterState.id and implement Library.get_entry_full as replacement
* fix: use default value notation instead of if None statement in __post_init__
* remove obsolete Search Mode UI and related code
* ruff fixes
* remove obsolete tests
* fix: item_thumb didn't query entries correctly
* fix: search_library now correctly returns the number of *unique* entries
* make mypy happy
* implement NOT
* remove obsolete filename search
* remove summary as it is not applicable anymore
* finish refactoring of FilterState
* implement special:untagged
* fix: make mypy happy
* Revert changes to search_tags in favor of changes from #604
* fix: also port test changes
* fix: remove unneccessary import
* fix: remove unused dataclass
* fix: AND now works correctly with tags
* simplify structure of parsed AST
* add performance logging
* perf: Improve performance of search by reducing number of required joins from 4 to 1
* perf: double NOT is now optimized out of the AST
* fix: bug where pages would show less than the configured number of entries
* Revert "add performance logging"
This reverts commit c3c7d7546d .
* fix: tag_id search was broken
* somewhat adapt the existing autocompletion to this PR
* perf: Use Relational Division Queries to improve Query Execution Time
* fix: raise Exception so as to not fail silently
* fix: Parser bug broke parentheses
* little bit of clean up
* remove unnecessary comment
* add library for testing search
* feat: add basic tests
* fix: and queries containing just one tag were broken
* chore: remove debug code
* feat: more tests
* refactor: more consistent name for variable
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
* fix: ruff check complaint over double import
---------
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
2024-12-06 15:43:08 -08:00
Travis Abendshien
056e600466
bump numpy to version 2.1.0
2024-12-05 01:30:18 -08:00
Jann Stute
3196678666
fix: multiple macro errors ( #612 )
...
* port fixes from json branch
* fix: correctly pass grid_idx in autofill macro
* fix(BUILD_URL macro): only add url if url was successfully built
* fix(AUTOFILL macro): error when trying to add tag with name that already exists
* fix: test was wrongly renaming sidecar file
2024-12-05 00:43:39 -08:00
Дмитрий
bea6913814
fix: add check to see if library is loaded in filter_items ( #547 )
...
* Added a check to see if the library is loaded in filter_items
* Returned check to see if there is an engine
---------
Co-authored-by: gred <gred25@yandex.ru >
2024-12-04 21:53:44 -08:00
Travis Abendshien
b72a2f2331
add ".DS_Store" to GLOBAL_IGNORE_SET
2024-12-04 11:23:42 -08:00
Travis Abendshien
4c33901a47
chore: format with ruff
2024-12-04 11:16:47 -08:00
Travis Abendshien
7d7c8b2348
docs: adjust formatting
2024-12-03 13:04:02 -08:00
Travis Abendshien
47babdd5b5
docs: update README.md and index.md
2024-12-03 12:59:27 -08:00
Weblate (bot)
461d103026
translations: add Filipino translation ( #584 )
...
Currently translated at 75.3% (107 of 142 strings)
Translated using Weblate (Filipino)
Currently translated at 50.0% (71 of 142 strings)
Added translation using Weblate (Filipino)
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fil/
Translation: TagStudio/Strings
Co-authored-by: searinminecraft <114207889+searinminecraft@users.noreply.github.com >
2024-12-03 10:48:23 -08:00
VasigaranAndAngel
a630b09b4f
fix: remove/rework windows path tests ( #625 )
...
* fix: tagstudio/tests/test_driver.py::test_evaluate_path_last_lib_present always fails in windows.
* refactor: removal tagstudio/tests/test_library.py::test_save_windows_path
Fixes #616
2024-12-03 10:39:44 -08:00
VasigaranAndAngel
8ba23c5d54
fix: clear all setting values when opening a library ( #622 )
2024-12-02 12:11:39 -08:00
Travis Abendshien
e4d8f995bb
docs: remove partial checkboxes
2024-12-01 13:33:39 -08:00
Travis Abendshien
691c63e659
docs: update v9.5 roadmap
2024-12-01 13:24:18 -08:00
Travis Abendshien
1fcd31b62f
chore: bump ruff to 0.8.1, pillow-jxl-plugin to 1.3.0
2024-12-01 11:56:10 -08:00
Travis Abendshien
1974ff169c
refactor: remove 3.12 nested f-string
2024-11-30 15:11:17 -08:00
Theasacraft
dffa3635b0
fix: remove qt disconnect warning ( #613 )
...
* fix: cannot disconnect from None Warning
* fix: cannot disconnect from None Warning mypy compliant
2024-11-30 13:03:57 -08:00
Travis Abendshien
ef68603322
feat(parity): migrate json libraries to sqlite ( #604 )
...
* feat(ui): add PagedPanel widget
* feat(ui): add MigrationModal widget
* feat: add basic json to sql conversion
* fix: chose `poolclass` based on file or memory db
* feat: migrate tag colors from json to sql
* feat: migrate entry fields from json to sql
- fix: tag name column no longer has unique constraint
- fix: tags are referenced by id in db queries
- fix: tag_search_panel no longer queries db on initialization; does not regress to empty search window when shown
- fix: tag name search no longer uses library grid FilterState object
- fix: tag name search now respects tag limit
* set default `is_new` case
* fix: limit correct tag query
* feat: migrate tag aliases and subtags from json to sql
* add migration timer
* fix(tests): fix broken tests
* rename methods, add docstrings
* revert tag id search, split tag name search
* fix: use correct type in sidecar macro
* tests: add json migration tests
* fix: drop leading dot from json extensions
* add special characters to json db test
* tests: add file path and entry field parity checks
* fix(ui): tag manager no longer starts empty
* fix: read old windows paths as posix
Addresses #298
* tests: add posix + windows paths to json library
* tests: add subtag, alias, and shorthand parity tests
* tests: ensure no none values in parity checks
* tests: add tag color test, use tag id in tag tests
* tests: fix and optimize tests
* tests: add discrepancy tracker
* refactor: reduce duplicate UI code
* fix: load non-sequential entry ids
* fix(ui): sort tags in the preview panel
* tests(fix): prioritize `None` check over equality
* fix(tests): fix multi "same tag field type" tests
* ui: increase height of migration modal
* feat: add progress bar to migration ui
* fix(ui): sql values update earlier
* refactor: use `get_color_from_str` in test
* refactor: migrate tags before aliases and subtags
* remove unused assertion
* refactor: use `json_migration_req` flag
2024-11-30 13:00:08 -08:00
Travis Abendshien
b7e652ad8d
docs: remove db_migration
2024-11-29 15:40:04 -08:00
csponge
bc366fc34d
feat: audio playback ( #576 )
...
* feat: Audio Playback
Add the ability to play audio files.
Add a slider to seek through an audio file.
Add play/pause and mute/unmute buttons for audio files.
Note: This is a continuation of a mistakenly closed PR:
Ref: https://github.com/TagStudioDev/TagStudio/pull/529
While redoing the changes, I made a couple of improvements.
When the end of the track is reached, the pause button will
swap to the play button and allow the track to be replayed.
Here is the original feature request:
Ref: https://github.com/TagStudioDev/TagStudio/issues/450
* fix: prevent autoplay on new track when paused
* refactor: Add MediaPlayer base class.
Added a MediaPlayer base class per some suggestions
in the PR comments. Hopefully this reduces duplicate code
between the audio/video player in the future.
* refactor: add controls to base MediaPlayer class
Move media controls from the AudioPlayer widget
to the MediaPlayer base class. This removes the need
for a separate AudioPlayer class, and allows the
video player to reuse the media controls.
* fix: position_label update with slider
Update the position_label when the slider is moving.
* fix: replace platform dependent time formatting
Replace the use of `-` in the time format since this
is not availabile on all platforms.
Update initial `position_label` value to '0:00'.
2024-11-29 14:47:27 -08:00
Travis Abendshien
1fb1a80d53
fix: ui/ux parity fixes for thumbnails and files ( #608 )
...
* fix(ui): display loading icon before rendered thumb
* fix: skip out of range thumbs
* fix: optimize library refreshing
* fix(ui): tag colors show correct names
* fix(ui): ensure inner field containers are deleted
* fix(ui): don't show default preview label text
* fix: catch all missing file thumbs; clean up logs
2024-11-29 12:35:18 -08:00
Kiril Bourakov
d152cd75d8
fix: "open in explorer" opens correct folder ( #603 )
...
* replaced as_posix with str
* replaced addition with f string
---------
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
2024-11-29 09:34:28 -08:00
Jann Stute
20f93719d7
fix(ci): surpress errant mypy warnings ( #609 )
...
* fix: mypy error in ts_qt
* fix: mypy error in file_opener due to conflicting types
* fix: remove unnecessary type ignores
* refix type ignore comments
* partially revert "refix type ignore comments" due to being implemented in #608
2024-11-28 13:19:08 -08:00
Travis Abendshien
262893a1bb
add .DS_Store to .gitignore
2024-11-27 21:25:03 -08:00
Travis Abendshien
7b2636e4a7
add syncthing to .gitignore
2024-11-24 10:29:29 -08:00
DandyDev01
0d166e63c0
feat(parity): backend for aliases and parent tags ( #596 )
...
* backend for aliases and parents
* resolve merge conflics
2024-11-21 12:29:35 -08:00
Travis Abendshien
f6a1ca6783
docs: update contribution guidelines
2024-11-19 17:54:44 -08:00
Coolio
7ae2bc24d6
feat(ui): pre-select default tag name in BuildTagPanel ( #592 )
...
This changes the behavior of the tag name inside `BuildTagPanel` for newly created tags:
* The default "New Tag" name is now automatically highlighted
* Blank tag names (including spaces) are no longer allowed to be created
* NOTE: This does not change the tag name column rules in the db, nor does it necessarily need to
***
* [Feature Request]: Make the create tag panel have empty tag name field
* [Feature Request]: Make the create tag panel have empty tag name field
* Revert "[Feature Request]: Make the create tag panel have empty tag name field"
This reverts commit f9c7f5d889 .
* [Feature Request]: Make the create tag panel have empty tag name field
* Revert "[Feature Request]: Make the create tag panel have empty tag name field"
This reverts commit e5df3e0f15 .
* Update .gitignore
* Updated as per disscussion in issue #591 (DRAFT
* Updated as per disscussion in issue #591 (DRAFT
* Added formatting
* Updated code as per discussion is #592
* Updated code as per discussion is #592 (again)
* Fixed spacing
* Add placeholder text to name field.
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
* Use universal red color for red border.
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
* fix: add `src.core.palette` imports
---------
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
2024-11-19 14:14:34 -08:00
Дмитрий
2977e07223
ui: select thumb on press instead of click ( #556 )
...
Co-authored-by: gred <gred25@yandex.ru >
2024-11-18 15:35:00 -08:00
DandyDev01
774c886288
fix(ui): update ui when removing fields ( #560 )
2024-11-18 15:19:28 -08:00
python357-1
bec513f558
feat: add autocomplete for search engine ( #586 )
...
* feat: add autocomplete for mediatype, filetype, path, tag, and tag_id searches
* fix: address issues brought up in review
* fix: fix mypy issue
* fix: fix mypy issues for real this time
2024-11-18 10:45:51 -08:00
Justine Akehurst
9078feec0c
fix(docs): fix link to feature roadmap page ( #594 )
2024-11-17 22:03:51 -08:00
Travis Abendshien
f9ef76c2e1
add .idea/ to .gitignore
2024-11-17 16:35:30 -08:00
yed
139836d9c8
fix: stop thumbnail jobs when closing library ( #583 )
2024-11-14 19:55:16 -08:00
python357-1
fd0df94830
feat: make path search use globs ( #582 )
...
* feat: make path search use globs
* fix: specify types in path search
* chore: format with ruff
2024-11-14 14:02:34 -08:00
python357-1
97e0e80f6f
feat: add filetype and mediatype searches ( #575 )
...
* feat: add filetype and mediatype searches
* style: fix some style issues
* fix: parametrize mediatype and filetype tests
* style: fix remaining unordered import
* style: fix pytest parametrize calls
* feat: add human-readable names to mediacategories
* feat: use human-readable names in mediacategory: search
* feat: add human-readable name to open document
* fix: fix returning multiple filetypes issue and add regression test
2024-11-14 13:52:00 -08:00
Travis Abendshien
fb7ad928af
docs(roadmap): add translations to v9.5
2024-11-11 11:13:44 -08:00
python357-1
d75729b578
docs: update CONTRIBUTING.md ruff instructions ( #581 )
...
* docs: add warning about ruff on linux
* Update CONTRIBUTING.md
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
---------
Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com >
2024-11-08 11:07:51 -08:00
Travis Abendshien
f21d49df7f
feat: add JXL thumbnail and animated APNG + WEBP support (port #344 and partially port #357 ) ( #549 )
...
* feat: add JXL image thumbnail support
Co-Authored-By: BPplays <58504799+bpplays@users.noreply.github.com >
* feat: add animated previews for webp and apng
Co-Authored-By: BPplays <58504799+bpplays@users.noreply.github.com >
---------
Co-authored-by: BPplays <58504799+bpplays@users.noreply.github.com >
2024-11-07 15:12:57 -08:00
Travis Abendshien
96026b66bc
feat: add OpenDocument thumbnail support (port #366 ) ( #545 )
...
* feat: add OpenDocument thumbnail support
Co-Authored-By: Josh Beatty <joshuatb6@gmail.com >
* tests: add test comparing odt to png snapshot
* tests: add test comparing ods to png snapshot
* test: combine OpenDocument tests
* test: combine compatible preview tests
* test: combine preview render tests
* fix: update test snapshots
---------
Co-authored-by: Josh Beatty <joshuatb6@gmail.com >
2024-11-07 15:00:51 -08:00
Travis Abendshien
c7171c5455
chore: update resources_rc.py
2024-11-07 13:31:13 -08:00
Weblate (bot)
5ee118c1fb
translations: update from Hosted Weblate ( #579 )
...
* Added translation using Weblate (Russian)
* Translated using Weblate (Russian)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
* Added translation using Weblate (Portuguese)
* Added translation using Weblate (Portuguese (Brazil))
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 46.4% (66 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 46.4% (66 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Added translation using Weblate (Tamil)
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 74.6% (106 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 74.6% (106 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Translated using Weblate (Tamil)
Currently translated at 51.4% (73 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
* Added translation using Weblate (Spanish)
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Translated using Weblate (Tamil)
Currently translated at 88.0% (125 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
* Translated using Weblate (Spanish)
Currently translated at 11.2% (16 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 11.2% (16 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 19.7% (28 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 19.7% (28 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Russian)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
* Translated using Weblate (Spanish)
Currently translated at 29.5% (42 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 29.5% (42 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 49.2% (70 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 49.2% (70 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 52.1% (74 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Added translation using Weblate (Norwegian Bokmål)
* Translated using Weblate (Tamil)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 55.6% (79 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/nb_NO/
* Added translation using Weblate (French)
* Translated using Weblate (Russian)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
* Translated using Weblate (Spanish)
Currently translated at 56.3% (80 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 56.3% (80 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 68.3% (97 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/nb_NO/
* Translated using Weblate (French)
Currently translated at 40.1% (57 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
* Translated using Weblate (Spanish)
Currently translated at 65.4% (93 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 65.4% (93 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 74.6% (106 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 83.8% (119 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 83.8% (119 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 83.8% (119 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 83.8% (119 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 93.6% (133 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 93.6% (133 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (English)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/en/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Added translation using Weblate (Danish)
* Added translation using Weblate (German)
* Translated using Weblate (Danish)
Currently translated at 1.4% (2 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/da/
* Added translation using Weblate (Cantonese (Traditional Han script))
* Translated using Weblate (Tamil)
Currently translated at 99.2% (141 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
* Translated using Weblate (German)
Currently translated at 2.8% (4 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Added translation using Weblate (Hungarian)
* Translated using Weblate (German)
Currently translated at 14.0% (20 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Translated using Weblate (Hungarian)
Currently translated at 99.2% (141 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
* Translated using Weblate (German)
Currently translated at 14.7% (21 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Added translation using Weblate (Swedish)
* Translated using Weblate (German)
Currently translated at 71.8% (102 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Translated using Weblate (Swedish)
Currently translated at 78.8% (112 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/sv/
* Added translation using Weblate (Toki Pona)
* Translated using Weblate (Tamil)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
* Translated using Weblate (Danish)
Currently translated at 2.8% (4 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/da/
* Translated using Weblate (Toki Pona)
Currently translated at 83.0% (118 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tok/
* Added translation using Weblate (Italian)
* Translated using Weblate (French)
Currently translated at 64.0% (91 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
* Translated using Weblate (German)
Currently translated at 76.0% (108 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Translated using Weblate (Hungarian)
Currently translated at 99.2% (141 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
* Translated using Weblate (Toki Pona)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tok/
* Translated using Weblate (Italian)
Currently translated at 11.2% (16 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/it/
* Added translation using Weblate (Turkish)
* Translated using Weblate (Turkish)
Currently translated at 88.7% (126 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tr/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tr/
* Translated using Weblate (English)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/en/
* Translated using Weblate (French)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
* Translated using Weblate (English)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/en/
* Translated using Weblate (French)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
* Translated using Weblate (Russian)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ru/
* Translated using Weblate (Portuguese)
Currently translated at 0.0% (0 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt/
* Translated using Weblate (Portuguese)
Currently translated at 0.0% (0 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/pt_BR/
* Translated using Weblate (Tamil)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/ta/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/es/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.6% (96 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/nb_NO/
* Translated using Weblate (Norwegian Bokmål)
Currently translated at 67.6% (96 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/nb_NO/
* Translated using Weblate (French)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/fr/
* Translated using Weblate (Danish)
Currently translated at 2.8% (4 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/da/
* Translated using Weblate (Danish)
Currently translated at 2.8% (4 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/da/
* Translated using Weblate (German)
Currently translated at 76.0% (108 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Translated using Weblate (German)
Currently translated at 76.0% (108 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Translated using Weblate (German)
Currently translated at 76.0% (108 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/de/
* Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 0.0% (0 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/yue_Hant/
* Translated using Weblate (Cantonese (Traditional Han script))
Currently translated at 0.0% (0 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/yue_Hant/
* Translated using Weblate (Hungarian)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/hu/
* Translated using Weblate (Swedish)
Currently translated at 78.8% (112 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/sv/
* Translated using Weblate (Swedish)
Currently translated at 78.8% (112 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/sv/
* Translated using Weblate (Swedish)
Currently translated at 78.8% (112 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/sv/
* Translated using Weblate (Toki Pona)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tok/
* Translated using Weblate (Italian)
Currently translated at 11.2% (16 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/it/
* Translated using Weblate (Italian)
Currently translated at 11.2% (16 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/it/
* Translated using Weblate (Italian)
Currently translated at 11.2% (16 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/it/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (142 of 142 strings)
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/tr/
* Update translation files
Updated by "Remove blank strings" add-on in Weblate.
Translation: TagStudio/Strings
Translate-URL: https://hosted.weblate.org/projects/tagstudio/strings/
---------
Co-authored-by: Artyom Ognev <greatprincestolas@gmail.com >
Co-authored-by: Space_Fox <indtekworldbaj99@gmail.com >
Co-authored-by: Lobo Metalúrgico <hugolino1000@gmail.com >
Co-authored-by: Vasi <vasigaranvip195@gmail.com >
Co-authored-by: Nginearing <leonmarshall08@gmail.com >
Co-authored-by: gallegonovato <fran-carro@hotmail.es >
Co-authored-by: Allan Nordhøy <epost@anotheragency.no >
Co-authored-by: Bamowen <mathieu.monsauret@gmail.com >
Co-authored-by: Ryussei <weblate.or30w@aleeas.com >
Co-authored-by: Szíjártó Levente Pál <szijartoleventepal@gmail.com >
Co-authored-by: Zoinx <ammesammegaming@gmail.com >
Co-authored-by: gold <goldstargloww@gmail.com >
Co-authored-by: William de Castro <williamtdcastro@gmail.com >
Co-authored-by: Jann Stute <jann.stute@protonmail.com >
Co-authored-by: Nyghl <hknimre@gmail.com >
Co-authored-by: Obscaeris <mathysuzin@gmail.com >
2024-11-07 12:01:43 -08:00
Travis Abendshien
fc4e124cd8
Merge branch 'main' of github.com:TagStudioDev/TagStudio
2024-11-05 10:25:30 -08:00
Travis Abendshien
15bf354c88
docs(roadmap): add drag and drop
2024-11-05 10:25:27 -08:00
Travis Abendshien
10abd18def
docs(roadmap): add thumbnail overrides
2024-11-05 10:24:44 -08:00
Travis Abendshien
73daa39bf1
docs(roadmap): clarify filetype search
2024-11-05 10:20:28 -08:00
Дмитрий
0358f51f99
feat: add IMAGE_RASTER_TYPES ( Fix #550 ) ( #551 )
...
* fix resolution info
* Fix for Raw and Vector Image types
* Small refactor
* Create IMAGE_RASTER_TYPES and remove is_image_ext_raster
* Change if statment only for raster
* Rename _IMAGE_SET to _IMAGE_RASTER_SET
---------
Co-authored-by: gred <gred25@yandex.ru >
2024-11-04 12:28:44 -08:00
Hissymaster
e02eb39ae2
docs: change reference to planned_features.md to roadmap.md ( #564 )
...
Co-authored-by: Hissymaster <Hissymaster@gmail.com >
2024-10-28 20:46:27 -07:00
Travis Abendshien
6e5a1a0e52
docs: add issues numbers to roadmap
2024-10-28 14:38:34 -07:00
Travis Abendshien
2376380245
docs: remove planned_features.md
2024-10-28 13:02:05 -07:00
Travis Abendshien
04149f6454
docs: add feature roadmap
2024-10-28 13:01:13 -07:00