Commit Graph

325 Commits

Author SHA1 Message Date
Leonardo Zide 60c4a674c6 Support merging multiple files at once. Fixes #1007. 2026-05-20 16:54:03 -07:00
Leonardo Zide 64b829b074 Convert SLOT macros to function pointers. 2026-05-03 15:32:17 -07:00
Leonardo Zide 1ea54149c5 Refactor set inventory parsing. 2026-05-03 15:30:11 -07:00
Leonardo Zide 80ea68245c Move Select Dialog. 2026-05-02 16:06:27 -07:00
Leonardo Zide 664429f635 Move Image Dialog files. 2026-05-02 15:51:08 -07:00
Leonardo Zide e4b829b7e2 Reorganize Save Image dialog. 2026-05-02 15:44:48 -07:00
Leonardo Zide 6ee89e743c Move HTML dialog files. 2026-05-02 15:08:13 -07:00
Leonardo Zide a638e267cc Style fixes. 2026-04-29 20:59:17 -07:00
Leonardo Zide bc61124f50 Remove the Q prefix from dialog classes. 2026-04-29 20:43:00 -07:00
Leonardo Zide 7000eecf97 Updated connect calls from macros to pointers. 2026-04-23 22:34:59 -07:00
Leonardo Zide 4939ad2c31 Renamed lcUpdateDialog. 2026-03-30 22:50:17 -07:00
Leonardo Zide e6de72146f Fixed timeline move selection. Fixes #1014, #1015. 2026-03-17 09:51:17 -07:00
Leonardo Zide 6b84216dd8 Renamed history classes. 2026-03-12 23:12:10 -07:00
Leonardo Zide d14b8e3d93 Merge repeated move actions. 2026-03-07 13:41:54 -08:00
Leonardo Zide a8ccd4b5aa Merge sequential rotation actions. 2026-03-05 16:42:11 -08:00
Leonardo Zide 8c641bf5a5 Removed unused function parameter. 2026-03-05 15:36:33 -08:00
Leonardo Zide c8dca012f9 Replaced bool Ortho with lcCameraProjection::Orthographic for clarity. 2026-02-03 21:46:00 -08:00
Leonardo Zide f69166cf3d Undo some selection actions. 2026-01-10 11:00:39 -08:00
Leonardo Zide 859e45273f Made the edit action more generic. 2025-12-25 12:55:21 -03:00
Leonardo Zide ce94465de6 Added a tooltip to the color button. 2025-08-09 12:53:38 -07:00
Leonardo Zide 44de1f19fc Reorganized the Render Dialog. Fixes #875. 2025-08-03 11:47:51 -07:00
Leonardo Zide abcef7a536 Show train track insert gizmo on all open connections of the focused piece. 2024-12-20 17:18:33 -08:00
Leonardo Zide b9dc71d60e Replaced train track gizmo with a popup list. 2024-12-18 16:41:03 -08:00
Leonardo Zide 4f2782b407 Added rotate train track gizmo. 2024-12-17 19:20:38 -08:00
Leonardo Zide ff23653709 Added track rotation and focus shortcuts. 2024-12-07 20:02:47 -08:00
Leonardo Zide 72c8e7a6c2 Update parts in use category after changes. Fixes #890. 2024-11-14 17:28:51 -08:00
Leonardo Zide bf3f1d5db8 Set focus on the part filter when showing the parts toolbar. 2024-10-26 12:31:22 -07:00
Leonardo Zide 82463473d5 Renamed part selection events. 2024-07-25 17:56:29 -07:00
Leonardo Zide b2074a7c0a Use the part selection widget in the properties widget. 2024-07-25 14:16:23 -07:00
Leonardo Zide f06a231816 Added thumbnail manager. 2024-07-11 15:04:07 -07:00
Leonardo Zide b070b0af29 Use unique_ptr for models. 2024-06-16 17:43:02 -07:00
Leonardo Zide 6a9c2d6a87 Use unique_ptr for cameras. 2024-06-04 09:34:38 -07:00
Leonardo Zide 80d144fea8 Array cleanup. 2024-05-26 13:01:34 -07:00
Leonardo Zide d2cd372428 Removed more lcArray instances. 2024-05-14 20:45:09 -07:00
Leonardo Zide 45ab8e8d60 Update camera menu before showing. 2024-02-19 17:51:34 -08:00
Leonardo Zide 061e5fbc43 Merge pull request #902 from gerw/fix_search
Fix freeze for find/replace
2024-01-14 19:11:18 -08:00
Gerd Wachsmuth c55c544af9 Improve search/replace feature
The replace feature was quite bugged:

- in the replace widget, there was no difference between the buttons
  'Find next' and 'Replace next' and between 'Find all' and 'Replace all'
- 'Replace all' did not work
- the logic for replacing colors was bugged
2024-01-14 10:06:57 +01:00
Leonardo Zide 2aa388edad Fixed preview toolbar not updating. Fixes #895. 2024-01-05 18:50:16 -08:00
Leonardo Zide ef43c152ad Replaced piece properties widget. 2023-12-31 12:55:35 -08:00
Leonardo Zide 9b4e6d6a65 Updated camera to lcObjectProperty. 2023-12-28 11:32:25 -08:00
Leonardo Zide a27694a594 Support dragging light targets to rotate. 2023-09-23 18:38:03 -07:00
Leonardo Zide e061eca2e8 Reorganized spot light parameters. 2023-09-09 18:25:34 -07:00
Leonardo Zide 86327196c2 Support rotating lights. 2023-09-04 10:59:16 -07:00
Trevor SANDY 8cfadc804d Made light type/shape immutable. 2023-08-13 15:50:00 +02:00
Trevor SANDY 00a3ad7147 Blender lights - actions 2023-08-11 05:39:36 +02:00
Trevor SANDY e98e375984 Blender addon - render command 2023-06-11 17:43:25 +02:00
Leonardo Zide bda1acf7a5 Updated to coding standards. 2023-05-15 21:02:17 -07:00
Leonardo Zide 4e474fb13d Moved about dialog files. 2023-04-29 19:55:54 -07:00
Leonardo Zide 4ca78ec8ec Moved color list widget files. 2023-04-29 19:48:30 -07:00
Leonardo Zide a18f55913b Added new timeline option to move selection to a new step. 2023-01-08 17:22:54 -08:00