changelog
- Sun, 09 Apr 2023 17:05:40 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 17:05:40 +0300] rev 368
- Simplify signature of openModelFromPath
- Sun, 09 Apr 2023 16:30:33 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 16:30:33 +0300] rev 367
- Also connect up the "Delete" action
- Sun, 09 Apr 2023 16:27:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 16:27:22 +0300] rev 366
- Also connect up "Select all"
- Sun, 09 Apr 2023 16:23:05 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 16:23:05 +0300] rev 365
- Add undo, redo, cut, copy and paste actions to MainWindow which pass onto the editor widget
- Sun, 09 Apr 2023 16:01:57 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 16:01:57 +0300] rev 364
- I forgot to add files again... this time it's modelsubwindow.h
- Sun, 09 Apr 2023 16:01:38 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 16:01:38 +0300] rev 363
- Removed unused code
- Sun, 09 Apr 2023 15:59:08 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 15:59:08 +0300] rev 362
- Extracted the state of the program into a MainState structure, and extracted local functions of main() into static functions.
I was planning to make the core logic and state of the program into a Main class, which would be a QObject that would
have lots of signals and slots, but it looks like this works even without it
- Sun, 09 Apr 2023 13:28:36 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 13:28:36 +0300] rev 361
- Move some recent file handling to MainWindow
- Sun, 09 Apr 2023 12:23:32 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 12:23:32 +0300] rev 360
- `PartRenderer::renderVao` no longer throws if bad array class is given, this is now checked on compile time
- Sun, 09 Apr 2023 01:12:00 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 01:12:00 +0300] rev 359
- The renderer now centers on the grid origin, not the part origin
- Sun, 09 Apr 2023 00:56:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 09 Apr 2023 00:56:49 +0300] rev 358
- Hopefully fixed all problems with determining polygon winding
- Sat, 08 Apr 2023 22:09:29 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 22:09:29 +0300] rev 357
- Add settings import and export
- Sat, 08 Apr 2023 21:48:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 21:48:49 +0300] rev 356
- Made editor font configurable
Add grid matrix editor
- Sat, 08 Apr 2023 16:59:55 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 16:59:55 +0300] rev 355
- Move the about dialog to MainWindow. The hack to retrieve GL extensions is made a bit cleaner
- Sat, 08 Apr 2023 16:41:40 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 16:41:40 +0300] rev 354
- Readd the MainWindow class and renderstyle button handling to it