leocad/common
2017-08-10 18:40:43 -07:00
..
camera.cpp Merged TiledRender into the View class. 2017-08-05 12:02:45 -07:00
camera.h Merged TiledRender into the View class. 2017-08-05 12:02:45 -07:00
group.cpp Qt4 fix. 2017-04-20 18:56:35 -07:00
group.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
image.cpp Update file functions to support multibyte strings. Fixes #46. 2017-05-29 13:32:45 -07:00
image.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_application.cpp Add --viewpoint and --orthographic. 2017-06-21 07:55:48 +01:00
lc_application.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_array.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_basewindow.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_category.cpp Use QString for categories. 2017-02-08 09:41:48 -08:00
lc_category.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_colors.cpp Highlight parts added in the current step. 2017-06-20 07:47:31 -07:00
lc_colors.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_commands.cpp First pass COLLADA exporter. 2017-08-10 18:40:43 -07:00
lc_commands.h First pass COLLADA exporter. 2017-08-10 18:40:43 -07:00
lc_context.cpp OpenGL ES cleanup. 2017-04-26 22:24:54 -07:00
lc_context.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_file.cpp Update file functions to support multibyte strings. Fixes #46. 2017-05-29 13:32:45 -07:00
lc_file.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_glext.h Fixed Linux warnings. 2017-07-19 14:37:03 -07:00
lc_glextensions.cpp Updated code to use nullptr and override. 2017-04-13 17:26:40 -07:00
lc_glextensions.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_global.cpp Updated pch location. 2017-06-22 08:03:23 -07:00
lc_global.h Fixed Linux warnings. 2017-07-19 14:37:03 -07:00
lc_glwidget.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_library.cpp Fixed loading primitives from loose files. 2017-07-27 16:09:38 -07:00
lc_library.h Store library pieces in a map. 2017-07-23 19:35:18 -07:00
lc_lxf.cpp Don't uppercase part names when saving. 2017-07-27 09:21:55 -07:00
lc_lxf.h New LDD importer. 2017-07-08 09:29:35 -07:00
lc_mainwindow.cpp First pass COLLADA exporter. 2017-08-10 18:40:43 -07:00
lc_mainwindow.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_math.h Fixed compiler warnings. 2017-07-22 17:23:11 -07:00
lc_mesh.cpp Support loading textures from the same folder of the model being loaded. 2017-07-01 17:12:09 -07:00
lc_mesh.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_model.cpp Support saving images larger than 2048. 2017-07-30 14:18:57 -07:00
lc_model.h Store library pieces in a map. 2017-07-23 19:35:18 -07:00
lc_partselectionwidget.cpp Don't uppercase part names when saving. 2017-07-27 09:21:55 -07:00
lc_partselectionwidget.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_profile.cpp Added List Mode option to the parts list. Closes #43. 2017-05-29 14:03:46 -07:00
lc_profile.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_scene.cpp Fixed unlit textures not drawing. 2017-07-08 09:44:53 -07:00
lc_scene.h Reorganized scene and context classes. 2017-04-01 16:53:54 -07:00
lc_selectbycolordialog.cpp Added select by color dialog. Closes #18. 2017-02-16 22:57:11 -08:00
lc_selectbycolordialog.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_shortcuts.cpp Added option for alternate mouse shortcuts with defaults that match LDD. 2017-07-11 14:25:06 -07:00
lc_shortcuts.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_synth.cpp Linux fixes. 2017-07-27 10:02:07 -07:00
lc_synth.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_texture.cpp Support loading textures from the same folder of the model being loaded. 2017-07-01 17:12:09 -07:00
lc_texture.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_timelinewidget.cpp Fixed static analysis warnings. 2017-07-02 20:12:17 -07:00
lc_timelinewidget.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
lc_zipfile.cpp Update file functions to support multibyte strings. Fixes #46. 2017-05-29 13:32:45 -07:00
lc_zipfile.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
light.cpp OpenGL ES cleanup. 2017-04-26 22:24:54 -07:00
light.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
minifig.cpp Linux fixes. 2017-07-27 10:02:07 -07:00
minifig.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
object.cpp Use QTextStream for saving files. 2014-09-05 00:24:28 +00:00
object.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
piece.cpp Don't uppercase part names when saving. 2017-07-27 09:21:55 -07:00
piece.h Store library pieces in a map. 2017-07-23 19:35:18 -07:00
pieceinf.cpp Don't uppercase part names when saving. 2017-07-27 09:21:55 -07:00
pieceinf.h Don't uppercase part names when saving. 2017-07-27 09:21:55 -07:00
project.cpp First pass COLLADA exporter. 2017-08-10 18:40:43 -07:00
project.h First pass COLLADA exporter. 2017-08-10 18:40:43 -07:00
texfont.cpp Reorganized scene and context classes. 2017-04-01 16:53:54 -07:00
texfont.h Converted include guards to pragma once. 2017-07-19 14:20:32 -07:00
view.cpp Fixed zfar during tiled render. 2017-08-05 12:12:42 -07:00
view.h Merged TiledRender into the View class. 2017-08-05 12:02:45 -07:00