Commit Graph

1134 Commits

Author SHA1 Message Date
Jaby a8ca3bf859 Create public function for loading files 2025-04-02 21:14:19 +02:00
Jaby ec6c20185e Support loading relative pathes 2025-04-02 21:04:42 +02:00
Jaby a6d8ecab16 Improve error message when failing to load image 2025-04-02 20:52:28 +02:00
Jaby a89699334e Create relative pathes for saving projects 2025-04-02 20:47:50 +02:00
Jaby 5f93549a05 Fix usage of checked property 2025-04-02 20:06:35 +02:00
Jaby 2e6aa8dbe9 Improve text message for appending elements 2025-04-01 17:20:05 +02:00
Jaby a9801e9fe2 Support appending and overriding existing elements from project 2025-04-01 17:19:28 +02:00
Jaby 47b5de2d6a Clear existing elements 2025-04-01 16:28:27 +02:00
Jaby bab01bbd86 Load VRAM images from project file 2025-04-01 16:03:35 +02:00
Jaby a260c1ffb7 Allow position information for newly added VRAM items 2025-04-01 15:24:41 +02:00
Jaby 5cc88e0b87 Deserialize project 2025-03-20 21:37:19 +01:00
Jaby 5f4ade47bd Support selecting project to open 2025-03-20 21:26:32 +01:00
Jaby 2345b3da57 Save encoding information 2025-03-20 21:16:41 +01:00
Jaby e0a266317e Support saving palette information 2025-03-20 20:57:10 +01:00
Jaby aae57e47e4 Implement writing image and half the platte information 2025-03-19 22:01:32 +01:00
Jaby d1d590d32a Save tim_project files 2025-03-19 21:32:18 +01:00
Jaby 18e6800e0f Implement browsing project save location 2025-03-19 21:17:26 +01:00
Jaby d42fe2776c Serialize project to json 2025-03-19 20:47:21 +01:00
Jaby 7a197d9b71 Create a simple Job 2025-03-19 20:21:45 +01:00
Jaby b394330405 zip jobs 2025-03-18 22:31:59 +01:00
Jaby 602fb3a5c2 Obtain all required vectors; Quick draft for project 2025-03-18 21:54:25 +01:00
Jaby 6a1b87cdb1 Update name of VRAM images to reflect data 2025-03-18 21:48:36 +01:00
jaby 5ccf593963 Merge pull request 'topic/bg/project-gui' (#21) from topic/bg/project-gui into main
Reviewed-on: #21
Reviewed-by: cody <william@werl.me>
2025-03-18 19:58:12 +00:00
Jaby 2b6fb4c090 Connect project gui components 2025-03-15 17:45:00 +01:00
Jaby aaeeaf97c5 Merge gui_elements into gui 2025-03-15 17:10:54 +01:00
Jaby a4fe26f112 Clean up references 2025-03-15 17:00:35 +01:00
Jaby c114745a8e Rework callbacks 2025-03-15 16:19:47 +01:00
Jaby e3a85fc2d9 Merge branch 'main' into topic/bg/project-gui 2025-03-13 20:57:19 +01:00
jaby 2d0c63f871 Merge pull request 'Code clean up from live-stream' (#20) from topic/jb/more-improvements into main
Reviewed-on: #20
Reviewed-by: cody <william@werl.me>
2025-03-13 19:56:21 +00:00
Jaby eb29237f24 Create connections 2025-03-13 20:29:48 +01:00
Jaby ab5c7efce8 Create GUI for project tab 2025-03-13 19:58:51 +01:00
Jaby fce64e7cf0 Removed extra line 2025-03-12 21:45:40 +01:00
Jaby 02470d6bb7 Small clean-up 2025-03-12 21:44:43 +01:00
Jaby aeed26357d Collect all dependecies into an application 2025-03-12 21:29:29 +01:00
Jaby af2526d829 Rename logic to TIMManager 2025-03-12 20:22:46 +01:00
jaby 58c105ac03 Merge pull request 'Various GUI improvements' (#19) from topic/jb/gui-improvements into main
Reviewed-on: #19
Reviewed-by: cody <william@werl.me>
2025-03-12 18:42:19 +00:00
Jaby c5386eccd5 Proper handling of non existing project page 2025-03-11 20:49:37 +01:00
Jaby 2317bd9b29 Set program version depending on own version 2025-03-11 20:46:37 +01:00
Jaby a0368c1e51 Improve scrolling slightly 2025-03-11 20:35:11 +01:00
Jaby 3549c1a709 Display full image in main window preview 2025-03-08 17:11:00 +01:00
Jaby 33e7b23ab2 Various improvements; Logic is now being reported about added and removed elements to be in sync with GUI 2025-03-08 17:04:26 +01:00
jaby 5952b97b6c Merge pull request 'topic/jb/tim_tool/risize_image' (#18) from topic/jb/tim_tool/risize_image into main
Reviewed-on: #18
Reviewed-by: cody <william@werl.me>
2025-03-08 14:32:56 +00:00
jaby ebe77aec15 Merge pull request 'Add lock files to git' (#17) from topic/jb/tim_tool/add_toml into main
Reviewed-on: #17
Reviewed-by: cody <william@werl.me>
2025-03-08 14:32:45 +00:00
Jaby 16825943c4 Add lock files to git 2025-03-06 22:23:36 +01:00
Jaby 62289bc07e Display encoding on main screen 2025-03-06 22:21:56 +01:00
Jaby 72b97ad7d3 Fix default selection 2025-03-06 22:02:30 +01:00
Jaby 8ead2a205d Support scaling image depended on encoding 2025-03-06 21:56:52 +01:00
Jaby 454fa43492 Add combobox for encoding type 2025-03-06 20:52:23 +01:00
Jaby 6375183624 Display size of image 2025-03-06 19:58:13 +01:00
jaby 58b2f62d2f Merge pull request 'Support loading and displaying of image palette' (#16) from topic/jb/tim_tool/PaletteSupport into main
Reviewed-on: #16
Reviewed-by: cody <william@werl.me>
2025-03-06 18:11:51 +00:00