Commit Graph

  • f40be005f8 fix file opening on posix yedpodtrzitko 2024-05-01 15:46:08 +08:00
  • f9fc28d5ec fix file opening on posix yedpodtrzitko 2024-05-01 15:46:08 +08:00
  • 1030328420 add ruff formatting info and CI pipeline yedpodtrzitko 2024-05-01 15:19:20 +08:00
  • 1a7316d54c Merge pull request #103 from yedpodtrzitko/yed/show-tags-implicitly Travis Abendshien 2024-04-30 21:55:46 -07:00
  • 92e7e05540 Merge pull request #99 from TechCrafterGaming/FIX-001 Travis Abendshien 2024-04-30 21:07:06 -07:00
  • d478116094 show all tags in tag panel by default yedpodtrzitko 2024-05-01 00:04:37 +08:00
  • a10478bc8b Misc Bug Fixes Travis Abendshien 2024-04-30 02:41:07 -07:00
  • a669fd67c3 small adjustments and comments TechCrafterGaming 2024-04-30 08:07:10 +02:00
  • 7cdb26e822 added if statement TechCrafterGaming 2024-04-30 08:04:13 +02:00
  • 16a9d32ef3 added last_library value to be set properly TechCrafterGaming 2024-04-30 08:02:46 +02:00
  • 9b90bfad84 Merge pull request #98 from Creepler13/Folders-to-tags-cleanup Travis Abendshien 2024-04-29 22:43:15 -07:00
  • 6f900ff371 Merge pull request #101 from TechCrafterGaming/FIX-002 Travis Abendshien 2024-04-29 16:54:07 -07:00
  • d02f068991 small changes to README TechCrafterGaming 2024-04-30 00:09:43 +02:00
  • 878a5dfc8a small changes to ts_qt.py (doc strings) TechCrafterGaming 2024-04-30 00:09:09 +02:00
  • 030c817323 added action to close a library TechCrafterGaming 2024-04-29 23:57:35 +02:00
  • 9ad81c4582 Merge pull request #94 from Thesacraft/Shutdown-threads-safely Travis Abendshien 2024-04-29 14:42:22 -07:00
  • b1c0ec5817 Open/Close all buttons Creepler13 2024-04-29 23:01:15 +02:00
  • ea904da58b Folders to tags Cleanup + bugfix Creepler13 2024-04-29 21:28:32 +02:00
  • 0c9dd7f43b Merge pull request #95 from Loran425/patch/library-loading Travis Abendshien 2024-04-29 12:01:04 -07:00
  • 885b2b0358 Patch Bug that prevents loading ts_library.json fields ids as integers Andrew.Arneson 2024-04-29 12:55:30 -06:00
  • 7139eea4c4 Ends threads before quitting application Theasacraft 2024-04-29 19:37:36 +02:00
  • 41e419c1e7 Ends threads before quitting application Theasacraft 2024-04-29 18:46:35 +02:00
  • 93177dd696 Merge pull request #89 from yedpodtrzitko/main Travis Abendshien 2024-04-29 01:05:36 -07:00
  • d8a11a796d fix: strip leading slash in library items yedpodtrzitko 2024-04-29 12:53:41 +08:00
  • c9c399faa9 Merge pull request #80 from Loran425/qt-refactor Travis Abendshien 2024-04-28 21:22:20 -07:00
  • 44106e2c59 Updates Build_win.bat to not delete source and be able to build portable version Theasacraft 2024-04-29 00:13:48 +02:00
  • 260583cfeb Update Build_win.bat for faster start of executable Theasacraft 2024-04-28 21:52:16 +02:00
  • eb2a175b75 Changes from #84 split into src.qt.helpers.open_file from ts_qt.py Andrew Arneson 2024-04-28 13:37:28 -06:00
  • 89b159cfa1 Merge remote-tracking branch 'upstream/main' into qt-refactor Andrew Arneson 2024-04-28 13:36:25 -06:00
  • fb300d0d07 Merge pull request #84 from xarvex/main Travis Abendshien 2024-04-28 12:26:33 -07:00
  • 3446e0601a Incorrect usage of list append Xarvex 2024-04-28 14:07:23 -05:00
  • 22e0ef8f4b Cleanup Imports Andrew Arneson 2024-04-28 12:57:21 -06:00
  • 1351002378 Breakout ItemThumb and PreviewPanel from ts_qt.py Andrew Arneson 2024-04-28 12:55:37 -06:00
  • 6e8baced7d Revert "Cannot split out ItemThumb or PreviewPanel due to close ties with driver" Andrew Arneson 2024-04-28 12:18:31 -06:00
  • 310fc0d958 Re-enable typechecking and autocompletion for modals that rely on QtDriver in ts_qt.py Andrew Arneson 2024-04-28 12:17:16 -06:00
  • 737be6199f DETACHED_PROCESS is no longer necessary Causes program window to open below TagStudio Xarvex 2024-04-28 12:34:20 -05:00
  • ca9735ca86 Split out remaining modals from ts_qt.py Andrew Arneson 2024-04-28 11:09:06 -06:00
  • 4a9c4de56a Further isolate program window from TagStudio Xarvex 2024-04-28 11:31:18 -05:00
  • f7c4e1ccc0 Revert "Cannot split out unlinked file functions due to close ties with driver" Andrew Arneson 2024-04-28 10:28:05 -06:00
  • f6b131c412 Revert "Cannot split out duped file functions due to close ties with driver" Andrew Arneson 2024-04-28 10:28:05 -06:00
  • a695e222f4 Revert "Cannot split out folder_to_tag file functions due to close ties with driver" Andrew Arneson 2024-04-28 10:28:04 -06:00
  • 0d6746abe0 Revert "Cannot split out mirror entities file functions due to close ties with driver" Andrew Arneson 2024-04-28 10:28:04 -06:00
  • 2d558efde7 Allow opening and selecting files in file managers for all platforms Fixes: #81 Refactored file opener helper to use already present open_file Refactored open_file to allow option for file manager Xarvex 2024-04-28 04:09:07 -05:00
  • 82a53481f7 Missing Newlines Andrew Arneson 2024-04-27 21:40:53 -06:00
  • d26b308ae2 split TextWidget from ts_qt.py Andrew Arneson 2024-04-27 21:25:01 -06:00
  • 5431c1996a Copied (with git history): Andrew Arneson 2024-04-27 21:21:02 -06:00
  • 731b6d1568 * (merge) Andrew Arneson 2024-04-27 21:21:02 -06:00
  • 68b075a6c8 * (keep ts_qt.py) Andrew Arneson 2024-04-27 21:21:02 -06:00
  • 99cc8dc991 * (create ./widgets/text_edit.py) Andrew Arneson 2024-04-27 21:21:02 -06:00
  • cdba60c7d3 Cleanup Imports Andrew Arneson 2024-04-27 21:00:38 -06:00
  • 0495824878 Update requirements.txt to use last tested pyinstaller version Theasacraft 2024-04-28 04:54:02 +02:00
  • 6b9b813e26 Cannot split out ItemThumb or PreviewPanel due to close ties with driver Might be able to resolve with more time and a separate PR Andrew Arneson 2024-04-27 20:52:51 -06:00
  • ad85266f98 Error File Creation Andrew Arneson 2024-04-27 20:46:16 -06:00
  • a62dbc3f2d Cannot split out mirror entities file functions due to close ties with driver Might be able to resolve with more time and a separate PR Andrew Arneson 2024-04-27 20:45:04 -06:00
  • 237bcd90b0 Cannot split out folder_to_tag file functions due to close ties with driver Might be able to resolve with more time and a separate PR Andrew Arneson 2024-04-27 20:44:46 -06:00
  • abd36e55b3 Cannot split out duped file functions due to close ties with driver Might be able to resolve with more time and a separate PR Andrew Arneson 2024-04-27 20:43:35 -06:00
  • 7b0064d14b split FileExtensionModal from ts_qt.py Andrew Arneson 2024-04-27 20:42:24 -06:00
  • c848c57cb4 Cannot split out unlinked file functions due to close ties with driver Might be able to resolve with more time and a separate PR Andrew Arneson 2024-04-27 20:36:21 -06:00
  • ebf2c0bb99 split AddFieldModal from ts_qt.py Andrew Arneson 2024-04-27 20:26:26 -06:00
  • 53fefb7497 split TagBoxWidget from ts_qt.py Andrew Arneson 2024-04-27 20:22:02 -06:00
  • a9afb8e2cf split TagBoxWidget from ts_qt.py Andrew Arneson 2024-04-27 20:15:14 -06:00
  • f0019c7086 split BuildTagPanel from ts_qt.py Andrew Arneson 2024-04-27 20:12:40 -06:00
  • c8439c976f split TagSearchPanel from ts_qt.py Andrew Arneson 2024-04-27 20:10:01 -06:00
  • 4a3b0c103f split TagWidget from ts_qt.py Andrew Arneson 2024-04-27 19:58:35 -06:00
  • 6168434f3d split ProgressWidget from ts_qt.py Andrew Arneson 2024-04-27 19:52:02 -06:00
  • 9b7b384183 split EditTextLine from ts_qt.py Andrew Arneson 2024-04-27 19:43:53 -06:00
  • 5f6752e067 split EditTextBox from ts_qt.py Andrew Arneson 2024-04-27 19:40:55 -06:00
  • e71ef7f671 split PanelWidget and PanelModal from ts_qt.py Andrew Arneson 2024-04-27 19:35:52 -06:00
  • a1fe57a352 split ThumbRenderer from ts_qt.py Andrew Arneson 2024-04-27 19:22:42 -06:00
  • 0364d3a95c split ThumbButton from ts_qt.py Andrew Arneson 2024-04-27 19:15:44 -06:00
  • 63f8268fd4 split collage renderer from ts_qt.py Andrew Arneson 2024-04-27 19:04:29 -06:00
  • e29b2838c6 split FieldContainer and FieldWidget from ts_qt.py Andrew Arneson 2024-04-27 18:56:33 -06:00
  • 7caba3b825 add missing empty line at end of file Andrew Arneson 2024-04-27 18:45:59 -06:00
  • 74c4c6c85d split FileOpenerHelper/Label from ts_qt.py Andrew Arneson 2024-04-27 18:40:07 -06:00
  • abc9f3f4e4 split open_file func from ts_qt.py Andrew Arneson 2024-04-27 18:33:29 -06:00
  • f26fd5a63c Copied (with git history): Andrew Arneson 2024-04-27 18:20:37 -06:00
  • bb6a73e410 * (merge) Andrew Arneson 2024-04-27 18:20:36 -06:00
  • 54b70676f3 * (keep ./ts_qt.py) Andrew Arneson 2024-04-27 18:20:36 -06:00
  • 91c918796d * (create ./modals/folders_to_tags.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • fb05d386c1 * (create ./widgets/thumb_renderer.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 4665fb22ff * (create ./widgets/collage_icon.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • b25c1efc9d * (create ./widgets/thumb_button.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • f160071b27 * (create ./widgets/item_thumb.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 73ba643132 * (create ./widgets/preview_panel.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • effdd28b80 * (create ./helpers/file_opener.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 875bc34519 * (create ./modals/file_extension.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 77bbbe95b3 * (create ./modals/add_field.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 5f31fe4623 * (create ./modals/relink_unlinked.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 2f61ac706f * (create ./modals/delete_unlinked.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 822aa4df39 * (create ./modals/fix_unlinked.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • d67f8b6f0e * (create ./modals/mirror_entities.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 60d1d290a2 * (create ./modals/fix_dupes.py) Andrew Arneson 2024-04-27 18:20:35 -06:00
  • 65a2fe676d * (create ./widgets/progress.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 30998a144a * (create ./modals/tag_database.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 9c44d74cb6 * (create ./modals/build_tag.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 4de7865aba * (create ./modals/tag_search.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 8fed3350f4 * (create ./modals/edit_text.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 02542bda7e * (create ./modals/__init__.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 36841da965 * (create ./widgets/panel.py) Andrew Arneson 2024-04-27 18:20:34 -06:00
  • 58b0e94d65 * (create ./widgets/tag.py) Andrew Arneson 2024-04-27 18:20:34 -06:00