changelog
- Thu, 15 Jun 2023 16:18:03 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Thu, 15 Jun 2023 16:18:03 +0300] rev 383
- Refactor, make selecting elements from the model select the corresponding line from the editor as well
- Sat, 10 Jun 2023 17:26:32 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 10 Jun 2023 17:26:32 +0300] rev 382
- use a parameter to avoid temporarily changing member variables
- Wed, 19 Apr 2023 22:51:56 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 19 Apr 2023 22:51:56 +0300] rev 381
- Made library_role_e an enum class
- Wed, 19 Apr 2023 22:42:43 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 19 Apr 2023 22:42:43 +0300] rev 380
- Use QFileInfo to represent paths
- Wed, 12 Apr 2023 01:53:42 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 12 Apr 2023 01:53:42 +0300] rev 379
- Circular primitive type is now an enum class
- Tue, 11 Apr 2023 22:51:47 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 11 Apr 2023 22:51:47 +0300] rev 378
- remove now unneeded type alias
- Tue, 11 Apr 2023 22:51:12 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 11 Apr 2023 22:51:12 +0300] rev 377
- BasicShader is no longer a class
- Tue, 11 Apr 2023 22:39:18 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 11 Apr 2023 22:39:18 +0300] rev 376
- Split GL preferences that affect GL build to a new build preferences structure, modifying that requires rebuild, modifying render preferences does not
- Tue, 11 Apr 2023 20:27:04 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 11 Apr 2023 20:27:04 +0300] rev 375
- Simplify signature of updateRenderPreferences
- Tue, 11 Apr 2023 11:11:28 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 11 Apr 2023 11:11:28 +0300] rev 374
- More refactor and renaming
Added a test function that makes recolors stuff red
- Mon, 10 Apr 2023 14:46:36 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 10 Apr 2023 14:46:36 +0300] rev 373
- Move bezier curve to its own file
- Mon, 10 Apr 2023 14:25:19 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 10 Apr 2023 14:25:19 +0300] rev 372
- Winding is now an enum class winding_e
- Mon, 10 Apr 2023 14:21:17 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 10 Apr 2023 14:21:17 +0300] rev 371
- rename some functions
- Mon, 10 Apr 2023 14:18:11 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 10 Apr 2023 14:18:11 +0300] rev 370
- Grid scaling buttons now work
- Mon, 10 Apr 2023 12:40:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 10 Apr 2023 12:40:49 +0300] rev 369
- isConvex renamed to quadrilateral_convexity, refactor, now returns an enum instead of bool
- 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
- Sat, 08 Apr 2023 16:12:12 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 16:12:12 +0300] rev 353
- Use explicit captures in main
- Sat, 08 Apr 2023 15:52:25 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:52:25 +0300] rev 352
- Rename forModel -> forEachModel
- Sat, 08 Apr 2023 15:50:38 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:50:38 +0300] rev 351
- Add missing 'static' keywords and deleted unused code
- Sat, 08 Apr 2023 15:34:32 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:34:32 +0300] rev 350
- Opening recently opened files works again now
- Sat, 08 Apr 2023 15:15:41 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:15:41 +0300] rev 349
- Rename ColorButtonPlugin -> ColorEditPlugin
- Sat, 08 Apr 2023 15:15:20 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:15:20 +0300] rev 348
- Rename colorbutton.cpp -> coloredit.cpp
- Sat, 08 Apr 2023 15:11:39 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:11:39 +0300] rev 347
- Rename ColorButton -> ColorEdit
- Sat, 08 Apr 2023 15:08:19 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:08:19 +0300] rev 346
- Change color edit coloring to use only stylesheets to colorise the line edit only
- Sat, 08 Apr 2023 15:05:57 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:05:57 +0300] rev 345
- delete commented out code
- Sat, 08 Apr 2023 15:03:54 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 15:03:54 +0300] rev 344
- Changed color button to a line edit+button combination
- Sat, 08 Apr 2023 12:55:11 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 12:55:11 +0300] rev 343
- Fix BFC formatting not working due to being evaluated after comment format
- Sat, 08 Apr 2023 12:53:15 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 12:53:15 +0300] rev 342
- Fix line type 0 format regular expression
- Sat, 08 Apr 2023 12:24:04 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 08 Apr 2023 12:24:04 +0300] rev 341
- Save settings as soon as they are changed, Cancel and Reset buttons revert changes
- Sat, 23 Jul 2022 01:38:43 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 23 Jul 2022 01:38:43 +0300] rev 340
- Merge commit
- Sat, 23 Jul 2022 01:38:06 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 23 Jul 2022 01:38:06 +0300] rev 339
- Add SIG macro
- Wed, 20 Jul 2022 21:48:46 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 20 Jul 2022 21:48:46 +0300] rev 338
- Delete unused code
Remove Model legacy type alias, QTextDocument is used now instead
- Wed, 20 Jul 2022 21:35:55 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 20 Jul 2022 21:35:55 +0300] rev 337
- Remove debug code
- Wed, 20 Jul 2022 21:34:56 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 20 Jul 2022 21:34:56 +0300] rev 336
- Draw mode and make unofficial tools now work again
- Wed, 20 Jul 2022 12:59:07 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 20 Jul 2022 12:59:07 +0300] rev 335
- Fix crashing
Add option to set tool button style
- Thu, 14 Jul 2022 16:47:59 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Thu, 14 Jul 2022 16:47:59 +0300] rev 334
- Convert text model to CR+LF when saving
- Mon, 04 Jul 2022 19:53:13 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 04 Jul 2022 19:53:13 +0300] rev 333
- Experiment to delete the Model class and rely solely on text documents
- Mon, 04 Jul 2022 15:37:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 04 Jul 2022 15:37:22 +0300] rev 332
- Only enable the text editor when having a model open
- Mon, 04 Jul 2022 01:20:36 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 04 Jul 2022 01:20:36 +0300] rev 331
- Add basic syntax highlighting
- Mon, 04 Jul 2022 00:23:50 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 04 Jul 2022 00:23:50 +0300] rev 330
- Delete object editor
- Mon, 04 Jul 2022 00:19:18 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 04 Jul 2022 00:19:18 +0300] rev 329
- fix some issues like subfile references not showing up properly
- Sun, 03 Jul 2022 23:54:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 23:54:22 +0300] rev 328
- Replace item view with a text editor
- Sun, 03 Jul 2022 22:32:50 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 22:32:50 +0300] rev 327
- Add copy action
- Sun, 03 Jul 2022 22:24:12 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 22:24:12 +0300] rev 326
- Add missing 0 BFC INVERTNEXT when writing out subfile references
- Sun, 03 Jul 2022 21:49:15 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 21:49:15 +0300] rev 325
- minor fix in main
- Sun, 03 Jul 2022 21:49:02 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 21:49:02 +0300] rev 324
- Make the extrusion axis only visible when extruding
- Sun, 03 Jul 2022 21:47:44 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 21:47:44 +0300] rev 323
- Fix normal of the plane used to find cylinder height
- Sun, 03 Jul 2022 20:18:34 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 20:18:34 +0300] rev 322
- Reduce edittools.cpp further
- Sun, 03 Jul 2022 15:59:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 15:59:22 +0300] rev 321
- Fix polygonize not finding the normal properly
- Sun, 03 Jul 2022 14:35:06 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 14:35:06 +0300] rev 320
- Cleanup polygonize a bit
- Sun, 03 Jul 2022 13:44:11 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 13:44:11 +0300] rev 319
- Extract the triangulation and triangle merging code into a new source file and clean it up somewhat
- Sun, 03 Jul 2022 13:21:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 13:21:49 +0300] rev 318
- Reduce indent level
- Sun, 03 Jul 2022 12:20:26 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 03 Jul 2022 12:20:26 +0300] rev 317
- Let's try to keep the amount of indents in check...
- Sat, 02 Jul 2022 19:05:05 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 02 Jul 2022 19:05:05 +0300] rev 316
- Allow make a cylinder even if the world position is not on grid
- Sat, 02 Jul 2022 19:03:57 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 02 Jul 2022 19:03:57 +0300] rev 315
- Improve preview of cylinder extrusion
- Fri, 01 Jul 2022 23:51:16 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Fri, 01 Jul 2022 23:51:16 +0300] rev 314
- Added rudimentary cylinder extrusion into circle tool.
I really had to think which way the vectors are in this one
- Fri, 01 Jul 2022 23:48:27 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Fri, 01 Jul 2022 23:48:27 +0300] rev 313
- Improve click handling
- Fri, 01 Jul 2022 16:46:43 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Fri, 01 Jul 2022 16:46:43 +0300] rev 312
- Fix right click to delete not really working properly
Instead of removing the point that had been added, it would remove
the point that is being drawn, which would cause it to overwrite the
previous point using the new point, causing a bit of a delay
- Fri, 01 Jul 2022 16:45:40 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Fri, 01 Jul 2022 16:45:40 +0300] rev 311
- Use different cursors depending on edit mode
- Fri, 01 Jul 2022 13:41:46 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Fri, 01 Jul 2022 13:41:46 +0300] rev 310
- Simplify some code
- Wed, 29 Jun 2022 16:33:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 29 Jun 2022 16:33:49 +0300] rev 309
- Fixed ModelId being used to identify both models and elements, added ElementId to identify elements
- Wed, 29 Jun 2022 16:21:44 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 29 Jun 2022 16:21:44 +0300] rev 308
- add comments in colors.h
- Wed, 29 Jun 2022 16:19:05 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 29 Jun 2022 16:19:05 +0300] rev 307
- simplify a bit
- Wed, 29 Jun 2022 14:43:42 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 29 Jun 2022 14:43:42 +0300] rev 306
- Enable drawing clockwise shapes despite mapbox::earcut rewinding them
- Wed, 29 Jun 2022 14:11:58 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 29 Jun 2022 14:11:58 +0300] rev 305
- Add support for BFC CERTIFY statements
- Tue, 28 Jun 2022 22:18:11 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 22:18:11 +0300] rev 304
- minor updates to main window ui
- Tue, 28 Jun 2022 21:38:32 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 21:38:32 +0300] rev 303
- Add select all
- Tue, 28 Jun 2022 19:57:45 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:57:45 +0300] rev 302
- Enable cotire again
- Tue, 28 Jun 2022 19:49:45 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:49:45 +0300] rev 301
- Move earcut.h outside src/ directory
- Tue, 28 Jun 2022 19:47:34 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:47:34 +0300] rev 300
- Fix build warnings, size_type of QVector changes from Qt5 to Qt6 so we need an alias for it
- Tue, 28 Jun 2022 19:43:55 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:43:55 +0300] rev 299
- Remove functional.h
- Tue, 28 Jun 2022 19:36:03 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:36:03 +0300] rev 298
- oops, that stuff isn't meant to be there yet
- Tue, 28 Jun 2022 19:35:09 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:35:09 +0300] rev 297
- Remove ring.h
- Tue, 28 Jun 2022 19:31:55 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:31:55 +0300] rev 296
- Remove dead code
- Tue, 28 Jun 2022 19:25:45 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:25:45 +0300] rev 295
- cleanup version.h
- Tue, 28 Jun 2022 19:25:08 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:25:08 +0300] rev 294
- Reformat about.ui a bit
- Tue, 28 Jun 2022 19:21:37 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 19:21:37 +0300] rev 293
- Add OpenGL information to about page
- Tue, 28 Jun 2022 18:02:51 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 18:02:51 +0300] rev 292
- Add GLM version string to about page
- Tue, 28 Jun 2022 17:59:34 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 17:59:34 +0300] rev 291
- Let's bring GLEW back after all
- Tue, 28 Jun 2022 17:35:56 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 17:35:56 +0300] rev 290
- Fix picking and rendering of selected colors
- Tue, 28 Jun 2022 14:53:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 14:53:22 +0300] rev 289
- Work around a Qt bug involving the rendering behavior of the first created sub window
- Tue, 28 Jun 2022 14:24:00 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 14:24:00 +0300] rev 288
- Add tile and cascade subwindows actions
- Tue, 28 Jun 2022 14:20:08 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 14:20:08 +0300] rev 287
- Add scroll bars to the mdi area
- Tue, 28 Jun 2022 14:10:27 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 14:10:27 +0300] rev 286
- Disable language changing for now (translations won't go into 1.0)
- Tue, 28 Jun 2022 13:03:21 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 13:03:21 +0300] rev 285
- Don't create more than one settings editor
- Tue, 28 Jun 2022 12:47:46 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 12:47:46 +0300] rev 284
- Move app icon definition to main.cpp
- Tue, 28 Jun 2022 12:29:38 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 12:29:38 +0300] rev 283
- Make settings editor scrollable
- Tue, 28 Jun 2022 12:18:00 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 12:18:00 +0300] rev 282
- Make settings editor a sub window instead of a dialog
- Tue, 28 Jun 2022 11:51:17 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 11:51:17 +0300] rev 281
- - Add CMake build type to about page and window title
- Use locale-dependant short date format in window title and long format in about page
- Move version definition into project() call
- Renamed the c++ macros to match CMake variable names
- Tue, 28 Jun 2022 11:19:33 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 11:19:33 +0300] rev 280
- Fix build
- Tue, 28 Jun 2022 00:25:10 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 28 Jun 2022 00:25:10 +0300] rev 279
- Add build system information to the about dialog
- Mon, 27 Jun 2022 23:58:04 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 23:58:04 +0300] rev 278
- Make editing tools disabled until a document is selected
- Mon, 27 Jun 2022 23:57:47 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 23:57:47 +0300] rev 277
- Add missing third party acknowledgements
- Mon, 27 Jun 2022 21:25:31 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 21:25:31 +0300] rev 276
- Add some sort of basic application icon
- Mon, 27 Jun 2022 21:25:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 21:25:22 +0300] rev 275
- Add missing file
- Mon, 27 Jun 2022 15:55:27 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 15:55:27 +0300] rev 274
- Show current subwindow title in main window title
- Mon, 27 Jun 2022 15:50:21 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 15:50:21 +0300] rev 273
- Adjust date string
- Mon, 27 Jun 2022 15:46:12 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 15:46:12 +0300] rev 272
- Sort out versions more, add about page
- Mon, 27 Jun 2022 02:01:52 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 02:01:52 +0300] rev 271
- One more hardcoded name
- Mon, 27 Jun 2022 02:00:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 02:00:49 +0300] rev 270
- Fix qrc path in mainwindow.ui
- Mon, 27 Jun 2022 01:57:06 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 01:57:06 +0300] rev 269
- Further use APPNAME macro
- Mon, 27 Jun 2022 01:49:20 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 01:49:20 +0300] rev 268
- Define application name and version in CMakeLists
- Mon, 27 Jun 2022 01:29:03 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 01:29:03 +0300] rev 267
- rename ldforge.qrc -> resources.qrc
- Mon, 27 Jun 2022 01:28:04 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 01:28:04 +0300] rev 266
- use project name more in cmakelists
- Mon, 27 Jun 2022 01:09:18 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 27 Jun 2022 01:09:18 +0300] rev 265
- Fix build warnings
- Sun, 26 Jun 2022 21:32:51 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 26 Jun 2022 21:32:51 +0300] rev 264
- Convert all includes to be relative to project root directory. Files that cannot be found in this manner use angle brackets.
- Sun, 26 Jun 2022 21:00:06 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 26 Jun 2022 21:00:06 +0300] rev 263
- Move render layer files to new src/layers/ directory
- Sun, 26 Jun 2022 20:54:09 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 26 Jun 2022 20:54:09 +0300] rev 262
- Add action to make a model unofficial (modifies the !LDRAW_ORG line)
- Sun, 26 Jun 2022 20:27:04 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 26 Jun 2022 20:27:04 +0300] rev 261
- pi is no longer a template
- Sun, 26 Jun 2022 20:26:09 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 26 Jun 2022 20:26:09 +0300] rev 260
- Fix bad use of QOpenGLFunctions
- Sun, 26 Jun 2022 19:44:45 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 26 Jun 2022 19:44:45 +0300] rev 259
- - Made it build under Qt6
- Fix strangeness involving library path settings
- Wed, 22 Jun 2022 23:51:06 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 23:51:06 +0300] rev 258
- Add widgets to object editor
- Wed, 22 Jun 2022 23:32:34 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 23:32:34 +0300] rev 257
- Fix appearance of ColorButton
- Wed, 22 Jun 2022 22:59:56 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 22:59:56 +0300] rev 256
- Move color button into widgets lib
- Wed, 22 Jun 2022 22:50:37 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 22:50:37 +0300] rev 255
- Add x, y, z properties to VectorInput
- Wed, 22 Jun 2022 21:46:38 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 21:46:38 +0300] rev 254
- Rename Vec3Editor to VectorInput
- Wed, 22 Jun 2022 21:42:10 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 21:42:10 +0300] rev 253
- Make LDForge widgets visible in Qt Designer
- Wed, 22 Jun 2022 20:27:53 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 20:27:53 +0300] rev 252
- Move some widgets into a static library
- Wed, 22 Jun 2022 20:10:57 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 20:10:57 +0300] rev 251
- Add object editor into main
- Wed, 22 Jun 2022 16:53:35 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 16:53:35 +0300] rev 250
- I felt that the compiler was too kind to me, so I enabled a big pile of warnings
- Wed, 22 Jun 2022 16:13:15 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 16:13:15 +0300] rev 249
- Done some work on object editor
- Wed, 22 Jun 2022 16:13:01 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 16:13:01 +0300] rev 248
- Fix invertnext not working with circular primitives
- Wed, 22 Jun 2022 16:12:28 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 22 Jun 2022 16:12:28 +0300] rev 247
- fix cylinders being possibly rendered inside out
- Mon, 20 Jun 2022 23:05:27 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 23:05:27 +0300] rev 246
- Use crosshair cursor inside the renderer
- Mon, 20 Jun 2022 22:54:13 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 22:54:13 +0300] rev 245
- improve text rendering
- Mon, 20 Jun 2022 22:41:34 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 22:41:34 +0300] rev 244
- a bit of refactor in mapbox::util::nth
- Mon, 20 Jun 2022 22:40:31 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 22:40:31 +0300] rev 243
- Make the grid black on bright backgrounds
- Mon, 20 Jun 2022 22:22:15 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 22:22:15 +0300] rev 242
- Substitute circular primitives in during file parsing
- Mon, 20 Jun 2022 22:21:53 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 22:21:53 +0300] rev 241
- fix typo
- Mon, 20 Jun 2022 21:49:39 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 21:49:39 +0300] rev 240
- some improvements to dock widget handling
- Mon, 20 Jun 2022 21:14:27 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 21:14:27 +0300] rev 239
- removed some newlines
- Mon, 20 Jun 2022 21:14:17 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 21:14:17 +0300] rev 238
- Fix pick scene rendering: we cannot use glReadPixels when using multisampling, so we need to render the pick scene to a separate frame buffer
- Mon, 20 Jun 2022 19:49:56 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 19:49:56 +0300] rev 237
- Add an option to log opengl messages
- Mon, 20 Jun 2022 18:40:22 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 18:40:22 +0300] rev 236
- Made message log a model
- Mon, 20 Jun 2022 17:27:30 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 17:27:30 +0300] rev 235
- Add a basic message log
- Mon, 20 Jun 2022 16:59:09 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 16:59:09 +0300] rev 234
- Readd axis labels, fix antialiasing
- Mon, 20 Jun 2022 16:43:56 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 16:43:56 +0300] rev 233
- fix various things
- Mon, 20 Jun 2022 02:04:51 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 20 Jun 2022 02:04:51 +0300] rev 232
- Add base code for circular primitives
- Wed, 15 Jun 2022 19:47:02 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 19:47:02 +0300] rev 231
- Add wireframe button
- Wed, 15 Jun 2022 13:05:53 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 13:05:53 +0300] rev 230
- rename LibraryManager -> LibrariesModel
- Wed, 15 Jun 2022 13:03:33 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 13:03:33 +0300] rev 229
- Add About Qt menu entry
- Wed, 15 Jun 2022 13:03:20 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 13:03:20 +0300] rev 228
- refactor
- Wed, 15 Jun 2022 12:41:57 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 12:41:57 +0300] rev 227
- Render line segments during draw mode nicer
- Wed, 15 Jun 2022 12:33:16 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 12:33:16 +0300] rev 226
- remove old todo
- Wed, 15 Jun 2022 12:32:50 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 12:32:50 +0300] rev 225
- Fix crash involving polygon being too empty
- Wed, 15 Jun 2022 12:32:40 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 12:32:40 +0300] rev 224
- GCC doesn't like me using QStringLiteral here
- Wed, 15 Jun 2022 12:17:29 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Wed, 15 Jun 2022 12:17:29 +0300] rev 223
- Use Mapbox's ear clipping algorithm to handle drawing any simple polygon
- Tue, 14 Jun 2022 23:04:49 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 14 Jun 2022 23:04:49 +0300] rev 222
- Edit tools: get rid of the preview polygon and render the result-to-be
- Tue, 14 Jun 2022 22:31:39 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 14 Jun 2022 22:31:39 +0300] rev 221
- simplify settings further
- Tue, 14 Jun 2022 20:44:07 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 14 Jun 2022 20:44:07 +0300] rev 220
- Further reduce settings.h
- Tue, 14 Jun 2022 20:35:11 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 14 Jun 2022 20:35:11 +0300] rev 219
- fix comment
- Tue, 14 Jun 2022 19:50:31 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 14 Jun 2022 19:50:31 +0300] rev 218
- Replace config collector with a simpler system
- Tue, 14 Jun 2022 17:55:50 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Tue, 14 Jun 2022 17:55:50 +0300] rev 217
- reimplement EditTools as a render layer
- Mon, 13 Jun 2022 02:18:25 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Mon, 13 Jun 2022 02:18:25 +0300] rev 216
- Reworked grid program into a render layer
- Sun, 12 Jun 2022 23:59:37 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 12 Jun 2022 23:59:37 +0300] rev 215
- Reimplement the axes program as a layer that can be added to PartRenderer
- Sun, 12 Jun 2022 20:47:04 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sun, 12 Jun 2022 20:47:04 +0300] rev 214
- begin refactor of gl side
- Sat, 11 Jun 2022 15:20:24 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 11 Jun 2022 15:20:24 +0300] rev 213
- Rewrite prune to use graphs rather than O(n²) searches
- Sat, 11 Jun 2022 14:30:30 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Sat, 11 Jun 2022 14:30:30 +0300] rev 212
- Rewrite dependency loading
- Thu, 09 Jun 2022 19:11:27 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Thu, 09 Jun 2022 19:11:27 +0300] rev 211
- Now builds again
- Thu, 09 Jun 2022 13:32:55 +0300
- by Teemu Piippo <teemu.s.piippo@gmail.com> [Thu, 09 Jun 2022 13:32:55 +0300] rev 210
- more refactoring, dosn't build yet
- Thu, 09 Jun 2022 11:51:42 +0300
- by Teemu Piippo <teemu@hecknology.net> [Thu, 09 Jun 2022 11:51:42 +0300] rev 209
- remove more dead code
- Wed, 08 Jun 2022 23:14:55 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 08 Jun 2022 23:14:55 +0300] rev 208
- Add model icons back into the list view
- Wed, 08 Jun 2022 23:02:04 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 08 Jun 2022 23:02:04 +0300] rev 207
- well that's embarrassing
- Wed, 08 Jun 2022 22:29:44 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 08 Jun 2022 22:29:44 +0300] rev 206
- More refactor, merged main.h, basics.h and utility.h into one header file basics.h and removed plenty of unused code
- Wed, 08 Jun 2022 20:41:21 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 08 Jun 2022 20:41:21 +0300] rev 205
- Refactor colors.cpp/.h
- Wed, 08 Jun 2022 19:33:00 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 08 Jun 2022 19:33:00 +0300] rev 204
- Concentrate model editing into one coroutine inside main()
- Tue, 07 Jun 2022 21:35:29 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 07 Jun 2022 21:35:29 +0300] rev 203
- Move editing modes tool bar, tool options widget stack and model list view into the main window
- Tue, 07 Jun 2022 20:44:19 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 07 Jun 2022 20:44:19 +0300] rev 202
- Replaced the tab widget with an MDI area
- Tue, 07 Jun 2022 01:37:26 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 07 Jun 2022 01:37:26 +0300] rev 201
- Continue giant refactor
- Mon, 06 Jun 2022 22:01:22 +0300
- by Teemu Piippo <teemu@hecknology.net> [Mon, 06 Jun 2022 22:01:22 +0300] rev 200
- Giant refactor
- Wed, 25 May 2022 20:36:34 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 20:36:34 +0300] rev 199
- Fix pick() picking from weird places on the screen with high DPI scaling
glReadPixels reads data from the frame buffer, which contains data after
high DPI scaling, so any reads to that need to take this scaling into account
- Wed, 25 May 2022 18:33:38 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 18:33:38 +0300] rev 198
- fix up things and remove unnecessary code
- Wed, 25 May 2022 18:29:49 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 18:29:49 +0300] rev 197
- move drawState to Document
- Wed, 25 May 2022 17:56:30 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 17:56:30 +0300] rev 196
- delete unneeded things
- Wed, 25 May 2022 17:48:18 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 17:48:18 +0300] rev 195
- added a missing const
- Wed, 25 May 2022 17:47:06 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 17:47:06 +0300] rev 194
- simplify further
- Wed, 25 May 2022 17:42:02 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 17:42:02 +0300] rev 193
- Simplify PolygonCache
- Wed, 25 May 2022 17:25:24 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 17:25:24 +0300] rev 192
- remove dead code
- Wed, 25 May 2022 17:24:51 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 17:24:51 +0300] rev 191
- made editing tools not a polymorphic class tree
- Wed, 25 May 2022 13:49:45 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 13:49:45 +0300] rev 190
- add missing file
- Wed, 25 May 2022 12:01:58 +0300
- by Teemu Piippo <teemu@hecknology.net> [Wed, 25 May 2022 12:01:58 +0300] rev 189
- cleanup, gl::Compiler changed to gl::ModelShaders
- Tue, 24 May 2022 16:11:10 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 24 May 2022 16:11:10 +0300] rev 188
- more work on circle tool + cleanup
- Mon, 16 May 2022 01:40:49 +0300
- by Teemu Piippo <teemu@hecknology.net> [Mon, 16 May 2022 01:40:49 +0300] rev 187
- work on circle tool
- Thu, 14 Apr 2022 11:08:20 +0300
- by Teemu Piippo <teemu@hecknology.net> [Thu, 14 Apr 2022 11:08:20 +0300] rev 186
- work on circle tool
- Tue, 15 Mar 2022 19:48:07 +0200
- by Teemu Piippo <teemu@hecknology.net> [Tue, 15 Mar 2022 19:48:07 +0200] rev 185
- Added line path tool
- Tue, 15 Mar 2022 18:56:02 +0200
- by Teemu Piippo <teemu@hecknology.net> [Tue, 15 Mar 2022 18:56:02 +0200] rev 184
- Add missing svg icon
- Tue, 15 Mar 2022 18:52:48 +0200
- by Teemu Piippo <teemu@hecknology.net> [Tue, 15 Mar 2022 18:52:48 +0200] rev 183
- - Add editors for string and bool properties
- Add invert action
- Sun, 13 Mar 2022 20:26:28 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 13 Mar 2022 20:26:28 +0200] rev 182
- add ui file to object editor
- Sun, 13 Mar 2022 20:11:06 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 13 Mar 2022 20:11:06 +0200] rev 181
- fix build
- Sun, 13 Mar 2022 18:46:10 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 13 Mar 2022 18:46:10 +0200] rev 180
- Handle properties in a generic manner in the object editor
- Sun, 13 Mar 2022 14:53:14 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 13 Mar 2022 14:53:14 +0200] rev 179
- merge
- Sun, 13 Mar 2022 14:51:39 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 13 Mar 2022 14:51:39 +0200] rev 178
- fix saving
add color editing to object editor
- Wed, 09 Mar 2022 14:22:22 +0200
- by Teemu Piippo <teemu@hecknology.net> [Wed, 09 Mar 2022 14:22:22 +0200] rev 177
- Show type of object in the object editor
- Wed, 09 Mar 2022 14:07:58 +0200
- by Teemu Piippo <teemu@hecknology.net> [Wed, 09 Mar 2022 14:07:58 +0200] rev 176
- Simplify parsing (removed header parsing)
Removed ldraw::Comment (MetaCommand handles line type 0)
- Fri, 11 Mar 2022 20:19:26 +0200
- by Teemu Piippo <teemu@hecknology.net> [Fri, 11 Mar 2022 20:19:26 +0200] rev 175
- add grid actions
- Wed, 09 Mar 2022 13:14:40 +0200
- by Teemu Piippo <teemu@hecknology.net> [Wed, 09 Mar 2022 13:14:40 +0200] rev 174
- show unnamed tabs as "<unnamed>" in the tab list
- Wed, 09 Mar 2022 13:01:50 +0200
- by Teemu Piippo <teemu@hecknology.net> [Wed, 09 Mar 2022 13:01:50 +0200] rev 173
- Fix performance issues in Model::find
- Wed, 09 Mar 2022 12:42:45 +0200
- by Teemu Piippo <teemu@hecknology.net> [Wed, 09 Mar 2022 12:42:45 +0200] rev 172
- Render vertices as spheres
- Sun, 06 Mar 2022 10:32:54 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sun, 06 Mar 2022 10:32:54 +0200] rev 171
- add missing file
- Sat, 05 Mar 2022 18:26:18 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 18:26:18 +0200] rev 170
- Added a toggle for setting whether axes are drawn
- Sat, 05 Mar 2022 17:18:44 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 17:18:44 +0200] rev 169
- Added the delete action
- Sat, 05 Mar 2022 16:57:28 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 16:57:28 +0200] rev 168
- Draw tool now renders the winding of the new polygon
- Sat, 05 Mar 2022 15:40:43 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 15:40:43 +0200] rev 167
- the grid now has less lines
- Sat, 05 Mar 2022 13:59:54 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:59:54 +0200] rev 166
- Fix rendering of cursor coordinates on bright background
- Sat, 05 Mar 2022 13:55:12 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:55:12 +0200] rev 165
- fixed the grid not being black on startup if settings has bright background color
- Sat, 05 Mar 2022 13:38:22 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:38:22 +0200] rev 164
- Render draw tool preview as a line when we only have 2 points
- Sat, 05 Mar 2022 13:32:58 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:32:58 +0200] rev 163
- Add icons for tools
- Sat, 05 Mar 2022 13:19:59 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:19:59 +0200] rev 162
- only render svg to png if the png does not exist
- Sat, 05 Mar 2022 13:18:40 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:18:40 +0200] rev 161
- Icons update
- Sat, 05 Mar 2022 13:18:28 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 13:18:28 +0200] rev 160
- Add document closing
- Sat, 05 Mar 2022 12:47:10 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 12:47:10 +0200] rev 159
- fix crash when loading a file
`object` is moved so we cannot access it after moving
- Sat, 05 Mar 2022 12:42:14 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 12:42:14 +0200] rev 158
- Add icons from ionicons
- Sat, 05 Mar 2022 00:51:23 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 00:51:23 +0200] rev 157
- improve grid rendering
- Sat, 05 Mar 2022 00:44:15 +0200
- by Teemu Piippo <teemu@hecknology.net> [Sat, 05 Mar 2022 00:44:15 +0200] rev 156
- render the grid with lines
- Fri, 04 Mar 2022 23:41:58 +0200
- by Teemu Piippo <teemu@hecknology.net> [Fri, 04 Mar 2022 23:41:58 +0200] rev 155
- improve rendering of the grid
- Fri, 04 Mar 2022 23:00:06 +0200
- by Teemu Piippo <teemu@hecknology.net> [Fri, 04 Mar 2022 23:00:06 +0200] rev 154
- add missing files
- Fri, 04 Mar 2022 11:40:19 +0200
- by Teemu Piippo <teemu@hecknology.net> [Fri, 04 Mar 2022 11:40:19 +0200] rev 153
- Renamed modeleditcontext.cpp -> modeleditor.cpp
- Fri, 04 Mar 2022 11:37:50 +0200
- by Teemu Piippo <teemu@hecknology.net> [Fri, 04 Mar 2022 11:37:50 +0200] rev 152
- Major refactoring
- Model now just stores objects
- Document contains business logic
- Model::EditContext is now ModelEditor, no longer a nested class
- Thu, 03 Mar 2022 21:13:16 +0200
- by Teemu Piippo <teemu@hecknology.net> [Thu, 03 Mar 2022 21:13:16 +0200] rev 151
- Clean up Model
- Thu, 03 Mar 2022 11:42:52 +0200
- by Teemu Piippo <teemu@hecknology.net> [Thu, 03 Mar 2022 11:42:52 +0200] rev 150
- extract polygon cache out of Model
- Tue, 01 Mar 2022 17:00:19 +0200
- by Teemu Piippo <teemu@hecknology.net> [Tue, 01 Mar 2022 17:00:19 +0200] rev 149
- work on edit history
- Tue, 02 Nov 2021 15:43:57 +0200
- by Teemu Piippo <teemu@hecknology.net> [Tue, 02 Nov 2021 15:43:57 +0200] rev 148
- reworking
- Sun, 24 Oct 2021 11:33:32 +0300
- by Teemu Piippo <teemu@hecknology.net> [Sun, 24 Oct 2021 11:33:32 +0300] rev 147
- update
- Tue, 28 Sep 2021 23:09:09 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 28 Sep 2021 23:09:09 +0300] rev 146
- remove outdated comment
- Tue, 28 Sep 2021 23:07:23 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 28 Sep 2021 23:07:23 +0300] rev 145
- Use QSaveFile to save the file more safely
- Tue, 28 Sep 2021 22:17:52 +0300
- by Teemu Piippo <teemu@hecknology.net> [Tue, 28 Sep 2021 22:17:52 +0300] rev 144
- Fix handling of "BFC INVERTNEXT" with multiple inner whitespaces