Commit Graph

119 Commits

Author SHA1 Message Date
Travis Abendshien 2110592971 Merge pull request #72 from yedpodtrzitko/yed/readability
improve code readability
2024-04-27 15:27:58 -07:00
Travis Abendshien 15de97cfe7 Merge pull request #58 from Creepler13/Folders-to-Tags
Add folders to tags tool
2024-04-27 14:58:17 -07:00
Travis Abendshien 114c1a4481 Merge pull request #69 from cirillom/image-preview
Ability to open file or file location using context menu
2024-04-27 13:33:59 -07:00
Creepler13 1f9a13fc4d Removed unused imports 2024-04-27 21:14:37 +02:00
Creepler13 e2aba7ddf7 Added Proper Visualls to show what would be added 2024-04-27 21:13:57 +02:00
yedpodtrzitko f0f8e0ea7e simplify bool conditions 2024-04-28 01:47:16 +08:00
yedpodtrzitko d5d9cd3e7a improve code readability 2024-04-28 01:17:41 +08:00
Matheus Cirillo ade1fb1c11 Merge remote-tracking branch 'tags/main' into image-preview 2024-04-27 09:54:16 -03:00
Matheus Cirillo 955d4a0c9f fixed bug where it wouldn't open outside debug mode 2024-04-27 09:44:04 -03:00
Travis Abendshien 31f4022895 Added File Extension Blacklist
- All file types (minus JSON, XMP, and AAE) are now shown by default in the library (existing libraries will need to refresh)
- Added the Edit -> "Ignore File Extensions" option, providing the user with a way to blacklist certain file extensions from their library
- The targeted version number has been updated to 9.2.0 (this is not the final 9.2.0 release, commits will still be added before that release is packaged up)
2024-04-27 02:00:18 -07:00
Matheus Cirillo 6831a89392 file opening preview panel context menu 2024-04-26 23:19:24 -03:00
Matheus Cirillo 5bd2aaaf9e context menu for thumbs 2024-04-26 22:04:40 -03:00
Matheus Cirillo a9cbab40ab works as expected (open file in explorer) in windows 2024-04-26 20:40:43 -03:00
Matheus Cirillo bcf4453c8d clickable label to the right place 2024-04-26 20:17:54 -03:00
Matheus Cirillo 18dcedd6a0 code cleanup 2024-04-26 20:13:58 -03:00
Matheus Cirillo 79e0263e97 file_label opens file path 2024-04-26 20:09:43 -03:00
Creepler13 960b2038ef Merge branch 'Folders-to-Tags' of https://github.com/Creepler13/TagStudio into Folders-to-Tags 2024-04-26 23:52:20 +02:00
Creepler13 88292f42af Merge branch 'Folders-to-Tags' of https://github.com/Creepler13/TagStudio into Folders-to-Tags 2024-04-26 23:37:47 +02:00
Creepler13 3cd6fa136f Finished folders to Tags tool 2024-04-26 23:36:50 +02:00
Creepler13 0541c9fb01 first prototype 2024-04-26 23:36:50 +02:00
Travis Abendshien 039c574cf4 Merge pull request #60 from Thesacraft/main
Fixes issue with badges not getting updated if meta tags gets removed
2024-04-26 13:36:57 -07:00
Theasacraft 042ed9209f Merge branch 'CyanVoxel:main' into main 2024-04-26 22:33:14 +02:00
Travis Abendshien 992a840dfe Merge pull request #63 from DrRetro2033/Shortcuts
Keyboard Shortcuts
2024-04-26 13:32:55 -07:00
Theasacraft 1e17b6c467 Merge branch 'CyanVoxel:main' into main 2024-04-26 22:29:04 +02:00
Travis Abendshien a0b017815e Merge pull request #61 from DrRetro2033/main
A simple Tag Database.
2024-04-26 13:23:32 -07:00
Travis Abendshien 80d6e09834 Merge pull request #64 from xarvex/file-open-2
Windows: fix files w/ spaces opening cmd rather than associated program
2024-04-26 13:10:39 -07:00
Xarvex 66fec73136 Correct usage of start command 2024-04-26 15:05:07 -05:00
Xarvex 1f7a5d3cbb Windows: fix files w/ spaces opening cmd rather than associated program 2024-04-26 14:46:13 -05:00
DrRetro dde7eec946 Keyboard Shortcuts Added to basic Functions 2024-04-26 12:01:02 -04:00
DrRetro 85ae167817 Fixed Issue with Tags in Database not refreshing after Tag was Edited. 2024-04-26 11:01:09 -04:00
DrRetro 5feb3a6d20 Fixed Issue with Previous Commit 2024-04-26 10:51:49 -04:00
DrRetro f23ff1669e Fixed Issue when Searching Tags, Editing Option was not Connected to Searched TagWidets 2024-04-26 10:50:19 -04:00
DrRetro 6b1035b0f6 A simple TagDatabasePanel has been created based off TagSearchPanel.
To access, go to Edit > Tag Database
2024-04-26 10:07:59 -04:00
Theasacraft 243d786298 Update ts_qt.py to update badges if meta tag field is removed 2024-04-26 15:41:37 +02:00
Theasacraft 898ce5fdc7 Update ts_qt.py to update badges if meta tag field is removed 2024-04-26 15:34:06 +02:00
Creepler13 749d7c8fc0 Finished folders to Tags tool 2024-04-26 14:59:41 +02:00
Creepler13 1774a00d34 first prototype 2024-04-26 14:59:40 +02:00
Creepler13 9020aaddf4 Finished folders to Tags tool 2024-04-26 14:58:21 +02:00
Travis Abendshien 00651e6242 Fixed Incorrect Fields Being Updated in Multi-Selection
Fixes #55

Co-Authored-By: Andrew Arneson <Loran425@gmail.com>
Co-Authored-By: Xarvex <60973030+xarvex@users.noreply.github.com>
2024-04-26 01:45:03 -07:00
Travis Abendshien b7638046a3 Addded TagStudio.ini to gitignore; Updated Qt resource comment 2024-04-25 22:22:28 -07:00
Travis Abendshien c446911b59 Merge pull request #34 from DrRetro2033/main
Mutli-Select Tagging
2024-04-25 22:18:00 -07:00
DrRetro 201a63e273 Refresh_badges added to QtDriver, and favorite and archived badges checks selection. 2024-04-25 20:51:12 -04:00
Creepler13 d8faa27dbf first prototype 2024-04-26 00:11:58 +02:00
Travis Abendshien ff488da6c8 Merge pull request #51 from Loran425/main
QOL Open last opened library
2024-04-25 14:22:12 -07:00
Andrew Arneson 2514809e17 remove doubled up line 2024-04-25 14:20:46 -06:00
Andrew Arneson 82bb63191a Tweak setting location to ensure compatibility between IDEs
Explicitly call sync to save `.ini` file
2024-04-25 14:12:40 -06:00
Andrew Arneson 9a076a775f Merge remote-tracking branch 'upstream/main' 2024-04-25 12:23:55 -06:00
Andrew Arneson 5c746a9950 add Qsettings and restore last library on open
Settings are currently stored as an INI file within the project directory rather than messing with registry or system configurations.
2024-04-25 12:23:13 -06:00
Travis Abendshien 00dea27279 Merge pull request #46 from eltociear/patch-1
docs: update documentation.md
2024-04-25 10:39:42 -07:00
Ikko Eltociear Ashimine a0dc34a5ad docs: update documentation.md
minor fix
2024-04-26 00:46:32 +09:00