Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
remove LDBfc
2018-03-23
, by Teemu Piippo
ported qOverload to drop minimum Qt requirement down to 5.5
2018-03-23
, by Teemu Piippo
remove LDPaths
2018-03-23
, by Teemu Piippo
reworked primitive scanning
2018-03-23
, by Teemu Piippo
Begin rework to add support for multiple libraries
2018-03-23
, by Teemu Piippo
fixed warning
2018-03-20
, by Teemu Piippo
red/green view rework complete
2018-03-19
, by Teemu Piippo
Bfc red/green view almost completely fixed
2018-03-19
, by Teemu Piippo
added more comments
2018-03-19
, by Teemu Piippo
reworked invert()
2018-03-19
, by Teemu Piippo
added license headers
2018-03-19
, by Teemu Piippo
moved inverting code into a new file
2018-03-19
, by Teemu Piippo
added comment editing
2018-03-18
, by Teemu Piippo
fixed color handling
2018-03-18
, by Teemu Piippo
fixed infinite recursion and integrated the subfilereference editor
2018-03-18
, by Teemu Piippo
added subfile reference editor
2018-03-18
, by Teemu Piippo
Added vertex object editing dialog
2018-03-17
, by Teemu Piippo
the header is now also saved
2018-03-17
, by Teemu Piippo
Added a new tool for clamping vertices
2018-03-17
, by Teemu Piippo
removed the old Add History Line tool
2018-03-17
, by Teemu Piippo
Part history can now be edited
2018-03-17
, by Teemu Piippo
Added basic header editing
2018-03-16
, by Teemu Piippo
Fixed crashing
2018-03-16
, by Teemu Piippo
add comments
2018-03-16
, by Teemu Piippo
Header parsing complete, moved all parsing code into a new class. Documents are now all loaded in one go.
2018-03-16
, by Teemu Piippo
begin work on document loading rework
2018-03-15
, by Teemu Piippo
added a document header structure
2018-03-15
, by Teemu Piippo
added signal emissions
2018-03-15
, by Teemu Piippo
moved emit calls
2018-03-14
, by Teemu Piippo
added an MVC interface to the primitives tree
2018-03-14
, by Teemu Piippo
fixed removing objects causing some other objects to disappear
2018-03-11
, by Santeri Piippo
optimized triangle count
2018-03-11
, by Santeri Piippo
fixed: LDDocument created one removal connection to the model for each object added, so removing an object from a model of 9 objects added 9 deletion entries to history
2018-03-11
, by Santeri Piippo
renamed signal
2018-03-08
, by Santeri Piippo
moved LDObject indices from a global array into Model
2018-03-08
, by Santeri Piippo
removed unused code
2018-03-07
, by Santeri Piippo
fixed object deleting not triggering the proper renderer updates
2018-03-07
, by Santeri Piippo
fixed DelHistoryEntries getting ignored...
2018-03-07
, by Santeri Piippo
removed some debug code
2018-03-07
, by Santeri Piippo
Implemented row moving in the model and replaced swapping with it
2018-03-06
, by Santeri Piippo
migrated model swapping to mvc and made Model::swapObjects to emit dataChanged signals as a temporary solution
2018-03-05
, by Santeri Piippo
removed some unneeded headers
2018-03-05
, by Santeri Piippo
Finally removed the cancer that is the LDObject::model pointer
2018-03-05
, by Santeri Piippo
Added LDObject serialization and refactored the internal resource managing to use it. No more tearing objects from one model into another, and this provides a stable way to keep an object's state in memory such as the edit history.
2018-03-05
, by Santeri Piippo
fix warning
2018-03-03
, by Santeri Piippo
removed another LDObject::model() use
2018-03-03
, by Santeri Piippo
removed LDError::fileReferenced
2018-03-03
, by Santeri Piippo
reimplemented detection of broken references in PartDownloadRequest::downloadFinished
2018-03-03
, by Santeri Piippo
reimplemented finding of broken document references
2018-03-03
, by Santeri Piippo
LDSubfileReference now contains the name of the subfile and not a pointer anymore. Some methods now require a DocumentManager* for context on resolving the name.
2018-03-03
, by Santeri Piippo
removed use of model() in LDSubfileReference::inlineContents
2018-03-03
, by Santeri Piippo
Removed LDObject::invert, inversion code moved to basic toolset
2018-03-03
, by Santeri Piippo
removed LDObject::swap
2018-03-03
, by Santeri Piippo
moved LDObject::next to the algorithm toolset
2018-03-03
, by Santeri Piippo
removed LDObject::lineNumber
2018-03-03
, by Santeri Piippo
more selection rework
2018-03-03
, by Santeri Piippo
removed LDDocument::clearSelection and replaced it with a MainWindow implementation
2018-03-02
, by Santeri Piippo
things #2
2018-01-11
, by Santeri Piippo
things
2018-01-11
, by Santeri Piippo
add operators to LDDocument
2018-01-11
, by Santeri Piippo
refactor
2018-03-01
, by Santeri Piippo
Converted magic wand mode and other selection stuff to mvc
2018-02-22
, by Santeri Piippo
more work on mvc
2018-02-15
, by Santeri Piippo
convert MainWindow::deleteSelection to mvc
2018-02-15
, by Santeri Piippo
made lighting more subtle
2018-02-15
, by Santeri Piippo
converted highlighting to mvc
2018-02-15
, by Santeri Piippo
used mvc selection models
2018-02-15
, by Santeri Piippo
more work on mvc
2018-02-15
, by Santeri Piippo
begin model rework
2018-02-14
, by Santeri Piippo
removed unneeded stuff
2018-02-13
, by Santeri Piippo
Removed LDConditionalEdge::becomeEdgeLine
2018-02-13
, by Santeri Piippo
hook up dataChanged
2018-02-13
, by Santeri Piippo
changed Model into an MVC list model and replaced the objects list with a view into the model
2018-02-13
, by Santeri Piippo
add missing switch case
2018-01-15
, by Santeri Piippo
disable lighting in the selection scene
2018-01-12
, by Santeri Piippo
moved matrix calculations, added inverted normals for BFC back sides
2018-01-12
, by Santeri Piippo
BFC INVERTNEXT objects are no longer individual objects
2018-01-11
, by Santeri Piippo
removed GL_POLYGON_SMOOTH because it causes artifacts
2018-01-11
, by Santeri Piippo
made GLCamera a non-QObject
2018-01-11
, by Santeri Piippo
remove GL_POLYGON_SMOOTH because it causes rendering artifacts
2018-01-11
, by Santeri Piippo
renderer rework
2018-01-11
, by Santeri Piippo
begin rendering rework
2018-01-11
, by Santeri Piippo
encoded division slash
2018-01-11
, by Santeri Piippo
added support for circular 8/-primitives
2018-01-10
, by Santeri Piippo
simplify
2018-01-10
, by Santeri Piippo
add support for 8/ in part downloader
2018-01-10
, by Santeri Piippo
drop Qt4 support
2018-01-10
, by Santeri Piippo
simplify
2018-01-06
, by Santeri Piippo
undo config change
2018-01-04
, by Santeri Piippo
simplified RoundToDecimals
2018-01-04
, by Santeri Piippo
happy new year 2018
2018-01-04
, by Santeri Piippo
revamped format.h
2018-01-04
, by Santeri Piippo
reduce main.cpp
2018-01-04
, by Santeri Piippo
simplified Matrix
2018-01-04
, by Santeri Piippo
replaced Origin with default-constructed Vertex
2018-01-04
, by Santeri Piippo
fix paren style
2018-01-04
, by Santeri Piippo
add autosave
2018-01-04
, by Santeri Piippo
replaced "Config->" with "config."
2018-01-04
, by Santeri Piippo
increased range of GLRenderer bounds
2018-01-04
, by Santeri Piippo
circlemode: don't wait for the last click
2018-01-04
, by Santeri Piippo
Worked more on the library collection thing
2017-05-07
, by Teemu Piippo
LibraryCollection now derives from QObject and QVector<Library>
2017-03-27
, by Teemu Piippo
More work on library collections
2017-03-12
, by Teemu Piippo
Laid groundwork for library collection support.
2017-03-09
, by Teemu Piippo
Some cleanup in LDPaths
2017-03-08
, by Teemu Piippo
Removed the unary min and max functions.
2017-03-08
, by Teemu Piippo
Better encapsulated the BaseConfiguration class.
2017-03-08
, by Teemu Piippo
Whoops
2017-03-08
, by Teemu Piippo
Split the configuration main interface to a new class, BaseInterface, so that moc can properly deal with it.
2017-03-08
, by Teemu Piippo
Configuration changes can now be detected with signals.
2017-03-06
, by Teemu Piippo
Added Python tools to CMake so that they show up in IDEs
2017-03-06
, by Teemu Piippo
Simplified GLCompiler vbo interface
2017-03-06
, by Teemu Piippo
PrimitiveScanner is no longer a HierarchyElement.
2017-03-05
, by Teemu Piippo
Grid is now a namespace.
2017-03-05
, by Teemu Piippo
MathFunctions is now a namespace.
2017-03-05
, by Teemu Piippo
Fixed NewPartDialog leaking the memory allocated by the user interface.
2017-03-05
, by Teemu Piippo
NewPartDialog is no longer a HierarchyElement.
2017-03-05
, by Teemu Piippo
ColorSelector is no longer a HierarchyElement.
2017-03-05
, by Teemu Piippo
GuiUtilities is now a namespace.
2017-03-05
, by Teemu Piippo
The Grid class is no longer a hierarchy element or a QObject.
2017-03-05
, by Teemu Piippo
less
more
|
(0)
-1000
-120
+120
tip